@media screen and (max-width: 991px) {
  .ot-modal {
    position: absolute;
    top: -20px;
    left: 0;
  }
}
.ot-modal button {
  background: transparent;
  margin-top: 10px;
  color: #ffffff;
}
.ot-modal button:hover {
  color: #e89980;
}
.hide-page-content .t3-mainbody {
  display: none;
}
.ot-margin {
  background-image: url(../../../templates/kenttheme/images/slide-bg.jpg);
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 80px;
  padding-bottom: 220px;
  margin-bottom: -140px;
}
.ot-margin-bottom {
  background: #ffffff;
  padding-top: 40px;
  border-radius: 8px;
  margin-bottom: 40px;
}
.ot-slideshow {
  color: #ffffff;
}
.ot-slideshow .jumbotron {
  background: transparent;
}
.ot-slideshow .jumbotron h1 {
  font-size: 70px;
}
.ot-slideshow .btn-default {
  color: #ffffff;
}
.ot-slide {
  padding: 20px 80px;
}
@media screen and (max-width: 991px) {
  .ot-slide {
    padding: 20px;
  }
}
.ot-field {
  padding: 30px 80px;
}
@media screen and (max-width: 991px) {
  .ot-field {
    padding: 20px;
  }
}
.ot-promo {
  background-image: url(../../../templates/kenttheme/images/parallax.jpg);
  min-height: 500px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px;
  padding: 80px 80px 50px 80px;
  color: #ffffff;
}
.ot-promo .module-title {
  color: #ffffff;
  margin-bottom: 60px;
}
.ot-promo .module-title span {
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 20px;
  border-radius: 8px;
}
.ot-promo h1 {
  text-shadow: 0 3px 2px #333;
}
.ot-promo .ot-content-boxes .ot-caption {
  background: rgba(238, 238, 238, 0.7);
}
.ot-promo h5,
.ot-promo p {
  margin: 20px 0;
}
.t3-mainbody {
  padding-left: 25px;
  padding-right: 25px;
}
#owl-optimum .item img.owl-image {
  border-bottom: 4px solid #e89980;
}
#owl-optimum .item img.owl-image:hover {
  opacity: 0.8;
}
.owl-theme .owl-controls .owl-buttons div {
  background: transparent !important;
  font-size: 30px !important;
  color: #000000 !important;
}
.owl-buttons .owl-prev {
  left: -35px !important;
}
.owl-buttons .owl-next {
  right: -35px !important;
}
.owl-sub-title {
  color: #000000;
  font-style: italic;
}
.ot-content-boxes .icon-top {
  background: #ffffff;
  position: absolute;
  top: -5px;
  left: -5px;
  padding: 10px;
  border: 1px solid #e89980;
}
.ot-content-boxes .readmore a.readmore {
  background: #e89980 !important;
  color: #ffffff;
}
.ot-content-boxes .readmore a.readmore:hover {
  background: #e07655;
  color: #ffffff;
}
.animated-header {
  position: fixed;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  height: 100px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 25px;
}
.animated-header .animated-inner {
  margin: 0 auto;
  padding: 0 1.875em;
}
.animated-header.animated-header-shrink {
  height: 90px;
  background: rgba(218, 98, 227, 0.9);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
}
@media screen and (max-width: 991px) {
  .navbar-header button.navbar-toggle {
    position: absolute;
    top: -20px;
    right: 0;
  }
  .t3-navbar-collapse.navbar-collapse {
    background: #ffffff;
    border: 1px solid #000000;
  }
  .t3-navbar-collapse.navbar-collapse li.active a {
    color: #e89980 !important;
  }
  .t3-navbar-collapse.navbar-collapse a {
    color: #000000 !important;
  }
}
@media screen and (min-width: 768px) {
  .languageswitcherload {
    width: inherit;
  }
}
.t3-navhelper .breadcrumb {
  float: left;
}
.t3-navhelper .social-icons {
  display: inline;
}
.t3-navhelper .social-icons > div {
  display: inline-block;
}
.t3-navhelper .social-icons > div a {
  display: inline-block;
  border: 1px solid #000000;
  padding: 10px;
}
.t3-navhelper .social-icons > div a:hover {
  background: #ffffff;
  color: #e89980;
}
.t3-footer a {
  color: #ffffff;
}
.featured-box {
  margin: 0 0 0 0;
}
.circle {
  background: #000000;
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 50%;
  border: 1px solid #000000;
  text-align: center;
  margin: 10px auto;
  color: #ffffff;
}
.circle i {
  font-size: 40px;
  margin: 28px 0;
  left: 30%;
  float: left;
  z-index: 5;
  position: relative;
}
.circle,
.circle i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.featured-box:hover > .circle {
  background-color: #e89980;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.featured-box:hover > .circle i {
  color: #fff;
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.featured-desc {
  text-align: center;
  margin: 30px 40px 0 30px;
  color: #999999;
}
.featured-desc h3 {
  color: #333333;
  font-size: 35px;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
.featured-desc a {
  margin-top: 10px;
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
.featured-box li {
  line-height: 28px;
  font-size: 14px;
}
.carousel-inner blockquote {
  border-left: 3px solid #e8e8e8;
  background: #fafcfe;
  padding: 10px 40px;
  color: #a0a5aa;
  line-height: 24px;
  margin: 10px 0 20px 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
.dropcap {
  float: left;
  color: #000000;
  font-size: 58px;
  line-height: 54px;
  padding-top: 4px;
  padding-right: 10px;
  margin-top: -2px;
}
.dropcap.gray {
  color: #555;
}
.highlight.color,
.highlight.gray,
.highlight.light {
  padding: 2px 6px;
  color: #fff;
  border-radius: 2px;
}
.highlight.color {
  background: #a0a5aa;
}
.highlight.gray {
  background: #a0a5aa;
}
.highlight.light {
  background: #f2f4f6;
  color: #848688;
}
.progress {
  position: relative;
  height: 25px;
}
.progress > .progress-type {
  position: absolute;
  left: 0px;
  line-height: 24px;
  font-weight: 600;
  padding: 0 30px 0 10px;
  color: #ffffff;
  background-color: rgba(25, 25, 25, 0.2);
}
.progress > .progress-completed {
  position: absolute;
  right: 0px;
  font-weight: 600;
  padding: 0 10px 2px;
}
.clickable {
  cursor: pointer;
}
.clickable .glyphicon {
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
}
.panel-heading span {
  margin-top: -22px;
  font-size: 15px;
  margin-right: -9px;
}
a.clickable {
  color: inherit;
}
a.clickable:hover {
  text-decoration: none;
}

#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px 0px 0px;
}

#quote-carousel .carousel-control {
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

#quote-carousel .carousel-control.left {
  left: -35px;
}
@media screen and (max-width: 480px) {
  #quote-carousel .carousel-control.left {
    left: -20px;
  }
}

#quote-carousel .carousel-control.right {
  right: -35px !important;
}
@media screen and (max-width: 480px) {
  #quote-carousel .carousel-control.right {
    right: -10px !important;
  }
}

#quote-carousel .carousel-indicators {
  right: 10%;
  left: inherit;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active {
  background: #333333;
}
#quote-carousel img {
  width: 100%;
  height: 100%;
}

.item blockquote {
  border-left: none;
  margin: 0;
  background: none;
}
.item blockquote p {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #555555;
}
.item blockquote img {
  margin-bottom: 10px;
}
.item blockquote p:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  margin-right: 10px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: transparent;
  color: #000000;
}
.tab-content {
  padding: 20px;
}

.article-slide .carousel-indicators {
  bottom: 0;
  left: 0;
  margin-left: 5px;
  width: 100%;
}

.article-slide .carousel-indicators li {
  border: medium none;
  border-radius: 0;
  float: left;
  height: 55px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 5px !important;
  margin-top: 0;
  width: 60px;
}

.article-slide .carousel-indicators img {
  border: 2px solid #FFFFFF;
  float: left;
  height: 55px;
  left: 0;
  width: 60px;
}

.article-slide .carousel-indicators .active img {
  border: 2px solid #428BCA;
  opacity: 0.7;
}
.t3-header {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.head-search {
  margin-top: 20px;
}
.head-search:before,
.head-search:after {
  display: table;
  content: " ";
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
.t3-sl {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.t3-mainbody {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-footer {
  border-top: 1px solid #eeeeee;
  background: #da62e3;
  color: #ffffff;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav,
.t3-footnav2 {
  padding: 20px 0;
}
.t3-footnav:before,
.t3-footnav2:before,
.t3-footnav:after,
.t3-footnav2:after {
  display: table;
  content: " ";
}
.t3-footnav:after,
.t3-footnav2:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav,
  .t3-footnav2 {
    padding: 40px 0;
  }
}
.t3-footnav .t3-module,
.t3-footnav2 .t3-module {
  background: #da62e3;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.t3-footnav .t3-module .module-title,
.t3-footnav2 .t3-module .module-title {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
}
.t3-footnav .t3-module ul,
.t3-footnav2 .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li,
.t3-footnav2 .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a,
.t3-footnav2 .t3-module ul > li > a {
  color: #ffffff;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav2 .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav2 .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus,
.t3-footnav2 .t3-module ul > li > a:focus {
  color: #ffffff;
}
.t3-copyright {
  border-top: 1px dotted #999999;
  font-size: 12px;
  padding: 40px 0 80px;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  margin-bottom: 20px;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}