.t3-wrapper {
  overflow: hidden !important;
}
*::-moz-selection {
  background: none repeat scroll 0 0 #00cccc;
  color: #fff;
}
*::selection {
  background: none repeat scroll 0 0 #00cccc;
  color: #fff;
}
a {
  outline: 0;
}
a:hover,
a:focus,
a:active {
  outline: 0;
  text-decoration: none;
}
.mt10 {
  margin-top: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.tar {
  text-align: right;
}
.ff-opensans {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.media-border {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.media-border:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.divider-bottom {
  border-bottom: 1px solid #eee;
}
.banner-long {
  padding: 140px 0;
}
.banner-short {
  padding: 40px 0;
}
.banner-medium {
  padding: 100px 0;
}
.banner-short .mass-head h2,
.banner-medium .mass-head h2,
.banner-long .mass-head h2 {
  margin: 0;
}
.breadcrumb {
  float: right;
  margin-right: 0;
  text-decoration: none;
  color: #1f1f1f;
  background: transparent;
}
.breadcrumb li a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.breadcrumb li a:hover {
  text-decoration: none;
  color: #1f1f1f;
}
.breadcrumb > .active {
  color: #1f1f1f;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    float: none;
  }
}
.page-header {
  display: none;
}
@media screen and (min-width: 768px) {
  .boxed {
    width: 1200px;
    margin: 0 auto;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.4);
  }
}
.top-header {
  border-bottom: 1px solid #ddd;
  background: #00cccc;
  color: #ffffff;
  padding: 5px 0;
}
.top-header .top-phone,
.top-header .top-address {
  padding: 5px 0;
  font-size: 13px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #ffffff;
  display: inline-block;
}
.top-header .top-phone .fa,
.top-header .top-address .fa {
  color: #ffffff;
}
.top-header .custom {
  display: inline-block;
  text-align: right;
}
.top-header .nav > li > a {
  padding: 5px 11px;
  font-size: 13px;
  text-transform: capitalize;
}
.top-header .nav-pills > li.active > a {
  background: #00cccc;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.top-header .nav-pills > li > a {
  border-radius: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.top-header .nav-pills > li > a:hover {
  background: #444;
  color: #ffffff;
  border: 1px solid #444;
}
.top-social p {
  float: left;
}
.top-social ul {
  margin: 0;
  padding: 0;
}
.top-social ul li {
  margin: 0;
  padding: 5px 10px;
  list-style: none;
  float: left;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.top-social ul li:first-child {
  margin-left: 0;
}
.top-social ul li a {
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.top-social ul li:hover {
  background: #ffffff;
  color: #00cccc;
}
.top-social ul li:hover a {
  color: #00cccc;
}
.top-social ul li.text {
  width: 88px;
  font-size: 13px;
  color: #00cccc;
  padding-right: 0;
  padding-left: 15px;
}
.top-social ul li.text:hover {
  background: transparent;
}
.t3-header {
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 99999;
}
.logo {
  text-align: center;
  padding: 17px 0;
}
@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;
}
.tp-caption.medipuls-title {
  font-family: "Roboto", sans-serif !important;
}
.tp-caption.medipuls-title span {
  color: #00cccc;
}
@media screen and (max-width: 767px) {
  .tp-caption.medipuls-title span {
    font-size: 20px !important;
  }
}
.tp-caption.medipuls-title.white {
  color: #ffffff !important;
}
@media screen and (max-width: 767px) {
  .tp-caption.medipuls-title {
    font-size: 20px !important;
  }
}
.tp-caption.medipuls-title-center {
  font-family: "Roboto", sans-serif !important;
}
.tp-caption.medipuls-title-center span {
  color: #00cccc;
}
.tp-caption.medipuls-subtitle {
  font-family: 'Sanchez', serif !important;
}
.tp-caption.medipuls-subtitle.white {
  color: #ffffff !important;
}
@media screen and (max-width: 767px) {
  .tp-caption.medipuls-subtitle {
    font-size: 14px !important;
  }
}
#sp-page-builder .sppb-section-title {
  margin-bottom: 0;
  position: relative;
}
#sp-page-builder .sppb-section-title.sppb-text-left {
  padding-left: 25px;
  margin-bottom: 25px;
}
#sp-page-builder .sppb-section-title.sppb-text-left:before {
  content: '';
  width: 3px;
  background: #00cccc;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
}
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading:after {
  content: '';
  display: block;
  background: #00cccc;
  width: 50px;
  height: 3px;
  margin: 25px auto 30px;
}
#sp-page-builder .sppb-section-title.sppb-text-right {
  padding-right: 25px;
  margin-bottom: 25px;
}
#sp-page-builder .sppb-section-title.sppb-text-right:after {
  content: '';
  width: 3px;
  background: #00cccc;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
#sp-page-builder .page-content .sppb-section {
  margin-top: 0 !important;
}
.sppb-title-heading {
  text-transform: uppercase;
}
.sppb-text-center .sppb-title-subheading:after {
  margin: 24px auto 15px;
}
.sppb-addon-header-block .sppb-addon-content {
  font-size: 16px;
  margin-top: 20px;
}
.border-line {
  position: relative;
}
.border-line:after {
  content: '';
  display: block;
  background: #00cccc;
  width: 50px;
  height: 3px;
  margin: 30px auto 20px;
}
.sppb-text-left .border-line {
  position: relative;
}
.sppb-text-left .border-line:after {
  content: '';
  display: block;
  background: #00cccc;
  width: 50px;
  height: 3px;
  margin: 30px 0 20px;
}
.sppb-text-right .border-line {
  position: relative;
  margin-bottom: 40px;
}
.sppb-text-right .border-line:after {
  content: '';
  display: block;
  background: #00cccc;
  width: 50px;
  height: 3px;
  margin: 30px 0 20px;
  position: absolute;
  right: 0;
}
.addon-left .sppb-addon-header {
  position: relative;
  padding-left: 25px;
  margin-bottom: 25px;
}
.addon-left .sppb-addon-header:before {
  content: '';
  display: block;
  background: #00cccc;
  width: 3px;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
}
.sppb-addon-title {
  text-transform: uppercase;
}
.service-box-style-1 a:hover {
  text-decoration: none;
}
.service-box-style-1 .sppb-feature-box-title {
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
.service-box-style-1 .sppb-icon i {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.service-box-style-1:hover .sppb-icon i {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.f-image {
  position: relative;
}
.f-image img {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .f-image img {
    position: relative;
    margin-top: 20px;
  }
}
.appointment-sub-title {
  font-size: 16px;
  margin-top: 20px;
}
.appointment-form select,
.appointment-form textarea,
.appointment-form input[type="text"],
.appointment-form input[type="email"] {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
}
.appointment-form select:focus,
.appointment-form textarea:focus,
.appointment-form input[type="text"]:focus,
.appointment-form input[type="email"]:focus {
  box-shadow: none;
}
.appointment-form select,
.appointment-form input[type="text"],
.appointment-form input[type="email"] {
  height: 50px;
}
.appointment-form textarea {
  height: 100px;
}
@media screen and (max-width: 991px) {
  .appointment-form {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .appointment-form {
    margin-bottom: 30px;
  }
}
.team-member {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .team-member {
    margin-bottom: 20px;
  }
}
.team-member:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.team-member .team-image {
  overflow: hidden;
}
.team-member .team-image:hover {
  cursor: pointer;
}
.team-member .team-info {
  padding: 20px 20px 0;
}
.team-member .team-info h4 {
  color: #1f1f1f;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.team-member .team-info h4:hover {
  text-decoration: none;
  color: #00cccc;
  cursor: pointer;
}
.team-member .team-info .team-designation {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.team-member .team-text {
  padding: 10px 20px 20px;
  border-bottom: 1px solid #e7e7e7;
  line-height: 22px;
}
.team-member .team-social-icons ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.team-member .team-social-icons ul li {
  margin: 20px 5px 20px 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}
.team-member .team-social-icons ul li i {
  color: #8c9195;
  font-size: 16px;
  margin-right: 7px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e7e7e7;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.team-member .team-social-icons ul li i:hover {
  color: #ffffff;
  background: #00cccc;
}
.pricing-wrapper {
  border: 1px solid #ddd;
  float: left;
}
.pricing-wrapper .pricing-content {
  float: left;
  padding-left: 15px;
}
.pricing-wrapper .pricing-content .pricing-title {
  color: #1f1f1f;
  font-size: 22px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pricing-wrapper .pricing-amount {
  float: right;
  font-size: 42px;
  color: #1f1f1f;
  font-weight: 700;
  margin-right: 15px;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pricing-wrapper:hover .pricing-title {
  color: #00cccc;
}
.pricing-wrapper:hover .pricing-amount {
  color: #00cccc;
}
.sppb-nav-pills > li > a {
  border-radius: 0;
}
.sppb-nav-pills > li.active > a,
.sppb-nav-pills > li.active > a:hover,
.sppb-nav-pills > li.active > a:focus {
  border-radius: 0;
  background: #00cccc;
}
.dropcap {
  float: left;
  width: 60px;
  height: 60px;
  padding: 0 10px 0 16px;
  font-size: 40px;
  font-weight: 400;
}
.dropcap.bg {
  margin-right: 10px;
  margin-bottom: 0;
  color: #fff;
  background: #00cccc;
}
.dropcap.bg.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -o-border-radius: 100%;
}
.dropcap.bg.rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-border-radius: 4px;
}
.sppb-testimonial-pro .sppb-testimonial-message {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.sppb-testimonial-pro .sppb-carousel-control {
  font-size: 28px;
  line-height: 32px;
  width: 40px;
  height: 40px;
  border-radius: 0;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.sppb-testimonial-pro .sppb-carousel-control:hover {
  background: #00cccc;
  border: 2px solid #00cccc;
}
.sppb-panel-group .sppb-panel {
  border-radius: 0;
}
.sppb-panel-default > .sppb-panel-heading {
  text-transform: uppercase;
}
.sppb-panel-default > .sppb-panel-heading.active {
  border-radius: 0;
  color: #ffffff;
  background: #00cccc;
}
.fact-box {
  text-align: center;
}
.fact-box h3 {
  text-transform: uppercase;
  font-size: 18px;
}
.fact-box .timer {
  font-size: 60px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.isotope-nav li {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.isotope-nav li:hover,
.isotope-nav li.active {
  background: #00cccc;
  color: #ffffff;
  border-color: #00cccc;
}
.itl_portfolio {
  margin: 30px 0 0;
}
.itl_portfolio .owl-buttons {
  margin: 40px 0 0;
}
.itl_portfolio .owl-theme .owl-controls .owl-buttons div {
  font-size: 25px;
  padding: 7px;
  width: 40px;
  height: 40px;
  border-radius: 0;
  line-height: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.itl_portfolio .owl-theme .owl-controls .owl-buttons div:hover {
  background: #00cccc;
}
.gutter-sizer {
  width: 30px;
}
.portfolio-item-content a {
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-item-content a:hover {
  color: #ffffff;
}
a.portfolio-item-zoom {
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.portfolio-item-zoom:hover {
  color: #ffffff;
}
.artsexylightbox_container {
  margin-top: 10px;
}
.mod-languages {
  margin-top: 40px;
}
.footer-social {
  margin-top: 20px;
}
.footer-social ul {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .footer-social ul {
    float: none;
    text-align: center;
    margin: 10px auto;
  }
}
.footer-social ul li {
  margin: 0 3px;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.footer-social ul li a {
  background: #888;
  color: #1f1f1f !important;
  display: block;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  padding: 3px 9px;
  font-size: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer-social ul li a:hover {
  background: #ffffff;
  color: #1f1f1f;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.contact-module input[type="text"],
.contact-module input[type="email"] {
  width: 100%;
  height: 50px;
  box-shadow: none;
  border-radius: 0;
}
.contact-module input[type="text"]:focus,
.contact-module input[type="email"]:focus {
  border-color: #00cccc;
}
.contact-module textarea#message {
  width: 100%;
  height: 150px;
  box-shadow: none;
  border-radius: 0;
}
.contact-module textarea#message:focus {
  border-color: #00cccc;
}
.contact-module .pad {
  margin-bottom: 30px;
}
.contact-module .ctcbtn {
  text-align: center;
}
.btn-ctc {
  font-size: 14px;
  line-height: 16px;
  padding: 9px 26px;
  color: #ffffff;
  background: #2f383d;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.btn-ctc:hover {
  background: #00cccc;
  color: #ffffff;
}
.btn-ctc:focus {
  border-color: transparent;
  box-shadow: none;
  outline: 0 !important;
  color: #ffffff;
}
.t3-mainbody {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.item-image {
  padding-right: 20px;
}
.t3-sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar .module-title {
  color: #1f1f1f;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.t3-sidebar .k2TagCloudBlock a {
  padding: 5px 10px;
  display: block;
  background: #f7f7f7;
  margin: 0 3px 6px;
  color: #888;
  text-decoration: none;
  border: 1px solid #eee;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-sidebar .k2TagCloudBlock a:hover {
  color: #ffffff;
  background: #00cccc;
  padding: 5px 10px;
}
.medipuls-block-layout .media {
  background: #ffffff;
}
.medipuls-block-layout .media img {
  border: 1px solid #f5f5f5;
}
.medipuls-block-layout .media-left {
  padding: 10px;
  float: left;
}
@media screen and (max-width: 767px) {
  .medipuls-block-layout .media-left {
    display: block;
  }
}
.medipuls-block-layout a.moduleItemTitle {
  color: #1f1f1f;
  margin: 10px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.medipuls-block-layout a.moduleItemTitle:hover {
  color: #00cccc;
}
.medipuls-block-layout a.moduleItemTitle .media-heading {
  font-size: 16px;
  margin: 10px 0;
  text-transform: uppercase;
  line-height: 24px;
}
.medipuls-block-layout .meta {
  font-size: 13px;
  margin-bottom: 10px;
  color: #444;
}
.medipuls-block-layout .meta span {
  margin-right: 6px;
}
.medipuls-block-layout .meta span a {
  color: #444;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.medipuls-block-layout .meta span a:hover {
  color: #00cccc;
}
.medipuls-block-layout .meta span i {
  padding: 0 2px;
  color: #00cccc;
}
.medipuls-block-layout .media-body {
  padding-right: 10px;
}
@media screen and (max-width: 991px) {
  .medipuls-block-layout .media-body {
    padding-left: 10px;
    float: left;
    width: 100%;
  }
}
.medipuls-block-layout .media-body .introtext {
  font-size: 13px;
}
.medipuls-block-layout .media-body .moduleItemReadMore {
  color: #1f1f1f;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.medipuls-block-layout .media-body .moduleItemReadMore:hover {
  color: #00cccc;
}
@media screen and (max-width: 991px) {
  .medipuls-block-layout .media-body .moduleItemReadMore {
    margin-bottom: 15px;
  }
}
.full-width .catItemImageBlock {
  padding: 0;
}
.full-width .catItemImageBlock .catItemImage {
  width: 100%;
  max-height: 550px;
  overflow: hidden;
}
.full-width .catItemImageBlock .catItemImage img {
  border: 0;
  padding: 0;
}
.full-width .cat-item-content {
  margin-left: 70px;
}
.full-width .catItemTitle {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0;
  float: left;
}
.full-width .catItemTitle a {
  color: #2f383d;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.full-width .catItemTitle a:hover {
  color: #00cccc;
}
.full-width .catItemIntroText {
  float: left;
}
.full-width .metaInfo {
  font-size: 12px;
  float: left;
  width: 80%;
}
.full-width .metaInfo i {
  color: #00cccc;
  margin-right: 8px;
  margin-top: 3px;
  float: left;
}
.full-width .metaInfo a {
  text-decoration: none;
  color: #888888;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.full-width .metaInfo a:hover {
  color: #00cccc;
}
.full-width .metaInfo .item-tags ul {
  margin: 0;
  padding: 0 0 0 24px;
}
.full-width .metaInfo .item-tags ul li {
  margin: 0;
  padding: 0 5px;
  float: left;
  list-style: none;
}
.full-width .cat-item-date {
  margin-right: 20px;
  float: left;
}
.full-width .item-readmore {
  float: right;
}
.full-width .item-readmore a {
  text-decoration: none;
}
.itemContainer {
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.mr20 {
  margin-right: 30px;
}
.blog_date {
  background: #00cccc;
  color: #ffffff;
  text-align: center;
  width: 50px;
  display: block;
  padding: 0 0 7px;
}
.blog_date .date {
  font-size: 24px;
}
.blog_icon {
  background: #f6f6f6;
  text-align: center;
  display: block;
  padding: 10px;
}
.blog_icon i {
  font-size: 24px;
  color: #ddd;
}
.itemTitle {
  color: #2f383d;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
}
.item-meta div {
  margin-right: 15px;
}
div.itemCommentsForm form input#submitCommentButton:hover {
  background: #00cccc;
  color: #ffffff;
}
.itemAuthorName {
  margin: 0 0 10px;
}
.itemAuthorName a {
  color: #2f383d;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.itemAuthorName a:hover {
  color: #00cccc;
}
.k2-item-box .itemTitle {
  font-size: 20px;
  color: #2f383d;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.simple {
  margin: 0;
  padding: 0;
}
.simple li {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
.simple li a {
  text-decoration: none;
  color: #888888;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.simple li a:before {
  content: '\f105';
  font-family: FontAwesome;
  margin-right: 10px;
}
.simple li a:hover {
  color: #00cccc;
}
.minimal.k2ItemsBlock ul {
  margin: 0;
  padding: 0;
}
.minimal.k2ItemsBlock ul li {
  display: block;
  clear: both;
  margin: 10px 0;
}
.minimal.k2ItemsBlock ul li a {
  color: #888;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.minimal.k2ItemsBlock ul li a:hover {
  color: #00cccc;
}
.minimal.k2ItemsBlock ul li .left-box i {
  float: left;
  font-size: 16px;
  margin-top: 3px;
}
.minimal.k2ItemsBlock ul li .right-box {
  margin-left: 20px;
}
.project .project-image {
  max-height: 185px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.project .project-content {
  width: 100%;
}
.project .project-content .left {
  width: 45px;
  text-align: center;
  margin-bottom: 5px;
  width: 46px;
}
.project .project-content .left .blog_date {
  display: block;
  background: #00cccc;
  color: #ffffff;
  border: 1px solid #00cccc;
  border-bottom: 0;
  padding: 2px 0 8px;
}
.project .project-content .left .blog_date .date {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}
.project .project-content .left .blog_date .month {
  font-size: 13px;
}
.project .project-content .left .blog_icon {
  display: block;
  background: #ffffff;
  color: #00cccc;
  border: 1px solid #ddd;
  border-top: 0;
}
.project .project-content .left .blog_icon i {
  font-size: 18px;
  line-height: 45px;
}
.project .project-content .seperator {
  padding: 0 5px;
  color: #00cccc;
  display: inline-block;
}
.project .project-content .right {
  margin-left: 20px;
  width: 80%;
}
.project .project-content .right .meta {
  display: block;
  margin-bottom: 10px;
}
.project .project-content .right a.moduleItemTitle {
  display: block;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: #222;
  text-decoration: none;
  margin-bottom: 8px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.project .project-content .right a.moduleItemTitle:hover {
  color: #00cccc;
}
.project .project-content .right .moduleItemAuthor,
.project .project-content .right .comment-counter {
  display: inline-block;
}
.project .project-content .right .moduleItemAuthor a,
.project .project-content .right .comment-counter a {
  text-decoration: none;
}
.project .project-footer {
  margin-top: 20px;
}
.project .project-footer a.moduleItemReadMore {
  text-decoration: none;
}
#comment-form input[type="text"] {
  border-radius: 0;
  height: 50px;
  width: 100%;
}
#comment-form textarea {
  border-radius: 0;
}
.news-style {
  margin-bottom: 25px;
}
.news-style .news-image {
  width: 80px;
  height: 77px;
  overflow: hidden;
}
.news-style .media-heading {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.news-style .media-heading a {
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.news-style .media-heading a:hover {
  color: #00cccc;
}
.news-style a.moduleItemReadMore {
  text-decoration: none;
}
.k2ArchivesBlock ul,
.k2CategoriesListBlock ul {
  margin: 0;
  padding: 0;
}
.k2ArchivesBlock ul li,
.k2CategoriesListBlock ul li {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
.k2ArchivesBlock ul li a,
.k2CategoriesListBlock ul li a {
  text-decoration: none;
  color: #888888;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.k2ArchivesBlock ul li a:before,
.k2CategoriesListBlock ul li a:before {
  content: '\f105';
  font-family: FontAwesome;
  margin-right: 10px;
}
.k2ArchivesBlock ul li a:hover,
.k2CategoriesListBlock ul li a:hover {
  color: #00cccc;
}
.t3-footer {
  background: #222222;
  color: #bababa;
  padding: 40px 0 0;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer p {
  line-height: 24px;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 40px 0;
  }
}
.t3-footnav .t3-module {
  background: #222222;
  color: #bababa;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.t3-footnav .t3-module .module-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.t3-footnav .t3-module span.fa {
  color: #00cccc;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #bababa;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #bababa;
}
.t3-footnav .t3-module .nav > li > a {
  padding: 5px 15px 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.t3-footnav .t3-module .nav > li > a:hover,
.t3-footnav .t3-module .nav > li > a:focus {
  color: #ffffff;
  background: transparent;
}
.t3-copyright {
  border-top: 1px solid #333;
  font-size: 12px;
  padding: 40px 0 30px;
  background: #111;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.t3-copyright .nav {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .t3-copyright .nav {
    text-align: center;
  }
}
.t3-copyright .nav > li {
  display: inline-block;
  text-transform: normal;
}
.t3-copyright .nav > li > a {
  color: #bababa;
  padding: 0 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.t3-copyright .nav > li > a:hover,
.t3-copyright .nav > li > a:focus {
  color: #00cccc;
  background: transparent;
}
@media screen and (max-width: 991px) {
  .t3-copyright .nav > li > a {
    padding: 5px;
  }
}
.t3-copyright .nav > li.active a {
  background: transparent;
}
@media screen and (max-width: 991px) {
  .copyright {
    text-align: center;
  }
}
.back-to-top {
  background-color: #00cccc;
  bottom: 15px;
  height: 40px;
  margin: 0;
  position: fixed;
  right: 15px;
  width: 40px;
  z-index: 1000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}
.back-to-top.reveal {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 30;
  filter: alpha(opacity=3000);
  cursor: pointer;
}
.back-to-top.reveal:hover,
.back-to-top.reveal:focus,
.back-to-top.reveal:active {
  opacity: 100;
  filter: alpha(opacity=10000);
  background-color: #000000;
}
.back-to-top i {
  color: #ffffff;
  left: 35%;
  margin-top: -15px;
  margin-left: -3px;
  position: absolute;
  top: 50%;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker {
  background: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}