/* [Stylesheet Module] Cannot load vendor/hover/hover-min.css file. */ 


.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}



.cd-headline.slide span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
  width: auto!important;
}
.cd-headline.slide b {
  opacity: 0;
  top: .2em;
}
.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
#wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 0px;
  margin: 0px;
  
  background-repeat: no-repeat;
  background-position: 0px 100%;
  background-position: 0px calc(100% - 90px);
  background-size: 100%;
}
#wrapper #headerbar-wrapper {
  font-family: "RSU", "Trebuchet MS", sans-serif;
}
#wrapper #sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  max-height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #f9fafc;
  padding-top: 60px;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#wrapper #page-content-wrapper {
  width: 100%;
  margin: 0px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  padding: 0px 0px 15px 0px;
  position: relative;
}
#wrapper #page-content-wrapper:before {
  content: "";
  display: block;
  height: 60px;
  width: 100%;
}
#wrapper #page-content-wrapper:after {
  content: "";
  display: block;
  height: 90px;
  width: 100%;
}
#wrapper #page-content-wrapper .content-header {
  font-family: "RSU", "Trebuchet MS", sans-serif;
  position: relative;
  padding: 0px;
  margin-bottom: 20px;
}
#wrapper #page-content-wrapper .content-header > h1,
#wrapper #page-content-wrapper .content-header h2,
#wrapper #page-content-wrapper .content-header h3 {
  margin: 0px;
  line-height: 1.65;
}
#wrapper #page-content-wrapper .content-header > .title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: solid 1px #dddddd;
  color: #31708F;
  position: relative;
}
#wrapper #page-content-wrapper .content-header > .title:before {
  display: block;
  width: 50px;
  height: 5px;
  content: "";
  background-color: #00aeef;
  position: absolute;
  top: 100%;
  left: 0px;
}
#wrapper #page-content-wrapper .content-header > .title > .link-all {
  float: right;
  display: block;
  font-weight: normal;
  padding-top: 3.5px;
  padding-right: 3.5px;
  font-size: 16px;
  font-size: 1.6rem;
}
#wrapper #page-content-wrapper #main-content {
  margin-bottom: 15px;
}
#wrapper #page-content-wrapper #main-content .main-content {
  background-color: #fff;
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
}
#wrapper #page-content-wrapper #banner {
  margin: -15px -15px 15px;
}
#wrapper footer {
  padding-left: 0px;
}
#wrapper #language-switch {
  margin: 0px;
  padding: 15px 0px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  list-style: none;
}
#wrapper #language-switch > li {
  position: relative;
  display: block;
  float: right;
  padding: 0px 3px;
}
#wrapper #language-switch > li .flag-icon {
  
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#wrapper #language-switch > li:first-child {
  padding-left: 0px;
}
#wrapper #language-switch > li:hover .flag-icon, #wrapper #language-switch > li.active .flag-icon {
  -moz-filter: none;
  -o-filter: none;
  -webkit-filter: none;
  filter: none;
}
#wrapper.toggled {
  padding-left: 250px;
  background-position: 250px calc(100% - 45px);
  background-size: calc(100% - 250px);
}
#wrapper.toggled #sidebar-wrapper {
  width: 250px;
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
}
#wrapper.toggled footer {
  padding-left: 250px;
}
@media (min-width: 768px) {
  #wrapper {
    background-position: 0px calc(100% - 45px);
  }
  #wrapper #page-content-wrapper:after {
    height: 45px;
  }
  #wrapper footer {
    height: 45px;
  }
  #wrapper footer #language-switch {
    margin: 0px;
    padding: 0px;
    border-bottom: none;
    float: right;
  }
}
@media (min-width: 992px) {
  #wrapper {
    
    background-position: 265px calc(100% - 45px);
    background-size: calc(100% - 250px);
  }
  #wrapper #sidebar-wrapper {
    width: 250px;
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
  }
  #wrapper #page-content-wrapper {
    position: relative;
  }
  #wrapper footer {
    
  }
}
@media (max-width: 528px) {
  #wrapper.toggled {
    padding-left: 0px;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
  }
  #wrapper.toggled footer {
    padding-left: 0px;
  }
}
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active {
  color: #fff !important;
}

.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}

.bg-gray-light {
  background-color: #f7f7f7;
}

.bg-black {
  background-color: #111111 !important;
}

.bg-red {
  background-color: #dd4b39 !important;
}

.bg-yellow {
  background-color: #f39c12 !important;
}

.bg-aqua {
  background-color: #00c0ef !important;
}

.bg-blue {
  background-color: #0073b7 !important;
}

.bg-light-blue {
  background-color: #3c8dbc !important;
}

.bg-green {
  background-color: #00a65a !important;
}

.bg-navy {
  background-color: #001f3f !important;
}

.bg-teal {
  background-color: #39cccc !important;
}

.bg-olive {
  background-color: #3d9970 !important;
}

.bg-lime {
  background-color: #01ff70 !important;
}

.bg-orange {
  background-color: #ff851b !important;
}

.bg-fuchsia {
  background-color: #f012be !important;
}

.bg-purple {
  background-color: #605ca8 !important;
}

.bg-maroon {
  background-color: #d81b60 !important;
}

.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}

.bg-black-active {
  background-color: #000000 !important;
}

.bg-red-active {
  background-color: #d33724 !important;
}

.bg-yellow-active {
  background-color: #db8b0b !important;
}

.bg-aqua-active {
  background-color: #00a7d0 !important;
}

.bg-blue-active {
  background-color: #005384 !important;
}

.bg-light-blue-active {
  background-color: #357ca5 !important;
}

.bg-green-active {
  background-color: #008d4c !important;
}

.bg-navy-active {
  background-color: #001a35 !important;
}

.bg-teal-active {
  background-color: #30bbbb !important;
}

.bg-olive-active {
  background-color: #368763 !important;
}

.bg-lime-active {
  background-color: #00e765 !important;
}

.bg-orange-active {
  background-color: #ff7701 !important;
}

.bg-fuchsia-active {
  background-color: #db0ead !important;
}

.bg-purple-active {
  background-color: #555299 !important;
}

.bg-maroon-active {
  background-color: #ca195a !important;
}

[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.text-indent {
  text-indent: 15px;
}

.text-red {
  color: #dd4b39 !important;
}

.text-yellow {
  color: #f39c12 !important;
}

.text-aqua {
  color: #00c0ef !important;
}

.text-blue {
  color: #0073b7 !important;
}

.text-black {
  color: #111111 !important;
}

.text-light-blue {
  color: #3c8dbc !important;
}

.text-green {
  color: #00a65a !important;
}

.text-gray {
  color: #d2d6de !important;
}

.text-navy {
  color: #001f3f !important;
}

.text-teal {
  color: #39cccc !important;
}

.text-olive {
  color: #3d9970 !important;
}

.text-lime {
  color: #01ff70 !important;
}

.text-orange {
  color: #ff851b !important;
}

.text-fuchsia {
  color: #f012be !important;
}

.text-purple {
  color: #605ca8 !important;
}

.text-maroon {
  color: #d81b60 !important;
}

.link-muted {
  color: #7a869d;
}

.link-muted:hover,
.link-muted:focus {
  color: #606c84;
}

.link-black {
  color: #666;
}

.link-black:hover,
.link-black:focus {
  color: #999;
}

.hide {
  display: none !important;
}

.no-border {
  border: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-shadow {
  box-shadow: none !important;
}


.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box.box-primary {
  border-top-color: #3c8dbc;
}

.box.box-info {
  border-top-color: #00c0ef;
}

.box.box-danger {
  border-top-color: #dd4b39;
}

.box.box-warning {
  border-top-color: #f39c12;
}

.box.box-success {
  border-top-color: #00a65a;
}

.box.box-default {
  border-top-color: #d2d6de;
}

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}

.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}

.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}

.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}

.box .border-right {
  border-right: 1px solid #f4f4f4;
}

.box .border-left {
  border-left: 1px solid #f4f4f4;
}

.box.box-solid {
  border-top: 0;
}

.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}

.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}

.box.box-solid.box-default > .box-header {
  color: #444444;
  background: #d2d6de;
  background-color: #d2d6de;
}

.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444444;
}

.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}

.box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}

.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}

.box.box-solid.box-info > .box-header {
  color: #ffffff;
  background: #00c0ef;
  background-color: #00c0ef;
}

.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}

.box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background: #dd4b39;
  background-color: #dd4b39;
}

.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}

.box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background: #f39c12;
  background-color: #f39c12;
}

.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-success {
  border: 1px solid #00a65a;
}

.box.box-solid.box-success > .box-header {
  color: #ffffff;
  background: #00a65a;
  background-color: #00a65a;
}

.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}

.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}

.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}

.box .box-group > .box {
  margin-bottom: 5px;
}

.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}

.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}

.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}

.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}

.collapsed-box .box-header.with-border {
  border-bottom: none;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
  line-height: 1;
  font-family: "RSU", "Trebuchet MS", sans-serif;
}
.box-header > .fa small,
.box-header > .glyphicon small,
.box-header > .ion small,
.box-header .box-title small {
  font-size: 17px;
  font-size: 1.7rem;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}

.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}

.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}

.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}

.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}

.btn-box-tool.btn:active {
  box-shadow: none;
}

.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.box-body .row {
  margin-left: -10px;
  margin-right: -10px;
}
.box-body .pagination {
  margin-top: 0px;
  margin-bottom: 15px;
}
.box-body .d-table-search > .form-group {
  margin-bottom: 0px;
}
.box-body .d-table-search > .form-group > .input-group {
  width: 100%;
}
.box-body .d-table-search > .form-group > .input-group > .input-group-addon {
  text-indent: 0px;
  color: rgba(85, 85, 85, 0.5);
}
.box-body .d-table-search > .form-group > .input-group.float {
  position: relative;
}
.box-body .d-table-search > .form-group > .input-group.float > input {
  padding-right: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.box-body .d-table-search > .form-group > .input-group.float > .input-group-addon {
  width: auto;
  max-height: 100%;
  position: absolute;
  background-color: transparent;
  right: 0px;
  top: 0px;
  border-color: transparent;
  line-height: 20px;
  z-index: 2;
  padding: 3px 12px;
  margin: 3px 0px;
  border-left: solid 1px #eeeeee;
}

.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.box-body > .table {
  margin-bottom: 0;
}
.box-body > .table + .table {
  margin-bottom: 0;
  margin-top: 20px;
}
.box-body .fc {
  margin-top: 5px;
}

.box-body .full-width-chart {
  margin: -19px;
}

.box-body.no-padding .full-width-chart {
  margin: -9px;
}

.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}

.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}

.chart-legend {
  margin: 10px 0;
}

@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}
.box-comments {
  background: #f7f7f7;
}

.box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.box-comments .box-comment:before,
.box-comments .box-comment:after {
  content: " ";
  display: table;
}

.box-comments .box-comment:after {
  clear: both;
}

.box-comments .box-comment:last-of-type {
  border-bottom: 0;
}

.box-comments .box-comment:first-of-type {
  padding-top: 0;
}

.box-comments .box-comment img {
  float: left;
}

.box-comments .comment-text {
  margin-left: 40px;
  color: #555;
}

.box-comments .username {
  color: #444;
  display: block;
  font-weight: 600;
}

.box-comments .text-muted {
  font-weight: 400;
  font-size: 12px;
}

.btn-app {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #fff;
  border: 1px solid #00AEEF;
  background-color: #00AEEF;
  font-size: 12px;
}
.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion {
  font-size: 20px;
  display: block;
}
.btn-app:hover {
  background: #40C2F3;
  color: #fff;
  border-color: #00AEEF;
}
.btn-app:active,
.btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-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-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}html,
body {
  height: 100%;
  line-height: 1.48;
}

html {
  font-size: 62.5%;
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "RSU", "Trebuchet MS", sans-serif;
  
  color: #2e2e2e;
  background-color: #ecf0f5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1.6rem;
}

main {
  position: relative;
}

header {
  background-color: #fff;
  transition: all 0.2s ease-out 0s;
  padding: 15px 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #dedede;
}

footer {
  color: #ffffff;
  background-color: #00AEEF;
  padding: 15px 0px;
  font-size: 14px;
  font-weight: bold;
}

footer p {
  margin-bottom: 0px;
}

a {
  outline: none;
  text-decoration: none;
  color: #999999;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

a:hover, a:active {
  text-decoration: none;
  color: #00AEEF;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.495;
}

label,
input,
select,
textarea,
button {
  font-family: "RSU", "Trebuchet MS", sans-serif;
}

textarea {
  resize: vertical;
}
#popup-modal .popup-title {
  font-family: "RSU", "Trebuchet MS", sans-serif;
  font-size: 22px;
  font-weight: normal;
  margin: 0px;
}
#popup-modal .close {
  font-size: 35px;
  font-weight: normal;
  margin-top: -5px;
}
.nav-tabs-custom {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

.nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom-color: #f4f4f4;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.nav-tabs-custom > .nav-tabs > li {
  border-bottom: 1px solid #ddd;
  border-top: 3px solid #ffffff;
  margin-bottom: -2px;
  margin-right: 5px;
  vertical-align: middle;
}

.nav-tabs-custom > .nav-tabs > li.active {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.nav-tabs-custom > .nav-tabs > li:first-child {
  border-left: 0px;
}

.nav-tabs-custom > .nav-tabs > li:last-child {
  border-right: 0px;
}

.nav-tabs-custom > .nav-tabs > li > span {
  color: #666;
  border-radius: 0;
  border: none;
  display: block;
  text-align: center;
  padding: 10px 15px;
}

.nav-tabs-custom > .nav-tabs > li.disabled {
  border-top: 3px solid #f4f4f4;
}

.nav-tabs-custom > .nav-tabs > li.disabled > span {
  color: #ccc;
  background-color: #f4f4f4;
  border-radius: 0;
  border: none;
  display: block;
  text-align: center;
  padding: 10px 15px;
}

.nav-tabs-custom > .nav-tabs > li > a {
  color: #666;
  border-radius: 0;
  border: none;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
  font-family: "RSU", "Trebuchet MS", sans-serif;
}

.nav-tabs-custom > .nav-tabs > li > a.text-muted {
  color: #999;
}

.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
  background: transparent;
  margin: 0;
}

.nav-tabs-custom > .nav-tabs > li > a:hover {
  color: #000;
}

.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
  border-color: transparent transparent #ddd;
}

.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #3c8dbc;
  border-radius: 0px;
  border-bottom-color: transparent;
}

.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
  background-color: #fff;
  color: #444;
}

.nav-tabs-custom > .nav-tabs > li.active > a {
  
  border: none;
}

.nav-tabs-custom > .nav-tabs.nav-justified > .active > a,
.nav-tabs-custom > .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-custom > .nav-tabs.nav-justified > .active > a:focus {
  border: none;
}

.nav-tabs-custom > .nav-tabs > li:first-of-type {
  margin-left: 0;
}

.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
  border-left-color: transparent;
}

.nav-tabs-custom > .nav-tabs.pull-right {
  float: none !important;
}

.nav-tabs-custom > .nav-tabs.pull-right > li {
  float: right;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
  margin-right: 0;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
  border-left-width: 1px;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
  border-left-color: #f4f4f4;
  border-right-color: transparent;
}

.nav-tabs-custom > .nav-tabs > li.header {
  line-height: 35px;
  padding: 0 10px;
  font-size: 20px;
  color: #444;
}

.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
  margin-right: 5px;
}

.nav-tabs-custom > .tab-content {
  background: #fff;
  padding: 30px 10px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.nav-tabs-custom .dropdown.open > a:active,
.nav-tabs-custom .dropdown.open > a:focus {
  background: transparent;
  color: #999;
}

.nav-tabs-custom > .tab-content .pagination {
  margin-top: 0px;
  margin-bottom: 15px;
}

.media-magazine {
  margin-bottom: 20px;
  font-family: "RSU", "Trebuchet MS", sans-serif;
}
.media-magazine .media-left {
  width: 35%;
}
.media-magazine .media-left .media-object {
  max-width: 100%;
  height: auto;
}

.img-responsive-height {
  display: block;
  max-width: auto;
  max-height: 100%;
}

.d-table {
  display: table;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.d-tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
  background-color: transparent;
}

.d-thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
  font-weight: bold;
}
.d-thead > .d-tr > .d-th {
  border-bottom: 2px solid #ddd;
  padding: 8px;
  line-height: 1.42857143;
  border-top: 1px solid #ddd;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "RSU", "Trebuchet MS", sans-serif;
}
.d-thead > .d-tr:first-child > .d-th {
  border-top: 0;
}
.d-thead.with-border > .d-tr > .d-th {
  border-bottom: 2px solid #ddd;
  border-top: 1px solid #ddd;
}

.d-td,
.d-th {
  display: table-cell;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "RSU", "Trebuchet MS", sans-serif;
}
.d-td > .fa,
.d-th > .fa {
  vertical-align: baseline;
  margin-right: 10px;
  font-size: 20px;
  font-size: 2rem;
  float: left;
}
.d-td > a,
.d-th > a {
  display: block;
  display: -webkit-box;
  height: 22px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.d-tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.table-striped > .d-tbody > .d-tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.bootstrap-filestyle > input.form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
  background-color: #ffffff;
}
.bootstrap-filestyle > .group-span-filestyle > label {
  padding-top: 7px;
  padding-bottom: 3px;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
  outline: none;
}

select:focus ~ .select2-container--default > .selection > .select2-selection--single,
.select2-container--default.select2-container--focus > .selection > .select2-selection--single {
  border: 1px solid #3c8dbc;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 24px 6px 12px;
  height: 34px;
}

.select2-container--default.select2-container--open,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #3c8dbc;
}

.select2-dropdown {
  border: 1px solid #3c8dbc;
  border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3c8dbc;
  color: white;
}

.select2-results__option {
  padding: 6px 12px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -4px;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 25px;
  top: 4.5px;
  right: 0px;
  padding: 0px 12.5px;
  border-left: 1px solid #d2d6de;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
  border: 1px solid #d2d6de;
}

.select2-dropdown .select2-search__field:focus {
  outline: none;
  border: 1px solid #d2d6de;
}

.select2-search--inline .select2-search__field:focus {
  outline: none;
  border: none;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #444;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #d2d6de;
  border-radius: 0;
}

.select2-container--default .select2-selection--multiple:focus {
  border-color: #3c8dbc;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #3c8dbc;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3c8dbc;
  border-color: #367fa9;
  padding: 2px 10px 0px 5px;
  color: #fff;
  border-radius: 0px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  padding-right: 5px;
  color: rgba(255, 255, 255, 0.7);
  border-right: solid 1px #367fa9;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 12px;
}

.has-error select:focus ~ .select2-container--default > .selection > .select2-selection--single,
.has-error .select2-container--default.select2-container--focus > .selection > .select2-selection--single,
.has-error .select2-container--default .select2-selection--single,
.has-error .select2-selection .select2-selection--single,
.has-error .select2-container--default.select2-container--open,
.has-error .select2-container--default.select2-container--open .select2-selection--single,
.has-error .select2-dropdown,
.has-error .select2-container--default .select2-results__option--highlighted[aria-selected],
.has-error .select2-container--default .select2-selection--multiple,
.has-error .select2-container--default .select2-selection--multiple:focus,
.has-error .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #dd4b39;
}

.card {
  padding-top: 20px;
  margin: 0px;
  border-radius: 0px;
  font-family: "RSU", "Trebuchet MS", sans-serif;
}

.card.hovercard {
  position: relative;
  padding-top: 0;
  overflow: hidden;
  text-align: center;
  background-color: rgba(214, 224, 226, 0.2);
}

.card.hovercard .cardheader {
  background-color: #00AEEF;
  background-size: cover;
  height: 135px;
}
.card.hovercard .cardheader .close {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: normal;
  padding: 0px 7.5px;
}

.card.hovercard .avatar {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}

.card.hovercard .avatar img {
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.5);
}

.card.hovercard .info {
  padding: 7.5px 15px 30px;
}

.card.hovercard .info .title {
  font-size: 20px;
  font-size: 2rem;
  color: #31708F;
  vertical-align: middle;
}

.card.hovercard .info .position {
  font-size: 16px;
  font-size: 1.6rem;
  color: #777777;
  margin-bottom: 5px;
}

.card.hovercard .info .desc {
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  color: #2e2e2e;
  text-overflow: ellipsis;
}

.card.hovercard .bottom {
  padding: 0 20px;
  margin-bottom: 17px;
}

.dataTable thead {
  font-family: "RSU", "Trebuchet MS", sans-serif;
  background-color: #286090;
  color: #ffffff;
}
.dataTable tbody {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.dataTable tbody > tr {
  cursor: pointer;
}

.datatable-action {
  float: right;
}

@media (max-width: 767px) {
  .datatable-action {
    float: none;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px)
{
  #navbar .nav > .dropdown.dropdown-full-width {
    position: static;
  }
  #navbar .nav > .dropdown.dropdown-full-width > .dropdown-menu {
    width: 100%;
    text-align: center;
    left: 0px;
    right: 0px;
    margin: 0px;
    padding: 30px 0px 30px;
    border: none;
    background-color: rgba(34, 34, 34, 0.75);
  }
  #navbar .nav > .dropdown.dropdown-full-width > .dropdown-menu > li {
    display: inline-block;
    padding: 0px 15px;
  }
  #navbar .nav > .dropdown.dropdown-full-width > .dropdown-menu > li > a {
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    clear: both;
    font-size: 16px;
    font-weight: bold;
    color: #fbfbfb;
    background-color: transparent;
    white-space: nowrap;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  #navbar .nav > .dropdown.dropdown-full-width > .dropdown-menu > li > a > img {
    width: 180px;
    height: auto;
    display: block;
    margin-bottom: 15px;
    border: solid 5px rgba(0, 174, 239, 0.5);
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  #navbar .nav > .dropdown.dropdown-full-width > .dropdown-menu > li > a > span {
    display: block;
    overflow: hidden;
    max-width: 180px;
  }
  #navbar .nav > .dropdown.dropdown-full-width > .dropdown-menu > li > a:hover > img {
    border: solid 5px #00aeef;
  }
  #navbar .nav > .dropdown.dropdown-full-width > .dropdown-menu > li.active > a > img {
    border: solid 5px #00aeef;
  }
}

.navbar-default {
  background-color: #FFFFFF;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.navbar-default .navbar-brand {
  padding: 10px 20px;
  height: 60px;
  display: block;
  float: none;
  font-size: 27px;
  font-size: 2.7rem;
}
.navbar-default .navbar-brand > img {
  max-height: 40px;
  margin: 0px auto;
}
.navbar-default .navbar-text {
  color: #2e2e2e;
}
.navbar-default .navbar-user .navbar-nav > li > a {
  color: #ffffff;
  background-color: rgba(0, 174, 239, 0.75);
  border-bottom: solid 3px #00aeef;
}
.navbar-default .navbar-user .navbar-nav > li > a > .user-image {
  max-height: 30px;
  max-width: 30px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}
.navbar-default .navbar-user .navbar-nav > .open > a,
.navbar-default .navbar-user .navbar-nav > .open > a:hover,
.navbar-default .navbar-user .navbar-nav > .open > a:focus {
  color: #ffffff;
  border-bottom: solid 3px #00aeef;
  background-color: rgba(0, 174, 239, 0.75);
}
.navbar-default .navbar-user .navbar-nav > .open > .dropdown-menu {
  margin: 0px;
  padding: 0px;
}
.navbar-default .navbar-user .navbar-nav > .open > .dropdown-menu > li > a {
  padding: 7.5px 15px;
  border-bottom: solid 1px #ccc;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.navbar-default .navbar-user .navbar-nav > .open > .dropdown-menu > .user-container > .box-user {
  padding: 7.5px;
  border-bottom: solid 3px #00aeef;
}
.navbar-default .navbar-user .navbar-nav > .open > .dropdown-menu > .user-container > .box-user > img {
  max-height: 60px;
  max-width: 60px;
  margin-right: 10px;
  display: block;
  float: left;
}
.navbar-default .navbar-user .navbar-nav > .open > .dropdown-menu > .user-container > .box-user > .fullname,
.navbar-default .navbar-user .navbar-nav > .open > .dropdown-menu > .user-container > .box-user .company {
  padding-left: 70px;
  white-space: nowrap;
}
.navbar-default .navbar-user .navbar-nav > .open > .dropdown-menu > .user-container > .box-user > .fullname {
  margin-top: 10px;
  margin-bottom: 5px;
}
.navbar-nav > .language-menu > .dropdown-menu {
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
}
.navbar-nav > .notifications-menu > .dropdown-menu, 
.navbar-nav > .messages-menu > .dropdown-menu, 
.navbar-nav > .tasks-menu > .dropdown-menu {
  width: 280px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
}
.navbar-nav > .language-menu > .dropdown-menu > li.header, 
.navbar-nav > .notifications-menu > .dropdown-menu > li.header, 
.navbar-nav > .messages-menu > .dropdown-menu > li.header, 
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  position: relative;
}
.navbar-nav > .language-menu > .dropdown-menu > li.header, 
.navbar-nav > .notifications-menu > .dropdown-menu > li.header, 
.navbar-nav > .messages-menu > .dropdown-menu > li.header, 
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px;
}
.navbar-default .navbar-nav {
  margin: 0px -15px;
}
.navbar-default .navbar-nav > li {
  border-bottom: solid 1px #eeeeee;
}
.navbar-default .navbar-nav > li > a {
  color: #00aeef;
  text-transform: capitalize;
  padding: 10px 15px 10px 12px;
  border-left: solid 3px #ffffff;
  background-color: #ffffff;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-size: 1.6rem;
}
.navbar-default .navbar-nav > li > a > .nav-icon {
  font-size: 16px;
  font-size: 1.6rem;
}
.navbar-default .navbar-nav > li > a > .nav-icon + span {
  margin-left: 5px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: rgba(0, 174, 239, 0.75);
  border-left-color: #00aeef;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #2e2e2e;
  background-color: #ffffff;
  border-left-color: #00aeef;
  border-bottom-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #2e2e2e;
  background-color: rgba(0, 174, 239, 0.75);
  border-left-color: #00aeef;
  border-bottom-color: #eeeeee;
}
.navbar-default .navbar-toggle {
  border-color: #FFFFFF;
  padding: 14px 10px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #FFFFFF;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #2e2e2e;
}
.navbar-default .navbar-toggle.toggle-left {
  float: left;
  margin-left: 15px;
  margin-right: 0px;
}
.navbar-default .navbar-collapse {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #2e2e2e;
}
.navbar-default .navbar-link:hover {
  color: #2e2e2e;
}

.carousel-indicators {
  margin-bottom: 20px !important;
  display: flex;
  align-items: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: none;
  margin: 0px 6px;
  text-indent: -999px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
  opacity: .5;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.carousel-indicators li.active {
  width: 15px;
  height: 15px;
  opacity: .9;;
}
.carousel-control-next, .carousel-control-prev,
.carousel-control-next:hover, .carousel-control-prev:hover {
	-moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.pagination {
  margin: 15px 0;
  border-radius: 0px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0px;
}

.breadcrumb {
  background: rgba(255, 255, 255, 0.5);
  
  border-bottom: solid 1px #E1E1E1;
  font-size: 12px;
  border-radius: 0px;
  margin-top: 0px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
  padding: 7.5px 15px;
}
.breadcrumb > li:first-child:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f0e8";
  margin-right: 7px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumb > li + li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 5px;
  color: #555;
}

.service-box {
  font-family: "RSU", "Trebuchet MS", sans-serif;
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.service-box > .inner {
  padding: 10px;
}
.service-box > .box-footer {
  position: relative;
  padding: 5px 10px;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  text-align: right;
}
.service-box > .box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.service-box > .box-footer > span {
  padding-left: 10px;
}
.service-box h3 {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.service-box p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 22px;
  min-height: 44px;
}
.service-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.service-box h3,
.service-box p {
  z-index: 5px;
}
.service-box .icon {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 0;
  font-size: 90px;
  font-size: 9rem;
  color: rgba(0, 0, 0, 0.15);
}
.service-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}
.service-box:hover .icon {
  font-size: 95px;
  font-size: 9.5rem;
}

@media (max-width: 767px) {
  .service-box {
    text-align: center;
  }
  .service-box .icon {
    display: none;
  }
  .service-box p {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 1170px) {
  .navbar-user .navbar-nav > li > a > .user-image {
    margin-right: 0px !important;
  }
  .navbar-user .navbar-nav > li > a > .fullname {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-default .navbar-brand {
    float: left;
    min-width: 250px;
  }
  .navbar-default .navbar-brand > img {
    margin: 0px auto;
  }
  .navbar-default .navbar-nav {
    margin: 0px;
  }
  .navbar-default .navbar-nav.navbar-right {
    margin-right: -15px !important;
  }
  .navbar-default .navbar-nav > li {
    border-left: solid 1px #eeeeee;
    border-bottom: none;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 15px 15px 12px 15px;
    height: 60px;
    line-height: 30px;
    border-left: none;
    border-bottom: solid 3px #ffffff;
    background-color: #ffffff;
  }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    border-bottom: solid 3px #00aeef;
    background-color: rgba(0, 174, 239, 0.75);
  }
  .navbar-default .navbar-nav > li:last-child {
    border-right: solid 1px #eeeeee;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #2e2e2e;
    border-bottom: solid 3px #00aeef;
    background-color: #ffffff;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #2e2e2e;
    border-bottom: solid 3px #00aeef;
    background-color: rgba(0, 174, 239, 0.75);
  }
  .navbar-default .navbar-user .navbar-nav > li > a {
    color: #ffffff;
    background-color: rgba(0, 174, 239, 0.75);
    border-bottom: solid 3px #00aeef;
  }
  .navbar-default .navbar-user .navbar-nav > .open > a,
  .navbar-default .navbar-user .navbar-nav > .open > a:hover,
  .navbar-default .navbar-user .navbar-nav > .open > a:focus {
    color: #ffffff;
    border-bottom: solid 3px #00aeef;
    background-color: rgba(0, 174, 239, 0.75);
  }
  .navbar-default .navbar-user .navbar-nav .user-image {
    max-height: 30px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
  }
}
.modal-close-button {
  width: 25px;
  height: 25px;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.55);
  left: 100%;
  top: 0%;
  margin-top: 2.5px;
  margin-left: -27.5px;
  position: absolute;
  display: block;
  z-index: 200;
  text-indent: -9999px;
}
.modal-close-button:before,
.modal-close-button:after {
  content: '';
  width: 57.5%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 48%;
  left: 22.5%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.modal-close-button:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.modal-close-button:hover:before,
.modal-close-button:hover:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.thumb-info {
	display: block;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	background-color: #FFF;
	border-radius: 4px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}

.thumb-info .thumb-info-wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	border-radius: 4px;
	margin: 0;
	overflow: hidden;
	display: block;
	position: relative;
}

.thumb-info .thumb-info-wrapper.thumb-info-wrapper-demos {
	max-height: 330px;
}

.thumb-info .thumb-info-wrapper:after {
	content: "";
	background: rgba(33, 37, 41, 0.8);
	transition: all 0.3s;
	border-radius: 4px;
	bottom: -4px;
	color: #FFF;
	left: -4px;
	position: absolute;
	right: -4px;
	top: -4px;
	display: block;
	opacity: 0;
	z-index: 1;
}

.thumb-info .thumb-info-wrapper-opacity-0:after {
	opacity: 0.0;
}

.thumb-info .thumb-info-wrapper-opacity-1:after {
	opacity: 0.1;
}

.thumb-info .thumb-info-wrapper-opacity-2:after {
	opacity: 0.2;
}

.thumb-info .thumb-info-wrapper-opacity-3:after {
	opacity: 0.3;
}

.thumb-info .thumb-info-wrapper-opacity-4:after {
	opacity: 0.4;
}

.thumb-info .thumb-info-wrapper-opacity-5:after {
	opacity: 0.5;
}

.thumb-info .thumb-info-wrapper-opacity-6:after {
	opacity: 0.6;
}

.thumb-info .thumb-info-wrapper-opacity-7:after {
	opacity: 0.7;
}

.thumb-info .thumb-info-wrapper-opacity-8:after {
	opacity: 0.8;
}

.thumb-info .thumb-info-wrapper-opacity-9:after {
	opacity: 0.9;
}

.thumb-info .thumb-info-action-icon {
	transition: all 0.3s;
	background: #CCC;
	border-radius: 0 0 0 4px;
	display: inline-block;
	font-size: 25px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: -100px;
	text-align: center;
	top: -100px;
	width: 50px;
	z-index: 2;
}

.thumb-info .thumb-info-action-icon i {
	font-size: 14px;
	right: 50%;
	position: absolute;
	top: 50%;
	color: #FFF;
	transform: translate(50%, -50%);
	margin: -2px -1px 0 0px;
}

.thumb-info .thumb-info-inner {
	transition: all 0.3s;
	display: block;
}

.thumb-info .thumb-info-inner em {
	display: block;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
}

.thumb-info .thumb-info-title {
	transition: all 0.3s;
	background: rgba(33, 37, 41, 0.8);
	color: #FFF;
	font-weight: 600;
	left: 0;
	letter-spacing: -.05em;
	position: absolute;
	z-index: 2;
	max-width: 90%;
	font-size: 17px;
	padding: 13px 21px 2px;
	bottom: 13%;
}

.thumb-info .thumb-info-type {
	background-color: #CCC;
	border-radius: 2px;
	display: inline-block;
	float: left;
	font-size: 0.6em;
	font-weight: 600;
	letter-spacing: 0;
	margin: 8px -2px -15px 0px;
	padding: 2px 12px;
	text-transform: uppercase;
	z-index: 2;
	line-height: 2.3;
}

.thumb-info .owl-carousel {
	z-index: auto;
}

.thumb-info .owl-carousel .owl-dots {
	z-index: 2;
}

.thumb-info img {
	transition: all 0.3s ease;
	border-radius: 3px;
	position: relative;
	width: 100%;
}

.thumb-info:hover .thumb-info-wrapper:after {
	opacity: 1;
}

.thumb-info:hover .thumb-info-action-icon {
	right: 0;
	top: 0;
}

.thumb-info:hover .thumb-info-title {
	background: rgba(33, 37, 41, 0.9);
}

.thumb-info:hover img {
	transform: scale(1.1, 1.1);
}

.thumb-info.thumb-info-no-zoom img {
	transition: none;
}

.thumb-info.thumb-info-no-zoom:hover img {
	transform: scale(1, 1);
}

.thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
	background: rgba(23, 23, 23, 0.25);
}

.thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after {
	display: none;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: auto;
	bottom: auto;
	width: 100%;
	height: 45px;
	text-align: center;
	opacity: 0;
	transition: transform .2s ease-out, opacity .2s ease-out;
	transform: translate3d(0, -70%, 0);
	z-index: 2;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action a {
	text-decoration: none;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	width: 35px;
	height: 35px;
	font-size: 14px;
	border-radius: 50%;
	margin-right: 5px;
	transition: all 0.1s ease;
	z-index: 2;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon i {
	margin: 0;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover {
	transform: scale(1.15, 1.15);
}

.thumb-info:hover.thumb-info-centered-icons .thumb-info-action {
	opacity: 1;
	transform: translate3d(0, -50%, 0);
}

.thumb-info:hover.thumb-info-centered-icons .thumb-info-action-icon {
	position: relative;
}

.thumb-info.thumb-info-centered-info .thumb-info-title {
	background: transparent;
	left: 5%;
	width: 90%;
	transition: transform .2s ease-out, opacity .2s ease-out;
	transform: translate(0%, -50%);
	top: 50%;
	bottom: auto;
	opacity: 0;
	text-align: center;
	padding: 0;
	position: absolute;
}

.thumb-info.thumb-info-centered-info .thumb-info-type {
	float: none;
}

.thumb-info.thumb-info-centered-info:hover .thumb-info-title {
	opacity: 1;
	transform: translate(0%, -50%);
}

.thumb-info.thumb-info-bottom-info .thumb-info-title {
	background: #FFF;
	left: 0;
	width: 100%;
	max-width: 100%;
	transition: transform .2s ease-out, opacity .2s ease-out;
	transform: translate3d(0, 100%, 0);
	top: auto;
	bottom: 0;
	opacity: 0;
	padding: 15px;
	text-shadow: none;
	color: #777;
}

.thumb-info.thumb-info-bottom-info .thumb-info-type {
	float: none;
	background: none;
	padding: 0;
	margin: 0;
}

.thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.thumb-info.thumb-info-bottom-info:hover img {
	transform: scale(1.1);
}

.thumb-info.thumb-info-bottom-info-linear .thumb-info-title {
	background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0, transparent 100%) repeat scroll 0 0 rgba(255, 255, 255, 0);
}

.thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
	background: #212529;
	color: #FFF;
}

.thumb-info.thumb-info-bottom-info-dark-linear .thumb-info-title {
	background: linear-gradient(to top, rgba(33, 37, 41, 0.8) 0, transparent 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.thumb-info.thumb-info-bottom-info-show-more img {
	transform: none !important;
}

.thumb-info.thumb-info-bottom-info-show-more .thumb-info-title {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.thumb-info.thumb-info-bottom-info-show-more .thumb-info-show-more-content {
	transition: ease max-height 800ms;
	overflow: hidden;
	max-height: 0;
	display: block;
}

.thumb-info.thumb-info-bottom-info-show-more:hover .thumb-info-show-more-content {
	max-height: 300px;
}

.thumb-info.thumb-info-push-hor img {
	transform: translatex(-18px);
	width: calc(100% + 19px);
	max-width: none;
}

.thumb-info.thumb-info-push-hor:hover img {
	transform: translatex(0);
}

.thumb-info.thumb-info-block .thumb-info-action-icon {
	top: 15px;
	right: 15px;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

.thumb-info.thumb-info-block .thumb-info-wrapper:before {
	content: "";
	background: rgba(255, 255, 255, 0.9);
	transition: all 0.3s;
	border-radius: 0;
	bottom: 16px;
	bottom: 1rem;
	color: #FFF;
	left: 16px;
	left: 1rem;
	position: absolute;
	right: 16px;
	right: 1rem;
	top: 16px;
	top: 1rem;
	display: block;
	opacity: 0;
	z-index: 2;
}

.thumb-info.thumb-info-block:hover .thumb-info-wrapper:before {
	opacity: 1;
}

.thumb-info.thumb-info-block:hover .thumb-info-action-icon {
	opacity: 1;
}

.thumb-info.thumb-info-block.thumb-info-block-dark .thumb-info-wrapper:before {
	background: rgba(33, 37, 41, 0.9);
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after {
	opacity: 0.65;
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-title {
	opacity: 1;
	top: 50%;
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-type {
	float: none;
}

.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after {
	opacity: 0.1;
}

.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
	opacity: 0;
}

.thumb-info.thumb-info-slide-info-hover .thumb-info-wrapper:after {
	opacity: 0.65;
}

.thumb-info.thumb-info-slide-info-hover .thumb-info-wrapper-no-opacity:after {
	opacity: 1;
}

.thumb-info.thumb-info-slide-info-hover .thumb-info-title {
	opacity: 1;
	top: 0;
	height: 100%;
	top: 0;
	transform: none !important;
}

.thumb-info.thumb-info-slide-info-hover .thumb-info-type {
	float: none;
}

.thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-1,
.thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-2 {
	transition: cubic-bezier(0.55, 0, 0.1, 1) top 500ms;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translate(0%, -50%);
}

.thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-2 {
	top: 150%;
}

.thumb-info.thumb-info-slide-info-hover:hover .thumb-info-slide-info-hover-1 {
	top: -50%;
}

.thumb-info.thumb-info-slide-info-hover:hover .thumb-info-slide-info-hover-2 {
	top: 50%;
}

.thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img {
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.thumb-info.thumb-info-no-borders .thumb-info-wrapper {
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
	border-radius: 0;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded,
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded img,
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper,
.thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper:after {
	border-radius: 4px;
}

.thumb-info.thumb-info-preview .thumb-info-wrapper:after {
	display: none;
}

.thumb-info.thumb-info-preview .thumb-info-image {
	min-height: 232px;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	transition: background-position 0.8s linear 0s;
}

.thumb-info.thumb-info-preview:hover .thumb-info-image {
	transition: background-position 2.5s linear 0s;
	background-position: center bottom;
}

.thumb-info.thumb-info-preview.thumb-info-preview-short:hover .thumb-info-image {
	transition: background-position 1s linear 0s;
}

.thumb-info.thumb-info-preview.thumb-info-preview-long:hover .thumb-info-image {
	transition: background-position 5s linear 0s;
}

.thumb-info.thumb-info-no-overlay .thumb-info-wrapper:after {
	content: none;
}

.thumb-info.thumb-info-no-bg {
	background: transparent;
}


.thumb-info-ribbon {
	background: #999;
	position: absolute;
	margin: -16px 0 0 0;
	padding: 5px 13px 6px;
	right: 15px;
	z-index: 1;
}

.thumb-info-ribbon:before {
	border-right: 10px solid #646464;
	border-top: 16px solid transparent;
	content: "";
	display: block;
	height: 0;
	left: -10px;
	position: absolute;
	top: 0;
	width: 7px;
}

.thumb-info-ribbon span {
	color: #FFF;
	font-size: 1.1em;
	font-family: "Shadows Into Light", cursive;
}


.full-width .thumb-info img {
	border-radius: 0 !important;
}


.thumb-info-caption {
	padding: 10px 0;
}

.thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
	font-size: 0.9em;
	margin: 0;
	padding: 15px 0;
	display: block;
}


.thumb-info-side-image .thumb-info-side-image-wrapper {
	padding: 0;
	float: left;
	margin-right: 20px;
}

.thumb-info-side-image-right .thumb-info-side-image-wrapper {
	float: right;
	margin-left: 20px;
	margin-right: 0;
}


.thumb-info-social-icons {
	margin: 0;
	padding: 0;
	display: block;
}

.thumb-info-social-icons a {
	background: #CCC;
	border-radius: 25px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

.thumb-info-social-icons a:hover {
	text-decoration: none;
}

.thumb-info-social-icons a span {
	display: none;
}

.thumb-info-social-icons a i {
	color: #FFF;
	font-size: 0.9em;
	font-weight: normal;
}


.thumb-info-floating-caption-title {
	background: rgba(33, 37, 41, 0.8);
	color: #FFF;
	font-weight: 600;
	letter-spacing: -.05em;
	font-size: 17px;
	padding: 13px 21px;
}

.thumb-info-floating-caption-title .thumb-info-floating-caption-type {
	position: absolute;
	background-color: #CCC;
	border-radius: 2px;
	display: block;
	font-size: 0.6em;
	font-weight: 600;
	letter-spacing: 0;
	margin: 8px -2px -15px 0px;
	padding: 2px 12px;
	text-transform: uppercase;
	line-height: 2.3;
}


@media (max-width: 991px) {
	.thumb-info .thumb-info-title {
		font-size: 14px;
	}

	.thumb-info .thumb-info-more {
		font-size: 11px;
	}
}body {
  background: #ffffff;
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

.bg-light-gray {
  background-color: #F9F9F9;
}

.btn {
  background: transparent;
  border: none;
  color: #333;
  padding: 7.5px 30px;
  margin-top: 30px;
  font-size: 16px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: normal;
  border-radius: 0;
}

.btn-main {
  color: #fff;
  background-color: #00AEEF;
}

.hvr-bounce-to-right:before {
  background: #00AEEF;
}

.navbar-brand {
  font-size: 18px;
  font-weight: bold;
  height: 55px;
  min-width: 55px;
  background-image: url(/images/logo.png);
  background-repeat: no-repeat;
  background-position: 1px -1px;
  background-size: contain;
  padding-left: 65px;
  display: flex;
  align-items: center;
}

.section-breadcrumb {
  background-color: #00AEEF;
}

.section-breadcrumb .breadcrumb {
  background: transparent;
  border: none;
  font-size: 14px;
  border-radius: 0px;
  margin: 0px;
  padding: 7.5px 0px;
}

.section-breadcrumb .breadcrumb > li:first-child:before {
  color: #ffffff;
}

.section-breadcrumb .breadcrumb > li {
  display: inline-block;
  text-shadow: none;
}

.section-breadcrumb .breadcrumb > li > a,
.section-breadcrumb .breadcrumb > li.active > a {
  color: #444;
}

.section {
  padding: 45px 0px;
}

.section .section-title {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 15px;
}

.section .section-title:after {
  content: "";
  display: block;
  border-top: solid 3px #00AEEF;
  margin-top: -5px;
}

.section .section-meta {
  font-size: 14px;
  color: #9A9A9A;
  height: 20px;
  margin-bottom: 0px;
}

.section .section-content {
  padding: 30px 0px 15px;
}

.section .section-title + .section-meta {
  margin-top: -15px;
}

.section-header {
  padding: 0px;
}

.section-introduction .btn {
  background: #414141;
  color: #fff;
  padding: 10px 30px;
  border: none;
}

.section-introduction .section-title {
  font-size: 24px;
  font-weight: 400;
  color: #00AEEF;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-introduction .section-title::after {
  display: none;
}

.content-title {
  font-size: 20px;
  font-weight: 400;
  color: #00AEEF;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.embed-responsive {
  margin-bottom: 1rem;
}

.img-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0px auto;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
}

.img-wrapper > img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  border-radius: 0;
  display: block;
  max-width: 100%;
  height: auto;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.img-wrapper:hover > img {
  transform: scale3d(1.2, 1.2, 1) translate(-50%, -50%);
  left: calc(50% * 1.2);
  top: calc(50% * 1.2);
}

.img-wrapper::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.img-wrapper:hover > .overlay {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-wrapper:hover > .overlay .buttons a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}


.img-wrapper > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 400ms;
}

.img-wrapper > .overlay a {
  display: inline-block;
  color: #fff;
  padding: 10px 23px;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 0px;
  margin: 4px;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  transition: all 400ms;
}

.img-wrapper > .overlay a:hover {
  text-decoration: none;
}

.img-wrapper > .overlay:hover a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.img-wrapper .buttons {
  text-align: center;
}

.img-wrapper .buttons a:hover {
  background: #00AEEF;
  border-color: #00AEEF;
}

.img-wrapper .buttons a:focus {
  text-decoration: none;
}

.media {
  align-items: stretch;
  margin: 15px 0px;
}

.media .img-wrapper {
  width: 100%;
  height: 290px;
}

.media .title,
.media .topic {
  font-size: 24px;
  font-weight: 400;
  color: #00AEEF;
  height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
}

.media .topic {
  font-size: 22px;
  min-height: 50px;
  -webkit-line-clamp: 2;
  line-height: 22px;
}

.media .meta {
  font-size: 14px;
  color: #9A9A9A;
  height: 20px;
  margin-bottom: 0px;
}

.media .meta span + span {
  margin-left: 10px;
}

.media .synopsis {
  font-weight: 400;
  color: #727272;
  height: 90px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
}

.media .title + .meta {
  margin-top: 0px;
}

.media .title + .synopsis,
.media .meta + .synopsis,
.media .synopsis + .meta {
  margin-top: 5px;
}

.post-icon {
  width: 80px;
  height: 80px;
  background-color: #00AEEF;
  color: #fff;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
}

.post-icon + .media-body,
.img-wrapper + .media-body {
  margin-top: 0px;
  padding: 15px;
  border: none;
  background-color: #ffffff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
}

.post-icon + .media-body {
  padding: 7.5px 10px 2.5px 10px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.img-wrapper + .border-top {
  border-top: solid 3px #00AEEF !important;
}

.section-header .img-wrapper {
  width: 100%;
  height: 200px;
}

.news-list.home-page .media .img-wrapper {
  width: 320px;
  height: 180px;
}

.song-list .media .img-wrapper {
  width: 100%;
  height: 180px;
}

.news-list.home-page .media .img-wrapper + .media-body {
  margin-left: 30px;
  padding: 12.5px 15px;
  border-top: 0;
  border-left: solid 3px #00AEEF;
  background-color: #ffffff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
}

.news-list.home-page .media .meta + .synopsis {
  margin-top: 15px;
}

.sacred-item-list .media .synopsis {
  height: 22.5px;
  -webkit-line-clamp: 2;
}

.song-list .media .synopsis {
  height: 45px;
  -webkit-line-clamp: 2;
}

.pagination,
.pagination .page-item .page-link {
	border-radius: 0;
}

.pagination .page-item + .page-item {
	margin-left: 7.5px;
}

.pagination .page-item > .page-link > i {
  font-size: 14px;
  line-height: 1.49;
}

.pagination > a,
.pagination > a:hover,
.pagination > a:focus,
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #00AEEF;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 1.49;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination .page-item.active .page-link {
  background-color: #00AEEF !important;
  border-color: #00AEEF;
}

.pagination > .active > a {
  background-color: #00AEEF;
  border-color: #00AEEF;
  color: #fff;
}
.pagination > .active > a:hover,
.pagination > .active > a.hover {
  background-color: #00AEEF;
  border-color: #00AEEF;
  color: #fff;
}
.pagination > .active > a:focus,
.pagination > .active > a.focus {
  box-shadow: 0 0 0 3px rgba(71, 100, 139, 0.5);
}
.pagination > .active > a.disabled,
.pagination > .active > a:disabled {
  background-color: #00AEEF;
  border-color: #00AEEF;
}
.pagination > .active > a:active,
.pagination > .active > a.active {
  background-color: #00AEEF !important;
  background-image: none !important;
  border-color: #00AEEF !important;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #00AEEF;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

#gallery > div {
  padding: 15px;
}



.navbar {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.navbar.bg-light {
  background: #fff !important;
}

.navbar .nav-item .nav-link {
  color: #444 !important;
  font-size: 16px;
  font-weight: 400;
  transition: .3s all;
  text-transform: uppercase;
  padding: 5px 12.5px;
  display: block;
}

.navbar .nav-item.active .nav-link {
  color: #00AEEF !important;
  font-weight: 700;
}

.navbar .nav-item .nav-link:hover {
  color: #00AEEF !important;
}

.footer .navbar-nav .nav-item .nav-link {
  color: #fff !important;
  transition: .3s all;
  padding: 0px 14px;
}

.navbar .nav-item:last-child .nav-link,
.footer .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}



.dropdown-menu {
  background: #222222;
  border: 0;
  border-radius: 0;
  padding: 15px;
  box-shadow: none;
  display: block;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  transition: visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  transition: visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99), -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
}

@media (max-width: 991px) {
  .dropdown-menu {
    display: none;
    opacity: unset;
    visibility: unset;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.dropdown-item {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  padding: 8px 0;
  transition: .3s all;
}

.dropdown-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-item:hover {
  color: #00AEEF !important;
  background: transparent;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#hero-area {
  background: url(/images/slider.jpg) no-repeat 50%;
  background-size: cover;
  background-attachment: fixed;
  padding: 230px 0;
  color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  position: relative;
}

#hero-area:before {
  content: '';
  z-index: 9;
  background: rgba(255, 255, 255, 0.78);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#hero-area .block {
  position: relative;
  z-index: 9;
}

#hero-area h1 {
  font-size: 40px;
  line-height: 50px;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#hero-area h2 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 38px;
  line-height: 27px;
  text-transform: uppercase;
  color: #666;
  font-family: 'Roboto', sans-serif;
  margin-top: 25px;
}

#hero-area .btn {
  background: #414141;
  border: none;
  color: #fff;
  padding: 20px 35px;
  margin-top: 30px;
  font-size: 16px;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: normal;
  border-radius: 0;
}

#call-to-action {
  background: #00AEEF;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
  text-align: center;
  position: relative;
  color: #fff;
}

#call-to-action .block {
  position: relative;
  z-index: 9;
  color: #fff;
}

#call-to-action .block h2 {
  margin-bottom: 15px;
  color: #fff;
}

#call-to-action .block p {
  font-size: 15px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  margin-top: 20px;
}

#call-to-action .block .btn-contact {
  background: #fff;
  border: 2px solid #fff;
  color: #00AEEF;
  padding: 15px 34px;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  transition: all linear .2s;
}

#call-to-action .block .btn-contact i {
  margin-right: 10px;
}

#call-to-action .block .btn-contact:hover {
  color: #fff;
  background: #00AEEF;
}

#about {
  padding: 110px 0;
}

#about .block {
  padding: 20px 30px 0 30px;
}

#about .block h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#about .block p {
  color: #727272;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 35px;
}

#about .block img {
  max-width: 100%;
}

.about-feature {
  margin-top: 50px;
}

.about-feature .block {
  color: #fff;
  padding: 85px 65px;
  float: left;
}

.about-feature .block p {
  font-weight: 300;
}

.about-feature .about-feature-1 {
  background: #00AEEF;
}

.about-feature .about-feature-2 {
  background: #00B0C7;
}

.about-feature .about-feature-3 {
  background: #00A6BB;
}

.works {
  padding: 80px 0;
  background: #FCFCFC;
}

.works .block {
  position: relative;
  z-index: 99;
}

.works .block:hover .img-overly .overly {
  opacity: 1;
}

.works .block h4 {
  padding: 20px 15px;
  margin-top: 0;
  color: #666;
}

.works .block .img-overly {
  position: relative;
  background: rgba(0, 0, 0, 0.85);
}

.works .block .img-overly img {
  border-radius: 0;
}

.works .block .img-overly .overly {
  background: rgba(57, 181, 74, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: .3s all;
}

.works .block .img-overly .overly a {
  position: absolute;
  top: 45%;
  left: 22%;
}

.works .block .img-overly .overly a i {
  font-size: 30px;
  color: #fff;
}





#feature {
  padding: 80px 0;
}

#feature .media {
  margin: 0px 0 70px 0;
}

#feature .media .media-left {
  padding-right: 25px;
}

#feature h3 {
  color: #222222;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  margin: 0px 0px 15px;
  font-weight: 400;
}

#feature p {
  line-height: 25px;
  font-size: 14px;
  color: #777777;
}

#feature .icon {
  text-decoration: none;
  color: #fff;
  background-color: #00AEEF;
  height: 100px;
  text-align: center;
  width: 100px;
  font-size: 50px;
  line-height: 100px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-shadow: #00a4ba 1px 1px, #00a4ba 2px 2px, #00a4ba 3px 3px, #00a4ba 4px 4px, #00a4ba 5px 5px, #00a4ba 6px 6px, #00a4ba 7px 7px, #00a4ba 8px 8px, #00a4ba 9px 9px, #00a4ba 10px 10px, #00a4ba 11px 11px, #00a4ba 12px 12px, #00a4ba 13px 13px, #00a4ba 14px 14px, #00a4ba 15px 15px, #00a4ba 16px 16px, #00a4ba 17px 17px, #00a4ba 18px 18px, #00a4ba 19px 19px, #00a4ba 20px 20px, #00a4ba 21px 21px, #00a4ba 22px 22px, #00a4ba 23px 23px, #00a4ba 24px 24px, #00a4ba 25px 25px, #00a4ba 26px 26px, #00a4ba 27px 27px, #00a4ba 28px 28px, #00a4ba 29px 29px, #00a4ba 30px 30px, #00a4ba 31px 31px, #00a4ba 32px 32px, #00a4ba 33px 33px, #00a4ba 34px 34px, #00a4ba 35px 35px, #00a4ba 36px 36px, #00a4ba 37px 37px, #00a4ba 38px 38px, #00a4ba 39px 39px, #00a4ba 40px 40px, #00a4ba 41px 41px, #00a4ba 42px 42px, #00a4ba 43px 43px, #00a4ba 44px 44px, #00a4ba 45px 45px, #00a4ba 46px 46px, #00a4ba 47px 47px, #00a4ba 48px 48px, #00a4ba 49px 49px, #00a4ba 50px 50px, #00a4ba 51px 51px, #00a4ba 52px 52px, #00a4ba 53px 53px, #00a4ba 54px 54px, #00a4ba 55px 55px, #00a4ba 56px 56px, #00a4ba 57px 57px, #00a4ba 58px 58px, #00a4ba 59px 59px, #00a4ba 60px 60px, #00a4ba 61px 61px, #00a4ba 62px 62px, #00a4ba 63px 63px, #00a4ba 64px 64px, #00a4ba 65px 65px, #00a4ba 66px 66px, #00a4ba 67px 67px, #00a4ba 68px 68px, #00a4ba 69px 69px, #00a4ba 70px 70px, #00a4ba 71px 71px, #00a4ba 72px 72px, #00a4ba 73px 73px, #00a4ba 74px 74px, #00a4ba 75px 75px, #00a4ba 76px 76px, #00a4ba 77px 77px, #00a4ba 78px 78px, #00a4ba 79px 79px, #00a4ba 80px 80px, #00a4ba 81px 81px, #00a4ba 82px 82px, #00a4ba 83px 83px, #00a4ba 84px 84px, #00a4ba 85px 85px, #00a4ba 86px 86px, #00a4ba 87px 87px, #00a4ba 88px 88px, #00a4ba 89px 89px, #00a4ba 90px 90px, #00a4ba 91px 91px, #00a4ba 92px 92px, #00a4ba 93px 93px, #00a4ba 94px 94px, #00a4ba 95px 95px, #00a4ba 96px 96px, #00a4ba 97px 97px, #00a4ba 98px 98px, #00a4ba 99px 99px, #00a4ba 100px 100px;
}

.wrapper_404 h1 {
  font-size: 200px;
  color: #00AEEF;
  line-height: 1;
}

.wrapper_404 h2 {
  font-size: 50px;
  margin-top: 0;
}

.wrapper_404 .btn-home {
  background: #414141;
  border: none;
  color: #fff;
  padding: 20px 35px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: normal;
  border-radius: 0;
  transition: all linear .2s;
}

#blog-full-width {
  padding: 40px 0 80px;
}

article {
  padding: 30px 0;
}

.blog-content h2 {
  font-family: 'Roboto', sans-serif;
}

.blog-content h2 a {
  color: #444;
  font-weight: 400;
  font-size: 30px;
}

.blog-content .blog-meta {
  color: #9a9a9a;
  font-weight: 300;
  margin-bottom: 25px;
}

.blog-content .blog-meta span:after {
  content: '/';
  padding: 0 3px 0 6px;
}

.blog-content .blog-meta a {
  color: #acacac;
}

.blog-content .blog-meta p {
  margin-top: 20px;
}

.blog-content .btn-details {
  color: #00AEEF;
  padding: 0;
  background: #00AEEF;
  color: #fff;
  padding: 8px 18px;
  border-radius: 0;
  margin-top: 15px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 0px 1px #00AEEF;
}

.blog-post-image {
  margin-top: 30px;
}

.sidebar {
  padding-top: 60px;
}

.sidebar .widget {
  margin-bottom: 40px;
  padding: 15px;
  border: 1px solid #dedede;
}

.sidebar .widget h3 {
  margin-top: 8px;
}

.sidebar .search input.form-control {
  border-right: 0;
  border-radius: 0;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.sidebar .search button {
  border-left: 0;
}

.sidebar .search button:hover {
  background: transparent;
}

.sidebar .author .author-img img {
  width: 90px;
  border-radius: 100%;
  margin-top: -40px;
  border: 3px solid #fff;
}

.sidebar .author .author-bio p {
  font-size: 14px;
  color: #888;
}

.sidebar .categories ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
  list-style: none;
}

.sidebar .categories ul li span.badge {
  float: right;
  background: transparent;
  color: #444;
  border: 1px solid #dedede;
  border-radius: 0;
}

.sidebar .categories ul li a {
  color: #555;
}

.sidebar .categories ul li:last-child {
  border-bottom: none;
}

.sidebar .recent-post ul li {
  margin: 20px 0;
}

.sidebar .recent-post ul li a {
  color: #555;
  font-size: 15px;
}

.sidebar .recent-post ul li a:hover {
  color: #00AEEF;
}

.sidebar .recent-post time {
  font-weight: 300;
  color: #999;
  font-size: 12px;
}

#clients {
  padding: 30px 0 60px;
}

.slick-slide:focus {
  outline: 0;
}

#contact-section {
  padding: 90px 0;
}

#contact-section .contact-form {
  margin-top: 42px;
}

#contact-section .contact-form .btn-send {
  color: #fff;
  outline: none;
  background: #00AEEF;
  transition: all linear .2s;
  border-color: #00AEEF;
  border-radius: 0;
}

#contact-section input {
  display: block;
  height: 40px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 1px;
  border: 1px solid rgba(111, 121, 122, 0.3);
  box-shadow: none;
  -webkit-box-shadow: none;
}

#contact-section textarea {
  display: block;
  border-radius: 0;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cccccc;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#contact-section .address,
#contact-section .email,
#contact-section .phone {
  text-align: center;
  background: #F7F7F7;
  padding: 20px 0 40px 0;
  margin-bottom: 20px;
}

#contact-section .address i,
#contact-section .email i,
#contact-section .phone i {
  font-size: 45px;
  color: #00AEEF;
}

#contact-section .address h5,
#contact-section .email h5,
#contact-section .phone h5 {
  font-size: 16px;
  line-height: 1.4;
}

#contact-section .address-details {
  padding-top: 70px;
}

#map-canvas {
  width: 100%;
  height: 350px;
  background-color: #CCC;
}

.error {
  padding: 10px;
  color: #D8000C;
  border-radius: 2px;
  font-size: 14px;
  background-color: #FFBABA;
}

.success {
  background-color: #6cb670;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}

#error,
#success {
  display: none;
  margin-bottom: 10px;
}

.gallery {
  padding: 100px;
}

.gallery figure .buttons {
  left: 40%;
}

.portfolio-meta span {
  margin: 5px 10px;
  font-weight: 300;
}

.portfolio-meta span a {
  color: #fff;
}

.single-post {
  padding: 80px 0 20px;
}

.single-post .post-content {
  padding: 40px 0;
}

.single-post .post-content ol li,
.single-post .post-content ul li {
  color: #666;
}

.single-post .media {
  border: 1px solid #dedede;
  padding: 30px 20px;
}

.single-post .media .media-body a {
  color: #00AEEF;
  font-size: 12px;
}

.single-post .media .media {
  border: none;
}

.single-post .comments {
  margin-top: 40px;
}

.single-post .post-comment {
  margin-top: 40px;
}

.single-post .post-comment h3 {
  margin-bottom: 15px;
}

.single-post .post-comment .form-control {
  box-shadow: none;
  border-radius: 0;
}

.single-post .post-comment .btn-send {
  background: #00AEEF;
  color: #fff;
  border-radius: 0;
}


.work-single {
  padding: 100px 0 20px;
}

.work-single h3 {
  font-size: 30px;
  margin-bottom: 25px;
}

.work-single-image {
  margin-bottom: 35px;
}

.work-single-content p {
  margin-bottom: 30px;
}

.work-single blockquote {
  margin-bottom: 30px;
  padding: 30px 25px;
  background: #eae9ec;
  color: #848484;
}

.work-single-sidebar {
  background: #eae9ec;
  margin: 70px 0 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding: 30px 25px;
}

.work-single-sidebar h5 {
  margin-bottom: 8px;
}

.work-single-sidebar h6 {
  margin-bottom: 20px;
}

.btn-work {
  color: #fff;
  background: #00AEEF;
  border-radius: 0;
}

#product-showcase-banner {
  padding-top: 160px;
}

#product-showcase-banner .block {
  padding: 20px 0 20px 50px;
}

#product-showcase-banner .block h2 {
  font-size: 40px;
  color: #00AEEF;
  margin-bottom: 20px;
  margin-top: 0;
}

#product-showcase-banner .block p {
  color: #666;
  line-height: 25px;
}

#product-showcase-banner .block .buttons {
  margin-top: 25px;
}

#product-showcase-banner .block .buttons .btn {
  color: #fff;
  border: none;
  padding: 12px 40px;
  transition: .2s all;
  letter-spacing: 2px;
  font-size: 15px;
}

#product-showcase-banner .block .buttons .btn-demo {
  background: #5abd4f;
  margin-right: 8px;
  border-bottom: 3px solid #429E38;
}

#product-showcase-banner .block .buttons .btn-demo:hover {
  background: #429E38;
}

#product-showcase-banner .block .buttons .btn-buy {
  background: #00AEDA;
  border-bottom: 3px solid #0190B5;
}

#product-showcase-banner .block .buttons .btn-buy:hover {
  background: #0190B5;
}

#product-showcase-banner .block .buttons .btn-buy span {
  margin-right: 8px;
  font-weight: bold;
}

#product-description {
  padding-top: 80px;
}

#product-description .block {
  height: 400px;
  overflow: hidden;
  margin-top: 35px;
  border-bottom: 1px solid #dedede;
  padding-top: 30px;
  position: relative;
  webkit-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

#product-description .block:hover img {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

#product-description .block img {
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition: -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#product-description .block .content {
  width: 60%;
  padding-top: 70px;
}

#product-description .block .content h3 {
  font-size: 32px;
  color: #5c5c5c;
}

#product-description .block .content p {
  color: #787f8c;
  line-height: 25px;
}

#related-items {
  padding: 60px 0 110px;
}

#related-items .title {
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
  margin: 5px 15px 30px 15px;
  text-align: left;
  color: #777;
}

#related-items .product-details {
  margin-bottom: 0;
}

#related-items .block {
  position: relative;
  background: #fff;
  margin-bottom: 45px;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.14);
}

#related-items .block:hover .img-overly .overly {
  opacity: 1;
}

#related-items .block h4 {
  padding: 20px 15px;
  margin-top: 0;
  color: #666;
}

#related-items .block h4 span {
  float: right;
  color: #00AEEF;
}

#related-items .block .img-overly {
  position: relative;
  background: rgba(0, 0, 0, 0.85);
}

#related-items .block .img-overly img {
  border-radius: 0;
}

#related-items .block .img-overly .overly {
  background: rgba(57, 181, 74, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: .3s all;
}

#related-items .block .img-overly .overly a {
  position: absolute;
  top: 45%;
  left: 45%;
}

#related-items .block .img-overly .overly a i {
  font-size: 30px;
  color: #fff;
}

.service-page .service-parts .block {
  margin-bottom: 40px;
  text-align: center;
}

.service-page .service-parts .block i {
  font-size: 35px;
  color: #00AEEF;
}

.service-page .service-parts .block p {
  padding: 0 8px;
  font-size: 14px;
  color: #777;
  line-height: 1.7;
}

#team {
  margin: 50px 0;
}

.team-member {
  margin-top: 30px;
}

.team-member:hover .team-img img {
  opacity: .8;
}

.team-member .team-img {
  position: relative;
}

.team-member .team-img .team-pic {
  width: 100%;
}

.team-member .team_designation {
  font-size: 13px;
}

.team-member h3 {
  color: #00AEEF;
  margin-bottom: 0;
  font-size: 20px;
}

.team-member p {
  font-size: 14px;
}

.team-member .social-icons a {
  background: #00AEEF;
  color: #fff;
  padding: 4px 8px;
  display: inline-block;
  font-size: 15px;
}

.team-member .social-icons .facebook {
  padding: 4px 12px;
}

#sitemap > ul {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
}

#sitemap > ul > li {
	margin-bottom: 0px;
}

#sitemap > ul > li > a {
	display: block;
	font-weight: 400;
	color: #00AEEF;
	margin-bottom: 0px;
}

#sitemap > ul > li > ul {
  list-style: inside !important;
  padding-left: 30px;
}

#sitemap > ul > li > ul > li {
  list-style-type: circle !important;
}

#footer {
  background: #fff;
  padding: 25px 0;
  color: #555;
}

#footer .copyright {
  font-size: 13px;
  margin-bottom: 0;
}

#footer .copyright a {
  color: #00AEEF;
}

#footer .social {
  text-align: right;
  margin-bottom: 0;
}

#footer .social li {
  display: inline-block;
  margin-right: 15px;
}

#footer .social li a {
  font-size: 22px;
  color: #00AEEF;
}

.cd-headline.slide .cd-words-wrapper {
  color: #00AEEF;
}

ul.social-icons {
  height: auto;
  overflow: hidden;
  list-style: none !important;
  margin-bottom: 10px;
}

ul.social-icons li {
  float: none;
  display: inline-block;
  height: 36px;
}

#copyright a:hover,
#copyright nav .menu li a:hover {
  color: #e4e4e4 !important;
}

#copyright a {
  text-decoration: none;
}

#copyright a:hover {
  text-decoration: none;
}

.label {
  display: inline-block;
  padding: .3em .6em .3em;
  font-size: 90%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.control-label {
  width: 100%;
}
.embed-responsive-4by3 {
  padding-bottom: 80% !important;
}
.live-video-player-dimensions.vjs-fluid {
  padding-top: 80% !important;
}
.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}
.direct-chat.chat-pane-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
  height: 535px;
  overflow: auto;
}
.direct-chat-msg,
.direct-chat-text {
  display: block;
}
.direct-chat-msg {
  margin-bottom: 10px;
}
.direct-chat-msg:before,
.direct-chat-msg:after {
  content: " ";
  display: table;
}
.direct-chat-msg:after {
  clear: both;
}
.direct-chat-messages,
.direct-chat-contacts {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.direct-chat-text {
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: #d2d6de;
  border: 1px solid #d2d6de;
  margin: 5px 0 5px 50px;
  color: #444;
}
.direct-chat-text:after,
.direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: #d2d6de;
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none;
}
.direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px;
}
.direct-chat-text:before {
  border-width: 6px;
  margin-top: -6px;
}
.right .direct-chat-text {
  margin-right: 50px;
  margin-left: 0;
}
.right .direct-chat-text:after,
.right .direct-chat-text:before {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #d2d6de;
}
.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 40px;
  height: 40px;
}
.right .direct-chat-img {
  float: right;
}
.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}
.direct-chat-name {
  font-weight: 600;
}
.direct-chat-timestamp {
  color: #999;
}
.direct-chat-primary .right > .direct-chat-text {
  background: #3c8dbc;
  border-color: #3c8dbc;
  color: #fff;
}
.direct-chat-primary .right > .direct-chat-text:after,
.direct-chat-primary .right > .direct-chat-text:before {
  border-left-color: #3c8dbc;
}
#clappr{
  margin-bottom: 15px;
}
#clappr > div {
  width:100%;
  height:100%;
  position: absolute;
}
.player-poster[data-poster] .play-wrapper[data-poster] {
  height: 10% !important;
}
.player-poster[data-poster] .play-wrapper[data-poster] svg path {
  fill: rgba(0, 174, 239, 0.75) !important;
}
.video-js .vjs-big-play-button {
  left: 50%;
  margin-left: -45px;
  top: 50%;
  margin-top: -25px;
  border: 0.06666em solid rgba(0, 174, 239, 0.75);
  background-color: rgba(0, 174, 239, 0.75);
  background-color: rgba(0, 174, 239, 0.75);
  line-height: 1.6em;
  height: 1.7em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: rgba(50, 50, 50, 0.25);
  background-color: #505050;
  background-color: rgba(50, 50, 50, 0.75);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-default-skin .vjs-control-bar {
  height: 3.0em;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.7);
}

.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
  background-color: #00aeef;
}

form .alert {
  display: none;
  border-radius: 0px;
  padding-top: 7px;
  padding-bottom: 5px;
}
form .alert.alert-message {
  display: block;
}

.table-responsive {
  overflow: hidden;
}

.modal-content {
  border-radius: 0px;
}

.text-danger {
  color: #dd4b39;
}

.form-control,
.select2-container {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "RSU", "Trebuchet MS", sans-serif;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
}

.form-control:focus {
  border-color: #3c8dbc;
  box-shadow: none;
}

.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}

.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-group.has-success label {
  color: #00a65a;
}

.form-group.has-success .form-control {
  border-color: #00a65a;
  box-shadow: none;
}

.form-group.has-success .help-block {
  color: #00a65a;
}

.form-group.has-warning label {
  color: #f39c12;
}

.form-group.has-warning .form-control {
  border-color: #f39c12;
  box-shadow: none;
}

.form-group.has-warning .help-block {
  color: #f39c12;
}

.form-group.has-error label {
  color: #dd4b39;
}

.form-group.has-error .form-control {
  border-color: #dd4b39;
  box-shadow: none;
}

.form-group.has-error .help-block {
  color: #dd4b39;
}


.input-group .input-group-addon {
  border-radius: 0;
  border-color: #d2d6de;
  background-color: #fff;
}

.input-group .input-group-btn .btn {
  font-size: 14px;
  font-size: 1.4rem;
}


.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}

.icheck > label {
  padding-left: 0;
}


.input-lg + .form-control-feedback.fa,
.input-group-lg + .form-control-feedback.fa,
.form-group-lg .form-control + .form-control-feedback.fa {
  line-height: 46px;
}

.input-sm + .form-control-feedback.fa,
.input-group-sm + .form-control-feedback.fa,
.form-group-sm .form-control + .form-control-feedback.fa {
  line-height: 30px;
}

.btn {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "RSU", "Trebuchet MS", sans-serif;
}

.btn.uppercase {
  text-transform: uppercase;
}

.btn.btn-flat {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}

.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-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:focus {
  outline: none;
}

.btn.btn-file {
  position: relative;
  overflow: hidden;
}

.btn.btn-file > input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.btn-app {
  font-size: 14px;
  font-size: 1.4rem;
}

.form-group > .form-control {
  font-size: 14px;
  font-size: 1.4rem;
}
.form-group > .form-control ~ .form-control-feedback {
  font-size: 13px;
  font-size: 1.3rem;
  border-left: 1px solid #d2d6de;
  height: 26px;
  line-height: 26px;
  top: 4px;
  width: auto;
  padding-left: 7px;
  padding-right: 7px;
}
.form-group > .control-label + .form-control ~ .form-control-feedback {
  top: 30px;
}
.form-group.has-error > .form-control-feedback {
  border-left: 1px solid;
}

.form-horizontal label {
  padding-top: 7px;
  margin-bottom: 0;
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem;
}

.alert,
.tooltip-inner {
  font-family: "RSU", "Trebuchet MS", sans-serif;
}

.tooltip-input > .tooltip-inner {
  border-radius: 0px;
  padding: 5px 15px;
  white-space: nowrap;
}

.tooltip-top-right {
  left: auto !important;
  right: 0 !important;
  top: auto !important;
  bottom: 100% !important;
}
.tooltip-top-right > .tooltip-arrow {
  left: auto !important;
  right: 12px !important;
}

[class^="col-"] > .tooltip-top-right {
  left: auto !important;
}

.caret {
  margin-left: 5px;
}

.popup-title {
  font-weight: bold;
}

.fa-times {
  cursor: pointer;
}

.fotorama__stage {
  background-color: #000000;
}

.btn {
  border-radius: 0px;
  outline: none;
}

.joyride-content-wrapper {
  font-family: "RSU", "Trebuchet MS", sans-serif;
  line-height: 1.5;
  padding: 15px;
}

.joyride-tip-guide {
  width: auto;
  min-width: 300px;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1101 !important;
}
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff;
}
.joyride-tip-guide p {
  margin: 0px 0px 10px 0px !important;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8 !important;
}

.joyride-modal-bg {
  background: transparent;
  background: transparent;
  opacity: 0.5;
  z-index: 1100;
}

.joyride-expose-wrapper {
  background-color: transparent;
  position: absolute;
  z-index: 1102;
  border: solid 3px #00c0ef;
  -moz-box-shadow: 0px 0px 30px #00c0ef;
  -webkit-box-shadow: 0px 0px 30px #00c0ef;
  box-shadow: 0px 0px 30px #00c0ef;
}

.tips-logo {
  top: 65px !important;
  left: 40px !important;
  position: fixed !important;
}

.tips-navbar {
  top: 65px !important;
  position: fixed !important;
}

.tips-sidebar {
  top: 70px !important;
  left: 265px !important;
  position: fixed !important;
}

.tips-menu-dropdown,
.tips-menu,
.tips-search {
  left: 265px !important;
}

.tips-language {
  top: auto !important;
  left: auto !important;
  bottom: 65px !important;
  right: 15px !important;
}
.tips-language > .joyride-nub.bottom {
  left: auto !important;
  right: 22px !important;
}

.tips-end {
  width: 400px !important;
  height: 150px !important;
  margin-top: -75 !important;
  margin-left: -200px !important;
  top: 50% !important;
  left: 50% !important;
  position: fixed !important;
}
.tips-end > .joyride-nub {
  display: none;
}

.dropdown-menu {
  min-width: 0px;
  min-width: 100%;
  width: auto;
  border-radius: 0;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
  left: 15px !important;
}

.input-group .input-group-addon {
  border-radius: 0;
  border-color: #d2d6de;
  background-color: #fff;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
}
.form-control:focus {
  border-color: #3c8dbc;
  box-shadow: none;
}
.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-horizontal .form-group {
  margin-bottom: 15px;
}
.form-horizontal .form-group .form-control,
.form-horizontal .form-group .select2-container {
  margin-bottom: 0px;
}
.form-horizontal .control-label {
  text-align: left;
}

.alert {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-radius: 0px;
  font-size: 16px;
}
.alert .close {
  font-size: 26px;
}

.g-recaptcha {
  margin-bottom: 15px;
}

.text-center .g-recaptcha > div > div {
  margin: 0 auto !important;
}
.text-center .img-responsive {
  margin-left: auto;
  margin-right: auto;
}

.m-a-0 {
  margin: 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-a {
  margin: 1px !important;
}

.m-t {
  margin-top: 1px !important;
}

.m-r {
  margin-right: 1px !important;
}

.m-b {
  margin-bottom: 1px !important;
}

.m-l {
  margin-left: 1px !important;
}

.m-x {
  margin-right: 1px !important;
  margin-left: 1px !important;
}

.m-y {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-a-xs {
  margin: 5px !important;
}

.m-t-xs {
  margin-top: 5px !important;
}

.m-r-xs {
  margin-right: 5px !important;
}

.m-b-xs {
  margin-bottom: 5px !important;
}

.m-l-xs {
  margin-left: 5px !important;
}

.m-x-xs {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.m-y-xs {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.m-a-sm {
  margin: 10px !important;
}

.m-t-sm {
  margin-top: 10px !important;
}

.m-r-sm {
  margin-right: 10px !important;
}

.m-b-sm {
  margin-bottom: 10px !important;
}

.m-l-sm {
  margin-left: 10px !important;
}

.m-x-sm {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.m-y-sm {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.m-a-md {
  margin: 20px !important;
}

.m-t-md {
  margin-top: 20px !important;
}

.m-r-md {
  margin-right: 20px !important;
}

.m-b-md {
  margin-bottom: 20px !important;
}

.m-l-md {
  margin-left: 20px !important;
}

.m-x-md {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.m-y-md {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.m-a-lg {
  margin: 40px !important;
}

.m-t-lg {
  margin-top: 40px !important;
}

.m-r-lg {
  margin-right: 40px !important;
}

.m-b-lg {
  margin-bottom: 40px !important;
}

.m-l-lg {
  margin-left: 40px !important;
}

.m-x-lg {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.m-y-lg {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.p-a-0 {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-a {
  padding: 1px !important;
}

.p-t {
  padding-top: 1px !important;
}

.p-r {
  padding-right: 1px !important;
}

.p-b {
  padding-bottom: 1px !important;
}

.p-l {
  padding-left: 1px !important;
}

.p-x {
  padding-right: 1px !important;
  padding-left: 1px !important;
}

.p-y {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.p-a-xs {
  padding: 5px !important;
}

.p-t-xs {
  padding-top: 5px !important;
}

.p-r-xs {
  padding-right: 5px !important;
}

.p-b-xs {
  padding-bottom: 5px !important;
}

.p-l-xs {
  padding-left: 5px !important;
}

.p-x-xs {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.p-y-xs {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.p-a-sm {
  padding: 10px !important;
}

.p-t-sm {
  padding-top: 10px !important;
}

.p-r-sm {
  padding-right: 10px !important;
}

.p-b-sm {
  padding-bottom: 10px !important;
}

.p-l-sm {
  padding-left: 10px !important;
}

.p-x-sm {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.p-y-sm {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p-a-md {
  padding: 20px !important;
}

.p-t-md {
  padding-top: 20px !important;
}

.p-r-md {
  padding-right: 20px !important;
}

.p-b-md {
  padding-bottom: 20px !important;
}

.p-l-md {
  padding-left: 20px !important;
}

.p-x-md {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.p-y-md {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-a-lg {
  padding: 40px !important;
}

.p-t-lg {
  padding-top: 40px !important;
}

.p-r-lg {
  padding-right: 40px !important;
}

.p-b-lg {
  padding-bottom: 40px !important;
}

.p-l-lg {
  padding-left: 40px !important;
}

.p-x-lg {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.p-y-lg {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row-same-height {
  overflow: hidden;
}
.row-same-height [class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.container-fluid .row-height {
  margin-left: 0px;
  margin-right: 0px;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-xs-top {
    vertical-align: top;
  }

  .col-xs-middle {
    vertical-align: middle;
  }

  .col-xs-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-sm-top {
    vertical-align: top;
  }

  .col-sm-middle {
    vertical-align: middle;
  }

  .col-sm-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-md-top {
    vertical-align: top;
  }

  .col-md-middle {
    vertical-align: middle;
  }

  .col-md-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-lg-top {
    vertical-align: top;
  }

  .col-lg-middle {
    vertical-align: middle;
  }

  .col-lg-bottom {
    vertical-align: bottom;
  }
}
.warning_menu {
  animation: warning_menu 1s linear infinite;
  border-bottom: none !important;
}

@keyframes warning_menu {
  0% {
    background-color: #00AEEF;
    color:  #FFF;
  }
  50% {
    background-color: #FF0000;
    color: #FFF;
  }
  100% {
    background-color: #00AEEF;
    color:  #FFF;
  }
}
#billboard > .carousel-inner > .carousel-item > a {
	min-height: 250px;
	position: relative;
	overflow: hidden;
	display: block;
}
#billboard > .carousel-inner > .carousel-item > a > img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: auto;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
@media (min-width: 576px) {
	#billboard > .carousel-inner > .carousel-item > a {
		min-height: 325px;
	}
}
@media (min-width: 768px) {
	#billboard > .carousel-inner > .carousel-item > a {
		min-height: 400px;
	}
}
@media (min-width: 992px) {
	#billboard > .carousel-inner > .carousel-item > a {
		min-height: 475px;
	}
}
@media (min-width: 1200px) {
	#billboard > .carousel-inner > .carousel-item > a {
		min-height: 600px;
	}
}
@media (max-width: 1199px) {
	.navbar .nav-item .nav-link {
    padding: 5px;
  }
}
@media (max-width: 767px) {
	#news-activity .blog-posts .post .post-image .thumb-info .thumb-info-wrapper {
		height: 300px;
	}
}
@media (max-width: 575px) {
	#news-activity .blog-posts .post .post-image .thumb-info .thumb-info-wrapper {
		height: 250px;
	}
}
.modal-dialog {
  max-width: fit-content !important;
}
.cc-window.cc-floating {
  padding: 30px;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.cc-revoke, .cc-window {
  font-family: inherit;
}
.cc-window {
  opacity: .95;
}
.cc-btn {
  padding: 7.5px 30px;
}
.cc-allow {
  background-color: #00AEEF !important;
}
.sharethis-inline-share-buttons {
  text-align: left !important;
  margin-top: 15px !important;
}
.sharethis-inline-share-buttons  > .st-btn {
  height: 28px !important;
  line-height: 28px !important;
}