﻿@charset "UTF-8";
@import url("http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,100,400italic,700,500,900");
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: top;
}
body {
    font-size: 14px;
    background: #fff;
    font-family: 'Arial', sans-serif;
    color: #000;
    line-height: 1.5em;
}
a {
	outline: none;
}
a:focus {
	text-decoration: none;
	outline: none;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.container-fluid .container {
    width: auto;
}
.container .container {
    width: auto;
}
.button {
	    color: #8e8e8e;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    /* border: 3px solid #8e8e8e; */
    border-radius: 5px;
    margin: 0 auto 11px;
    font-style: normal;
    display: inline-block;
    padding: 13px 20px;
    font-size: 14px;
    line-height: 14px;
    background: #323232;
    background: #f6f6f6;
    color: #2d2e2e;
    border-radius: 20px;
}
.button:hover {
	text-decoration: none;
	//border: 3px solid #78909c;
	color: white;
	background: black;
}
.tesla-carousel-items {
	overflow: hidden;
}
.tesla-carousel-arrows {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.tesla-carousel-arrows li {
	list-style: none;
	position: absolute;
	text-align: center;
	top: 50%;
	cursor: pointer;
	opacity: 1;
}
.tesla-carousel-arrows li img {
	width: 40px;
	opacity: 0.3;
}
.tesla-carousel-arrows li img:hover {
	opacity: 0.7;
}
.tesla-carousel-arrows li.disabled {
	opacity: 0;
	cursor: default;
}
.tesla-carousel-arrows li.prev {
	left: 0;
	margin-left: -50px;
}
.tesla-carousel-arrows li.next {
	right: 0;
	margin-right: -50px;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Roboto,sans-serif;
font-weight: 300;
}
/* Transition */
.widget.widget-categories ul li:before,
.gallery-section .gallery-item .gallery-hover,
.gallery-section .gallery-item .gallery-hover .hover-zoom,
.gallery-section .gallery-item .gallery-hover h2,
.the-slider .slider-dots li,
.the-slider .slide-arrows li,
.the-slider .slide-arrows .slide-right,
.the-slider .slide-arrows .slide-left,
.tesla-carousel-arrows li,
.our-team .team-member:hover h6,
.our-team .team-member:hover h5,
.our-team .team-member:hover p,
.events-section .event-box .event-hover,
.events-section .event-box .event-hover .event-date,
.tesla-carousel-arrows li img,
i,
input,
textarea,
a {
    outline: none;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}

/* header */
header {
	position: relative;
	background:  #330033;
}
.index-v2 header {
	background: url('../images/header-bg-2.png') top center no-repeat;
	background-size: cover;
}
.index-v2 header:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: rgba(0,0,0,0.7);
	z-index: 2; 
}
.index-v2 header .container {
	position: relative;
	z-index: 3;
}
.index-v2 header .inside {
	padding: 50px 0 40px;
}
header .inside {
	padding: 20px 0;
}
header .logo {
	text-align: center;
	margin: auto;
}
.home-counter header .header-bar {
	border-radius: 5px;
}
header .header-bar {
	background: #222424;
	border-radius: 5px 5px 0 0;
	padding: 25px 35px;
	min-height: 71px;
}
header .header-bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header .header-bar ul li a {
	color: #9E9E9E;
	font-size: 15px;
	font-weight: 300;
font-family:Roboto, sans-serif;    
}
header nav ul li.current-page>a,
header .header-bar ul li a:hover {
	color: #fff;
}
header .header-bar .socials {
	float: right;
	padding-top: 2px;
}
header .header-bar .socials li a {
	font-size: 16px;
}
header .header-bar .socials li {
	margin-left: 15px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
header .header-bar .socials li:first-child {
	margin-left: 0;
}
header nav ul li a {
	text-transform: none;
	font-weight: 300;
}
header nav ul li a:hover {
	text-decoration: none;
}
header nav ul li {
	position: relative;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
header nav>ul>li {
	margin-right: 35px;
}
header nav>ul>li:last-child {
	margin-right: 0;
}
header nav ul li ul li ul,
header nav ul li>ul {
	display: none;
	position: absolute;
	background: #323232;
	min-width: 160px;
	z-index: 999;
}
header nav ul li ul li {
	padding: 5px 15px;
	display: block;
}
header nav ul li ul li:first-child {
	margin-top: 25px;
}
header nav ul li ul li:last-child {
	margin-bottom: 10px;
}
header nav ul li ul li:hover ul {
	display: block;
	z-index: 4;
	left: 100%;
	top: 0;
	border-left: 1px dotted #222;
}
header nav ul li ul li:hover ul li:first-child {
	margin-top: 0;
}
header nav ul li:hover>ul {
	display: block;
	z-index: 999;
}
.site-title {
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 1em;
	margin: 0 auto 50px;
	 font-family: 'Roboto',sans-serif;
}
.site-title.black-title {
	color: #191919;
}
.site-title-p {
	margin: -40px auto 50px;
	color: #8a8a8a;
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
}
/* page pagination */
.page-pagination {
	margin: 0 auto 40px;
	display: block;
	text-align: center;
	padding: 0;
}
.page-pagination li {
	display: inline-block;
	list-style: none;
	margin: 0 5px;
	*zoom: 1;
	*display: inline;
}
.page-pagination li .pagination-page {
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	text-align: center;
	display: block;
	line-height: 1.5em;
	padding: 10px 2px 6px;
	background: #fff;
	color: #757575;
	font-weight: 700;
	width: 40px;
	height: 40px;
	text-transform: uppercase;
	font-size: 12px;
}
.page-pagination li .current-page,
.page-pagination li a:hover {
	text-decoration: none;
	background: #fff;
	color: #757575;
	border: 1px solid #757575;
}

/* contact */
#map {
	width: 100%;
	height: 500px;
}
.contact-section {
	padding: 60px 0;
}
.location-form {
	background: #fff;
	border-radius: 15px;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #e0e0e0; 
}
.location-form h3 {
	color: #666;
	margin: 0 auto 20px;
	font-weight: 900;
	font-size: 19px;
	 font-family: 'Roboto',sans-serif;
	line-height: 1.5em;
	text-align: center;
}
.location-form .location-form-img {
	text-align: center;
	overflow: hidden;
	margin: 0 auto 20px;
}
.location-form .location-form-img img {
	    max-width: 191px;
	border-radius: 100%;
}
.location-form .loc-form-socials {
	float: right;
	text-align: right;
	padding: 3px 0 0;
	margin: 0;
}
.location-form .loc-form-socials li {
	display: inline-block;
	margin-left: 10px;
	*zoom: 1;
	*display: inline;
	list-style: none;
}
.location-form .loc-form-socials li a {
	display: block;
	text-align: center;
	background: rgba(0,0,0,0.3);
	color: #fff;
	width: 34px;
	height: 34px;
	padding-top: 7px;
	text-align: center;
	font-size: 20px;
	line-height: 1.5em; 
	border-radius: 100%;
}
.location-form .loc-form-socials li a:hover {
	background: rgba(0,0,0,0.6); 
}
.location-form p.loc-form-details {
	color: #757575;
	font-weight: 400;
	text-align: center;
}
.location-form ul.loc-form-details {
	padding-top: 20px;
	text-align: center;
	border-top: 3px solid #000000;
	margin: 20px 40px 20px;
}
.location-form ul.loc-form-details li {
	list-style: none;
	color: #757575;
	margin-bottom: 4px;
}
.location-form ul.loc-form-details li a {
	color: #757575;
}
.location-form form {
	margin-bottom: 3px;
}
.location-form .loc-form-input {
	border: 1px solid #a1a1a1;
	border-radius: 3px;
	color: #78909c;
	margin: -1px auto 0;
	font-style: italic;
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 10px;
}
.location-form textarea:focus,
.location-form .loc-form-input:focus {
	z-index: 2;
	border: 1px solid #000;
}
.location-form textarea {
	border: 1px solid #a1a1a1;
	border-radius: 3px;
	color: #78909c;
	font-style: italic;
	margin: 20px auto;
	width: 100%;
	padding: 10px;
	resize: none;
	height: 100px;
}
.location-form .loc-form-submit {
	color: #8f8f8f;
	font-size: 14px;
	line-height: 1.5em;
	text-transform: uppercase;
	padding: 8px 25px;
	font-weight: 700;
	background: #fff;
	border: 3px solid #adadad;
	border-radius: 8px;
}
.location-form .loc-form-submit:hover {
	background: #e1e1e1;
}


/* gallery */
.gallery-section {
	padding: 0 140px;
	margin-bottom: 30px;
}
.gallery-section .gallery-item {
	margin-bottom: 30px;
	z-index: 1;
	position: relative;
}
.gallery-section .gallery-item .gallery-hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	overflow: hidden;
	background: rgba(0,0,0,0.7);
	z-index: 2;
}
.gallery-section .gallery-item:hover .gallery-hover {
	opacity: 1;
}
.gallery-section .gallery-item .gallery-hover .hover-zoom {
	position: absolute;
	top: 0;
	right: 0;
	margin: 30px;
	color: #fff;
	margin-right: -200px;
	font-size: 22px;
}
.gallery-section .gallery-item .gallery-hover .hover-zoom:hover {
	text-decoration: none;
	color: #f2522e;
}
.gallery-section .gallery-item .gallery-hover h2 {
	font-size: 14px;
	color: #f1f1f1;
	font-weight: 700;
	line-height: 1.5em;
	position: absolute;
	bottom: 0;
	text-transform: uppercase;
	left: 0;
	margin: 30px;
	margin-bottom: -400px;
}
.gallery-section .gallery-item:hover .gallery-hover .hover-zoom,
.gallery-section .gallery-item:hover .gallery-hover h2 {
	margin-bottom: 30px;
	transition-delay: 0.2s;
	margin-right: 30px;
}
.gallery-more {
	display: block;
	font-size: 18px;
	line-height: 1.5em;
	color: #333;
	text-align: center;
}
.gallery-more:hover {
	text-decoration: none;
}


/* breadcrumbs */
.breadcrumbs-section {
	padding: 25px 0;
}
.breadcrumbs-ul {
	margin: 0;
	padding: 0; 
}
.breadcrumbs-ul li {
	margin-right: 6px;
	display: inline-block;
	font-size: 13px;
	color: #333;
	*zoom: 1;
	*display: inline;
}
.breadcrumbs-ul li a {
	color: #333;
}

/* blog */
.blog-section {
	overflow: hidden;
}
.blog-section .breadcrumbs-ul {
	padding: 20px 0;
}
.main-sidebar {
	background: #f2522e url('../images/bg-blog.png') top left repeat-y;
	    padding: 25px 40px 1px 40px;
	position: relative;
}
/*.main-sidebar:hover {
cursor:pointer;
    background: red url('../images/bg-blog.png') top left repeat-y;
    
}
.main-sidebar:after {
	background:  #f2522e url('../images/bg-blog.png') top left repeat-y;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 30000px;
}*/
.widget {
	margin-bottom: 40px;
}
.widget h3.widget-title {
	 font-family: 'Roboto',sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	line-height: 1.2em;
	margin: 0 auto 25px;
font-weight:300;
}
.widget .search-form {
	position: relative;
}
.widget .search-form .search-line {
	padding: 10px 42px 10px 10px;
	background: #fff;
	width: 100%;
	text-transform: uppercase;
}
.widget .search-form .search-button {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	width: 41px;
	height: 41px;
	z-index: 3;
}
.widget .search-form i {
	position: absolute;
	z-index: 2;
	width: 41px;
	text-align: center;
	top: 0;
	right: 0;
	font-size: 16px;
	padding-top: 7px;
	line-height: 1.5em;
	color: #757575;
	height: 41px;
}
.widget.widget-tags,
.widget.widget-instagram,
.widget.widget-comments {
	background: #efefef;
	margin: 0 -40px 40px;
	padding: 30px 40px;
}
.widget.widget-tags h3.widget-title,
.widget.widget-instagram h3.widget-title,
.widget.widget-comments h3.widget-title {
	color: #616161;
}
.widget.widget-tags ul,
.widget.widget-comments ul {
	margin: 0;
	padding: 0;
}
.widget.widget-tags ul li {
	list-style: none;
	display: inline-block;
	margin: 0 4px 6px 0;
}
.widget.widget-tags ul li a {
	display: block;
	border: 2px solid #d6d6d6;
	padding: 5px 10px;
	color: #616161;
	font-size: 13px;
	line-height: 1.5em;
}
.widget.widget-tags ul li a:hover {
	text-decoration: none;
	background: #fff;
	color: #333;
}
.widget.widget-instagram ul li {
	list-style: none;
	margin-bottom: 2%;
	display: inline-block;
	margin-right: 2%;
	width: 31%;
}
.widget.widget-instagram ul li img {
	height: auto;
}
.widget.widget-comments ul li {
	list-style: none;
	margin: 0 -40px 20px;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 40px 30px 140px;
}
.widget.widget-comments ul li:last-child {
	border-bottom: 0;
	margin: 0 -40px;
}
.widget .widget-news {
	position: relative;
	min-height: 80px;
}
.widget li.widget-news.no-img {
	padding-left: 0;
}
.widget .widget-news img {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	border-radius: 100%;
	margin-left: 40px
}
.widget .widget-news span {
	color: #757575;
	font-size: 13px;
	line-height: 1.5em;
}
.widget .widget-news h3 {
	color: #757575;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.5em;
	font-size: 14px;
	margin: 6px 0 0;
}
.widget .widget-news h3 a {
	color: #757575;
}
.widget .widget-news h3 a:hover {
	text-decoration: none;
	color: #f2522e;
}
.widget.widget-categories ul {
	margin: 0;
	padding: 0;
}
.widget.widget-categories ul li a {
	color: #fff;
	display: block;
	padding: 10px 40px 10px 55px;
}
.widget.widget-categories ul li {
	margin: 0 -40px;
	position: relative;
	list-style: none;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.widget.widget-categories ul li:before {
	content: "•";
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	margin: 11px 0 0 40px;
}
.widget.widget-categories ul li:hover:before {
	color: rgba(0,0,0,0.2);
}
.widget.widget-categories ul li:last-child {
	border-bottom: 0;
}
.widget.widget-categories ul li a:hover {
	text-decoration: none;
	background: rgba(255,255,255,0.1);
}
.widget-banner img {
	border: 8px solid #fff; 
}

/* post */
.blog-post {
	margin-bottom: 40px;
	border-radius: 5px;
	
}
.blog-post .post-header {
	text-align: center;
}
.blog-post .post-header .post-cover {
	margin: -2px -2px 30px;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}
.blog-post .post-header .post-cover .the-slider ul .slide:after {
	display: none;
}
.blog-post .post-header .post-cover iframe {
	width: 100%;
	height: 400px;
}
.blog-post .post-header h6 {
	color: #f2522e;
	font-size: 10px;
	font-weight: 700;
	margin: 0 auto 25px;
	text-align: center;
	text-transform: uppercase;
}
.blog-post .post-header h2 {
	color: #2d2e2e;
	font-size: 36px;
	font-weight: 300;
	text-transform: none;
	line-height: 36px;
	margin: 0 25px;

}

.blog-post .post-header h2 a {
	color: #757575;
}
.blog-post .post-header h2 a:hover {
	text-decoration: none;
	color: #f2522e;
}
.blog-post .post-content {
	padding: 25px 0px;
	text-align:;
	font-size: 16px;
	line-height: 24px;
	color: #666;
font-weight:300;
font-family:Roboto, sans-serif;    
}
.blog-post .post-content p {
	color: #757575;margin-top: 15px;
}

.blog-post .post-content p1 {
	padding: 25px 0px;
	text-align:;
	font-size: 24px;
	line-height: 24px;
	color: #2d2e2e;
Text-transform:uppercase;
font-weight:300;
font-family:Roboto, sans-serif;  
margin-bottom:20px;
}
.blog-post .post-footer {
	padding: 15px 70px;
	border-top: 2px solid #f2f4f4;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
}
.blog-post.blog-post-single .post-footer ul {
	text-align: right;
	margin-right: -50px;
}
.blog-post .post-footer .post-read {
	position: absolute;
	top: 0;
	right: 0;
	margin: 25px;
	color: #999;
	font-size: 11px;
}
.blog-post .post-footer .post-read:hover {
	color: #333;
	text-decoration: none;
}
.blog-post .post-footer .post-date {
	position: absolute;
	top: 0;
	margin: 25px;
	color: #323232;
	font-weight: 900;
	font-size: 11px;
	left: 0;
}
.blog-post .post-footer ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.blog-post .post-footer ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	color: #757575;
	line-height: 1.5em;
	font-size: 12px;
	*zoom: 1;
	*display: inline;
}
.blog-post .post-footer ul li i {
	font-size: 17px;
	line-height: 1.5em;
	display: block;
}
.blog-post.blog-post-quote {
	background: url('../images/quote-bg.png');
	padding: 20px;
	border-radius: 0;
	border: 0;
}
.blog-post.blog-post-quote .post-content {
	background: #fff;
}
.blog-post.blog-post-quote .post-content p {
	line-height: 2.2em;
}
.blog-post.blog-post-quote .post-content .quote-icon {
	text-align: center;
	color: #f2522e;
	font-size: 47px;
	line-height: 1em;
	font-weight: 900;
}
.blog-post.blog-post-quote .post-content .quote-author {
	color: #757575;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	margin: 20px 0 15px;
}
.related-posts {
	background: #f5f5f5;
	padding: 40px 80px;
}
.related-posts .site-title {
	text-align: left;
	margin-bottom: 30px;
	color: #616161;
}
.inner-area-post {
	padding: 40px 80px;
}
.comments-area h4 {
	 font-family: 'Roboto',sans-serif;
	font-size: 26px;
	letter-spacing: 1px;
	color: #616161;
	line-height: 1em;
	text-transform: uppercase;
}
.comment-form {
	margin-bottom: 40px;
}
.comments-area p.under-title {
	font-size: 13px;
	margin-bottom: 30px;
	line-height: 1em;
	color: #616161;
}
.comment-form textarea,
.comment-form input[type="text"] {
	width: 100%;
	border: 1px solid #c8c8c8;
	margin-bottom: 5px;
	padding: 8px;
}
.comment-form textarea {
	resize: none;
	height: 120px;
}
.comment-form textarea:focus,
.comment-form input[type="text"]:focus {
	border: 1px solid #f2522e;
}
.comment-form span {
	display: block;
	padding-top: 10px;
	color: #616161;
	font-size: 11px;
	line-height: 1.5em;
	text-transform: uppercase;
	vertical-align: top;
}
.comment-form input[type="submit"] {
	padding: 10px 50px;
	line-height: 1.5em;
	font-size: 14px;
	margin-top: 10px;
	color: #000;
	background: #fff;
	border: 3px solid rgba(0,0,0,0.1);
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 700;
}
.comment-form input[type="submit"]:hover {
	background: #f2522e;
	color: #fff;
	border: 3px solid rgba(0,0,0,0.2);
}
.comments-area-ul {
	margin: 30px 0 40px;
	padding: 0;
}
.comments-area-ul .comment-li {
	list-style: none;
	padding-left: 90px;
	position: relative;
	margin-bottom: 20px;
	min-height: 60px;
}
.comments-area-ul .comment-li .comment-li-avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
}
.comments-area-ul .comment-li h6 {
	color: #757575;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}
.comments-area-ul .comment-li h6 span {
	font-weight: 400;
	text-transform: none;
	padding-left: 10px;
}
.comments-area-ul .comment-li .comment-reply {
	color: #444;
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: -5px;
}
.comments-area-ul .comment-li p {
	font-size: 13px;
	line-height: 1.5em;
	color: #757575;
}
.comments-area-ul .comment-li .comment-reply:hover {
	text-decoration: none;
	color: #f2522e;
}
.post-page-location {
	position: relative;
	height: 50px;
	margin-top: 60px;
}
.post-page-location li {
	position: absolute;
	list-style: none;
	top: 0;
}
.post-page-location li a {
	display: block;
	width: 50px;
	height: 50px;
	border: 2px solid #999;
	color: #999;
	border-radius: 100%;
}
.post-page-location li a:hover {
	border: 2px solid #000;
	color: #000;
}
.post-page-location li a i {
	font-size: 42px;
	line-height: 1em;
}
.post-page-location li:first-child {
	left: 0;
}
.post-page-location li:first-child a {
	padding-left: 13px;
}
.post-page-location li:last-child {
	right: 0;
}
.post-page-location li:last-child a {
	padding-left: 17px;
}
/* post */

h21:before {
    position: absolute;
    left: 50%;
    top: 89px;
    /* bottom: -107px; */
    width: 30px;
    height: 1px;
    background: #2d2e2e;
    margin-left: -15px;
    content: '';
}
h21
{
color: #2d2e2e;
    font-size: 31px;
    font-weight: 300;
    text-transform: none;
    line-height: 36px;
    margin: 0 25px;    font-family: Roboto,sans-serif;
}

/* news */
.news-section {
	//padding: 60px 0 40px; 
padding: 0px 0 40px; 
	    background: #fff;
}
.news-section .tesla-carousel-arrows li i {
	color: #a9a9a9;
}
.news-section .tesla-carousel-arrows li i:hover {
	color: #777;
}
.news-section .container {
	position: relative;
}
.news-box {
	background: #F6F6F6;;
	margin-bottom: 40px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.news-box .news-img {
	text-align: center;
}
.news-box .news-date {
	position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    margin: 10px;
    width: 78px;
    height: 68px;
    text-align: center;
    color: #010101;
    line-height: 1em;
    padding-top: 25px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 22px;
}
.news-box .news-date span {
	display: block;
	font-size: 11px;
}
.news-box .news-content {
	padding: 20px 30px;
}
.news-box .news-content p {
	color: #757575;
	font-size: 13px;
	line-height: 1.5em;
}
.news-box .news-content .news-title a {
	color: #3b3b3b;
}
.news-box .news-content .news-title a:hover {
	color: #f2522e;
	text-decoration: none;
}
.news-box .news-content .news-title {
	color: #3b3b3b;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.5em;
	margin: 0 auto 15px;
	font-size: 14px;
}
.news-box .news-info {
	padding: 10px 28px 14px;
	color: #757575;
	font-size: 12px;
	font-weight: 700;
}
.news-box .news-info ul {
	margin: 0;
	padding: 0;
}
.news-box .news-info ul li a {
	color: #757575;
	font-weight: 900;
	font-size: 11px;
}
.news-box .news-info ul li a:hover {
	color: #f2522e;
	text-decoration: none;
}
.news-box .news-info ul li {
	list-style: none;
	display: inline-block;
	margin-right: 30px;
	color: #757575;
	vertical-align: top;
	line-height: 1.5em;
	text-transform: uppercase;
	*zoom: 1;
	*display: inline;
}
.news-box .news-info ul li i {
	line-height: 1.2em;
	font-size: 16px;
	display: block;
	text-align: center;
	padding-bottom: 5px;
}
.news-box .news-info ul li:first-child {
	float: right;
	margin-top: 10px;
	margin-right: 0;
}
/* news */



/* slider */
.the-slider {
    position: relative;
    overflow: hidden;
}
.the-slider ul {
    margin: 0;
    padding: 0;
}
.the-slider ul li {
    list-style: none;
}
.the-slider ul .slide:after {
	position: absolute;
	content: "";
	background: rgba(36,36,36,0.65);
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}
.the-slider .slide-text {
    position: absolute;
    z-index: 4;
    margin: 120px auto 0;
    left: 0;
    display: inline-block;
    right: 0;
}
.container .the-slider .slide-text {
	max-width: 60%;
}
.the-slider .slide-text h2 {
    color: #fff;
    line-height: 1.2em;
    font-size: 52px;
    font-weight: 700;
    width: 50%;
    display: block;
    margin: 0 0 30px;
     font-family: 'Roboto',sans-serif;
}
.the-slider .slide-text p {
    font-size: 16px;
    color: #b8b7b7;
    font-weight: 400;
    margin: 0 0 40px;
    width: 50%;
    line-height: 1.8em;
}
.the-slider .slide-text .site-title {
    margin: 0 auto 10px;
}
.the-slider .the-bullets-dots {
    bottom: 0;
    margin: 0 0 15px;
    position: absolute;
    z-index: 5;
    background: rgba(0,0,0,0);
}
.the-slider .the-bullets-dots li {
    margin: 0 6px;
    display: inline-block;
    background: rgba(255,255,255,0.4);
    width: 7px;
    height: 7px;   
    cursor: pointer;
    border-radius: 100%;
}
.the-slider .the-bullets-dots li.active {
    background: rgba(255,255,255,1);
}
.the-slider .slide-arrows {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    right: 0;
    z-index: 6;
    margin: auto;
}
.the-slider .slide-arrows .slide-left {
    width: 90px;
    display: block;
    height: 90px;
    line-height: 1em;
    position: absolute;
    cursor: pointer;
    left: 0;
    color: #fff;
    background: rgba(0,0,0,0.8);
    text-align: center;
    margin-left: 30px;
    opacity: 0.3;
    padding-top: 20px;
}
.the-slider .slide-arrows .slide-right {
    width: 90px;
    display: block;
    height: 90px;
    cursor: pointer;
    right: 0;
    line-height: 1em;
    position: absolute;
    background: rgba(0,0,0,0.8);
    color: #fff;
    text-align: center;
    margin-right: 30px;
    opacity: 0.3;
    padding-top: 20px;
}
.the-slider .slide-arrows .slide-right:hover,
.the-slider .slide-arrows .slide-left:hover {
    opacity: 0.7;
}
/* slider */

/* event counter */
.event-counter {
	padding: 30px 0;
}
.event-counter h2 {
	margin-bottom: 30px;
	color: #5e5d5d;
	font-weight: 400;
	letter-spacing: 3px;
	font-size: 11px;
}
.event-counter h2 a {
	color: #5e5d5d;
}
.event-counter h2 a:hover {
	color: #f2522e;
	text-decoration: none;
}
.event-counter ul {
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.event-counter ul li {
	display: inline-block;
	color: #333;
	line-height: 1em;
	font-size: 18px;
	font-weight: 700;
	vertical-align: top;
	margin: 0 15px 20px;
	*zoom: 1;
	*display: inline;
}
.event-counter ul li.count {
	background: rgba(255,255,255,0.05);
	padding: 15px 15px 5px;
	min-width: 72px;
	font-weight: 400;
	min-height: 65px;
	color: #a1a1a1;
	font-size: 19px;
	line-height: 1em;
}
.event-counter ul li span {
	display: block;
	color: #737272;
	font-size: 10px;
	font-weight: 400;
}
/* event counter */

/* events */
.events-section {
	padding: 0px 0 0; 
}
.events-section .row {
	margin: 0;
}
.events-section .row .col-md-2,
.events-section .row .col-md-3,
.events-section .row .col-md-4,
.events-section .row .col-md-6 {
	padding: 0;
}
.events-section .event-box {
	overflow: hidden;
	position: relative;
}
.events-section .event-box .event-hover {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 300px 30px 20px 120px;
	background: url('../images/event-bg.png') bottom center repeat-x;
}
.events-section .event-box:hover .event-hover .event-date, 
.events-section .event-box:hover .event-hover {
	padding-bottom: 30px;
}
.events-section .event-box:hover .event-hover .event-date, 
.events-section .event-box:hover .event-hover h3 a {
	color: #fff;
}
.events-section .event-box .event-hover .event-date {
	position: absolute;
	color: #b2b2b2;
	width: 120px;
	left: 0;
	bottom: 0;
	padding: 30px 10px 20px 30px;
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 900;
}
.events-section .event-box .event-hover .event-date span {
	display: block;
	font-weight: 400;
}
.events-section .event-box .event-hover h3 {
	color: #b2b2b2;
	font-size: 14px;
	margin: 0;
	letter-spacing: 1px;
	padding: 0;
	line-height: 1.5em;
	text-transform: uppercase;
	font-weight: 700;
}
.events-section .event-box .event-hover h3 a {
	color: #b2b2b2;
}
.events-section .event-box .event-hover h3 a:hover {
	text-decoration: none;
	color: #f2522e;
}
.big-events-section {
	padding: 70px 0 0;
}
.event-big-box {
	margin-bottom: 70px;
	padding-bottom: 70px;
	border-bottom: 1px solid #ebebeb;
}
.event-big-box:last-child {
	border-bottom: 0;
}
.event-big-box h2 {
	text-transform: uppercase;
	margin: 0 0 20px;
	color: #616161;
	line-height: 1em;
	 font-family: 'Roboto',sans-serif;
	font-size: 55px;
}
.event-big-box p {
	color: #757575;
}
.event-big-box iframe {
	width: 100%;
	height: 300px;
}
.event-big-box .event-big-location {
	padding: 20px 0 30px 100px;
	position: relative;
	color: #616161;
	font-style: italic;
}
.event-big-box .event-big-location span {
	position: absolute;
	top: 0;
	background: #f2522e;
	display: block;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 700;
	margin-top: 22px;
	border-radius: 3px;
	letter-spacing: 1px;
	font-style: normal;
	color: #fff;
	left: 0;
}
.event-big-box .event-big-location b {
	text-transform: uppercase;
	display: block;
	font-style: normal;
}
/* events */

/* calendar */
.calendar-section {
	background: #ededed;
	padding: 40px 0 60px;
}
#calendar .ui-datepicker-header {
	display: block;
	position: relative;
	text-align: center;
	font-size: 40px;
	 font-family: 'Roboto',sans-serif;
	margin-bottom: 30px;
	line-height: 1em;
	color: #444;
	height: 50px;
	text-transform: uppercase;
}
#calendar .ui-datepicker-header .ui-datepicker-prev {
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	font-size: 0;
	cursor: pointer;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0px;
}
#calendar .ui-datepicker-header .ui-datepicker-prev:after {
	content: "\f104";
	font-size: 45px;
	color: #777;
}
#calendar .ui-datepicker-header .ui-datepicker-next {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	cursor: pointer;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0px;
}
#calendar .ui-datepicker-header .ui-datepicker-next:after {
	content: "\f105";
	font-size: 45px;
	color: #777;
}
#calendar .ui-datepicker-header .ui-datepicker-prev:hover,
#calendar .ui-datepicker-header .ui-datepicker-next:hover {
	text-decoration: none;
	color: #f2522e;
}
#calendar .ui-datepicker-calendar {
	width: 100%;
	text-align: center;
}
#calendar .ui-datepicker-calendar thead tr th {
	text-align: center;
	color: #888888;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px;
}
#calendar .ui-datepicker-calendar thead tr th.ui-datepicker-week-end {
	color: #f2522e;
}
#calendar .ui-datepicker-calendar tbody tr td {
	background: #fff;
	padding: 20px 10px;
	text-align: center;
	 font-family: 'Roboto',sans-serif;
	text-transform: uppercase;
	color: #616161;
	position: relative;
	font-size: 19px;
	line-height: 1em;
	border: 5px solid #ededed;
}
#calendar .ui-datepicker-calendar tbody tr td a {
	color: #616161;
}
#calendar .ui-datepicker-calendar tbody tr td a:hover {
	text-decoration: none;
	color: #f2522e;
}
#calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day {
	background: #f1f1f1;
	color: #f2522e;
}
#calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a {
	color: #f2522e;
}
#calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day:before {
	content: "*";
	position: absolute;
	color: #f2522e;
	top: 0;
	right: 0;
	margin: 8px;
}
#calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day:after {
	content: " ";
	border: 2px solid #fff;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 2px;
	position: absolute;
}
#calendar .ui-state-disabled:after {
	content: "-";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
/* calendar */

/* our team */
.our-team {
	padding: 60px 0;    margin-top: -100px;
}
.our-team.bg-team {
	background: url('../images/team-bg.png') top center;
	background-size: cover;
}
.our-team .team-member {
	background: #fff;
	border-radius: 20px;
	padding: 20px 30px;
	text-align: center;
	margin: 90px 0 50px;
	border: 1px solid rgba(0,0,0,0.1);
}
.our-team .team-member .member-img {
	margin: -100px auto 30px;
	text-align: center;
}
.our-team .team-member .member-img img {
	border-radius: 100%;
	width: 170px;
	height: auto;
}

.our-team .team-member h5 {
	font-weight: 700;
	text-transform: uppercase;
	color: #666;
	font-size: 14px;
}
.our-team .team-member h6 {
	font-size: 13px;
	color: #777;
	margin: 0 auto 20px;
}
.our-team .team-member p {
	font-size: 13px;
	text-align: left;
	color: #999;
	min-height: 126px;
}
.our-team .team-member:hover h6,
.our-team .team-member:hover h5,
.our-team .team-member:hover p {
	color: #000;
}
.our-team .team-member .socials {
	text-align: center;
	margin: 30px 0 10px;
}
.our-team .team-member .socials li {
	display: inline-block;
	margin: 0 8px;
	*zoom: 1;
	*display: inline;
}
.our-team .team-member .socials li a {
	color: #888;
	font-size: 15px;
}
.our-team .team-member .socials li a:hover {
	color: #000;
}
/* our team */

/* single sermon */
.sermon-section {
	background: url('../images/sermon-bg.png') top center no-repeat;
	background-size: cover;
	padding: 80px 0;
	position: relative;
}
.sermon-section:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(0,0,0,0.5);
	content: ""; 
}
.sermon-section .container {
	position: relative;
	z-index: 3;
}
.sermon-section .sermon-header {
	margin-bottom: 50px;
}
.sermon-section .sermon-header h2 {
	//text-transform: uppercase;
	font-size: 42px;
	color: #fff;
	 font-family: 'Roboto',sans-serif;
	line-height: 0.7em;
font-weight:300;
}
.sermon-section .sermon-header h6 {
	//text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	line-height: 1.5em;
}
.sermon-section iframe {
	width: 100%;
	height: 450px;
}
/* single sermon */

/* sermons */
.sermons-section {
	padding: 80px 0 30px;
}
.sermons-section .container {
	position: relative;
}
.sermon-box {
	margin-bottom: 50px;
}
.sermon-box:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	margin-bottom: 20px;
	background: #ebebeb;
	content: "";
}
.tesla-carousel-items .col-md-3:first-child .sermon-box:after {
	display: none;
}
.sermon-box h5 {
	text-transform: uppercase;
	color: #757575;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5em;
	margin: 0 auto 8px;
}
.sermon-box .sermon-excerp {
	font-size: 14px;
    color: #757575;
    font-weight: 300;
    font-family: Roboto, SANS-SERIF;
}
.sermon-box .sermon-excerp span {
	text-align: left;
//	display: block;
}
.sermon-box h5 a {
	color: #757575;
    font-size: 15px;
    font-weight: 300;
}
.sermon-box h5 a:hover {
	text-decoration: none;
	color: #40AFFD;
}
.sermon-box .sermon-img {
	margin-bottom: 20px;
}
.sermon-box .sermon-img img {
	border: 1px solid #616161;
}
.sermon-box .sermon-icons {
	margin: 0 0 10px 0;
	padding: 0;
}
.sermon-box .sermon-icons li {
	list-style: none;
	display: inline-block;
	margin-right: 8px;
	*zoom: 1;
	*display: inline;
}
.sermon-box .sermon-icons li i {
	width: 40px;
	height: 40px;
	text-align: center;
	border: 2px solid #c8c8c8;
	border-radius: 100%;
	line-height: 1.5em;
	color: #b0b0b0;
	padding-top: 5px;
	font-size: 18px; 
}
/* sermons */


/* error 404 */
.error-section {
	background: url('../images/Khana Kaba.jpg') top center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 50px 0 120px;
}
.error-section:before {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: rgba(242,82,46,0.8);
}
.error-section .container {
	position: relative;
	z-index: 3;
}
.error-section h2 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 52px;
}
.error-section h6 {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 30px;
}
.error-section img {
	margin-bottom: 40px;
}
.error-section a {
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	padding-left: 100px;
	text-align: left;
	font-weight: 700;
	padding-top: 12px;
	position: relative;
}
.error-section a i {
	display: inline-block;
	width: 70px;
	height: 70px;
	position: absolute;
	color: #fff;
	top: 0;
	left: 0;
	border: 2px solid #fff;
	font-size: 40px;
	line-height: 1em;
	text-align: center;
	padding: 13px 4px 0 0;
	border-radius: 100%;
}
.error-section a:hover {
	color: #333;
	text-decoration: none;
}
/* error 404 */



/* donation */
.donation-section {
	     padding: 30px 0; 
    /* position: relative; */
    /* background: url('../images/donation-bg.png') top center no-repeat; */
    background-size: cover;
    background-color: #40AFFD;
    z-index: 1;
}
.donation-section:before {
//	position: absolute;
	//background: rgba(66,66,66,0.7); 
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.donation-section .container {
	position: relative;
	z-index: 3;
}
.donation-section h2 {
	color: #ffffff;
	font-size: 68px;
	font-weight: 400;
	padding-right: 220px;
}
.donation-section p {
	color: #fff;
    font-size: 14px;
    /* padding-right: 220px; */
    line-height: 1.7em;
    padding: 32px 0px 0px 0;
    font-weight: 300;
    font-size: 16px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    /* margin: 0 0 20px; */
    /* padding: 6px 0; */
    text-transform: none;
    font-family: Roboto,sans-serif;
}
.donation-section p.float-right {
	padding: 24px 0 0 0;
}
/* donation */

/* footer v1 */
footer {
	background: #303;
}
footer .footer-bar {
	padding: 35px 0;
}
footer .footer-bar ul {
	padding: 0;
	margin: 0;
	text-align: center;
}
footer .footer-bar ul li {
	list-style: none;
	position: relative;
	padding-left: 60px;
	margin: 0 30px; 
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
footer .footer-bar ul li svg {
	font-size: 45px;
	color: #f2522e;
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	text-align: center;
	line-height: 0.8em;
}
footer .footer-bar ul li a,
footer .footer-bar ul li {
	color: #fff;
    font-size: 12px;
    //text-transform: uppercase;
    font-weight: 300;
    text-align: left;
}
footer .footer-bar ul li a:hover{

	color: #40AFFD;
    text-decoration:none;
}
footer .footer-bar ul li span {
	font-size: 20px;
	    color: #fff;
	line-height: 1em;
	font-weight: 900;
	display: block;
}
footer .inside {
	    background: rgba(255,255,255,0.05);
    border-radius: 5px 5px 0 0;
    padding: 25px 100px 15px;
}
footer .inside  h4 {
	text-transform: uppercase;
	color: #777;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.5em;
	font-weight: 900;
	margin: 0 auto 20px;
}
footer .subscribe-form {
	position: relative;
}
footer .subscribe-form input[type="text"] {
	background: #3a3a3a;
	color: #fff;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 10px;
	border-radius: 5px;
}
footer .subscribe-form input[type="text"]:-ms-input-placeholder {
	color: #8b8b8b;
}
footer .subscribe-form input[type="text"]::-webkit-input-placeholder {
	color: #8b8b8b;
}
footer .subscribe-form input[type="text"]::-moz-placeholder {
	color: #8b8b8b;
}
footer .subscribe-form input[type="text"]:focus {
	color: #fff;
	background: #262626;
}
footer .subscribe-form input[type="submit"] {
	background: #484848;
	color: #8f8f8f;
	width: 100%;
	text-transform: uppercase;
	padding: 7px 10px;
	letter-spacing: 1px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 14px;
	border: 3px solid #484848;
}
footer .subscribe-form input[type="submit"]:hover {
	background: rgba(0,0,0,0);
}
footer .footer-copyright {
	    padding-top: 10px;
    color: #7c7c7c;
    font-size: 11px;
    text-transform: uppercase;
}
footer .footer-copyright p {
	    padding-top: 8px;
    margin: 0;
    color: #fff;
}
footer .footer-copyright a {
	color: white;
}
footer .footer-copyright a:hover {
text-decoration:none;
	color: #40AFFD;
decoration:none
}
footer .footer-copyright .socials {
	margin: 0;
	padding: 0; 
}
footer .footer-copyright .socials li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	*zoom: 1;
	*display: inline;
}
footer .footer-copyright .socials li:last-child {
	margin-right: 0;
}
footer .footer-copyright .socials li a {
	    display: block;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    padding-top: 9px;
    line-height: 1.5em;
    color: #534B53;
    background: #EFEBEB;
}
footer .footer-copyright .socials li a:hover {
	background: #40AFFD;
	color: white;
}
/* footer v1 */

.float-right {
	float: right;
}

/* widgets */
.socials-widget ul {
	margin: 0;
	padding: 0;
}
.socials-widget ul li {
	display: inline-block;
	margin-right: 15px;
	*zoom: 1;
	*display: inline;
}
.socials-widget ul li a {
	display: block;
	font-size: 18px;
	color: #999;
}
.responsive-menu {
	 display: none;
}
@media (max-width: 1200px) {
	.gallery-section {
		padding: 0 30px;
	}
	.the-slider .slide-text h2 {
		 font-size: 40px;
	}
	.the-slider .slide-text br {
		display: none;
	}
	.the-slider .slide-text {
		max-width: 80%;
	}
}
@media (max-width: 992px) {
	.the-slider .slide-text {
		 display: none; /* REMOVE THIS IF YOU WANT TO SHOW SLIDER TEXT ON MOBILE AND TABLET */
	}
    header .main-nav .responsive-menu {
        display: block;
        color: #fff;
        cursor: pointer;
        position: absolute;
        font-size: 20px;
        z-index: 9;
    }
    header .main-nav .responsive-menu:hover i {
        color: #38C2CA;
    }
    header .main-nav .responsive-menu i {
        color: #fff;
        font-size: 20px;
    }
    header .main-nav>ul {
        display: none;
    }
    .our-team .team-member p {
    	min-height: 10px;
    }
    .event-big-box .event-big-image {
    	margin-bottom: 20px;
    }
    .main-nav {
    	position: relative;
    }
    header .header-bar .main-nav ul {
    	position: absolute;
    	top: 0;
    	left: 0;
    	margin-top: 20px;
    	background: #333;
    	padding: 10px 20px;
    	width: 100%;
    	z-index: 10;
  
    	border-radius: 0 0 5px 5px;
    } 
    header .header-bar .main-nav ul>li>ul>li>ul,
    header .header-bar .main-nav ul>li>ul {
    	padding: 0 0 0 20px;
    	margin: 0;
    	display: block;
    	position: relative;
    }
    header .header-bar .main-nav ul>li>ul>li>ul>li:before,
    header .header-bar .main-nav ul>li>ul>li:before {
    	    content: "\f103";
    	    position: absolute;
    	    top: 0;
    	    left: 0;
    	    margin: 3px 0 0 -15px;
    	    color: #737272;
    	    display: inline-block;
		    font: normal normal normal 14px/1 FontAwesome;
		    font-size: inherit;
		    text-rendering: auto;
		    -webkit-font-smoothing: antialiased;
		    -moz-osx-font-smoothing: grayscale;
    }
    header .header-bar ul li {
    	display: block;
    	margin: 0;
    	padding: 0;
    } 
    header nav ul li ul li:first-child {
    	margin-top: 0;
    }
    header nav ul li ul li:last-child {
    	margin-bottom: 0;
    }
    header nav ul li ul li:hover ul {
    	border-left: 0;
    }
}
@media (min-width: 993px) {
    .main-nav>ul {
        display: block !important;
    }
}
@media (max-width:600px) {
	.comments-area-ul .comment-li h6 span {
		display: block;
		padding: 0;
		margin: 10px 0 0 0;
		font-size: 12px;
	}
	.comments-area p.under-title {
		line-height: 1.5em;
	}
	.inner-area-post,
	.related-posts {
		padding: 40px 20px;
	}
	footer .footer-bar ul li {
		display: block;
		margin-bottom: 20px;
	}
	footer .footer-bar ul li:last-child {
		margin-bottom: 0;
	}
    footer .inside {
    	padding: 25px;
    }
    footer .footer-copyright p.float-right {
    	float: none;
    	text-align: center;
    	margin-bottom: 10px;
    }
    footer .footer-copyright .socials {
    	text-align: center;
    }
.the-slider .slide-arrows .slide-right,
    .the-slider .slide-arrows .slide-left {
    	width: 50px;
    	padding-top: 0;
    	height: 50px;
    }
    .tesla-carousel-items>div>div {
    	width: 100%;
    }
    .tesla-carousel-arrows {
    	z-index: 99;
    }
    .tesla-carousel-arrows li.prev {
    	margin-left: 0;
    	background: #fff;
    }
    .donation-section p.float-right {
    	display: block;
    	float: none;
    	padding: 0;
    }
    .donation-section p,
    .donation-section h2 {
    	padding-right: 0;
    }
    .tesla-carousel-arrows li.next {
    	margin-right: 0;
    	background: #fff;
    }
#eng {
    float: right;
    margin-top: -10px;
    color: black;
    position: absolute;
    z-index: 99;
    float: left;
    margin-left: 238px;
}

.sermon-box h5 a{
    float: right;
    margin-top: -15px;
    color: black;
    position: absolute;
    z-index: 99;
    /* float: left; */
    /* margin-left: 302px; */
}

.sermon-box .sermon-excerp{
    /* float: right; */
    margin-top: 8px;
    /* color: black; */
    position: absolute;
    z-index: 99;
    /* float: left; */
    /* margin-left: 302px; */
}}
::-webkit-scrollbar {
    height: 0px;
    width: 09px;
    background:white;
}
::-webkit-scrollbar-thumb {
    background:#4a4b52;

    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0);

}
::-webkit-scrollbar-thumb:hover {
    background-color: #40AFFD;

}


@media only screen and (max-width: 991px) and (min-width: 768px)
.donation-section p {
	color: red;
    font-size: 14px;
    /* padding-right: 220px; */
    line-height: 1.7em;
    padding: 34px 0px 0px 0;
    font-weight: 300;
    font-size: 16px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    /* margin: 0 0 20px; */
    /* padding: 6px 0; */
    text-transform: none;
    font-family: Roboto,sans-serif;
}

#hello
{
color:white;

}
	