
body {
  overflow-x: hidden;
  font-family: 'Source Sans Pro', sans-serif;
  color: #666;	
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Serif Pro', serif;
  font-weight: 300;
	
}

p {
  margin-bottom: 15px;
  line-height: 1.5;
}
a {
  color: #438fcb;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover,
a:active {
  text-decoration: underline;
  color: #56bbb5;
}
a:focus {
  text-decoration: none;
  color: #56bbb5;
  outline: none;
}
.btn,
a.btn 
{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-weight: 700;
  padding: 6px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn .fa,
a.btn .fa {
  margin-left: 5px;
  font-weight: bold;
  position: relative;
  top: 0;
}
a.btn-cta,
.btn-cta {
  font-size: 16px;
  padding: 9px 25px;
  height: 45px;
}
a.btn-primary,
.btn-primary {
  background: #438fcb;
  border: 2px solid #438fcb;
  color: #fff;
}
a.btn-primary:hover,
.btn-primary:hover,
a.btn-primary:active,
.btn-primary:active,
a.btn-primary:focus,
.btn-primary:focus {
  background: #56bbb5;
  border: 2px solid #56bbb5;
  color: #fff;
  outline: none;
}
a.btn-secondary,
.btn-secondary {
  background: #2b7e99;
  border: 2px solid #2b7e99;
  color: #fff;
}
a.btn-secondary:hover,
.btn-secondary:hover,
a.btn-secondary:active,
.btn-secondary:active,
a.btn-secondary:focus,
.btn-secondary:focus {
  background: #256e85;
  border: 2px solid #256e85;
  color: #fff;
  outline: none;
}
a.btn-ghost,
.btn-ghost {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
a.btn-ghost:hover,
.btn-ghost:hover,
a.btn-ghost:active,
.btn-ghost:active,
a.btn-ghost:focus,
.btn-ghost:focus {
  background: rgba(0, 0, 0, 0.1);
  outline: none;
  color: #fff;
}
a.btn-ghost-alt,
.btn-ghost-alt {
  background: none;
  border: 2px solid #666666;
  color: #666666;
}
a.btn-ghost-alt:hover,
.btn-ghost-alt:hover,
a.btn-ghost-alt:active,
.btn-ghost-alt:active,
a.btn-ghost-alt:focus,
.btn-ghost-alt:focus {
  background: #666666;
  border: 2px solid #666666;
  color: #fff;
  outline: none;
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 45px;
  border-color: #ccc;
  font-size: 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.form-control:focus {
  border-color: #b3b3b3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea {
  appearance: none;
  /* for mobile safari */
  -webkit-appearance: none;
}
.form-group {
  margin-bottom: 30px;
}
.table > thead > tr > th {
  border-bottom-color: #68c2bd;
  color: #212121;
  font-weight: 600;
}
.panel .panel-heading .fa {
  margin-right: 5px;
  color: #68c2bd;
}
#topcontrol {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #4d4d4d;
  color: #fff;
  text-align: center;
  display: inline-block;
  z-index: 30;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#topcontrol:hover {
  background: #404040;
  color: #fff;
}
#topcontrol .fa {
  position: relative;
  top: 3px;
  font-size: 25px;
  font-weight: normal;
}
.social-media {
  margin-bottom: 0;
  text-align: center;
}
.social-media li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: rgba(0, 0, 0, 0.1);
  padding-top: 5px;
}
.social-media li a:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.social-media li .fa {
  font-size: 16px;
}
.script {
    font-weight: 600;
}
.bg-primary {
  background-color: #68c2bd;
}
.bg-secondary {
  background-color: #2b7e99;
}
.bg-accent {
  background-color: #eb6f67;
}
.bg-dark {
  background-color: #3e464c;
}
.label-pdf {
  background: #DA2D27;
}
.label-excel {
  background: #0da95f;
}
.label-form {
  background: #63c;
}
.label-word {
  background: #66a0fd;
}
.label-ppt {
  background: #f4b400;
}
/* Generic styling */
.breadcrumb {
  background: #fff;
  margin-bottom: 0;
  padding: 15px 0;
  font-size: 14px;
}
.breadcrumb .fa {
  margin-right: 5px;
  color: #999;
  font-size: 16px;
}
.breadcrumb a {
  color: #212121;
}
.breadcrumb a.active {
  color: #666666;
}
.breadcrumb a:hover {
  color: #212121;
}
.main-cols-wrapper {
  background: #f5f5f5;
}
.main-cols-wrapper .page-title {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 30px;
  color: #212121;
}
.main-cols-wrapper .col-main {
  padding-top: 60px;
}
.main-cols-wrapper .col-main .block {
  margin-bottom: 30px;
}
.main-cols-wrapper .col-main .block-title {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #e42519;
}
.main-cols-wrapper .col-side {
  padding-top: 60px;
}
.col-side-inner .block {
  margin-bottom: 45px;
}
.col-side-inner .block .block-title {
  color: #212121;
  margin-top: 0;
  margin-bottom: 15px;
}
.col-side-inner .video-block .video-thumb-holder {
  position: relative;
}
.col-side-inner .video-block .video-thumb-holder:hover .mask {
  background: rgba(0, 0, 0, 0.1);
}
.col-side-inner .video-block .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.col-side-inner .video-block .play-trigger {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -19px;
  margin-top: -19px;
  z-index: 10;
}
.col-side-inner .video-block .video-title {
  margin-top: 0;
  font-weight: bold;
}
.col-side-inner .video-block .video-intro {
  background: #438fcb;
  color: #fff;
  padding: 30px;
}
.col-side-inner .video-block .video-intro a {
  color: #fff;
}
.col-side-inner .file-block .file-thumb-holder {
  position: relative;
}
.col-side-inner .file-block .file-thumb-holder:hover .mask {
  background: rgba(0, 0, 0, 0.1);
}
.col-side-inner .file-block .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.col-side-inner .file-block .download-link {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -19px;
  margin-top: -19px;
  z-index: 10;
}
.col-side-inner .file-block .download-icon {
  width: 38px;
  height: 38px;
}
.col-side-inner .file-block .file-title {
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 0;
}
.col-side-inner .file-block .file-intro {
  background: #438fcb;
  color: #fff;
  padding: 30px;
}
.col-side-inner .file-block .file-intro a {
  color: #fff;
}
.col-side-inner .cta-block {
  padding: 15px;
  background: #fff;
}
.col-side-inner .cta-block .cta-button {
  margin-bottom: 15px;
}
.col-side-inner .cta-block .cta-button:last-child {
  margin-bottom: 0;
}
.col-side-inner .posts-block .item {
  position: relative;
  padding-left: 95px;
  margin-bottom: 30px;
  min-height: 80px;
}
.col-side-inner .posts-block .post-title a {
  color: #666666;
}
.col-side-inner .posts-block .post-title a:hover {
  color: #212121;
}
.col-side-inner .posts-block .post-thumb {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
}
.col-side-inner .posts-block .post-thumb img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.col-side-inner .posts-block .meta {
  color: #999;
  font-size: 14px;
}
.col-side-inner .tags-block .blog-tags a {
  text-decoration: none;
  padding: 2px 6px;
  background: #68c2bd;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
}
.col-side-inner .tags-block .blog-tags a:hover {
  background: #47b0aa;
}
.col-side-inner .archive-block .blog-year {
  float: left;
}
.col-side-inner .archive-block .blog-month {
  text-align: right;
}
.col-side-inner .archive-block .blog-month a {
  color: #999;
}
.col-side-inner .archive-block .blog-month a:hover {
  color: #212121;
}
.page-hero {
  height: 300px;
  color: #fff;
  position: relative;
  padding-top: 30px;
}
.page-hero .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.page-hero .hero-page-title {
  z-index: 20;
  position: relative;
  margin-top: 0;
}
.home-page .header {
  /* position: absolute; */
  z-index: 100;
  top: 0;
  width: 100%;
}
/* ====== Nav ======= */
.top-bar {
  height: 40px;
  background: #438fcb;
  z-index: 100;
}
.main-nav .navbar-toggle {
  margin-right: 0;
  margin-top: 0;
  background: none;
  position: absolute;
  right: 10px;
  top: 13px;
	background: #438fcb;
}
.main-nav .navbar-toggle:focus {
  outline: none;
}
.main-nav .navbar-toggle .icon-bar {
  background-color: #fff;
  height: 3px;
}
.main-nav .nav .nav-item {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
}
.main-nav .nav .nav-item.active a {
  color: #fff;
  background: none;
  font-weight: bold;
}
.main-nav .nav .nav-item a {
  color: rgba(255, 255, 255, 0.8);
}
.main-nav .nav .nav-item a:hover {
  color: #fff;
  background: none;
}
.main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}
.main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}
.main-nav .nav .nav-item.active {
  color: #fff;
}
.main-nav .nav .nav-item.last {
  margin-right: 0;
}
.main-nav .nav .nav-item .btn-signup {
  background: rgba(0, 0, 0, 0.4);
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  top: 20px;
}
.main-nav .nav .nav-item .btn-signup:active {
  background: rgba(0, 0, 0, 0.4);
}
.main-nav .nav .nav-item .btn-signup:hover {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.main-nav .nav.active {
  position: relative;
}
.main-nav .nav.active > a {
  background: #47b0aa;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
.main-nav .nav.active > a:before {
  content: "\f0d8";
  position: absolute;
  bottom: -8px;
  left: 0;
  text-align: center;
  font-family: FontAwesome;
  display: block;
  font-size: 12px;
  width: 100%;
}
.main-nav .nav.active > a.dropdown-toggle:before {
  display: none;
}
.main-nav .nav.open a {
  background: none;
}
.main-nav .nav .dropdown-menu {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
  margin: 0;
  border: none;
  text-transform: none;
  min-width: 200px;
  background: rgba(53, 55, 60, 0.8);
  animation-fill-mode: both;
}
.main-nav .nav .dropdown-menu a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 20px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  display: block;
}
.main-nav .nav .dropdown-menu a:hover {
  background: #212121;
  color: #fff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background: rgba(0, 0, 0, 0.6);
}
/* Override bootstrap default */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: none;
}
/* Animated Hamburger Icon for Bootstrap */
.navbar-toggle .icon-bar:nth-of-type(2) {
  top: 1px;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
  top: 2px;
}
.navbar-toggle .icon-bar {
  position: relative;
  transition: all 500ms ease-in-out;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 8px;
  transform: rotate(45deg);
}
.navbar-toggle.active .icon-bar:nth-of-type(2) {
  background-color: transparent;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
  top: -6px;
  transform: rotate(-45deg);
}
/* ====== Branding ======= */
.branding {
  background: #fff;
  color: #fff;
  padding-top:5px;
  padding-bottom: 5px;
  /* overflow: hidden; */
}
.branding .logo {
  margin: 0;
}
.branding .logo img {
  max-height: 81px!important;
	max-width: 301px!important;
}
.branding .tagline {
  padding-top: 15px;
  margin: 0;
  font-size: 16px;
}
/* ======= Footer ======= */
.footer 
{
  background: #212121;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 45px;
  padding-bottom: 45px;
  margin-top: 20px;
}
.footer a {
  color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
  color: #fff;
}
.footer .footer-col {
  margin-bottom: 45px;
}
.footer .col-title {
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer-links {
  margin-bottom: 30px;
}
.footer .logo-holder {
  margin-bottom: 30px;
}
.footer .logo-holder img {
  max-width: 260px;
}
.footer .address {
  margin-bottom: 15px;
}
.footer .social-media {
  text-align: left;
}
.footer .social-media li {
  text-align: center;
}
.footer .copyright {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}
.footer .copyright a {
  color: rgba(255, 255, 255, 0.4);
}
/* ======= Home ======= */
.promo-section {
  color: #fff;
  background: #3e464c;
  position: relative;
}
.promo-section a {
  color: #fff;
}
.promo-section .promo-content {
  z-index: 10;
  position: relative;
}
.promo-section .headline {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 15px;
}
.promo-section .tagline {
  font-size: 18px;
  margin-bottom: 30px;
}
.promo-section .actions .btn {
  margin-right: 30px;
}
.promo-section .actions .play-icon {
  margin-right: 10px;
}
.hero-slider-wrapper {
  background: #3e464c;
  position: relative;
}
.hero-slider-wrapper .flexslider {
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #212121;
  height: 100vh;
}
.hero-slider-wrapper .flexslider .slide {
  display: none;
  height: 100vh;
}
.hero-slider-wrapper .flexslider .slide.slide-1 {
  background: #212121 url('../images/hero/hero-1.jpg') no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-slider-wrapper .flexslider .slide.slide-2 {
  background: #212121 url('../images/hero/hero-2.jpg') no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-slider-wrapper .flexslider .slide.slide-3 {
  background: #212121 url('../images/hero/hero-3.jpg') no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-slider-wrapper .flexslider .slide.slide-4 {
  background: #212121 url('../images/hero/hero-4.jpg') no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-slider-wrapper .flexslider .slide.slide-5 {
  background: #212121 url('../images/hero/hero-5.jpg') no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-slider-wrapper .flexslider .slide.slide-6 {
  background: #212121 url('../images/hero/hero-6.jpg') no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-slider-wrapper .flexslider .slide.slide-7 {
  background: #212121 url('../images/hero/hero-7.jpg') no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-slider-wrapper .flexslider .slide.slide-8 {
  background: #212121 url('../images/hero/1.jpg') no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-slider-wrapper .flexslider .slide.slide-9 {
  background: #212121 url('../images/hero/2.jpg') no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-slider-wrapper .flexslider .slide.slide-10 {
  background: #212121 url('../images/hero/3.jpg') no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.hero-slider-wrapper .flexslider .slide-box {
  margin-top: 190px;
  background: rgba(62, 70, 76, 0.6);
  max-width: 460px;
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
.hero-slider-wrapper .flexslider .slide-box .text {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}
.hero-slider-wrapper .flexslider .slide-box .play-trigger img {
  width: 28px;
  display: inline-block;
  margin-right: 10px;
}
.hero-slider-wrapper .flexslider .slide-box-inner {
  padding: 45px;
}
.hero-slider-wrapper .flexslider .flex-control-nav {
  z-index: 30;
  bottom: 40px;
  position: relative;
}
.hero-slider-wrapper .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.hero-slider-wrapper .flexslider .flex-control-nav li a.flex-active {
  background: rgba(235, 111, 103, 0.9);
}
.hero-slider-wrapper .flexslider .flex-direction-nav a {
  text-indent: -9999px;
  display: inline-block;
  overflow: hidden;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 6px 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.hero-slider-wrapper .flexslider .flex-direction-nav a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.hero-slider-wrapper .flexslider .flex-direction-nav a.flex-prev {
  background-image: url("../images/arrow-left.svg");
  background-position: center center;
  background-repeat: no-repeat;
  text-align: inherit;
}
.hero-slider-wrapper .flexslider .flex-direction-nav a.flex-next {
  background-image: url("../images/arrow-right.svg");
  background-position: center center;
  background-repeat: no-repeat;
  text-align: inherit;
}
.hero-slider-wrapper .flexslider .flex-direction-nav a:before {
  display: none;
}
.hero-overlay {
/*  position: absolute;
  bottom: 70px;
*/  width: 100%;
    z-index: 10;
	background:#f5f5f5;
}
.hero-overlay .hero-video {
  text-align: center;
  background: rgba(104, 194, 189, 0.8);
  background: #68c2bd;
  padding-top: 15px;
  padding-bottom: 15px;
}
.hero-overlay .hero-video img {
  margin-right: 5px;
}
.hero-overlay .overlay-upper {
  background: #fb6763;
  padding-top: 10px;
  padding-bottom: 10px;
}
.hero-overlay .overlay-upper .contact-info {
  margin-top: 5px;
}
.hero-overlay .overlay-upper .contact-info .item {
  display: inline-block;
  margin-right: 30px;
}
.hero-overlay .overlay-lower {
  background: #438fcb;
  text-align: center;
}
.hero-overlay .overlay-lower .links {
  font-size: 18px;
}
.hero-overlay .overlay-lower .links .link {
  display: inline-block;
  padding: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-overlay .overlay-lower .links .link:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-overlay .overlay-lower .links .link .fa {
  margin-right: 10px;
  font-size: 24px;
}
.hero-badge {
  position: absolute;
  z-index: 10;
  top: 210px;
  right: 60px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #eb6f67;
  width: 120px;
  height: 120px;
  display: table;
  font-size: 20px;
}
.hero-badge:hover {
  background: #e85a50;
}
.hero-badge .script {
  font-size: 24px;
}
.hero-badge .badge-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.hero-badge .link-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
.home-cols-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #f5f5f5;
}
.home-cols-wrapper .block {
  margin-bottom: 45px;
}
.home-cols-wrapper .block-title {
  color: #212121;
  margin-bottom: 5px;
  font-size: 24px;
}
.home-cols-wrapper .welcome-block {
  background: #fff;
  padding: 30px;
  position: relative;
  min-height: 340px;
}
.home-cols-wrapper .welcome-block .block-title {
  margin: 0;
  margin-bottom: 15px;
  color: #212121;
}
.home-cols-wrapper .welcome-block .content {
  padding-right: 250px;
}
.home-cols-wrapper .welcome-block .figure {
  position: absolute;
  right: 30px;
  top: 30px;
  max-height: 280px;
  overflow: hidden;
  max-width: 220px;
}
.home-cols-wrapper .welcome-block .figure img {
  max-width: 100%;
}
.home-cols-wrapper .welcome-block .source .title {
  color: #999;
  font-family: 'Source Serif Pro', serif;
}
.home-cols-wrapper .shortcuts-block .item {
  padding: 28.5px 30px;
  color: #fff;
  font-size: 18px;
}
.home-cols-wrapper .shortcuts-block .item .fa {
  margin-right: 10px;
  font-size: 24px;
}
.home-cols-wrapper .shortcuts-block .item a {
  color: #fff;
}
.home-cols-wrapper .news-block .item {
  background: #438fcb;
  color: #fff;
  position: relative;
  padding-left: 370px;
  min-height: 260px;
  margin-bottom: 30px;
}
.home-cols-wrapper .news-block .item a {
  color: #fff;
}
.home-cols-wrapper .news-block .item-0 .thumb-holder {
  background: url('../images/principal.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.home-cols-wrapper .news-block .item-1 .thumb-holder {
  background: url('../images/news/thumb-1.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home-cols-wrapper .news-block .item-2 .thumb-holder {
  background: url('../images/news/thumb-2.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home-cols-wrapper .news-block .item-3 .thumb-holder {
  background: url('../images/news/thumb-3.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home-cols-wrapper .news-block .thumb-holder {
  width: 370px;
  height: 100%;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.home-cols-wrapper .news-block .thumb-holder img {
  max-width: 100%;
}
.home-cols-wrapper .news-block .content-holder {
  padding: 30px;
}
.home-cols-wrapper .news-block .content-holder .intro {
  margin-bottom: 15px;
}
.home-cols-wrapper .news-block .news-title {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
}
.home-cols-wrapper .events-block .events-items {
  background: #fff;
  padding: 2px;
}
.home-cols-wrapper .events-block .event-title {
  color: #212121;
}
.home-cols-wrapper .events-block .item {
	position: relative;
    padding-left: 95px;
    margin-bottom: 14px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}
.home-cols-wrapper .events-block .time {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #eb6f67;
  color: #fff;
  text-align: center;
  display: table;
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: 0;
}
.home-cols-wrapper .events-block .time .date {
  font-size: 22px;
  font-weight: bold;
}
.home-cols-wrapper .events-block .time .month {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.8px;
}
.home-cols-wrapper .events-block .time-inner {
  display: table-cell;
  vertical-align: middle;
}
.awards-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.awards-section .logos {
  margin: 0;
  padding: 0;
}
.awards-section .logos li {
  list-style: none;
  margin-right: 0;
  text-align: center;
}
.awards-section .logos li img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  margin: 0 auto;
}
.awards-section .logos li img:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.reviews-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #2b7e99;
  color: #fff;
}
.reviews-section .section-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
}
.reviews-section .section-intro {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.reviews-section .review-title {
  font-size: 28px;
  font-weight: 300;
  position: relative;
  display: inline-block;
}
.reviews-section .review-title .fa-quote-left {
  position: relative;
  top: -15px;
  font-weight: normal;
  font-size: 20px;
  padding-right: 10px;
}
.reviews-section .review-title .fa-quote-right {
  position: relative;
  top: -15px;
  font-weight: normal;
  font-size: 20px;
  padding-left: 10px;
}
.reviews-section .review {
  border-left: 0;
  max-width: 800px;
  font-weight: 300;
  font-size: 18px;
}
.reviews-section .source {
  font-size: 14px;
}
.reviews-section .source .profile {
  margin-bottom: 5px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.reviews-section .source .name {
  font-size: 14px;
}
.reviews-section .carousel-inner {
  margin-bottom: 50px;
}
.reviews-section .carousel-indicators {
  position: relative;
  display: inline-block;
  left: inherit;
  width: auto;
  margin-left: inherit;
  padding-left: inherit;
  bottom: inherit;
  margin-bottom: 0;
}
.reviews-section .carousel-indicators li {
  display: inline-block;
  text-indent: 0;
  margin: inherit;
  margin-bottom: 15px;
  width: auto;
  height: auto;
  background-color: none;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 15px;
}
.reviews-section .carousel-indicators li img {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  vertical-align: middle;
  width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 3px solid #fff;
}
.reviews-section .carousel-indicators li:hover img {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.reviews-section .carousel-indicators li.active {
  background: none;
  width: auto;
  height: auto;
}
.reviews-section .carousel-indicators li.active img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.cta-section {
  background: #68c2bd;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.cta-section .section-title {
  margin-top: 0;
  margin-bottom: 15px;
}
.cta-section .section-intro {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.cta-section .form-control {
  width: 240px;
}
/* ======= About Page ======= */
.about-page .page-hero {
  background: url('../images/hero/hero-about.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-achievement {
  position: relative;
}
.carousel-achievement .carousel-indicators {
  bottom: 0;
}
.carousel-achievement .carousel-indicators li {
  background: #ccc;
  border: none;
  margin: 0;
  margin-right: 5px;
}
.carousel-achievement .carousel-indicators li:last-child {
  margin-right: 0;
}
.carousel-achievement .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  background: #666666;
}
.carousel-achievement .quote {
  padding: 60px 60px;
  font-size: 24px;
  font-family: 'Source Serif Pro', serif;
  color: #2b7e99;
  text-align: center;
}
.carousel-achievement .quote .fa-quote-left {
  position: absolute;
  left: 15px;
  top: 15px;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.carousel-achievement .quote .fa-quote-right {
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.download-docs .item {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.download-docs .item:hover {
  background: #eee;
}
.download-docs .item > div {
  display: inline-block;
}
.download-docs .item a {
  color: #2b7e99;
}
.download-docs .item .icon {
  color: #2b7e99;
  margin-right: 10px;
  float: left;
}
.download-docs .item .name {
  float: left;
}
.download-docs .item .type {
  color: #ccc;
  font-size: 14px;
  text-align: right;
  float: right;
}
.col-main .leaders-block .name {
  margin-top: 0;
  margin-bottom: 5px;
}
.col-main .leaders-block .profile-desc {
  background: #2b7e99;
  color: #fff;
  padding: 30px;
}
/* ======= News Page ======= */
.news-page .page-hero {
  background: url('../images/hero/hero-news.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.events-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.events-section .section-title {
  margin-top: 0;
  margin-bottom: 30px;
}
.events-section .events-items {
  background: #fff;
  padding: 30px;
}
.events-section .event-title {
  color: #212121;
}
.events-section .item {
  position: relative;
  padding-left: 110px;
  margin-bottom: 30px;
}
.events-section .meta {
  font-size: 14px;
}
.events-section .meta .fa {
  margin-right: 5px;
  color: #999;
}
.events-section .time {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #eb6f67;
  color: #fff;
  text-align: center;
  display: table;
  line-height: 1.2;
  position: absolute;
  left: 15px;
  top: 0;
}
.events-section .time .date {
  font-size: 22px;
  font-weight: bold;
}
.events-section .time .month {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.8px;
}
.events-section .time-inner {
  display: table-cell;
  vertical-align: middle;
}
.events-section .action {
  margin-top: 30px;
}
.events-section .action .btn {
  width: 260px;
}
.news-section {
  background: #2b7e99;
  padding-top: 60px;
  padding-bottom: 60px;
}
.news-section .section-title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
}
.news-section .item {
  margin-bottom: 30px;
}
.news-section .item-inner {
  position: relative;
}
.news-section .item-inner:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.news-section .item-inner .link {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  cursor: pointer;
}
.news-section .item-inner .content-holder {
  padding: 30px;
  background: #fff;
}
.news-section .item-inner .news-title a {
  color: #2b7e99;
}
.news-section .action {
  margin-top: 30px;
}
.news-section .action .btn {
  width: 260px;
}
/* ======= Admissions Page ======= */
.admissions-page .page-hero {
  background: url('../images/hero/hero-admissions.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.opensessions-section {
  background: #2b7e99;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.opensessions-section .section-title {
  margin-top: 0;
  margin-bottom: 45px;
}
.opensessions-section .intro {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.opensessions-dates {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 30px;
}
.opensessions-dates .item-inner {
  background: #fff;
  padding: 30px;
  color: #666666;
}
.opensessions-dates .item-inner .title {
  color: #212121;
  margin-top: 0;
  margin-bottom: 30px;
}
.opensessions-dates .date-item {
  margin-bottom: 30px;
}
.opensessions-dates .date-item:last-child {
  margin-bottom: 0;
}
.opensessions-dates .date-item p {
  margin-bottom: 10px;
}
.opensessions-dates .date-item .fa {
  margin-right: 5px;
}
.opensessions-dates .date-item .note {
  color: #999;
  font-size: 14px;
}
.timeline-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.timeline-section .section-title {
  margin-top: 0;
  margin-bottom: 45px;
}
.timeline-container {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.timeline-container:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #2b7e99;
  left: 50%;
  top: 0;
  position: absolute;
}
.timeline-container .timeline-item {
  position: relative;
  margin-bottom: 30px;
}
.timeline-container .timeline-content {
  width: 45%;
  background: #fff;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.timeline-container .timeline-content:before {
  content: '';
  position: absolute;
  left: 45%;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
}
.timeline-container .timeline-content.right {
  float: right;
}
.timeline-container .timeline-content.right:before {
  content: '';
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #fff;
}
.timeline-container .timeline-content .time {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  color: #2b7e99;
  font-size: 16px;
}
.timeline-container .timeline-content .title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #212121;
}
.timeline-container .timeline-content .desc {
  color: #666666;
}
.timeline-container .timeline-content .desc .list .fa {
  margin-right: 5px;
  color: #2b7e99;
}
.timeline-container .timeline-content .files {
  margin-top: 15px;
  font-size: 14px;
}
.timeline-container .timeline-content .files .file-item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  color: #2b7e99;
  position: relative;
}
.timeline-container .timeline-content .files .file-item a {
  color: #666666;
}
.timeline-container .timeline-content .files .file-item .label {
  position: absolute;
  right: 0;
}
.timeline-container .timeline-content .files .file-item .fa {
  margin-right: 5px;
}
.timeline-container .timeline-content .files .file-item:last-child {
  border-bottom: none;
}
.timeline-container .timeline-content .action {
  margin-top: 15px;
}
.timeline-container .timeline-icon {
  background: #2b7e99;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  padding-top: 13px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.timeline-container .timeline-icon.complete {
  background: #2b7e99;
}
/* ======= Blog Page ======= */
.blog-page .page-hero {
  background: url('../images/hero/hero-blog.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.blog-single-page .page-hero {
  background: url('../images/hero/hero-blog-post.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.blog-list-section .post {
  margin-bottom: 60px;
}
.blog-list-section .post:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.blog-list-section .post .content {
  background: #fff;
  padding: 30px;
}
.blog-list-section .post .date {
  color: #999;
  margin-bottom: 15px;
}
.blog-list-section .post-title {
  margin-top: 0;
  margin-bottom: 5px;
}
/* ======= Pagination ======= */
.pagination {
  margin-bottom: 60px;
}
.pagination li a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  margin-right: 5px;
  color: #68c2bd;
}
.pagination li a:hover {
  color: #317975;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #68c2bd;
  border: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #d5eeed;
  border: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: none;
}
/* =========Blog single============ */
.blog-post .post-single-title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #212121;
  font-size: 26px;
}
.blog-post .meta {
  font-size: 14px;
  color: #999;
  margin-bottom: 30px;
}
.blog-post .meta a {
  color: #999;
}
.blog-post .meta a:hover {
  color: #666666;
}
.blog-post .video-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-post .custom-list-style {
  list-style: none;
  margin-bottom: 30px;
}
.blog-post .custom-list-style li {
  margin-bottom: 10px;
}
.blog-post .custom-list-style li .fa {
  margin-right: 5px;
  color: #68c2bd;
}
.blog-post .post-nav {
  margin-bottom: 30px;
}
.blog-post .post-nav .nav-next {
  float: right;
}
.blog-post .post-nav .nav-next .fa {
  margin-left: 5px;
}
.blog-post .post-nav .nav-previous .fa {
  margin-right: 5px;
}
.blog-post .custom-quote {
  border-color: #8cd1cd;
  font-weight: normal;
  font-family: 'Source Serif Pro', serif;
  background: #fff;
  padding: 30px;
}
.blog-post .custom-quote p {
  color: #212121;
  line-height: 1.6;
  font-size: 20px;
}
.blog-post .custom-quote .fa {
  color: #68c2bd;
  margin-right: 10px;
}
.blog-post .custom-quote .source {
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
}
.blog-post .custom-quote .source .name {
  color: #666666;
}
.blog-post .custom-quote .source .title {
  font-size: 16px;
  color: #999;
}
.comment-area .title {
  font-size: 24px;
  margin-bottom: 30px;
  color: #212121;
}
.comment-area .comment-container {
  margin-bottom: 60px;
}
.comment-area .comment-container .comment-item {
  margin-bottom: 30px;
}
.comment-area .comment-container .comment-item .comment-item-box {
  position: relative;
  background: #fff;
  padding: 30px;
  padding-left: 115px;
  margin-bottom: 15px;
}
.comment-area .comment-container .comment-item .comment-author {
  position: absolute;
  left: 30px;
  top: 30px;
}
.comment-area .comment-container .comment-item .comment-author img {
  width: 60px;
  height: 60px;
}
.comment-area .comment-container .comment-item .comment-body .name {
  color: #2b7e99;
  font-style: normal;
}
.comment-area .comment-container .comment-item .comment-body .time {
  color: #999;
  font-size: 13px;
  margin-bottom: 15px;
}
.comment-area .comment-container .comment-item .comment-body .comment-reply-link {
  padding: 4px 10px;
  font-size: 13px;
}
.comment-area .comment-container .comment-item .children {
  padding-left: 30px;
}
.comment-area .comment-form .error {
  color: #CD3D2B;
  font-family: arial, sans-serif;
  display: block;
  font-size: 14px;
  text-align: left;
  padding-top: 5px;
  font-weight: 300;
}
/* ======= Staff Page ======= */
.staff-page .page-hero {
  background: url('../images/hero/hero-staff.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.staff-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
.staff-block .item {
  margin-bottom: 30px;
}
.staff-block .item-inner {
  position: relative;
}
.staff-block .link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.staff-block .link:hover {
  background: rgba(0, 0, 0, 0.1);
}
.staff-block .profile-holder {
  margin: 0;
}
.staff-block .profile-desc {
  background: #68c2bd;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 16px;
}
.staff-block .profile-desc .name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
}
/* ======= Fees Page ======= */
.fees-page .page-hero {
  background: url('../images/hero/hero-fees.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.fees-block h4 {
  color: #212121;
}
/* ======= Calendar Page ======= */
.calendar-page .page-hero {
  background: url('../images/hero/hero-calendar.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.calendar-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
.calendar-wrapper .module-title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #212121;
}
/* ====== FullCalendar ======= */
.fc h2 {
  font-size: 24px;
}
.fc-event {
  border-color: #68c2bd;
  background: #68c2bd;
  font-weight: 600;
  font-size: 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 13px;
}
.fc table {
  font-size: 13px;
}
.fc table th {
  font-size: 14px;
}
.fc-day-number {
  color: #999;
}
.fc-view {
  background: #fff;
}
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #eee;
}
button.fc-button,
.fa button {
  display: inline-block;
  height: inherit;
  padding: 6px 12px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.5;
  background: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid #cccccc;
  color: #8c8c8c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.fc-button:hover,
.fa button:hover,
button.fc-button:focus,
.fa button:focus,
button.fc-button:active,
.fa button:active,
button.fc-button.fc-state-active,
.fa button.fc-state-active {
  border-color: #cccccc;
  color: #737373;
  background: #f5f5f5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* ======= Docs Page ======= */
.docs-page .page-hero {
  background: url('../images/hero/hero-docs.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.docs-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
.docs-block .item {
  margin-bottom: 30px;
}
.docs-block .item-inner {
  position: relative;
  background: #fff;
}
.docs-block .item-inner:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.docs-block .item-inner:hover .thumb-holder {
  background: rgba(33, 33, 33, 0.15);
}
.docs-block .link {
  position: absolute;
  display: inline-block;
  z-index: 5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.docs-block .thumb-holder {
  background: rgba(33, 33, 33, 0.1);
  text-align: center;
  padding: 30px;
}
.docs-block .thumb-holder .label {
  position: absolute;
  right: 10px;
  top: 10px;
}
.docs-block .thumb-holder .fa {
  font-size: 40px;
  display: inline-block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  padding-top: 20px;
}
.docs-block .thumb-holder .fa.pdf-file {
  color: #DA2D27;
}
.docs-block .thumb-holder .fa.text-file {
  color: #66a0fd;
}
.docs-block .thumb-holder .fa.excel-file {
  color: #0da95f;
}
.docs-block .thumb-holder .fa.ppt-file {
  color: #f4b400;
}
.docs-block .desc {
  background: #fff;
  padding: 30px;
}
.docs-block .desc .title {
  color: #212121;
}
.docs-block .action {
  margin-top: 30px;
  text-align: center;
}
/* ======= Gallery Page ======= */
.gallery-page .page-hero {
  background: url('../images/hero/hero-gallery.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.gallery-single-page .page-hero {
  background: url('../images/hero/hero-gallery-single.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.gallery-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
.gallery-block .cat-title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #212121;
  font-size: 24px;
}
.gallery-block .item {
  margin-bottom: 30px;
}
.gallery-block .item-inner {
  background: #fff;
}
.gallery-block .item-inner:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.gallery-block .item-inner:hover .view-link {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gallery-block .item-inner .desc {
  padding: 30px;
  position: relative;
}
.gallery-block .item-inner .title {
  color: #212121;
  margin-top: 0;
  margin-bottom: 5px;
}
.gallery-block .item-inner .meta {
  color: #999;
  font-size: 14px;
}
.gallery-block .item-inner .data {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 14px;
  padding: 4px 8px;
  background: #fff;
  background: #212121;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.gallery-block .item-inner .data img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  width: 18px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.gallery-block .item-inner .album-cover {
  position: relative;
}
.gallery-block .item-inner .view-link {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  cursor: pointer;
}
.gallery-block .item-inner .view-link img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
}
.gallery-block .action {
  text-align: center;
}
.album-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
.album-block .album-title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #212121;
}
.album-block .album-intro {
  margin-bottom: 30px;
}
.album-block .item {
  margin-bottom: 30px;
}
.album-block .item:hover img {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
/* ======= Jobs Page ======= */
.jobs-page .page-hero {
  background: url('../images/hero/hero-jobs.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.job-single-page .page-hero {
  background: url('../images/hero/hero-job-single.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.jobs-list-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
.jobs-list-block .block-title {
  font-size: 22px;
  color: #e42519;
  margin-top: 0;
  margin-bottom: 15px;
}
.jobs-list-block .intro {
  margin-bottom: 30px;
}
.job-item {
  margin-bottom: 30px;
}
.job-item .inner {
  background: #fff;
}
.job-item .job-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}
.job-item .job-header {
  background: #438fcb;
  color: #fff;
  padding: 15px;
  position: relative;
}
.job-item .label-new {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #eb6f67;
}
.job-item .job-content {
  padding: 15px;
}
.job-item .meta {
  font-size: 14px;
}
.job-item .job-footer {
  padding: 15px;
  background: #dcdcdc;
  font-size: 14px;
  font-weight: bold;
}
.job-block {
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 auto;
  max-width: 800px;
}
.job-block .block-title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #212121;
}
.job-block .meta-box {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.job-block .content-box {
  background: #fff;
  padding: 30px;
}
/* ======= Privacy Page ======= */
.privacy-page .page-hero {
  background: url('../images/hero/hero-privacy.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* ======= Terms Page ======= */
.terms-page .page-hero {
  background: url('../images/hero/hero-terms.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.legal-block {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 800px;
  margin: 0 auto;
}
.block-page {
  padding: 30px;
  background: #fff;
}
.block-page .block-page-title {
  color: #212121;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
}
.block-page .page-row {
  margin-bottom: 30px;
}
.block-page .page-row .section-heading {
  font-size: 20px;
  color: #212121;
}
.block-page .box {
  background: #f5f5f5;
  padding: 15px;
  font-size: 14px;
}
/* ======= Contact Page ======= */
.contact-page .page-hero {
  background: url('../images/hero/hero-contact.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contact-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
.contact-block .info-items {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.contact-block .info-item {
  margin-bottom: 30px;
}
.contact-block .info-item .item-title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #e42519;
}
.contact-block .info-item .item-inner {
  padding: 30px;
  background: #fff;
}
.contact-block .info-item .cat {
  margin-bottom: 15px;
  margin-bottom: 30px;
}
.contact-block .info-item .cat .cat-title {
  color: #438fcb;
}
.contact-block .info-item .cat a {
  color: #666666;
}
.contact-block .info-item .cat a:hover {
  color: #68c2bd;
}
.contact-block .form-box {
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 30px;
}
.contact-block .form-box .form-title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #212121;
}
.contact-block .form-box .contact-form-inner {
  padding: 30px;
  padding-top: 0;
}
.contact-block .map-box {
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
}
.contact-block .map-box .map-title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #212121;
}
.contact-block .map-box .gmap-wrapper iframe {
  width: 100%;
}
/* ======= Modal ======= */
.modal-body {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  font-size: 16px;
}
.modal-body iframe {
  max-width: 100%;
}
.modal-content {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modal-header {
  border: none;
  padding: 30px;
  padding-bottom: 0;
  position: relative;
  color: #212121;
  background: #fff;
}
.modal button.close {
  font-size: 28px;
  font-weight: 400;
  text-shadow: none;
  background: none;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #438fcb;
  color: #fff;
  outline: none;
}
.modal button.close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.modal-backdrop.in {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.modal .modal-title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
}
/* Viewo Modal */
.modal-video .modal-content {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-video .modal-header {
  padding-top: 30px;
}
/* News Modal */
.news-modal .meta {
  color: #999;
}
.news-modal .modal-title {
  color: #fb6763;
  font-size: 26px;
/*  margin-bottom: 10px;
*/}
.news-modal .modal-body {
  padding: 15px 30px;
  background: #fff;
}
.news-modal .post-nav {
  display: block;
}
.news-modal .post-nav .nav-previous {
  float: right;
  display: inline-block;
}
.news-modal .post-nav .nav-previous {
  float: left;
  display: inline-block;
}
/* .modal-fullscreen */
.modal-fullscreen {
  background: transparent;
}
.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #fff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  backgrund: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* Calendar Modal */
.calendar-modal .meta {
  color: #999;
}
.calendar-modal .meta .fa {
  margin-right: 5px;
}
.calendar-modal #eventUrl {
  color: #fff;
}
.calendar-modal .btn-link .fa {
  margin-right: 5px;
}
/* Staff Modal */
.staff-modal .profile-image {
  margin: 0 auto;
  margin-bottom: 15px;
  display: inline-block;
}
.staff-modal .profile-desc .name {
  margin-top: 0;
  margin-bottom: 5px;
  color: #212121;
}
.staff-modal .profile-desc .title {
  margin-bottom: 30px;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 1221px) {

  .top-bar {
    height: inherit;
  }
  .main-nav .navbar-toggle {
    top: 6px;
  }
  .branding {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .branding .logo {
    display: inline-block;
  }
  .branding .logo img {
    max-width: 200px;
  }
  .branding .tagline {
    font-size: 16px;
    padding: 0;
    margin-top: 15px;
    display: none;
  }
  .hero-badge {
    top: 90px;
    right: 0;
    display: none;
  }
  .hero-slider-wrapper {
    min-height: inherit;
  }
  .hero-slider-wrapper .flexslider .slide:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .hero-slider-wrapper .flexslider .slide-box {
    margin-top: 120px;
    -webkit-clip-path: none;
    clip-path: none;
    background: none;
    z-index: 20;
    position: relative;
    text-align: center;
  }
  .hero-overlay {
    position: static;
  }
  .hero-overlay .container-fluid {
    padding: 0;
  }
  .hero-overlay .overlay-lower .links .link {
    display: block;
    text-align: left;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .hero-overlay .overlay-lower .links .link:first-child {
    border-left: none;
  }
  .hero-overlay .overlay-lower .links .link:last-child {
    border-bottom: none;
  }
  .hero-overlay .overlay-upper .contact-info {
    float: none !important;
    margin-bottom: 10px;
    text-align: center;
  }
  .hero-overlay .overlay-upper .contact-info .item {
    margin-right: 0;
  }
  .hero-overlay .social-media {
    float: none !important;
  }
  .home-cols-wrapper .welcome-block .content {
    padding-right: 0;
  }
  .home-cols-wrapper .welcome-block .figure {
    position: static;
    margin-top: 15px;
  }
  .home-cols-wrapper .news-block .item {
    padding-left: 0;
    height: auto;
  }
  .home-cols-wrapper .news-block .thumb-holder {
    position: static;
    width: 100%;
    height: 220px;
  }
  .reviews-section .carousel-indicators li {
    padding: 0 5px;
  }
  .reviews-section .carousel-indicators li img {
    width: 80px;
  }
  .cta-section .form-control {
    width: 100%;
  }
  .opensessions-dates .item {
    margin-bottom: 30px;
  }
  .leaders-block .item {
    margin-bottom: 30px;
  }
  .timeline-container {
    width: 90%;
  }
  .timeline-container:before {
    left: 0;
  }
  .timeline-container .timeline-icon {
    left: 0;
  }
  .timeline-container .timeline-content {
    width: 90%;
    float: right;
  }
  .timeline-container .timeline-content:before,
  .timeline-container .timeline-content.right:before {
    left: 10%;
    margin-left: -5px;
    border-left: 0;
    border-right: 5px solid #fff;
  }
  .gallery-block .item-inner .title {
    font-size: 16px;
  }
  .gallery-block .item-inner .desc {
    padding: 15px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .branding .logo {
    float: left;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .branding .tagline {
    float: left;
    font-size: 20px;
    padding-left: 15px;
  }
  .hero-overlay .overlay-lower .links .link {
    padding: 30px 15px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .col-side-inner {
    padding-left: 30px;
  }
  .branding .logo {
    float: left;
    padding-right: 30px;
  }
  .branding .logo img {
    max-height: 80px;
    max-width: 300;
  }
  .branding .tagline {
    padding-left: 30px;
    float: left;
    font-size: 22px;
  }
  .hero-overlay .overlay-lower .links .link {
    padding: 45px 30px;
  }
}
/* fix iOS bug not displaying 100vh correctly */
/* ipad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .hero-slider-wrapper .flexslider {
    height: 768px;
  }
  .hero-slider-wrapper .flexslider .slide {
    height: 768px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .hero-slider-wrapper .flexslider {
    height: 1024px;
  }
  .hero-slider-wrapper .flexslider .slide {
    height: 1024px;
  }
}
/* iphone5 */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .hero-slider-wrapper .flexslider {
    height: 320px;
  }
  .hero-slider-wrapper .flexslider .slide {
    height: 320px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .hero-slider-wrapper .flexslider {
    height: 320px;
  }
  .hero-slider-wrapper .flexslider .slide {
    height: 568px;
  }
}
/* iPhone 4 */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .hero-slider-wrapper .flexslider {
    height: 320px;
  }
  .hero-slider-wrapper .flexslider .slide {
    height: 320px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .hero-slider-wrapper .flexslider {
    height: 480px;
  }
  .hero-slider-wrapper .flexslider .slide {
    height: 480px;
  }
}
/* ======= Configure Style (Remove in production) ======= */
.config-trigger {
  position: absolute;
  top: 30px;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #222;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
}
.config-trigger:hover {
  background: #000;
  text-decoration: none;
}
.config-trigger:hover .fa {
  color: #fff;
}
.config-trigger .fa {
  font-size: 22px;
  padding-top: 7px;
  display: block;
  color: rgba(255, 255, 255, 0.8);
}
.config-panel {
  position: absolute;
  top: 120px;
  right: -180px;
  z-index: 900;
  width: 180px;
}
.config-panel .panel-inner {
  position: relative;
  background: #222;
  color: #fff;
  padding: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-panel .panel-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.config-panel label {
  color: #fff;
}
.config-panel #color-options {
  margin-bottom: 0px;
}
.config-panel #color-options li a {
  display: block;
  width: 60px;
  height: 25px;
  border: 2px solid transparent;
  margin-bottom: 10px;
}
.config-panel #color-options li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.config-panel #color-options li.active a {
  border: 2px solid #fff;
}
.config-panel #color-options li.theme-1 a {
  background: #68c2bd;
}
.config-panel #color-options li.theme-2 a {
  background-color: #61B3EA;
}
.config-panel #color-options li.theme-3 a {
  background-color: #2b7e99;
}
.config-panel #color-options li.theme-4 a {
  background-color: #51A852;
}
.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}
.config-panel .close .fa {
  color: #fff;
}





/*  Contact Form  */
.contact form{
	font-family: 'Open Sans', sans-serif;
}
.map{
	margin-bottom:30px;
}
.list3 li>img {
	float: left;
	margin-right:10px;
}
.extra-wrap {
	overflow: hidden;
}
.extra-wrap p {
	color: #626262;
	line-height: 1.8em;
	font-size: 0.85em;
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
}
span.mail a {
	color:#2BD5B4;
}
span.mail a:hover{
	color:#626262;
}
.contact-to input[type="text"] 
{
	padding: 12px 10px;
	/*width: 30.66%;*/
	width:100%;
	font-family: 'Open Sans', sans-serif;
	/* margin: 12px 0; */
	border: 1px solid rgba(192, 192, 192, 0.61);
	color: #626262;
	background: #FFF;
  text-transform: uppercase;
	float: left;
	outline: none;
	font-size: 0.85em;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	box-sizing: border-box;
	height:40px;
}
.contact-to input[type="text"]:nth-child(2),.contact-to input[type="text"]:nth-child(3){
	/*margin-left:10px;*/
}
.text2 input[type="text"], .text2 textarea {
	width: 97.7%;
	margin: 12px 0;
	border: 1px solid rgba(192, 192, 192, 0.61);
	color: #626262;
	font-family: 'Open Sans', sans-serif;
	outline: none;
	margin-bottom: 25px;
	height: 100px;
	padding: 12px 10px;
	font-size: 0.85em;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

.contact-to label
{
	color: #3e464c!important;
	outline: none;
	/* margin-bottom: 25px; */
	padding: 12px 0px;
	font-size: 0.85em;
	margin-bottom:-5px;
}



.contact-to textarea 
{
	padding: 12px 10px;
	/*width: 30.66%;*/
	width:100%;
	font-family: 'Open Sans', sans-serif;
/*	margin: 12px 0;
*/	border: 1px solid rgba(192, 192, 192, 0.61);
	color: #000;
	background: #FFF;
	float: left;
	outline: none;
	font-size: 0.85em;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	box-sizing: border-box;
	height:50px;
}

.contact-to select 
{
	padding-left:10px;
	/*width: 30.66%;*/
	width:100%;
	font-family: 'Open Sans', sans-serif;
/*	margin: 12px 0;
*/	border: 1px solid rgba(192, 192, 192, 0.61);
	color: #626262;
	background: #FFF;
	float: left;
	height:40px!important;
	outline: none;
	font-size: 0.85em;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	box-sizing: border-box;
	height:50px;
}

.my-form button {
    color: #fff1f1;
    background-color: #438fcb;
    border: none;
	font-size:15px;
	padding:5px 10px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	border-radius:5px;
}
.my-form button:hover {
    color: #fff1f1;
    background-color: #438fcb;
    border: none;
	font-size:15px;
	padding:5px 10px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	border-radius:5px;
}


.contact-div{width:100%; float: left; margin-bottom:20px;}


.cd1{width:245px; float: left;}
.cd2{width:245px; float: left; margin-left: 1%;}
.cd2-1{width:245px; float: left; margin-left: 1%;}
.cd2l{width: 155px;float: left;}
.cd2r{width: 105px;float: right;}

.cd3{width:245px; float: left; margin-left: 1%;}
.cd4{width:50%; float: left; margin-left:-1%;}
.cd5{width:50%; float: left; margin-left: 1%;}

.cd6{width:360px; float: left; margin-left: 1%;}
.cd6l{width: 175px;float: left; margin-left: 1%;}
.cd6r{width: 175px;float: right;margin-left: 1%;}

.cd-left{width: 100%;float: left;}
.cd-right{width: 14%;float: right;}

.cd-left1{width:50%; float: left; margin-top:3%;}
.cd-right1{width:50%; float: right;}


.photo{width: 110px;height: 100px;float:right;margin: -17px 0px 0 30px;border: 1px solid #000;border-radius:5px; background:#fff;}
.photo-top{width: 114px;height: 100px;float:left;}
.photo-btm{width:74px; height:32px; float:right; margin:-35px 5px 0 0;}
/* @media screen and (max-width:480px) {
  .float{float: right!important;}
  
} */
.margin1{margin-top: 255px;}
.margin2{margin-top: 265px;}
@media screen and (max-width:992px) {
  .margin1,.margin2{margin:0;}
  
}