@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300);
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  padding-top: 44px;
  color: #34495e;
  background: #fff;
  font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rokkitt', serif;
  font-weight: 700;
}
a {
  color: #34495e;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.btn {
  font-weight: 400;
}
.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
a:hover,
a:focus {
  color: #D23732;
  text-decoration: none;
  outline: none;
}
.btn-utility {
	background: #006600;
	border-radius: 5px;
	font-weight: 700;
	padding: 5px 15px;
	color: #fff;
}
.btn-utility:hover,
.btn-utility:focus {
  color: #D23732;
  text-decoration: none;
  outline: none;
}
.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}
img {
	max-width: 100%;
}
body > section {
  padding: 30px 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */

  padding-top: 30px;
  /* IE6 workaround*/

  height: 0;
  overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* CAROUSEL
-------------------------------------------------- */
#main-slider {
  position: relative;
}
#main-slider .carousel h2 {
  font-size: 36px;
}
#main-slider .carousel .btn {
  border: 3px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  border-radius: 0;
  margin-top: 5px;
}
#main-slider .carousel .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .boxed {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
}
#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0 !important;
  left: 0 !important;
  opacity: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 600px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  margin-top:-30px;
}
#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}


#services .media:hover .icon-md {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
}
#recent-works {
  padding: 90px 0;
}
#recent-works .item-inner {
  position: relative;
  margin: 0;
}
.portfolio-items,
.portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 -20px 20px 0;
}
.portfolio-filter > li {
  display: inline-block;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portfolio-items.col-2 > li {
  width: 50%;
}
.portfolio-items.col-3 > li {
  width: 33%;
}
.portfolio-items.col-4 > li {
  width: 25%;
}
.portfolio-items.col-5 > li {
  width: 20%;
}
.portfolio-items.col-6 > li {
  width: 16%;
}
.portfolio-item {
  padding: 0;
  margin: 0;
}
.portfolio-item .item-inner {
  background: #fff;
  border: 1px solid #eee;
  padding: 10px 10px 0;
  margin: 0 20px 20px 0;
  position: relative;
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item h5 {
  background: #fff;
  margin: 0;
  padding: 10px 0;
  font-weight: 700;
  font-size: 14px;
  color: #2c3e50;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#pricing-table .plan {
  border-radius: 4px;
  list-style: none;
  margin: 0 0 20px;
  background: #3498db;
  text-align: center;
  padding: 30px 0;
}
#pricing-table .plan li {
  padding: 5px 0;
  color: #fff;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
#pricing-table .plan li.plan-name {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}
#pricing-table .plan li.plan-name h3 {
  margin: 0;
}
#pricing-table .plan li.plan-price {
  margin-bottom: 10px;
}
#pricing-table .plan li.plan-price > div {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  font-size: 24px;
  border-radius: 100%;
  width: 70px;
  height: 70px;
}
#pricing-table .plan li.plan-price > div sup {
  font-size: 10px;
  line-height: 10px;
}
#pricing-table .plan li.plan-price > div > small {
  display: block;
  font-size: 11px;
}
#pricing-table .plan li.plan-action {
  margin-top: 10px;
  border-top: 0;
}
#pricing-table .plan.featured {
  background-color: #2c3e50;
}
#title h1,
#title div.sectionTitle,
#imageBar div.sectionTitle{
  margin: 0;
  font-family: 'Rokkitt', serif;
  font-size: 36px;
  font-weight: 300;
	line-height: 1.1em;
}
h1.subTitle {
	font-family: 'Rokkitt', serif;
	font-weight: 700;
	font-size: 30px;
}
.center {
  text-align: center;
}
#meet-the-team .designation {
  margin-top: 5px;
  display: block;
  font-size: 13px;
}
.img-thumbnail {
  border: 0;
}
.progress,
.progress .bar {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 30px;
  line-height: 30px;
}
.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}
ul.breadcrumb {
  margin: 20px 0 0;
  background: transparent;
}
ul.breadcrumb > li {
  text-shadow: none;
}
ul.breadcrumb > li > a,
ul.breadcrumb > li .divider {
  color: #000;
}
ul.breadcrumb > li.active {
  color: rgba(255, 255, 255, 0.7);
}
ul.tag-cloud {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.tag-cloud li {
  display: inline-block;
  margin: 0 0 2px 0;
}
.btn-social {
  border: 0;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
}
.btn-social.btn-facebook {
  background: #4f7dd4;
}
.btn-social.btn-facebook:hover {
  background: #789bde;
}
.btn-social.btn-twitter {
  background: #5bceff;
}
.btn-social.btn-twitter:hover {
  background: #8eddff;
}
.btn-social.btn-linkedin {
  background: #21a6d8;
}
.btn-social.btn-linkedin:hover {
  background: #49b9e3;
}
.btn-social.btn-google-plus {
  background: #dc422b;
}
.btn-social.btn-google-plus:hover {
  background: #e36957;
}
.btn-social:hover {
  color: #fff;
}
.navbar-inverse {
  border: none;
}
.navbar-inverse .navbar-brand {
  font-family: 'Bubbler One', sans-serif;
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}
.navbar-inverse .navbar-nav {
  margin-top: 20px;
}
.navbar-inverse .navbar-nav > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 4px;
  color: #fff;
	padding: 10px 13px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #616161;
}
.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: #616161;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin-top: -3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: rgba(0, 0, 0, 0.3);
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
}
.navbar-right .dropdown-menu {
	right: auto;
}
.navbar-nav li.dropdown:hover > ul.dropdown-menu { /* Setting to show dropdown on hover. Comment out to show on click */
    xdisplay: block;
}
#social-media .icon-facebook {
  background-color: #3c5899;
}
#social-media .icon-facebook:hover {
  background-color: #4e6fba;
}
#social-media .icon-twitter {
  background-color: #29c5f6;
}
#social-media .icon-twitter:hover {
  background-color: #5ad2f8;
}
#social-media .icon-google-plus {
  background-color: #d13d2f;
}
#social-media .icon-google-plus:hover {
  background-color: #da6459;
}
#social-media .icon-pinterest {
  background-color: #c61118;
}
#social-media .icon-pinterest:hover {
  background-color: #ec1e26;
}
.icon-lg {
  font-size: 48px;
  height: 108px;
  width: 108px;
  line-height: 108px;
  color: #fff;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block !important;
  border-radius: 100%;
}
.icon-md {
  font-size: 36px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  color: #fff;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: block;
  border-radius: 50%;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.modal {
  border: 0;
}
.modal#loginForm {
  width: 600px;
  margin-left: -300px;
}
.modal .modal-header {
  border: 0;
  padding: 20px 20px 0;
}
.modal .modal-header > h4 {
  font-weight: 300;
  font-size: 14px;
  color: #848484;
  text-transform: uppercase;
  margin: 0;
}
.modal .modal-body {
  padding: 20px;
}
.modal input[type="text"],
.modal input[type="password"] {
  padding: 5px 10px;
  min-height: 30px;
  width: 130px;
  margin-right: 10px;
}
.modal .icon-remove {
  color: #848484;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  display: block;
  background: #ebebeb;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
}
.modal button {
  margin-left: 10px;
  border: 0;
}
.gap {
  margin-bottom: 50px;
}
.big-gap {
  margin-bottom: 100px;
}
.no-margin {
  margin: 0;
  padding: 0;
}
.registration-form {
  border: 0;
  background-color: #fff;
  padding: 20px;
  display: inline-block;
}
#bottom {
  color: #494949;
}
#bottom h4 {
  margin-top: 0;
  margin-bottom: 15px;
  display:block;
  width:100%;
  position:relative;
  float:left;
}
#bottom .media-heading {
  display: block;
  font-weight: 400;
}
ul.unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
/*Unordered Lists*/
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before,
ul.arrow li::after,
ul.arrow-double li::after,
ul.tick li::after,
ul.cross li::after,
ul.star li::after,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before {
  margin-right: 5px;
}
ul.arrow li::before {
  content: "\f105";
}
ul.arrow-double li::before {
  content: "\f101";
}
ul.tick li::before {
  content: "\f00c";
}
ul.cross li::before {
  content: "\f00d";
}
ul.star li::before {
  content: "\f006";
}
ul.rss li::before {
  content: "\f09e";
}
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #bdc3c7;
}
#footer a {
  color: #dfdfdf;
}
#footer a:hover {
  color: #fff;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}
ul.social {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: inline-block;
}
ul.social > li {
  display: inline-block;
  margin: 0 5px;
}
ul.social > li > a {
  font-size: 24px;
  color: #666;
}
ul.social > li > a:hover {
  color: #999;
}
.box-border {
  padding: 15px;
}
.accordion-group {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
}
.accordion-heading .accordion-toggle {
  color: #666;
  font-weight: 700;
}
.accordion-inner {
  border-top: 0;
}
.blog .blog-item {
  background-color: #ececec;
  border-radius: 5px;
  margin-bottom: 20px;
}
.blog .blog-item .img-blog {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.blog .blog-item .blog-content {
  padding: 20px;
}
.blog .blog-item h3 {
  margin-top: 0;
}
.blog .blog-item .entry-meta {
  margin-bottom: 20px;
}
.blog .blog-item .entry-meta > span {
  display: inline-block;
  color: #999;
  margin-right: 10px;
  font-size: 12px;
}
.blog .blog-item .entry-meta > span a {
  color: #999;
}
ul.pagination > li > a {
  border: 0;
}
ul.pagination > li.active > a,
ul.pagination > li:hover > a {
  background-color: #34495e;
  color: #fff;
}
textarea#message {
  padding: 10px 15px;
  height: 219px;
}
.widget {
  margin-bottom: 30px;
}
ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}
ul.faq {
  list-style: none;
  margin: 0;
}
ul.faq li {
  margin-top: 30px;
}
ul.faq li:first-child {
  margin-top: 0;
}
ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}
ul.faq li > div {
  margin-left: 70px;
}
ul.faq li > div h3 {
  margin-top: 0;
}
#error {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 150px;
}


/* OTHER */

.testimonial h2{
  margin-top: 0;
}

.testimonial-inner {
  color:#606060;
  font-size: 14px;
}

.testimonial-inner .pull-left{
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
  position: relative;
}

.testimonial-inner .pull-left:after{
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  border: 1px solid #e7e7e7;
  right: -5px;
  border-left: 0 none;
  border-bottom: 0 none;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.marqueeTorn {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0 !important;
	top: 0 !important;
	position: absolute;
	width: 100%;
	display: block !important;
	height: 51px;
	background-image: url(../img/marquee_torn_edge.png);
	z-index:5000 !important;
	margin-top:575px;
}

.callToAction {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0 !important;
	top: 30 !important;
	position: relative;
	width: 100%;
	display: block !important;
	height: 19px;
	background-image: url(../img/bg_buckets_top.png);
	z-index:1000;
}

.additionalInfoArea {
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0 !important;
	top: 0 !important;
	position: relative;
	width: 100%;
	display: block !important;
	min-height: 279px;
	background-image: url(../img/bg_mayorletter.png);
	margin-top:-46px;
}

.latestUpdates .lcnb_has_cmd.lcnb_uniblock.lcnb_top_cmd {
	margin-top: 0px !important;
}
.latestUpdates .lcnb_img {
	background-image: url(../img/latest_updates_bg.jpg) !important;
}
.latestUpdates .lcnb_prev:hover, .latestUpdates .lcnb_next:hover {
	background-color: #d8e6e1 !important;
}
.letterTorn {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	position:relative;
	display: block !important;
	height: 35px;
	z-index:1000 !important;
	background-image: url(../img/letter_torn_edge.png);
	margin-top:-20px;
}

.footerBG {
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	position:relative;
	display: block !important;
	min-height: 475px;
	background-image: url(../img/bg_footer.jpg);
	margin-bottom:0px;
	padding-bottom:0px;
}

.footerLowerBG {
	background:#414244;
}

.cityBG {
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	position:relative;
	display: block !important;
	height: 116px;
	background-image: url(../img/bg_footer_lower.png);
	margin-top:25px;
}

#sponsorsSlider .item {
	margin: 3px;
	text-align: center;
}

#sponsorsSlider .item img {
	display: inline-block;
	width: auto;
	height: 100%;
}

#header nav ul.nav-main li a:hover {
	background-color: #F4F4F4;
}


#header .search{
  display: inline-block;
}

.top-bar {
  background: #181818;
  border-bottom: 1px solid #222;
  line-height: 28px;
	padding: 7px 0;
}

.top-number{
  color: #fff;
}

.top-number p{
  margin: 0
}

.social{
  text-align: right;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
 position: relative;
 top:3px;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: transparent;
  font-size: 20px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  /* background: #c52d2f; */
  color: #c52d2f;
}

.search i {
  color: #fff;
}

input.search-form{
  background: transparent;
  background-color: #3a3a3a;
  border: 0 none;
  line-height:12px;
  font-size:12px;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 230px;
}

/* ++++++++++++++++++++++++++++ */
/*  vertical-tab  */
/* ++++++++++++++++++++++++++++ */
.tabArea {
	background:#fef9f0;
	border-left: 0px solid #c1bdb7;
	border-right: 1px solid #c1bdb7;
	border-top: 1px solid #c1bdb7;
	border-bottom: 1px solid #c1bdb7;
	xmin-height:309px;
}
div.vert-tab-container{
  z-index: 10;
  background-color: #fef9f0;
  padding: 0 !important;
	display: flex;
  /*border-radius: 4px;
  -moz-border-radius: 4px;*/
  /*border:1px solid #c1bdb7;
  margin-top: 20px;
  margin-left: 5px;*/
  /*-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);*/
}
div.vert-tab-menu{
  padding:0px;
}
div.vert-tab-menu div.list-group h4 {
  font-size: 17px;
}
div.vert-tab-menu div.list-group{
  margin-bottom: 0;
}
div.vert-tab-menu div.list-group>a{
  margin-bottom: 0;
  color:#5C5C5C;
}
div.vert-tab-menu div.list-group-item {
	padding-left: 8px;
	padding-right: 8px;
}
div.vert-tab-menu div.list-group>a .glyphicon,
div.vert-tab-menu div.list-group>a .fa {
  color: #808080;
}
div.vert-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.vert-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.vert-tab-menu div.list-group>a.active,
div.vert-tab-menu div.list-group>a.active .glyphicon,
div.vert-tab-menu div.list-group>a.active .fa{
  background-color: #fef9f0;
  background-image: #fef9f0;
  color: #494949;
  border-left: 1px solid #c1bdb7;
  border-right: 1px solid #fef9f0;
  border-top: 1px solid #c1bdb7;
  border-bottom: 1px solid #c1bdb7;
}
div.vert-tab-menu div.list-group>a.active:after{
  /*content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 20px solid #c1bdb7;*/
}

div.vert-tab-content{
  background-color: #fef9f0;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.vert-tab div.vert-tab-content:not(.active){
  display: none;
}

img.tabFeatImg {
	border-radius: 12px;
	/* border: 1px solid #999999; */
}
/* ++++++++++++++++++++++++++++ */

.moreInfoIcon {
	padding:3px 4px 3px 5px;
	background-color:#494949;
	font-size:10px;
	color:#fff;
}

.moreInfoTxt {
	font-weight:bold;
	font-size:12px;
}

.miniPromoBox {
	border:1px #e5e5e5 solid;
	padding:10px;
	height:100%;
	overflow:auto;
}

/* Back to Top Button */
.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	background-color: #bcbcbc;
	font-size: 12px;
	z-index:5000;
	margin-right:30px;
	display: none;
	padding: 7px 12px 7px 12px;
	color: #000;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.back-to-top:hover {
	background-color: #000;
	color: #fff;
	text-decoration:none;
}


.animate {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.info-card {
	width: 100%;
	/*border: 1px solid #848484;*/
	position: relative;
	font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
	overflow: hidden;
	cursor:pointer;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(50, 50, 50, 0.38);
	-moz-box-shadow:    2px 2px 6px 0px rgba(50, 50, 50, 0.38);
	box-shadow:         2px 2px 6px 0px rgba(50, 50, 50, 0.38);
	background-color: #dfdfdf;

}

.info-card:hover .info-card-header  h3 {
	display: none;
}

.info-card > img {
	width: 100px;
	margin-bottom: 60px;
}
.info-card .info-card-details,
.info-card .info-card-details .info-card-header  {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -100%;
	left: 0;
	padding: 0 15px;
	background-color: #f8f8f8;
	text-align: center;
}
.info-card .info-card-details::-webkit-scrollbar {
	width: 8px;
}
.info-card .info-card-details::-webkit-scrollbar-button {
	width: 8px;
	height: 0px;
}
.info-card .info-card-details::-webkit-scrollbar-track {
	background: transparent;
}
.info-card .info-card-details::-webkit-scrollbar-thumb {
	background: rgb(160, 160, 160);
}
.info-card .info-card-details::-webkit-scrollbar-thumb:hover {
	background: rgb(130, 130, 130);
}

.info-card .info-card-details .info-card-header {
	height: auto;
	bottom: 100%;
	padding: 10px 5px;
}
.info-card:hover .info-card-details {
	bottom: 0px;
	overflow: auto;
	padding-bottom: 25px;
}
.info-card:hover .info-card-details .info-card-header {
	position: relative;
	bottom: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.info-card .info-card-details .info-card-header h2,
.info-card .info-card-details .info-card-header h3 {
	color: rgb(62, 62, 62);
	font-size: 22px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 !important;
	padding: 0 !important;
}
.info-card .info-card-details .info-card-header h3 {
	color: rgb(142, 182, 52);
	font-size: 15px;
	font-weight: 400;
	margin-top: 5px;
}
.info-card .info-card-details .info-card-detail .social {
	list-style: none;
	padding: 0px;
	margin-top: 25px;
	text-align: center;
}
.info-card .info-card-details .info-card-detail .social a {
	position: relative;
	display: inline-block;
	min-width: 40px;
	padding: 10px 0px;
	margin: 0px 5px;
	overflow: hidden;
	text-align: center;
	background-color: rgb(215, 215, 215);
	border-radius: 40px;
}


/* Schedule Listings */
.event-listing .thumbnail { border-radius: 0 !important; }
.event-listing:first-child { margin-top: 0 !important; }
.event-listing { margin-top: 20px; }
.event-listing .col-md-2 { border-right: 1px dotted #ccc; min-height: 140px; }
.event-listing ul { padding-left: 0 !important; list-style: none;  }
.event-listing ul li { font: 400 normal .85em "Roboto",Arial,Verdana,sans-serif;  line-height: 30px; }
.event-listing ul li i { padding-right: 5px; }
.event-listing .col-md-7 { position: relative; }
.event-listing span.border { display: block; width: 97%; margin: 0 15px; border-bottom: 1px dotted #ccc; }

.event-listing {
	-webkit-box-shadow: 2px 2px 6px 0px rgba(50, 50, 50, 0.38);
	-moz-box-shadow:    2px 2px 6px 0px rgba(50, 50, 50, 0.38);
	box-shadow:         2px 2px 6px 0px rgba(50, 50, 50, 0.38);
	padding: 0px;
	margin: 0px 0px 20px;
}

.event-listing > h3 {
	font-family: 'Lato', sans-serif;
	font-size: 15pt;
	font-weight: 100;
}

.event-listing h3 {
 	margin-top: 0 !important;
	margin-bottom: 10px !important;
}

.event-listing h3 > a, .event-listing i {
	color: #248dc1 !important;
}

.event-listing p {
	font-family: 'Lato', sans-serif;
}

.day {
	display: block;
	font-size: 45pt;
	font-weight: 100;
	line-height: .9;
	padding:0px;
	margin:0px;
	padding-top:5px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color:#fff;
}
.month {
	display: block;
	font-size: 20pt;
	font-weight: 900;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color:#fff;
}
.time {
	display: block;
	font-size: 8pt;
	font-weight: 900;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color:#fff;
}
.year {
	display: block;
	font-size: 8pt;
	font-weight: 900;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color:#fff;
}

.desc {
	font-size: 10pt;
	font-weight: 300;
	margin: 0px;
}

.facebook a,
.twitter a,
.website a,
.google-plus a {
	display: block;
	width: 100%;
	color: rgb(75, 110, 168) !important;
}
.twitter a {
	color: rgb(79, 213, 248) !important;
}
.google-plus a {
	color: rgb(221, 75, 57) !important;
}
.website a {
	color: #663399 !important;
}
.facebook:hover a {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(75, 110, 168) !important;
}
.twitter:hover a {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(79, 213, 248) !important;
}
.website:hover a {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(221, 75, 57) !important;
}

.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.mapBG {
	-webkit-box-shadow: 2px 2px 6px 0px rgba(50, 50, 50, 0.38);
	-moz-box-shadow:    2px 2px 6px 0px rgba(50, 50, 50, 0.38);
	box-shadow:         2px 2px 6px 0px rgba(50, 50, 50, 0.38);
}

/* FAQs */
.faq-cat-content {
    margin-top: 25px;
}
.faq-cat-tabs li a {
    padding: 15px 10px 15px 10px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #5C5C5C;
}
.nav-tabs li a:focus,
.panel-heading a:focus {
    outline: none;
}
.panel-heading {
	display: flex;
}
.panel-heading a {
	display: inline-block;
	width: 100%;
}
.panel-heading a,
.panel-heading a:hover,
.panel-heading a:focus {
    text-decoration: none;
    color: #5C5C5C;
}
.faq-cat-content .panel-heading:hover {
    background-color: #efefef;
}
.active-faq {
    border-left: 5px solid #888888;
}
.panel-faq .panel-heading .panel-title span {
    font-size: 13px;
    font-weight: normal;
}

.sponsorList {
	display:inline-block;
	text-decoration:none;
	margin-right:10px;
}

.socialList {
	display:inline-block;
	text-decoration:none;
	margin-right:10px;
	text-align:center;
}


.navbar-inverse {
	background-color: rgba(0, 0, 0, 0.8);
}

.navbar-toggle {
	background: #D23732;
	margin-top: 24px;
}

/* --------------------------------------------------
RESPONSIVE CSS
-------------------------------------------------- */
/* Large screen desktops and laptops */
@media (min-width: 1200px) {
	.horizAccordion {
		display:none;
	}
}

/* Landscape tablets and medium desktops (iPad mini Landscape & Kindle Fire landscape) */
@media (min-width: 992px) and (max-width: 1199px) {
	.horizAccordion {
		display:none;
	}
}

/* Portrait tablets and small desktops (iPad portrait) */
@media (min-width: 768px) and (max-width: 991px) {
	.vertAccordion {
		display:none;
	}
	.horizAccordion {
		display:block;
	}
}

/* Landscape phones and portrait tablets: (iPhone landscape / Kindle Fire Portrait) */
@media (max-width: 767px) {
	.vertAccordion {
		display:none;
	}
	.horizAccordion {
		display:block;
	}

	.navbar-inverse {
		background-color: rgba(0, 0, 0, 1);
	}

}

/* Portrait phones and smaller devices (iPhone Portrait) */
@media (max-width: 480px) {
	.vertAccordion {
		display:none;
	}
	.horizAccordion {
		display:block;
	}

}

/* -------------------------------------------------- */

#instagram-feed .owl-carousel{
    display:block;
    width:100%;
    position:relative;
    float:left;
    margin: 0;
    padding: 0;
    list-style:none;
    height:auto !important;
}

#instagram-feed li{
	list-style-image:none !important;
    display:block;
    width:100%;
    position:relative;
    float:left;
    padding: 15px 15px 50px 15px;
    background:#fff;

}
#instagram-feed .inner{
	-webkit-transition: 0.56s cubic-bezier(0.52, 0.01, 0.16, 1);
    -moz-transition: 0.56s cubic-bezier(0.52, 0.01, 0.16, 1);
    transition: 0.56s cubic-bezier(0.52, 0.01, 0.16, 1);
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	float:left;
	width:100%;
	height:200px;
	display: block;
	position: relative;
    border: 1px solid #f2f2f2;
}
#instagram-feed .action_panel{
	position:absolute;
	top:100%;
	left:50%;
}
#instagram-feed .owl-theme .owl-controls .owl-buttons div{
	color: #005c84;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 19px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: transparent;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
#instagram-feed .owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
#instagram-feed .owl-carousel .owl-wrapper-outer{
	margin: 0 0 50px 0;
	position: relative;
	background: url('../img/loading.gif') center no-repeat;
}
#instagram-feed .owl-controls{
	box-sizing: border-box;
	float:left;
	margin-top:0;
	width:100%;
	height:auto;
	display:block;
	position: absolute;
	bottom: 10px;
	left:0;
	right:0;
}
#instagram-feed .owl-prev{
	margin: 5px 0 0 8px;
	float:left;
	display:block;
    background-color: #ffffff;
    color:#D23732;
    font-weight: bold;
}
#instagram-feed .owl-next{
	float:right;
	margin: 5px 8px 0 0;
	display:block;
    background-color: #ffffff;
    color:#D23732;
    font-weight: bold;
}

#instagram-feed .owl-prev:hover,
#instagram-feed .owl-next:hover{
    color: #f70700;
}

/* FEED PAGE */
.feedpane{
    display:block;
    width:100%;
    position:relative;
    float:left;
    padding: 0 20px 0 0;
}
.feedpane.instagram{
    display:block;
    width:100%;
    position:relative;
    float:left;
}
.feedpane.instagram a{
    display:block;
    width:100%;
    position:relative;
    float:left;
    background:#fff;
    padding: 25px;
    margin: 0 0 20px 0;
    -webkit-box-shadow: 0 0 8px #d2d2d2;
    -moz-box-shadow: 0 0 8px #d2d2d2;
    box-shadow: 0 0 8px #d2d2d2;
}
.feedpane.instagram a img{
    display:block;
    width:100%;
    position:relative;
    float:left;
}

/* TWITTER */

.tweets{
    max-width:600px;
    width:100%;
    display:block;
    height:auto;
    margin: 30px auto 0 auto;
    padding: 15px;
}
.tweetbox{
    width:100%;
    display:block;
    float:left;
    height:auto;
}
.tweet{
    float:left;
    display:block;
    -webkit-box-shadow: 0 0 8px #d2d2d2;
    -moz-box-shadow: 0 0 8px #d2d2d2;
    box-shadow: 0 0 8px #d2d2d2;
    padding: 25px;
    width:100%;
    font-size: 14px;
    margin: 0 0 20px 0;
    color:#555555;
    position:relative;
    background:#ffffff;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.tweet video,
.tweet img{
    max-width:100%;
    margin: 0 ;
    height:auto;
}
.media{
    margin: 10px 0;
}
.tweet video::-internal-media-controls-download-button {display:none;}
.tweet video::-webkit-media-controls-enclosure {overflow:hidden;}
.tweet video::-webkit-media-controls-panel {width: calc(100% + 30px);}
.tweet a{
    color:#ff0000;
    text-decoration: none;
}
.tweetheader{
    display: block;
    width: 100%;
    position: relative;
    float: left;
    text-align: left;
    padding: 0 0 20px 60px;
    position: relative;
    min-height: 50px;
    margin: 0 0 10px 0;
}
.tweet a.hashtag{
    color:#ff6c00;
}
.tweethandle{
    margin: 7px 0 0 0;
    display:block;
    width:100%;
    position:relative;
    float:left;
}
.tweet .date{
    float:left;
    display:block;
    width:100%;
    margin: 15px 0 0 0;
    font-size:11px;
    color:#999999;
    font-weight:bold;
}
.tweet .avi{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #f2f2f2;
}
.tweet .action_panel{
    float:left;
    width:100%;
    font-size: 14px;
    display:block;
    margin: 8px 0 0 0;
    padding: 8px 0 0 0;
    border-top:1px dashed #d2d2d2;
}
.tweet .action_panel a{
    color:#999999;
    float:left;
    width:auto;
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
    display:block;
}
.tweet .action_panel a:hover{
    color:#ff6c00;
}
.tweet .action_panel a span{
    margin: 0 0 0 7px;
    position: absolute;
}
.cf{clear:both;}

.image{
    width:50%;
    height:250px;
    float:left;
    padding: 3px;
    display:block;
    overflow: hidden;
    position: relative;
    border:3px solid #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.imagesuper{
    width:100%;
}
.retweeted{
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 12px;
    color:#999999;
}


/* FACEBOOK */
.fbPOST{
    margin: 0 0 20px 0;
    display:block;
    width:100%;
    position:relative;
    float:left;
    padding: 25px;
    -webkit-box-shadow: 0 0 8px #d2d2d2;
    -moz-box-shadow: 0 0 8px #d2d2d2;
    box-shadow: 0 0 8px #d2d2d2;
    text-align: left;
}
.fbPOST img.postIMG{
    display:block;
    width:100%;
    position:relative;
    float:left;
}
.fbPOST p{
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.fbPOST.jumbo p{
    font-size:30px;
}
.postHEADER{
    display:block;
    width:100%;
    position:relative;
    float:left;
    text-align: left;
    padding: 0 0 20px 60px;
    position:relative;
    min-height:50px;
}
.postHEADER .avi{
    display:block;
    position:absolute;
    left:0;
    top:0;
    border:1px solid #f2f2f2;
}
.postHEADER .name{
    display:block;
    position:relative;
    float:left;
    width:100%;
    padding: 7px 0 0 0;
}


.socialbutton{
    display:block;
    width:auto;
    position:relative;
    float:left;
    clear:both;
    padding: 6px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 30px 0;
    color:#fff;
    font-size:17px;
    font-weight:bold;
    background: #e76049;
    -webkit-box-shadow: inset 0 1px 3px #e29082;
    -moz-box-shadow: inset 0 1px 3px #e29082;
    box-shadow: inset 0 1px 3px #e29082;
}
.socialbutton:hover{
    cursor:pointer;
    color:#fff;
    background: #c34833;
    text-decoration: none;
}


@media (max-width: 700px) {
    .image{
        width:50%;
        height:120px;
    }

    .tweet .tweet{
        font-size:14px;
    }
    .tweet .avi{
        position: relative;
        top:0;
        right:0;
        display: block;
        margin: 0 0 15px 0;
    }
}



@media (max-width: 991px) {
    .feedpane{
        padding:0;
    }
}
@media (max-width: 767px) {

    h2.soc{
        display:block;
        width:100%;
        position:relative;
        float:left;
    }

    #bottom > div > div > div.col-md-3.col-sm-6{
        display:block;
        width:100%;
        position:relative;
        float:left;
        clear:both;
    }
    #instagram-feed{
        display:block;
        width:100%;
        position:relative;
        float:left;
        margin-bottom: 40px;
    }

	.top-number {
		display: none;
	}


}

.tq-theme #title{
	background-color: #006600;
}
.tq-theme .tq-btn {
    color: #FFFFFF;
    background-color: #d0047f;
    border-color: #d0047f;
}
.tq-theme .sideNav .arrow > li {
	margin-bottom: 5px;
}
.tq-theme .sideNav a {
	color: #d72397;
}
.tq-theme .widget {
	margin-bottom: 25px;
}
.tq-theme .link {
	color: #d0047f;
}

.tq-intro {
	line-height: 1.75em;
}

.tq-nominate {
	border: 2px solid #006600;
	border-radius: 10px;
	padding: 15px;
}
.tq-nominate h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	margin: 0 0 15px 0;
}
.tq-nominate h4 span {
	color: #d0047f;
}
.tq-nominate h4 a:hover span, .tq-nominate h4 a:active span {
	color: #000;
}

.tq-image {
	background: #cce7fd;
	border-radius: 10px;
	margin-bottom: 25px;
	padding: 15px;
}
.tq-image .caption {
	color: #d0047f;
	font-size: 13px;
	font-weight: 700;
	padding-top: 10px;
}

.tq-connect {
	display: flex;
	justify-content: space-around;
}
.tq-connect a {
	color: #d0047f;
}
.tq-connect a:hover,
.tq-connect a:focus {
	color: #006600;
}

.newsMeta {
	margin-bottom: 10px;
}
.news-content .label {
    color: #405673;
    font-size: 13px;
    padding: 0 5px 0 0;
    text-transform: uppercase;
}
.news-content figure {
    margin-bottom: 20px;
}
.news-content h3,
.news-content h3 a {
	color: #05B8D8;
	font-size: 28px;
}

.blog-widget {
	margin-bottom: 25px;
}
.blog-widget .item {
	border: 1px solid #cce7fd;
	border-radius: 10px;
	padding: 15px;
}
.blog-widget .title,
.blog-widget .title a {
	color: #05B8D8;
	font-size: 28px;
	font-weight: bold;
	margin-top: 0px;
}


/* Social Media */
.share {
    margin-top: 30px;
}
.share ul {
    margin: 0;
    padding: 0;
}
.share ul li {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-right: 20px;
    text-transform: uppercase;
}
.share ul li:first-child {
    margin-right: 10px;
}
.share ul li a {
    color: #636363;
    text-decoration: none;
}
.share ul li a:hover {
    color: #3b6cb4;
}
.share ul li i {
    margin-right: 5px;
}

.post-pagination ul {
	margin: auto;
	padding: 0px;
	display: flex;
	justify-content: space-between;
}
.post-pagination ul li {
	list-style-type: none;
}
