/**
 * Theme Name: CFSE '14
 * Description: Theme for CFSE Site
 * Author: Rick Smith
 * Author URI: http://www.cfse.org
 * 
 * @package CFSE
 */

/* Base Styles
--------------------------------------------------------------------- */

body {
	background-color: #fff;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #000;
	padding-top: 50px;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
	font-family: 'proxima-nova', sans-serif;
	font-weight: bold;
	color: #111;
	text-transform:uppercase;
	margin:20px 0 20px 0;
}

h1 {margin:0;}
h2 {margin-top:0;}
h3 {color:#e2af00;}
h4 {}

/* Links */

a {
	color: #e2af00;
	word-wrap: break-word;
    font-weight:bold;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
	color: #999;
	text-decoration: none;
	outline: 0;
}

a:before,
a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

p {padding:10px 0 10px 0;}

/* Colors
--------------------------------------------------------------------- */

.gold {color:#e2af00;}


/* Backgrounds
--------------------------------------------------------------------- */

.gold-bkg {color:#fff; background:#e2af00;}

.light-gray-bkg {background:#f2f2f2;}

.white {background:#fff;}

.circles {border-radius:100px;width:200px; height:200px;margin:20px 0 20px 0;}

.CFSE-badge {float:left;border-radius:100px;width:250px; height:250px;margin:0 20px 20px 0;}

.red-bkg {background-color:#e74c3c}

/* Margins
--------------------------------------------------------------------- */

.margin20 {margin:20px 0 20px 0}

.margin40 {margin:40px 0 40px 0}

/* Lists
--------------------------------------------------------------------- */

#dl_list ul{margin-bottom: 50px;padding: 0;list-style-type: none;}
#dl_list ul li { border-bottom:1px #ccc solid;}
#dl_list ul li a {color:#666;display: block;padding:20px 0 20px 5px;}
#dl_list ul li a:hover {background:#999;color:#fff;}



/* ===== Navbar ===== */

.navbar-default {
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.175);
  font-family: 'proxima-nova', sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color:#666;
	min-height:75px;
	border-bottom:10px #e2af00 solid;
	Background:#fff;
}
/*** Navbar Brand ***/

.navbar-brand > img {
  height: 38px;
  width: auto;
}
/*** Navbar Links ***/

.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  padding:25px 25px 20px 25px;
     background-color:#fff;
}


.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:focus {
  background: #e2af00;
  color: white;
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -3px;
    height: 0;
    left: 0;
    width: 100%;
    border-top: 3px solid #e2af00;
    -webkit-transition: top 100ms;
    -moz-transition: top 100ms;
    transition: top 100ms;
   
  }

@media (min-width: 768px) and (max-width: 1200px) {
  /* Small devices */
.navbar-default {font-size: 10px;}

  }
  .navbar-default .navbar-nav > li > a:hover:before,
  .navbar-default .navbar-nav > li > a:focus:before {
    top: 0;
  }

}

/*** Navbar Toggle ***/

.navbar-default .navbar-toggle {margin:20px 20px 20px 0;}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  border-color: #bbb;
  
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #aaa;
}
/*** Navbar Search ***/

.navbar-nav > li #navbar-search-box {
  position: absolute;
  right: 0;
  bottom: -69px;
  width: 250px;
  padding: 15px;
  background: white;
  border: 1px solid #ddd;
  border-top: 3px solid #666;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
}
.navbar-nav > #navbar-search > a > i.fa-times {
  margin: 0 1px;
}
/* ===== Dropdowns ===== */
.dropdown-menu {
  padding: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
}
@media (min-width: 768px) {
  .navbar-nav > li > .dropdown-menu {
    margin-top: 3px;
  }
  .navbar-nav > li > .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -3px;
    height: 0;
    left: 0;
    width: 100%;
    border:none;
  }
  .dropdown-menu > li > a {
    padding: 7px 30px 7px 10px;
    border-bottom: 1px solid #eee;
    -webkit-transition: padding 300ms;
    -moz-transition: padding 300ms;
    transition: padding 300ms;
  }
  .dropdown-menu > li:last-child > a {
    border-bottom: 0;
  }
  .dropdown-menu > li > a:hover {
    padding: 7px 20px 7px 20px;
  }
}
.dropdown-menu > li > a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 5px;
  opacity: 0;
}
.dropdown-menu > li > a:hover:before {
  opacity: 1;
}

/* ===== Testimonials ===== */

#divider01 {
	background: url("../img/testimonials.jpg") no-repeat center center;
	background-size: cover;
	min-height: 400px;
	padding-top: 120px;
}

#divider01 h3 {
	font-size: 24px;
	color: #fff;
	font-family: 'ff-tisa-web-pro', sans-serif;
	text-transform: none;
	font-weight:300;
}

#divider01 h4 {
	padding-top: 15px;
	color: #fff;
	text-transform: none;
}

#divider02 {
	background-color: #e2af00;
	height: 150px;
	padding: 50px 0 50px 0;
	font-family: 'ff-tisa-web-pro', sans-serif;

}

#divider02 h3 {
	color: #fff;
	padding-right: 40px;
}

#divider02 h3,
#divider02 button {
	display: inline;
	vertical-align: middle;
}

@media (max-width: 768px) {
#divider02 {min-height: 200px;}	
#divider02 h3 {
	color: #fff;
	padding-right: 5px;
	font-size:20px;
	
}

#divider02 .btn {
	margin-top:20px;
}
}

/* ===== Helper ===== */
.delay-1 {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: none;
  animation-delay: 300ms;
}
.delay-2 {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: none;
  animation-delay: 600ms;
}
.delay-3 {
  -webkit-animation-delay: 900ms;
  -moz-animation-delay: none;
  animation-delay: 900ms;
}
.delay-4 {
  -webkit-animation-delay: 1200ms;
  -moz-animation-delay: none;
  animation-delay: 1200ms;
}
.delay-5 {
  -webkit-animation-delay: 1500ms;
  -moz-animation-delay: none;
  animation-delay: 1500ms;
}
.delay-6 {
  -webkit-animation-delay: 1800ms;
  -moz-animation-delay: none;
  animation-delay: 1800ms;
}
.delay-7 {
  -webkit-animation-delay: 2100ms;
  -moz-animation-delay: none;
  animation-delay: 2100ms;
}
.delay-8 {
  -webkit-animation-delay: 2400ms;
  -moz-animation-delay: none;
  animation-delay: 2400ms;
}
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.first-child {
  margin-top: 0;
}
.second-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  /* Adjusting for mobile */
  .second-child {
    margin-top: 20px;
  }
}
.list-style-none {
  list-style: none;
  padding-left: 0;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
hr.arrow-down {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  border-top: 1px solid #e9e9e9;
  border-bottom: 15px solid #f6f6f6;
}
hr.arrow-down:after {
  content: url(../img/arrow.png);
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -5px;
}
/*** Browser ***/
.browser {
  position: relative;
  border: 1px solid #b8b8b8;
  border-radius: 0 0 2px 2px;
  background: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
}
.browser:before {
  content: "";
  position: absolute;
  top: -29px;
  height: 28px;
  left: -1px;
  right: -1px;
  border: 1px solid #b8b8b8;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  background-image: -webkit-linear-gradient(top, #ededed 0%, #d1d1d1 100%);
  background-image: -moz-linear-gradient(top, #ededed 0%, #d1d1d1 100%);
  background-image: -o-linear-gradient(top, #ededed 0%, #d1d1d1 100%);
  background-image: linear-gradient(top, #ededed 0%, #d1d1d1 100%);
  text-align: center;
  line-height: 28px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.175);
}
/*** Responsive iFrames ***/
.video-container {
  position: relative;
  padding-bottom: 56.2%;
  margin-bottom: 10px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.google-maps {
  position: relative;
  padding-bottom: 90%;
  margin-bottom: 10px;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ===== Colors ===== */
.text-red {
  color: #e2af00;
}
.text-blue {
  color: #666;
}
.bg-red {
  background: #e2af00;
}
.bg-blue {
  background: #666;
}
/* ===== Scaffolding ===== */
/* ===== Typography ====== */
/* ===== Tables ===== */
.table > thead > tr > td.yellow,
.table > tbody > tr > td.yellow,
.table > tfoot > tr > td.yellow,
.table > thead > tr > th.yellow,
.table > tbody > tr > th.yellow,
.table > tfoot > tr > th.yellow,
.table > thead > tr.yellow > td,
.table > tbody > tr.yellow > td,
.table > tfoot > tr.yellow > td,
.table > thead > tr.yellow > th,
.table > tbody > tr.yellow > th,
.table > tfoot > tr.yellow > th {
  background-color: #fbfbcb;
}
.table-hover > tbody > tr > td.yellow:hover,
.table-hover > tbody > tr > th.yellow:hover,
.table-hover > tbody > tr.yellow:hover > td,
.table-hover > tbody > tr.yellow:hover > th {
  background-color: #f8f79b;
}
/* ===== Buttons ===== */


.btn-gold,
.btn-gold:hover {background:#e2af00; color: #fff;margin:15px;
}
.btn-lg,
.btn-group-lg > .btn {
  font-size: 24px;
  border-radius: 4px;

}
@media (max-width: 768px) {
.btn-lg,
.btn-group-lg > .btn {
  font-size: 10px;
  border-radius: 4px;

}
  }
/*** Button Gold***/
.btn-gold {
  background:#fff; color: #e2af00; border:1px solid #e2af00;text-transform:uppercase;
}
.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active {
  background: #e2af00;
}
/* Button Modifications */

.btn-theme {

    border-color: #e2af00; /* change to darker hue than bg hover color */
	background-color: transparent;
	color: #e2af00;
	box-shadow: none;
    font-family: 'proxima-nova', sans-serif;
    font-weight:bold;
	
}

.btn-theme:hover,
.btn-theme:focus {
	background-color: #e2af00;
	color: #fff;
	border-color: #e2af00;
}

.btn-theme2 {
	border: #e2af00 5px solid;
	background-color: transparent;
	color: #e2af00;
	font-family: 'proxima-nova', sans-serif;
	font-weight:bolder;
	font-size:22px;
}

.btn-theme2:hover,
.btn-theme2:active {
	background-color: #e2af00;
	color: #fff;
	box-shadow: none;
}
.btn-theme3 {

    border-color: #fff; /* change to darker hue than bg hover color */
	background-color: #e2af00;
	color: #fff;
	box-shadow: none;
    font-family: 'proxima-nova', sans-serif;
	
}

.btn-theme3:hover,
.btn-theme3:focus {
	background-color: #fff;
	color: #e2af00;
	border-color: #e2af00;
}


/* ===== Forms ===== */
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* ===== Container Sizes ===== */


/* ===== Navs ===== */
/*** Tabs ***/
.nav-tabs {
  margin-bottom: 35px;

}
.nav-tabs > li {
  margin-bottom: 0;
}
.nav-tabs > li > a {
  border: 1px solid transparent;
  border-bottom: 0;
  color:#333;
    font-family: 'proxima-nova', sans-serif;
    background: #f6f6f6;
}
.nav-tabs > li > a:hover {
  border-color:  #e2af00;
  background:  #e2af00;
  color: white;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background:  #e2af00;
  color: white;
  border: 1px solid transparent;
  border-bottom: 0;
}
/*** Tabs Justified ***/
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  background:  #e2af00;
  color: white;
  border: 0;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified {
    border-bottom: 3px solid #e2af00;
  }
  .nav-tabs.nav-justified > li > a {
    border-bottom: 0;
  }
}


/* ===== Pagination ===== */
.pagination > li > a,
.pagination > li > span {
  margin: 0 1px;
  border-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #666;
  background-image: -webkit-linear-gradient(top, #45b8d8 0%, #666 100%);
  background-image: -moz-linear-gradient(top, #45b8d8 0%, #666 100%);
  background-image: -o-linear-gradient(top, #45b8d8 0%, #666 100%);
  background-image: linear-gradient(top, #45b8d8 0%, #666 100%);
}
/* ===== Tooltips ===== */
.tooltip-inner {
  padding: 7px;
  border-radius: 2px;
}
/* ===== Popovers ===== */
.popover {
  padding: 0;
  border-width: 3px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.popover-title {
  border-bottom: 1px solid #e9e9e9;
  border-radius: 4px 4px 0 0;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
}

/*** Accordion ***/
.panel-group .panel-heading {
  position: relative;
  padding: 0;
}
.panel-group .panel-heading > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}
.panel-group .panel-heading > a:after {
  position: absolute;
  right: 10px;
  height: 20px;
  width: 20px;
  content: "\f107";
  background: #e4e4e4;
  border-radius: 20px;
  text-align: center;
  line-height: 20px;
  font-family: FontAwesome;
  color: white;
}
.panel-group .panel-heading > .collapsed:after {
  content: "\f105" !important;
}
/* ===== Wells ===== */
.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* ===== Carousel ===== */
/*** Slideshow controls ***/
a.carousel-arrow {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -25px;
  background: transparent;
  color: transparent;
  font-size: 32px;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: background 300ms, color 300ms;
  transition: background 300ms, color 300ms;
}
.carousel:hover a.carousel-arrow {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
}
.carousel a.carousel-arrow:hover {
  background: rgba(0, 0, 0, 0.7);
}
a.carousel-arrow:hover,
a.carousel-arrow:active {
  text-decoration: none;
}
a.carousel-arrow-prev {
  left: 10px;
  right: auto;
  padding-right: 5px;
}
a.carousel-arrow-next {
  right: 10px;
  left: auto;
  padding-left: 5px;
}
/* ===== Info Boards ==== */
.info-board {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #e9e9e9;
}
.info-board h4 {
  margin-top: 0;
}
.info-board p:last-child {
  margin-bottom: 0;
}
/* 1. Info board red */
.info-board-red {
  background-color: #fef9f9;
  border-color: #ef555f;
}
/* 2. Info board blue */
.info-board-blue {
  background-color: #eef9fc;
  border-color: #666;
}
/* ===== Topic Header ===== */
.topic {
  margin-top: -75px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
  background: #111;
}
.topic h3 {
  display: inline-block;
  margin: 0;
  padding: 23px 0;
  font-size: 16px;
}
.topic .breadcrumb {
  margin-bottom: 0;
  padding: 21px 0;
  background: transparent;
}

@media (max-width: 767px) {
  /* Adjusting for mobile */
  .topic {
     margin-top: -62px;
  }
}
/* ===== Headline ===== */
.headline {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.headline > span {
  display: inline-block;
  position: relative;
  background: white;
  padding-right: 15px;
}
.headline:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border: 0;
  border-top: 1px solid #e9e9e9;
  z-index: -1;
}
/* ===== Back to Top link ===== */
.backtotop {
  background: #d0d0d0;
  padding: 10px 15px;
  font-size: 18px;
  color: #FFF;
  border-radius: 3px;
  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  transition: background 300ms;
}
.backtotop:hover {
  background: #c3c3c3;
}
/* =====  Rating ===== */
.rating {
  display: inline-block;
}
.rating li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #F7C41F;
}
/* Social Links */
.social {
  margin-bottom: 15px;
}
.social > ul,
.social > ul > li {
  margin: 0 0 10px;
  padding: 0;
}
.social li > a {
  display: inline-block;
  height: 34px;
  width: 34px;
  border-radius: 34px;
  line-height: 34px;
  text-align: center;
  background: #999;
  border: 1px solid #e9e9e9;
  color: #fff;
  transition: background 300ms, color 300ms;
  -webkit-transition: background 300ms, color 300ms;
}
.social li:hover > a {
  color: #fff;
  border-color: transparent;
}
/*** Social Large ***/
.social-lg li > a {
  height: 45px;
  width: 45px;
  border-radius: 45px;
  line-height: 45px;
  text-align: center;
}
/*** Social Small ***/
.social-sm li > a {
  height: 30px;
  width: 30px;
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
}
.social li > a.rss:hover {
  background: #ff9900;
}
.social li > a.facebook:hover {
  background: #3B5998;
}
.social li > a.twitter:hover {
  background: #1dcaff;
}
.social li > a.plus:hover {
  background: #dd4b39;
}
.social li > a.vk:hover {
  background: #3f628a;
}
.social li > a.pinterest:hover {
  background: #c92026;
}
.social li > a.vimeo:hover {
  background: #446d82;
}
.social li > a.github:hover {
  background: #657e8c;
}
.social li > a.linkedin:hover {
  background: #0c7bb3;
}
.social li > a.dropbox:hover {
  background: #4fa3e3;
}
.social li > a.youtube:hover {
  background: #ed413e;
}
/* ===== Sidebar ===== */
.bs-sidebar {
  margin-bottom: 50px;
}
.bs-sidebar.affix {
  position: static;
}
@media (min-width: 992px) {
  .bs-sidebar .nav > .active > ul {
    display: block;
  }
  .bs-sidebar.affix,
  .bs-sidebar.affix-bottom {
    width: 213px;
  }
  .bs-sidebar.affix {
    position: fixed;
    top: 110px;
  }
  .bs-sidebar.affix-bottom {
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .bs-sidebar.affix-bottom,
  .bs-sidebar.affix {
    width: 220px;
  }
}
/* ===== General ===== */
html,
body {
  height: 100%;
}
/* ===== Wrapper ===== */
.wrapper {
  min-height: 100%;
  height: auto !important;
  /* for older versions of IE */
  height: 100%;
  padding-top: 95px;
  /* navbar height + margin */
  margin-bottom: -79px;
  /* footer height + margin */
  padding-bottom: 79px;
  /* footer height + margin */
}
/* ===== Homepage Slider ===== */
.home-slider {
  margin-top: -30px;
}
.home-slider .carousel-inner > .item {
  padding: 80px 0 0;
  height: 490px;
  overflow: hidden;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
}
#item-1 {
  background-image: url(../img/image-2.png);
  background-position: bottom center;
}
#item-2 {
  background-image: url(../img/image-3.png);
}
#item-3 {
  background-image: url(../img/image-4.png);
}
/*** First Slider ***/
.home-slider h3 {
  color: #e2af00;
}
.home-slider p {
  margin: 35px 0;
  line-height: 1.5;
}
.home-slider ul {
  list-style-type: none;
  padding: 0;
}
/*** Second Slider ***/
.home-slider #item-2 ul {
  margin-top: 20px;
}
.home-slider #item-2 ul > li {
  text-align: right;
}
.home-slider #item-2 ul > li > span {
  display: inline-block;
  margin-bottom: 3px;
  padding: 3px 15px;
  background: rgba(237, 62, 73, 0.9);
  color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
}
.home-slider #item-2 ul.string > li > span {
  background: rgba(43, 171, 207, 0.9);
}
/*** Third Slider ***/
.home-slider #item-3 ul {
  margin: 30px 0;
}
.home-slider #item-3 ul > li {
  font-size: 18px;
  padding: 5px 0;
}
.home-slider #item-3 ul > li > i {
  color: #666;
}
.home-slider #item-3 img {
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  /* Adjusting for small devices */
  .home-slider .carousel-inner > .item {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  /* Adjusting for mobile */
  .home-slider .carousel-inner > .item {
    padding-top: 50px;
    text-align: center;
  }
  .home-slider #item-2 ul > li {
    text-align: left;
  }
  .home-slider #item-2 ul > li > span {
    font-size: 22px;
    margin-bottom: 7px;
  }
  .home-slider #item-3 ul {
    text-align: left;
    margin-left: 50px;
  }
}

/* ===== Homepage splash ===== */



.splash {
 min-height: 606px;
  height: auto !important;
  /* for older versions of IE */
  height: 606px;
  padding-top: 105px;

  /* footer height + margin */
  padding-bottom: 5px;
  /* footer height + margin */
  background: #f6f6f6 url(../img/splash.jpg) no-repeat center center;
  background-size: cover;
  color: white;
  text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  text-align:center;
  border-bottom:10px #e2af00 solid;
}
.splash h1 {
  font-size:60px;color:#fff;margin-top:100px;
}
.splash h2 {
  margin-top: 30px;font-size:28px;color:#fff;;font-weight:300;line-height:35px;
}

.splash hr {
  padding-bottom: 3px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.splash h3 {
  font-size: 22px;
}
.splash .btn-default {
  background: transparent;
  border: 2px solid #e2af00;
  color: #e2af00;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 30px;
  -webkit-transition: background 300ms, color 300ms;
  -moz-transition: background 300ms, color 300ms;
  transition: background 300ms, color 300ms;
	font-family: 'proxima-nova', sans-serif;
}
.splash .btn-default:hover {
  background: #e2af00;
  color: #fff;
  text-shadow: none;
}

@media (max-width: 992px) {
  /* Adjusting for small devices */
  .splash h1 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  /* Adjusting for mobile */
  .splash {
    background-image: url(../img/splash_mob3.jpg);
     min-height: 506px;
  height: auto !important;
  /* for older versions of IE */
  height: 506px;
      padding-top: 100px;
  }
  .splash h1 {
  font-size:30px;color:#fff;margin-top:10px;
}
.splash h2 {
  margin-top: 30px;font-size:18px;color:#fff;;font-weight:300;line-height:35px;
}


}
/* ===== Home Services ===== */
.home-services {
  margin-bottom: 50px;
  background: #e2af00;
  color: white;
}
.home-services ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.home-services li {
  float: left;
  width: 24%;
  padding: 20px 3px;
  border-right: 1px solid #b89800;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  /* to avoid cell breaking during expanding on hover */
  -webkit-transition: width 300ms;
  -moz-transition: width 300ms;
  transition: width 300ms;
}
.home-services li:first-child {
  border-left: 1px solid #b89800;
}
.home-services ul:hover li {
  width: 20%;
}
.home-services ul:hover > li:hover {
  width: 36%;
}
.home-services li i {
  font-size: 22px;
}
.home-services li p {
  margin: 10px 0 0;
  text-transform: uppercase;
}
.home-services li span {
  display: none;
}
.home-services li:hover span {
  display: inline-block;
}
.home-services .lead {
  margin: 0;
  line-height: 93px;
}
@media (max-width: 992px) {
  /* Adjusting for small devices */
  .home-services ul {
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* Adjusting for mobile */
  .home-services li {
    display: block;
    float: none;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #dc2d38;
  }
  .home-services li:first-child {
    border-left: 0;
  }
  .home-services ul:hover li {
    width: 100%;
  }
  .home-services ul:hover > li:hover {
    width: 100%;
  }
}

/* ===== About splash ===== */

.about-splash {
  min-height: 600px;
  height: auto !important;
  /* for older versions of IE */
  height: 600px;
  padding-top: 295px;

  /* footer height + margin */
  padding-bottom: 5px;
  /* footer height + margin */
  background: #f6f6f6 url(../img/about-splash-grey-3.jpg) no-repeat center center;
  background-size: cover;
  color: white;
  text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  text-align:center;
  border-bottom:10px #e2af00 solid;
}
.about-splash h1 {
  font-size:60px;color:#fff;margin-top:100px;
}
.about-splash h2 {
  margin-top: 30px;font-size:28px;color:#fff;;font-weight:300;line-height:35px;
}

.about-splash h3 {
  font-size: 22px;
}
.about-splash-cace {
  min-height: 600px;
  height: auto !important;
  /* for older versions of IE */
  height: 600px;
  padding-top: 295px;

  /* footer height + margin */
  padding-bottom: 5px;
  /* footer height + margin */
  background: #f6f6f6 url(../img/about_splash_cace2.jpg) no-repeat center center;
  background-size: cover;
  color: white;
  text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  text-align:center;
  border-bottom:10px #e2af00 solid;
}
.about-splash-cace h1 {
  font-size:60px;color:#fff;margin-top:100px;
}
.about-splash-cace h2 {
  margin-top: 30px;font-size:28px;color:#fff;;font-weight:300;line-height:35px;
}

.about-splash-cace h3 {
  font-size: 22px;
}

@media (max-width: 992px) {
  /* Adjusting for small devices */
  .about-splash h1 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  /* Adjusting for mobile */
  .about-splash {
    background-image: url(../img/about_splash_cace2.jpg);
     min-height: 506px;
  height: auto !important;
  /* for older versions of IE */
  height: 506px;
      padding-top: 100px;
  }
  
  .about-splash h1 {
  font-size:30px;color:#fff;margin-top:10px;
}
.about-splash h2 {
  margin-top: 30px;font-size:18px;color:#fff;;font-weight:300;line-height:35px;
}
    .about-splash-cace {
    background-image: url(../img/about-splash-grey-3.jpg);
     min-height: 506px;
  height: auto !important;
  /* for older versions of IE */
  height: 506px;
      padding-top: 100px;
  }
  
  .about-splash-cace h1 {
  font-size:30px;color:#fff;margin-top:10px;
}
.about-splash-cace h2 {
  margin-top: 30px;font-size:18px;color:#fff;;font-weight:300;line-height:35px;
}
}
/* ===== Endorsement splash ===== */

.endorse-splash {
  min-height: 600px;
  height: auto !important;
  /* for older versions of IE */
  height: 600px;
  padding-top: 295px;

  /* footer height + margin */
  padding-bottom: 5px;
  /* footer height + margin */
  background: #f6f6f6 url(../img/endorsement-splash-2.jpg) no-repeat center center;
  background-size: cover;
  color: white;
  text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  text-align:center;
  border-bottom:10px #e2af00 solid;
}
.endorse-splash h1 {
  font-size:40px;color:#fff;margin-top:100px;
}
.endorse-splash h2 {
  margin-top: 30px;font-size:28px;color:#e2af00;font-weight:300;line-height:35px;
}



@media (max-width: 992px) {
  /* Adjusting for small devices */
  .endorse-splash h1 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  /* Adjusting for mobile */
  .endorse-splash {
    background-image: url(../img/about-splash-grey-3.jpg);
  }
}
/* ===== Apply splash ===== */

.apply-splash {
  min-height: 600px;
  height: auto !important;
  /* for older versions of IE */
  height: 600px;
  padding-top: 295px;

  /* footer height + margin */
  padding-bottom: 5px;
  /* footer height + margin */
  background: #f6f6f6 url(../img/plant_splash.jpg) no-repeat center center;
  background-size: cover;
  color: white;
  text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  text-align:center;
  border-bottom:10px #e2af00 solid;
}
.apply-splash h1 {
  font-size:60px;color:#fff;margin-top:100px;
}
.apply-splash h2 {
  margin-top: 30px;font-size:28px;color:#fff;;font-weight:300;line-height:35px;
}

.apply-splash h3 {
  font-size: 22px;
}

@media (max-width: 992px) {
  /* Adjusting for small devices */
  .about-splash h1 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  /* Adjusting for mobile */
  .apply-splash {
    background-image: url(../img/apply-splash_mob.jpg);
     min-height: 506px;
  height: auto !important;
  /* for older versions of IE */
  height: 506px;
      padding-top: 100px;
  }
  .apply-splash h1 {
  font-size:30px;color:#fff;margin-top:10px;
}
.apply-splash h2 {
  margin-top: 30px;font-size:18px;color:#fff;;font-weight:300;line-height:35px;
}

}

.why {font-size:17px; font-weight:300; line-height:25px; color:#fff;}

.why ul {margin:20px 0 20px 0;list-style-type: none;}

.why ul li {font-size:16px;line-height:22px;padding:10px;color:#fff;}

.why ul li:before {    
font-family: 'FontAwesome';
content: '\f138';
margin:0 5px 0 -15px;
color: #fff;
}

.why-indepth .why {font-size:17px; font-weight:300; line-height:25px; color:#666;}

/* ===== Main Services ===== */
.main-services {
  border-top: 1px solid #ddd;
  padding: 50px 0;
}
/* ===== Intro ===== */

.intro, .why, .why-indepth, .program, .endorse {padding: 50px 0;}

/* ===== Benefits ===== */
.benefits {
  padding: 50px 0;
  background: #e2af00;

}
@media (min-width: 768px) {
  .responsive-showcase {
    height: 480px;
    padding: 70px 0;
    overflow: hidden;
  }
}
.responsive-showcase .lead {
  margin: 20px 0 25px;
  font-size: 16px;
}
.responsive-showcase ul {
  margin-top: 20px;
}
.responsive-showcase ul > li > i {
  display: block;
  padding: 5px;
  font-size: 28px;
  cursor: pointer;
}
.responsive-showcase img {
  margin: 0 auto;
}
.responsive-showcase img#imac {
  max-width: 80%;
}
.responsive-showcase img#iphone {
  max-width: 60%;
}
.text-blue.inactive {
  color: #d0d0d0;
}
@media (min-width: 768px) and (max-width: 992px) {
  /* Small devices */
  .responsive-showcase {
    height: 400px;
  }
  .responsive-showcase h2 {
    margin-top: 0;
  }
}
/* ===== Portfolio ===== */
.portfolio-item {
  margin-bottom: 10px;
}
.portfolio-item > .portfolio-thumbnail {
  position: relative;
  overflow: hidden;
}
.portfolio-item > .portfolio-thumbnail img {
  border-radius: 4px;
}
.portfolio-item > .portfolio-thumbnail > .mask {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: #666;
  background: rgba(43, 171, 207, 0.5);
  color: white;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item > .portfolio-thumbnail:hover > .mask {
  opacity: 1;
}
.portfolio-item > .portfolio-thumbnail > .mask a {
  color: white;
  margin: 0 3px;
}
.portfolio-item > .portfolio-thumbnail > .mask a:hover {
  text-decoration: none;
}
.portfolio-item > .portfolio-thumbnail > .mask > p {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 50%;
  margin-left: -33px;
}
.portfolio-item > .portfolio-description {
  padding: 0 5px;
}
/* ===== Feedback ===== */
.feedbacks {
  margin: 0 0 20px;
  padding: 20px 0 50px;
  background: #f6f6f6 url(../img/image-1.png) no-repeat center center;
  background-size: cover;
  border: 1px solid #ccc;
}
.feedback {
  margin: 40px 0 10px;
}
.feedback > i {
  float: left;
  margin-right: 15px;
}
.feedback > div {
  position: relative;
  overflow: hidden;
  padding-left: 20px;
  /* for arrow */
  padding-right: 6px;
  /* for shadow */
}
.feedback > div > p {
  padding: 10px 20px;
  background: white;
  border: white;
  border-radius: 0 4px 4px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.175);
}
.feedback > div > p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 20px solid white;
  border-left: 30px solid transparent;
}
/* ===== Recent Blogs ===== */
.blog {
  margin-top: 30px;
}
.blog > img {
  height: 70px;
  width: 70px;
  float: left;
  margin-right: 20px;
  border-radius: 70px;
}
@media (max-width: 767px) {
	.blog > img {
	  display: none;
	}
}
.blog-desc {
  overflow: hidden;
}
.blog-desc h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 0;
}
.blog-desc p {
  line-height: 1.7;
}
.blog-desc img {
  border-radius: 3px;
  margin: 20px 0;
}
/* ===== Our Team ===== */
.team-member {
  margin-bottom: 10px;
}
.team-member > img {
  margin-bottom: 5px;
  border-radius: 4px 4px 0 0;
}
.team-member > .info {
  padding: 5px;
  background: #f6f6f6;
  border-radius: 0 0 5px 5px;
  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  transition: background 300ms;
}
.team-member:hover > .info {
  background: #e9e9e9;
}
.team-member > .info > p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* Adjusting for mobile */
  .team-member > img {
    border-radius: 4px 4px;
  }
  .team-member > .info {
    background: white;
  }
  .team-member:hover > .info {
    background: white;
  }
}
/* ===== Help Center ===== */
.panel-body > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.panel-body > ul > li {
  border-bottom: 1px solid #e9e9e9;
}
.panel-body > ul > li:last-child {
  border-bottom: 0;
}
.panel-body > ul > li > a {
  display: block;
  padding: 7px 0;
  font-weight: 600;
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  text-decoration: none;
}
.panel-body > ul > li > a:hover {
  color: #333333;
}
.help-questions {
  padding-left: 0;
  margin-left: 20px;
}
.help-questions > li {
  padding: 5px 0;
}
.help-questions > li > a {
  color: #333333;
}
.resources > li {
  padding: 5px 0;
}
/* ===== Pricing Table ===== */
.pricing-option {
  margin-top: 30px;
  border: 15px solid #f6f6f6;
  text-align: center;
}
.pricing-inner {
  border: 1px solid #e9e9e9;
  -webkit-transition: box-shadow 300ms;
  -moz-transition: box-shadow 300ms;
  transition: box-shadow 300ms;
}
.pricing-inner:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.pricing-header {
  padding: 10px;
}
.pricing-header h5 {
  text-transform: uppercase;
  font-weight: 600;
}
.pricing-number {
  padding: 10px;
  background: #f8f79b;
  font-size: 22px;
}
.pricing-number > span {
  font-size: 18px;
}
.pricing-body {
  padding: 10px;
}
.pricing-body ul {
  background: white;
}
.pricing-body ul > li {
  padding: 7px 0;
  border-bottom: 1px solid #e9e9e9;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #999;
}
.pricing-body ul > li:last-child {
  border-bottom: 0;
}
/*** Bonus ***/
#bonus .pricing-number {
  position: relative;
  border-bottom: 1px dashed #bbb;
}
#bonus .pricing-number > .fa-scissors {
  position: absolute;
  bottom: -10px;
  left: 0;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: left 2s;
  -moz-transition: left 2s;
  transition: left 2s;
}
#bonus .pricing-body {
  position: relative;
}
#bonus .pricing-body p {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 10px;
  z-index: -1;
}
/* ===== Services ===== */
.services {
  margin: 30px 0;
}
.service-item > i {
  height: 30px;
  width: 30px;
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  margin-right: 15px;
  background: #e2af00;
  color: white;
  float: left;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.service-desc {
  overflow: hidden;
}
.service-desc > h4 {
  margin-top: 0;
  font-weight: 500;
}
/* ===== Sign In & Sign Up ===== */
.sign-form {
  border: 15px solid #f6f6f6;
}
.sign-inner {
  padding: 30px;
  border: 1px solid #e9e9e9;
}
.sign-form .popover {
  min-width: 200px;
}
/* ===== Portfolio ===== */
#isotope-container .portfolio-item {
  margin-bottom: 20px;
}
/* ===== Portfolio Item ===== */
.portfolio-slideshow {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
/* ===== Shop ===== */
.shop-product {
  margin: 10px 0 20px;
  text-align: center;
}
.shop-product img {
  max-height: 100px;
  margin: 0 auto;
}
.shop-product h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}
.shop-product.featured:before {
  position: absolute;
  top: 0;
  left: 15px;
  content: "\f0a3";
  font-family: FontAwesome;
  font-size: 30px;
  color: #e2af00;
}
.shop-product.featured:after {
  position: absolute;
  top: 13px;
  left: 19px;
  content: "New";
  font-weight: 400;
  font-size: 10px;
  color: white;
}
.shop-product.featured .price .old {
  color: red;
  text-decoration: line-through;
}
.shop-product.featured .price .new {
  font-weight: bold;
}
/*** Shop Item ***/
.shop-item .product-img {
  margin-bottom: 20px;
}
.shop-item .product-img img {
  max-height: 70px;
  opacity: 0.5;
  margin: 0 auto;
}
.shop-item .product-img img:hover {
  opacity: 1;
}
.shop-item .product-img img.main {
  max-height: 100%;
  margin-bottom: 20px;
  opacity: 1;
}
.shop-item .product-img .row {
  padding: 0 12px;
}
.shop-item .product-img .col-xs-4 {
  padding-left: 2px;
  padding-right: 2px;
}
.rating {
  display: inline-block;
  margin-left: 0px;
}
.rating li {
  margin: 0;
  padding: 0;
  color: #F7C41F;
  font-size: 14px;
}
.shop-item .reviews {
  font-size: 12px;
  margin-left: 10px;
}
.shop-item .price-block {
  display: inline-block;
  margin-bottom: 15px;
  padding: 10px;
  background: #eee;
  border-radius: 3px;
}
.shop-item .price-block .form-control {
  display: inline-block;
  width: 60px;
}
.shop-item .price-block .price {
  margin-right: 10px;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
}
/*** Shopping Cart ***/
.shopping-cart table > thead > tr > th {
  border-bottom-width: 1px;
}
.shopping-cart table > tbody > tr > td {
  vertical-align: middle;
}
.shopping-cart table img {
  float: left;
  max-width: 100px;
  margin: 0 10px 10px 0;
  border-radius: 3px;
}
.shopping-cart table .item {
  overflow: hidden;
}
@media (max-width: 767px) {
  .shopping-cart table img {
    float: none;
    max-width: 100%;
    margin: 0 0 10px 0;
  }
  .shopping-cart table .item {
    overflow: visible;
  }
}
.shopping-cart .form-control {
  width: 60px;
}
.shopping-cart .checkout {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.shopping-cart .checkout > li {
  margin: 10px 0;
}
/* ===== User Profile ====== */
.user-avatar {
  position: relative;
  background: #fff;
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #eee;
  border-radius: 3px;
}
.user-avatar > img {
  margin-bottom: 10px;
  border-radius: 3px;
}
.user-avatar:before,
.user-avatar:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.user-avatar:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.user-social {
  margin-top: 15px;
}
.user-cart > h4 {
  margin-bottom: 20px;
}
.user-info {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
}
.user-info > li {
  padding: 3px 0;
}
/* ===== 404 Not Found ===== */
.not-found {
  height: 38px;
  background: #f6f6f6;
  margin-bottom: 5px;
}
.not-found > span {
  display: inline-block;
  padding-right: 10px;
  background: white;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}
.error-page p {
  margin-bottom: 30px;
}
.error-page > .text-muted {
  text-transform: uppercase;
}
.error-page > a {
  font-weight: 600;
  font-size: 16px;
}
.error-page .divider {
  margin: 0 10px;
  color: #999;
}
/* ===== Coming Soon ===== */
.coming-soon {
  background: url(../img/coming-soon.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
.coming-soon h1 {
  font-size: 54px;
  text-shadow: 1px 1px 2px #505050;
}
.coming-soon .lead {
  margin: 40px 0 50px;
  font-weight: 400;
  text-shadow: 1px 1px 2px #505050;
}
.coming-soon form .form-control {
  height: 45px;
  width: 300px;
  padding: 12px 24px;
  border-radius: 45px 0 0 45px;
  font-size: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.coming-soon form button {
  height: 45px;
  border-radius: 0 45px 45px 0;
  margin-left: -4px;
}
@media (max-width: 767px) {
  .coming-soon {
    padding: 30px 0;
  }
  .coming-soon form .form-control {
    border-radius: 45px;
    width: 100%;
  }
  .coming-soon form button {
    display: block;
    width: 100%;
    border-radius: 45px;
  }
}
.is-countdown {
  margin-top: 50px;
  text-shadow: 1px 1px 2px #505050;
}
.countdown-row {
  display: block;
  text-align: center;
}
.countdown-section {
  display: inline-block;
  margin: 0 2px;
  height: 70px;
  width: 70px;
  border-radius: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid white;
  font-size: 24px;
}
.countdown-period {
  display: block;
  font-size: 16px;
}
/* ===== UI Elements ===== */
.tooltip-test button,
.popover-test button {
  margin-bottom: 10px;
}
/*** Pagination ***/
.pagination-example ul {
  margin: 10px 0;
}
/*** Carousel ***/
.carousel-example {
  border-radius: 4px;
  overflow: hidden;
}
/* ===== Comments ===== */
.comments {
  margin: 20px 0;
}
.cmt {
  margin-bottom: 15px;
}
.cmt > img {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  float: left;
  margin: 0 10px 0 0;
}
.cmt > .cmt-block {
  overflow: hidden;
}
.cmt > .cmt-block .profile-link {
  color: #333333;
  font-weight: 700;
}
.cmt > .cmt-block .time {
  margin-left: 10px;
  font-size: 13px;
}
.cmt > .cmt-block textarea {
  border-radius: 0;
}
.cmt > .cmt-block > .cmt-body {
  margin-top: 5px;
}
.rating {
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.rating > i {
  cursor: pointer;
  display: inline-block;
  padding: 3px;
  color: #555555;
}
.rating .up {
  color: green;
}
.rating .up:before {
  content: "+";
}
.rating .down {
  color: #e2af00;
}
.rating .down:before {
  content: "-";
}
/* ===== Footer & Copyright ===== */
footer {
  padding: 30px 0;
  background: #e9e9e9;
  
}
footer h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 767px) {
  /* Adjusting for mobile */
  footer {
    padding-top: 20px;
  }
  footer h4 {
    margin-top: 20px;
  }
}
footer .form-control {
  border-color: #ccc;
}
.copyright {
  padding: 20px 0;
}
.tweet > i {
  float: left;
  margin-right: 15px;
  color: #666;
}
.tweet > p {
  overflow: hidden;
}
.tweet > p > a {
  display: block;
}

/* Localized */