/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    Template Name: bLogger
    Template URI: 
    Description: Personal, Comany, blog
    Author: themebuskets
    Author URI: http://themebuskets.com

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    
    CSS INDEX
    ===================


    1. Theme Default CSS (body, link color, section etc)
	
    2. Front Page Css
		i) Header Section
	  
	3. Blog Post Area
		i) Post Section
		
	4. Sidebar Section
	5. Single Page Section
	6. Contact Page Section
	7. Footer Section
	8. Error Page Section
=======================================================================================*/



/*========================*/
/* 01. Theme Default Css */
/*======================*/
html.front-page, .front-page body {
	height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	background:#f5f5f5;
}
a,a:hover,a:focus{
	color:#e74d3d;
	outline:none;
	text-decoration: none;
	display:inline-block;
}
ul{
	padding:0;
	margin:0;
	overflow:hidden;
}
.btn-blogger{
	background:#e74d3d;
	color:#fff;
	padding:10px;
}
.btn-blogger:hover{
	color:#fff;
}
.padding{
	padding:100px 0px;
}
.post-pagination{}
.post-pagination .pager{
	margin-top:60px;
	margin-bottom:0px;
}
.post-pagination .pager li > a, .pager li > span {
    display: inline-block;
	padding: 15px 40px;
	background-color: #e74d3d;
	border: 0px !important;
	border-radius: 0px;
	color:#fff;
	font-size:18px;
}

.navbar-toggle {
  float: left;
  margin-left: 15px;
}

@media (min-width: 0) {
  .navbar-toggle {
    display: block; /* force showing the toggle */
  }
}

@media (min-width: 992px) {
  body {
    padding: 0;
  }
  .navbar {
    right: auto;
    background: none;
    border: none;
  }
}
.navmenu-fixed-right {
    left: auto !important;
}
blockquote {
    margin: 0 0 15px;
    font-size: 14px;
    border-left: 5px solid #e74d3d;
    line-height: 35px;
}
/* =====| Preloader Css |=========*/

#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:9999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../img/preloader.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/*========================*/
/* 02.i > HEADER SECTION */
/*======================*/
.pushy.pushy-right .side-slide-author-info{
	text-align:center;
	position:relative;
	margin-bottom:30px;
}
.pushy.pushy-right .side-slide-author-info:before{
	content:" ";
	position:absolute;
	bottom:0;
	left:50%;
	height:1px;
	background:#333;
	width:70%;
	transform:translate3d(-50%,0,0);
}
.pushy.pushy-right .side-slide-author-info .admin-small-thumb{
	height:100px;
	width:100px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin-top:30px;
}
.pushy.pushy-right .side-slide-author-info .admin-display-name{
	color:#fff;
	margin-top:15px;
	margin-bottom: 5px;
}
.pushy.pushy-right .side-slide-author-info .admin-links{
	display:inline-block;
	margin-bottom:10px;
}
.pushy.pushy-right .side-slide-author-info .admin-links li {
    float: left;
    margin: 7px;
    font-size: 18px;
}
.pushy.pushy-right .side-slide-author-info .admin-links li a{
	padding:0px;
}

.header-section{
	height:100%;
	background-size:cover;
	position:relative;
	padding-top:50px;
}
.header-section .overlay{
	height:100%;
	width:100%;
	top:0;
	left:0;
	position:absolute;
	background-color:#000;
	opacity:.7;
}
.header-section.gradient-bg .overlay{
	height:100%;
	width:100%;
	top:0;
	left:0;
	position:absolute;
	background-image:linear-gradient(to bottom right,#5a2f8f, #467d9f);
	background-image:-moz-linear-gradient(to bottom right,#5a2f8f, #467d9f);
	background-image:-webkit-linear-gradient(to bottom right,#5a2f8f, #467d9f);
	background-image:-o-linear-gradient(to bottom right,#5a2f8f, #467d9f);
	opacity:.7;
}
.header-section .container{
	position:relative;
}
.header-top-area{	
	position:relative;
}
.menu-btn{
	background: #fff;
	border: 1px solid #ddd;
	height: 35px;
	text-align: center;
	width: 35px;
	font-size: 28px;
	line-height: 35px;
	position:fixed;
	top:60px;
	right:50px;
	cursor:pointer;
	z-index:9990;
	-webkit-transition: top 0.6s;
	-moz-transition: top 0.6s;
	transition: top 0.6s;
}
.menu-btn.off-canvas { top: -100px; }

.menu-btn.fixed {
  top:54px;
  z-index: 9990;
}
.header-top-area .logo-area img{
	height:50px;
}
.welcome-text{
	color:#fff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate3d(-50%, -50%, 0px);
	-moz-transform: translate3d(-50%, -50%, 0px);
	-webkit-transform: translate3d(-50%, -50%, 0px);
	z-index: 100;
}
.welcome-text .welcome-header{
	font-size:42px;
	font-weight:600;
}
.welcome-text .welcome-header{
	font-size:56px;
	font-weight:600;
}
.welcome-text .welcome-header .highlight{
	font-family:'Satisfy', 'Open Sans', sans-serif;
	font-size:62px;
	font-weight:300;
}
.welcome-text .welcome-header::first-letter{
	color:#e74d3d;
	font-size:60px;
	font-style:normal;
}
.welcome-text .welcome-header .highlight i{
	font-style:normal;
	color:#e74d3d;
	font-size:60px;
}
.welcome-text .welcome-promo-text {
	font-size:14px;
	font-weight:600;
	line-height:40px;
	margin-top:40px;
}
.welcome-text .btn-blogger {
	padding:15px 40px;
	margin-top:30px;
	font-weight:600;
}

/*=====================*/
/* 03.i> POST SECTION */
/*===================*/

.blog-post-section{padding-top: 50px;}
.all-posts{}
.single-blog-post{
	overflow:hidden;
	background:#fff;
	margin-bottom:50px;
}
.single-blog-post:last-child{
	margin-bottom:0px;
}
.single-blog-post .post-header{
}
.single-blog-post .post-header hr{
	width:100%;
}
.single-blog-post, .single-blog-post.souncloud-post iframe{
	width:100%;
	border:none;
}
.single-blog-post .post-header .post-thumb{
	width:100%;
}
.single-blog-post .post-content{
	padding:15px;
}
.single-blog-post .post-title{
	color:#2c3e50;
	line-height:50px;
	margin-top:10px;
	margin-bottom: 10px;
}
.single-blog-post .post-title a{
	color:#2c3e50;
}
.single-blog-post .post-text{}
.single-blog-post .post-text p:first-child::first-letter{
	color:#e74d3d;
	font-size:48px;
	line-height:30px;
}
.single-blog-post .post-text p:First-child{
	margin-top:10px;
}
.single-blog-post .post-text p{
	color:#898989;
	line-height:35px;
	margin-top:22px;
}
.single-blog-post .post-details{
	margin-top:50px;
	margin-bottom:35px;
	list-style:none;
	overflow:hidden;
}
.single-blog-post .post-details li{
	float:left;
	margin:5px;
	color:#898989;
	font-size:13px;
}
.single-blog-post .post-details li i{
	color:#e74d3d;
	margin-right:3px;
}
.single-blog-post .post-details li  a{}
.single-blog-post .post-details li.author{
	margin-right:20px;
	font-weight: 600;
	font-size:14px;
}
.single-blog-post .post-details li.author:before{
	content:"/ ";
	color:#e74d3d;
}
.single-blog-post .post-details li.author:after{
	content:" /";
	color:#e74d3d;
}

.single-blog-post .post-details li.post-cat{
	font-size:13px;
	margin:5px 10px;
	font-weight:600;
}
.single-blog-post .post-details li.post-cat a{
	color:#898989;
}
.single-blog-post .post-details li.read-more{
	float:right;
	font-weight: 600;
	font-size:14px;
}
.single-blog-post .post-details li.read-more a i{
	margin-left:5px;
}
.single-blog-post .post-header .gallery-post-control{
	position: absolute;
	top: 50%;
	height: 40px;
	width: 40px;
	background: #fff;
	text-align: center;
	line-height: 40px;
	transition:.3s;
	opacity:0;
	transform:translate3d(0px, -50%, 0px);
	-moz-transform:translate3d(0px, -50%, 0px);
	-webkit-transform:translate3d(0px, -50%, 0px);
}
.single-blog-post .post-header:hover .gallery-post-control{
	opacity:1;
}
.single-blog-post .post-header .gallery-post-control:hover{
	color:#fff;
	background:#e74d3d;
}
.single-blog-post .post-header .left.gallery-post-control{
	left:-45px;
}
.single-blog-post .post-header .right.gallery-post-control{
	right:-45px;
}
.single-blog-post .post-header:hover .left.gallery-post-control{
	left:0;
}.single-blog-post .post-header:hover .right.gallery-post-control{
	right:0;
}

.single-blog-post.quote-post .post-header{
	padding:15px 40px;
	padding-top:60px;
	padding-bottom:0px;
}
.single-blog-post.quote-post .post-header .quote-icon{
	font-size:48px;
	color:#e74d3d;
}
.single-blog-post.quote-post .post-header .quote-text{
	font-family:'Satisfy', 'Open Sans', sans-serif;
	color:#111;
	line-height:42px;
}
.single-blog-post.quote-post .post-header .quote-author{
	text-align:right;
	color:#e74d3d;
	font-weight: 600;
	font-size: 16px;
}
.single-blog-post.quote-post .post-header .quote-author:before{
	content:" - "
}
.single-blog-post.quote-post .post-header hr{
	margin-top:40px;
	border-top:1px solid #ddd;
}

/*=====================*/
/* 04.SIDEBAR SECTION */
/*===================*/
.sidebar{
	padding:0px;
}
.sidebar-content{}
.single-sidebar{
	background:#fff;
	overflow:hidden;
	margin-bottom:50px;
}
.single-sidebar .sidebar-inner{
	padding:20px;
}
.single-sidebar .sidebar-inner .sidebar-title{
	color:#333;
	font-weight:400;
	display:inline-block;
	position:relative;
	text-transform: uppercase;
	margin-bottom:35px;
	margin-top:0px;
}
.single-sidebar .sidebar-inner .sidebar-inner-content{
	padding-left:20px;
}
.single-sidebar .sidebar-inner .sidebar-title:before{
	content:"";
	height:1px;
	background:#e74d3d;
	width:100%;
	bottom:-7px;
	left:0;
	position: absolute;
}
.single-sidebar .sidebar-inner .sidebar-title:after{
	content:"";
	height:1px;
	background:#e74d3d;
	width:100%;
	bottom:-10px;
	left:0;
	position: absolute;
}
.single-sidebar.search-box .sidebar-inner{
	padding:50px 20px;
}
.single-sidebar.search-box .search-form{
	overflow:hidden;
}
.single-sidebar.search-box .search-form .search-textbar{
	font-size: 13px;
	font-weight: 600;
	color:#777;
	border-radius: 0px;
	box-shadow: 0px 0px 0px;
	border: 1px solid rgb(221, 221, 221);
	padding: 12px;
	height:38px;
}
.single-sidebar.search-box .search-form .search-btn{
	font-size: 15px;
	background: #e74d3d;
	color: #fff;
	border: 0px none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.single-sidebar.single-sidebar.search-box .search-form .search-btn i{
	color:#fff;
	font-size:18px;
}
.single-sidebar.about-admin{}
.single-sidebar.about-admin .about-admin-header{}
.single-sidebar.about-admin .about-admin-header .admin-cover-photo{
	height:160px;
	background-size:cover;
	background-repeat:no-repeat;
}
.single-sidebar.about-admin .about-admin-header .admin-small-thumb{
	border: 5px solid #fff;
	margin-top: -66px;
	margin-left: 15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:left;
}
.single-sidebar.about-admin .about-admin-header .admin-display-name{
	color:#2c3e50;
	font-weight:600;
	text-align:center;
}
.single-sidebar.about-admin .sidebar-inner{}
.single-sidebar.about-admin .sidebar-inner .admin-bio{
	color:#898989;
	font-size:12px;
	line-height:30px;
	margin-top:15px;
	font-weight:600;
}
.admin-links{
	list-style:none;
}
.admin-links li{
	float:left;
	margin:10px;
	font-size:20px;
}
.admin-links li:first-child{
	margin-left:0px;
}
.admin-links li.fb a{color:#3b5998;}
.admin-links li.twitter a{color:#00aced;}
.admin-links li.gplus a{color:#dd4b39;}
.admin-links li.ghub a{color:#030202;}
.admin-links li.instagram a{color:#007bb6;}
.admin-links li.youtube a{color:#c11111;}
.admin-links li a i{}

.single-sidebar.post-widget{}
.single-sidebar.post-widget .tabbed-widget{}
.single-sidebar.post-widget .tabbed-widget .tabbed-widget-list{
	list-style:none;
	box-shadow: 0px 3px 16px #ddd;
	-moz-box-shadow: 0px 3px 16px #ddd;
	-webkit-box-shadow: 0px 3px 16px #ddd;
}
.single-sidebar.post-widget .tabbed-widget .tabbed-widget-list li{
	float:left;
	width:33.33%;
	text-align:center;
	font-size:14px;
	font-weight:600;
	height:50px;
	line-height:50px;
}
.single-sidebar.post-widget .tabbed-widget .tabbed-widget-list li a{
	color:#2c3e50;
}
.single-sidebar.post-widget .tabbed-widget .tabbed-widget-list li.active {
	background:#e74d3d;
}
.single-sidebar.post-widget .tabbed-widget .tabbed-widget-list li.active a{
	color:#fff;
}
.single-sidebar.post-widget .tabbed-widget .tab-content{
	padding:20px;
}
.single-sidebar.post-widget .tabbed-widget .tab-content .highlight-single-post{
	overflow:hidden;
	margin-bottom:30px;
}
.single-sidebar.post-widget .tabbed-widget .tab-content .highlight-single-post:last-child{
	margin-bottom:10px;
}
.single-sidebar.post-widget .tabbed-widget .tab-content .highlight-single-post:first-child{
	margin-top:10px;
}
.single-sidebar.post-widget .tabbed-widget .tab-content .highlight-single-post .post-thumb{
	height:65px;
	width:65px;
	overflow:hidden;
	float:left;
	margin-right:6px;
	margin-top:5px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.single-sidebar.post-widget .tabbed-widget .tab-content .highlight-single-post .post-thumb img{
	height:100%;
	width:100%;
}
.single-sidebar.post-widget .tabbed-widget .tab-content .highlight-single-post .post-data{
	overflow:hidden;
	padding: 0px 7px;
}
.single-sidebar.post-widget .tabbed-widget .tab-content .highlight-single-post .post-data .title{
	color:#555555;
	margin-bottom:0px;
	height: 50px;
	overflow: hidden;
	font-size: 13px;
	font-weight: 600;
	line-height: 22px;
}
.single-sidebar.post-widget .tabbed-widget .tab-content .highlight-single-post .post-data .date{
	color:#898989;
	font-size:13px;
	margin-bottom:0px;
}
.single-sidebar .category-list{}
.single-sidebar .category-list li{
	position:relative;
	margin: 15px 0px;
	padding-right: 27px;
	font-size: 13px;
	font-weight: 600;
}
.single-sidebar .category-list li:first-child{
	margin-top:0px;
}
.single-sidebar .category-list li:last-child{
	margin-bottom:0px;
}
.single-sidebar .category-list li .inner{
	-webkit-margin-before:-20px;
}
.single-sidebar .category-list li .category-name{
	position:relative;
	float:left;
	padding-right:10px;
}
.single-sidebar .category-list li .category-name a{
	color:#898989;
}
.single-sidebar .category-list li .separator{
	position: relative;
	content: " ";
	height:20px;
	width: 2000px;
	border-bottom: 2px dotted #e74d3d;;
	display: table-cell;
}
.single-sidebar .category-list li .post-count{
	position:absolute;
	top:0;
	right:0;
	background: #fff;
	padding-left: 7px;
	color:#898989;
}
.single-sidebar .category-list li:before, .single-sidebar .category-list li:after{
	display:table;
	content:" ";
}
.single-sidebar .category-list li:after{
	clear:both;
}
.single-sidebar .tags-list{
	list-style:none;
	overflow:hidden;
}
.single-sidebar .tags-list li{
	float:left;
	border:1px solid #ddd;
	margin:5px;
	padding:5px 6px;
	transition:.3s;
}
.single-sidebar .tags-list li a{
	color: #777;
	font-size: 12px;
	font-weight: 600;
	transition:.3s;
}
.single-sidebar .tags-list li:hover{
	border:1px solid #222;
}
.single-sidebar .tags-list li:hover a{
	color:#e74d3d;
}
/*==========================*/
/* 05. SINGLE-PAGE SECTION */
/*========================*/
.single-page-header-section{
	position:relative;
	background-attachment: fixed;
	background-size: cover;
}
.single-page-header-section .page-feature-image{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-size:cover;
	background-position:center center;
}
.single-page-header-section .overlay{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:rgba(0,0,0,.8);
}
.single-page-header-section .page-header-info {
	padding:100px 0px;
	position:Relative;
	color:#fff;
}
.single-page-header-section .page-header-info .page-title{
	font-size: 42px;
	font-weight: 600;
}
.single-page-header-section .page-header-info .page-title .color{
	color:#e74d3d;
	font-style:normal;
}
.single-page-header-section .page-header-info .page-title .highlight {
    font-family: 'Satisfy', 'Open Sans', sans-serif;
    font-size: 48px;
    font-weight: 300;
}
.single-page-header-section .page-header-info .page-title:first-letter {
	font-style: normal;
    color: #e74d3d;
    font-size: 60px;
}
.single-page-header-section .page-header-info .page-title .highlight i {
    font-style: normal;
    color: #e74d3d;
    font-size: 60px;
}
.single-page-header-section .page-header-info .page-sub-text{}
.about-post-author{
	padding:40px 30px;
}
.post-author-thumb{
	height:130px;
	width:130px;
	overflow:hidden;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	float:left;
	margin-right:40px;
}
.post-author-thumb img{
	width:100%;
	height:100%;
}
.post-author-info{
	overflow:hidden;
}
.post-author-info .title{
	color:#e74d3d;
	margin:0px;
}
.post-author-info .bio{
	color:#898989;
	line-height:30px;
	margin-top:30px;
}
.post-author-info .admin-links{
	margin-top:-15px;
}

.comment-section{
	padding-top:50px;
}
.comment-section .sec-title{
	color:#898989;
	font-weight:700;
}
#comments { display: block; }

#comments .cmmnt, ul .cmmnt, ul ul .cmmnt { display: block; position: relative; padding-left: 65px;}

#comments>.cmmnt{
	margin-top:50px;
	padding-left:0px;
}
#comments .cmmnt .avatar { 
	height:100px;
	width:100px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	float:left;
	margin-right:20px;
}
#comments .cmmnt .avatar img { 
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%; 
  height:100%;
  width:100%;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

#comments .cmmnt .avatar a:hover img { }



#comments .cmmnt .cmmnt-content .comment-data{
	overflow:hidden;
} 
#comments .cmmnt .cmmnt-content { 
	padding: 40px;
	margin-bottom: 35px;
	background:#fff;
	margin-left: 15px;
	position:relative
}
#comments .cmmnt .cmmnt-content:before {

}
#comments .cmmnt a {
	color:#333;
}
#comments .cmmnt a h5{
	font-weight:600;
	font-size:16px;
}
#comments .cmmnt p{
	font-weight:400;
	font-size:13px;
	margin-top:5px;
	color:#898989;
	line-height: 30px;
}

#comments .cmmnt .replies { margin-bottom: 7px; }
#comments .cmmnt .comment-info{
	list-style:none;
	overflow:hidden;
}
#comments .cmmnt .comment-info li{
	float:left;
	margin-top:5px;
	margin-left:2px;
}
#comments .cmmnt .comment-info li a{
	font-size:16px;
	color:#e74d3d;
}
#comments .cmmnt .comment-info li a{
	font-size:14px;
	color:#e74d3d;
	font-weight:600;
}
#comments .cmmnt .comment-info li a:before{
	content:"- ";
}
#comments .cmmnt .comment-info li a:after{
	content:" -";
}
#comments .cmmnt .comment-info li:last-child{
	float:left;
	margin-top:5px;
	margin-left:25px;
}
#comments .cmmnt .comment-info li:first-child{
	margin-left:3px;
}


.comment-form {
	padding:30px;
	background:#fff;
	margin-top: 40px;
	float: left;
	width: 100%;
}
.comment-form .form-header{
	margin-bottom: 50px;
}
.comment-form .form-header .form-title{
	color:#898989;
	font-weight:700;
}
.comment-form .form-header .form-subtext{
	display: inline-block;
	border-bottom: 1px dashed #ddd;
	line-height: 40px;
	font-size: 13px;
	color: #898989;
}
.comment-form .ct-form .form-group{
	margin-bottom:30px;
}
.comment-form .ct-form .form-group .form-control {
    border: 0px;
    box-shadow: 0px 0px 0px;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-family: Ionicons, "Open Sans", sans-serif;
    padding-left: 0px;
    transition: .4s;
	background: transparent;
	font-weight:300;
	font-size: 13px;
}
.comment-form .ct-form .form-group .form-control:focus, .comment-form .ct-form .form-group .form-control:active {
    padding-left: 10px;
    border-color: #333;
}
.comment-form .ct-form .form-group textarea {
    background:#fff!important;
	resize:none;
	padding:20px;
	height:130px;
}
.comment-form .ct-form .form-group textarea:focus, .comment-form .ct-form .form-group textarea:active {
	border-bottom:1px solid #111!important;
}
.comment-form  .comment-btn{
	background: transparent;
	padding: 5px 7px;
	color: #e74d3d;
	font-weight: 600;
	display: inline-block;
	border-radius: 0px;
	margin-left: 15px;
	margin-top: 20px;
}
.comment-form  .comment-btn i{
	margin-left: 5px;
	transition: .4s;
}
.comment-form  .comment-btn:hover i{
	margin-left:50px;
}


/*===========================*/
/* 06. Contact-PAGE SECTION */
/*=========================*/
.contact-page-section{
	overflow:hidden;
}
.map-area{
	position:relative;
	margin-bottom: 100px;
}
.map-area .contact-detail{
	padding:20px;
	display:inline-block;
	background:rgba(255,255,255,1);
	width: 100%;
}
.map-area .contact-detail ul{
	list-style:none;
}
.map-area .contact-detail ul li{
	font-size:14px;
	line-height:32px;
	color:#111;
}
.map-area .contact-detail ul li i{
	color:#e74d3d;
	margin-right:15px;
}
#map{
	height:100%;
	width:100%;
	background:#e74d3d;
}
.contact-form .ct-form .form-group{
	margin-bottom:30px;
}
.contact-form .ct-form .form-group .form-control {
    border: 0px;
    box-shadow: 0px 0px 0px;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-family: Ionicons, "Open Sans", sans-serif;
    padding-left: 0px;
    transition: .4s;
    background: transparent;
    font-weight:300;
    font-size: 14px;
    background: none !important;
}
.contact-form .ct-form .form-group .form-control:focus, .contact-form .ct-form .form-group .form-control:active {
    padding-left: 10px;
    border-color: #333;
}
.contact-form .ct-form .form-group textarea {
    background:#fff!important;
	resize:none;
	padding:20px;
	height:130px;
}
.contact-form .ct-form .form-group textarea:focus, .contact-form .ct-form .form-group textarea:active {
	border-bottom:1px solid #111!important;
}
.contact-form  .ct-form .post-btn{
	background: transparent;
	padding: 5px 7px;
	color: #e74d3d;
	font-weight: 600;
	display: inline-block;
	border-radius: 0px;
	margin-top: 20px;
}
.contact-form  .ct-form  .post-btn i{
	margin-left: 5px;
	transition: .4s;
}
.contact-form  .ct-form  .post-btn:hover i{
	margin-left:50px;
}
.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
/*=========================*/
/* 08. ERROR PAGE SECTION */
/*=======================*/
.error-section{}
.error-content{}
.error-content h1{
	font-size:72px;
	color:#e74d3d;
	margin-bottom:30px;
}
.error-content p{
	line-height:30px;
	color:#898989;
}
.frm-search{
	margin-top:30px;
}
.frm-search input[type="text"] {
	background:#fff;
	border:1px solid #ddd;
	height:40px;
	padding:10px;
}
.frm-search input[type="submit"] {
	background:#e74d3d;
	height:40px;
	color:#fff;
	border: 0px;
	margin-top: -4px;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
.{}
.{}
.{}
.{}

/*=====================*/
/* 07. Footer SECTION */
/*===================*/
.footer .footer-top-area{
	background:#262626;
	padding-top:40px;
	padding-bottom:50px;
}
.social-link{
	list-style:none;
	display:inline-block;
}
.social-link li{
	height:40px;
	width:40px;
	float:left;
	text-align:center;
	line-height:40px;
	font-size:22px;
	margin:2px;
}
.social-link li a{
	color:#fff;
}
.social-link li.fb {background:#3b5998;}
.social-link li.twitter {background:#00aced;}
.social-link li.gplus {background:#dd4b39;}
.social-link li.ghub {background:#030202;}
.social-link li.instagram {background:#007bb6;}
.social-link li.dribbble {background:#ea4c89;}
.social-link li.youtube {background:#cb2027;}
.footer-bottom-area{
	padding-top:50px;
	padding-bottom:40px;
	background:#222222;
	color:#fff;
	font-weight:400;
}
.footer-bottom-area p{
	margin:0px;
}
.hiddentitleheader{
	position:absolute;
	opacity:0;
}
.imgslider{
	height: 100%;
    background-size: cover;
    position: relative;
    padding-top: 50px;
}
.imgslider:before{
	content:"";
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000;
    opacity: .7;
}
.headersection {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10;
	height: auto;
}
.banneradds .item{
	margin-bottom: 20px;
}
.banneradds .item img{
	width:100%;
	transition: all 0.5s ease-out;
}
.banneradds .item:hover img{
	transform: rotate(360deg);
}
#owl-sliderh.owl-carousel {
	position: relative;
	height: 100%;
}
#owl-sliderh .owl-pagination {
	position: absolute;
	right: 80px;
	bottom: 50px;
	z-index:100;
}	
#owl-sliderh .owl-buttons .owl-prev{
	left: auto;
	right: 0;
	margin-top: 65px;
	position: absolute;
	display: block;
}
#owl-sliderh .owl-controls .owl-page span{
	box-shadow: 0 0 0 4px rgba(0,0,0,.2);
	border-radius: 3px;
	background: #fff;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	padding: 1px;
	opacity: 1;
}
#owl-sliderh .owl-controls .owl-page.active span{
	box-shadow: 0 0 0 4px #e74d3d;
	background-color: rgba(0,0,0,0);
}
#owl-sliderh .owl-buttons div{
	top: 40%;
	bottom: 0;
	font-size: 20px;
	display: inline-block;
	background-color: #e74d3d;
	width: 40px;
	height: 65px;
	line-height: 75px;
	z-index: 0;
	border-bottom: 1px solid rgba(0,0,0,.05);
	box-shadow: -2px 0 5px rgba(0,0,0,.05),inset 1px 0 0 rgba(255,255,255,.1);
	border-radius: 0;
	font-weight: normal;
	padding-top: 25px;
	opacity: 1;
	color: rgb(56, 47, 47);
	border:0;
	z-index:100;
} 
#owl-sliderh .owl-buttons div:hover{
	opacity:0.9;
}
#owl-sliderh .owl-buttons .owl-next {
	right: 0;
	position: absolute;
}
#owl-sliderh .imgslider{
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
.language{
	display: inline-block;
}
.language a{
	opacity:0.8;
}
.toplink{
	border-bottom:1px solid #333;
}
.toplink li{
	display:inline-block
}
.toplink li a{
	padding: 10px;
}
.slogan{margin-bottom: 20px;}
.slogan h4{
	
}
.slogan small{color: #e74d3d;font-weight: bold;font-style: italic;}
.haschild ul{
	display:none;
}
.haschild>a.activemenu::after{
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}
.pushy::-webkit-scrollbar{
	width: 6px;
	background-color: #F5F5F5;
}
.pushy::-webkit-scrollbar-thumb{
	background-color: #e74d3d;
}
#lang-current,.language a:hover{
	pointer-events:none;
	opacity:1;
}
.banneradds{
	padding-top: 40px;
}
.banneradds .bg-white{
	background:#fff;
	padding: 20px;
	float: left;
	width: 100%;
}
.adsbanner img{
	width:100%;
	transition: all 0.5s ease-out;
}
.adsbanner:hover img{
	transform:rotateY(360deg);
}
.adsbanner a{
	display:block;
}
.testimonials {
	width: 100%;
	display: block;
	float: left;
	background: #fff;
	border: 1px solid #eee;
	padding: 15px;
	margin-bottom: 30px;
}
.testimonials blockquote {
	position: relative;
	background: 0 0;
	font-style: normal
}

.testimonials blockquote p {
	font-style: normal
}
.testimonials img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px
}
.author_name p {
	font-size: 13px;
	text-transform: uppercase;
	color: #e74d3d;
	font-weight: bold;
	text-align: center;
}
.question {
	background: #f8f8f8;
	padding: 5px 15px;
	border: 1px solid #eee;
	margin-bottom: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px
}
.question span {
	margin-right: 15px
}
.quote_image{
	height: 85px;
	overflow: hidden;
	width: 85px;
	margin: 0 auto;
	border-radius: 1000px;
	border: 3px solid rgba(255, 255, 255, 0.61);
}
.quote_image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 0;
}
.testimonials blockquote{
	padding-right: 0;
}
.testimonials blockquote p{
	font-size:13px;
	line-height:22px;
}
#owl-testimonial .owl-controls .owl-buttons div{
	opacity: 1;
	background: #e74d3d;
	width: 20px;
	height: 20px;
	line-height: 20px;
	padding-top: 5px;
	position: initial;
	font-size: 10px;
	border-radius: 1000px;
	border: 0;
	color: #fff;
	margin-top: -30px;
}
.footer-top{
	padding: 30px 0px;
}
.head_title{
	text-align:center;
	margin-bottom: 20px;
}
.head_title span.welcome {
	display: inline-block;
	position: relative;
	font-size: 18px;
	color: #262626;
	font-family: 'Satisfy', 'Open Sans', sans-serif;
	font-weight: bold;
}
.head_title .dark span.welcome {
	color: #fff
}
.head_title span.welcome:after, .head_title span.welcome:before {
	content: "";
	position: absolute;
	height: 15px;
	border-bottom: 2px solid #e74d3d;
	top: 0;
	width: 50px
}
.head_title span.welcome:before {
	right: 100%;
	margin-right: 15px
}
.head_title span.welcome:after {
	left: 100%;
	margin-left: 15px
}
.our_location p{font-size: 13px;font-weight: 400;margin: 0;color: #bfbbbb;margin-bottom: 12px;text-transform: uppercase;font-weight: bold;}
.our_location p span{
	color: #fff;
	text-transform: none;
	font-weight: normal;
}
.menu-footer{
	margin-bottom:0;
}
.menu-footer li{
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(221, 221, 221, 0.23);
	padding-bottom: 10px;
}
.menu-footer li:before{
	content:"";
	background: #e74d3d;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 10px;
}
.menu-footer li a{
	font-size: 13px;
	text-transform: uppercase;
	color:#fff;
	transition:all 0.5s ease-out;
}
.menu-footer li:hover a{
	padding-left:5px;
}
.section-footer h4{
	margin-top: 0;
	margin-bottom: 40px;
	color: #fff;
	font-family:'Satisfy', 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight:300;
}
.section-footer h4:first-letter{
	color:#e74d3d;
	font-size:26px;
	font-weight:bold;
}
.formsubscribe form{
	margin-bottom:0;
}
.formsubscribe input{height: 45px;width: 100%;padding: 0px 10px;margin-bottom: 10px;background: #000;border: 1px solid rgba(221, 221, 221, 0.23);}
.formsubscribe button{
	background: #e74d3d;
	color: #fff;
}
.formsubscribe button:hover{
	color:#fff;
	background: #cc4335;
}
.section-footer>div{
	margin-bottom: 30px;
}
button.closecustom{
	background: #e74d3d;
    color: #fff;
    position: absolute;
    top: -15px;
    right: -15px;
    opacity: 1;
    text-shadow: none;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 100px;
}
button.closecustom:hover{
	opacity:1;
	background:#fff;
	color:#e74d3d;
}
.modal-content a{
	display:initial;
}
.relatedtitle{
	margin-bottom:30px;
	border-bottom:3px double #e74d3d;
	display:inline-block;
	padding-bottom:10px;
	text-transform: uppercase;
	font-size: 18px;
}
.related_posts{background:#fff;padding:10px;}
.related_posts .related_post_meta i{margin-right: 5px;color: #e74d3d;font-size: 12px;}
.related_posts .related_post_meta{font-size: 11px;}
.related_posts .related_post_text .related_post_title h5{margin: 0;}
.related_posts .related_post_text .related_post_title{margin-bottom: 5px;}
.related_posts .related_post_image{height: 150px;overflow: hidden;margin-bottom: 20px;position: relative;}
.related_posts .related_post_image:before{content:"";position: absolute;left: -100%;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);transition:all 0.5s ease-out}
.related_posts:hover .related_post_image:before{left:0;}
.related_posts .related_post_image img{width: 100%;height: 100%;object-fit: cover;}
.related_posts .related_post_image a{display: block;}
.nocomment h3{
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
.galleryfilter{background:#fff;}
.gallerylist{position: relative;overflow:hidden;background: #fff;padding: 10px;margin-bottom: 30px;}
.gallerylist a{display: block;position: relative;overflow: hidden;}
.gallerylist a:before{
	content:"";
	position: absolute;
	z-index: 10;
	background: rgba(0,0,0,.7);
	-webkit-transition: all .5s;
	transition: all .5s;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
}
.gallerylist:hover a:before{
	bottom:0;
}
.gallerylist i{
	position:absolute;
	top:-100%;
	left: 45%;
	transition:all 0.5s ease-out;
	z-index: 10;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 30px;
	color: #fff;
}
.gallerylist i:hover{
	background:#fff;
	color: #000;
}
.gallerylist:hover i{
	top: 45%;
}
.account_box{
    margin-top: 50px;
    margin-bottom: 100px;
}
.account_box form{
	margin:0;
}
.account_box .account_header{
	text-transform: uppercase;
	position: relative;
	background: #e74d3d;
	text-align: center;
	padding: 10px 20px;
}
.account_box .account_header h2{
	margin:0;
	padding:0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border: 0;
}
.account_box .account_header h2:first-letter{
	font-family: 'Satisfy', 'Open Sans', sans-serif;
    font-size: 35px;
    font-weight: 300;
    color:#000;
}
.account_box .account_body{
	padding: 45px;
	background: #fff;
	padding-top: 45px;
	color: #fff;
}
.account_box .account_body .form-signin{
	padding: 0px 45px;
}
.account_box .account_body label{
	padding-top: 10px;
	display: block;
	font-weight: normal;
	color: #000;
	font-weight: bold;
}
.account_box .account_body label .required{
	color: #F15C22;
	font-style: normal;
}
.account_box .account_body input,.account_box .account_body select,.account_box .account_body textarea{
	width: 100%;
	border: 2px solid #e74d3d;
	color: #000;
	height: 40px;
	padding: 0px 10px;
}
.account_box .account_body textarea{
	height:70px;
	padding: 10px;
}
.account_box .account_footer{
	padding: 20px;
	background: #ffffff;
	color: #fff;
	font-size: 13px;
	border-top: 2px solid #e74d3d;
}
.account_box .account_footer a{
	color: #000;
}
.account_box .account_footer a:hover{
	color: #e74d3d;
}
.account_box .account_footer p a{
	color: #e74d3d;
}
.account_box .account_footer p a:hover{
	color:#000;
}
.account_box .account_footer button{
	display: inline-block;
	font-size: 17px;
	line-height: 40px;
	color: #fff;
	background: #e74d3d;
	border: 0;
	padding: 0 30px;
	position: relative;
	border-radius: 0;
}

.account_box .account_footer button:hover,.account_box .account_footer button:focus{
	background:#f8f8f8;
	outline:0;
	color:#3a3939;
}
.account_box .account_footer p{
	margin-bottom: 0;
	display: block;
	margin-top: 10px;
	text-align: left;
	font-size: 20px;
	font-family: 'Satisfy', 'Open Sans', sans-serif;
	padding-left: 20px;
}
.account_box .account_border{
	padding: 12px 20px;
	background: #3a3939;
	border-radius: 0px 0px 10px 10px;
	min-height: 40px;
}
.account_box .recaptcha_theme_red #recaptcha_response_field{
	background:#fff;
	color:#000;
}
.videosidebar{
    position: relative;
	margin-bottom:30px;
}
.videosidebar a.popup-video{
    position: relative;
    display: block;
	background: #000;
}
.videosidebar a.popup-video img{
    border-radius: 0px;
	width: 100%;
	opacity: 1;
	transition: all 0.4s;
}
.videosidebar:hover a.popup-video img{
	opacity: 0.6;
}
.videosidebar a.popup-video > div.fa{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 35px;
    line-height: 50px;
    transform: rotateY(90deg);
    transition: all 0.4s;
    color: #fff;
    padding: 0px;
    border: 0px;
    background-color: transparent;
}
.videosidebar:hover a.popup-video > div.fa{
    transform: rotateY(0deg);
}
.videosidebar .videotitle{
	display: block;
	background: #fff;
	color: #e74d3d;
	padding: 0px 10px;
	font-size: 16px;
	line-height: 45px;
	font-family: "Courgette";
	text-align: center;
	border-left: 7px solid #e74d3d;
	border-right: 7px solid #e74d3d;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
}
.nopadding{
	padding:0 !important;
}
.videocontent iframe{
	width:100%;
}
.eventsidebar .esidet img{
	width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0px;
}
.eventsidebar .esidet{
	position:relative;
}
.eventsidebar .esidet .contentesidet{
	padding: 10px;
	background: rgba(245, 245, 245, 0.82);
	position: absolute;
	bottom: 15px;
	left: 10px;
	right: 10px;
}
.eventsidebar .esidet .contentesidet h3{
    font-size: 20px;
    padding-right: 50px;
    margin-bottom: 15px;
    margin-top: 0;
}
.eventsidebar .esidet .contentesidet .day{
    position: absolute;
    right: 10px;
    top: 8px;
    width: 35px;
    text-align: center;
    border-radius: 10px;
}
.eventsidebar .esidet .contentesidet .day:before{
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    top: 20px;
    left: 0;
}
.eventsidebar .esidet .contentesidet .day .dt{
	font-size: 13px;
    display: block;
    font-weight: 600;
    color: #000;
    margin-bottom: 2px;
    font-family: "Fjalla One";
}
.eventsidebar .esidet .contentesidet .day .mt{
    font-size: 16px;
    display: block;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-top: 5px;
    font-family: "Fjalla One";
}
.eventsidebar .esidet .contentesidet .published-time{
    font-size: 15px;
    display: inline-block;
    font-family: "Fjalla One";
    color: #000;
    margin-right: 8px;
}
.eventsidebar .esidet .contentesidet .published-time i{
    font-size: 15px;
    color: #e74d3d;
    float: left;
    margin-right: 5px;
}
.eventsidebar .esidet .contentesidet .published-place{
    font-size: 15px;
    display: inline-block;
    font-family: "Fjalla One";
    color: #000;
}
.eventsidebar .esidet .contentesidet .published-place i{
	font-size: 15px;
	color: #e74d3d;
	float: left;
	margin-right: 5px;
}
.tabsevent .nav-tabs{
	border:0;
	width: 100%;
}
.tabsevent > ul.nav-tabs li{
	width: 50%;
	margin: 0;
}
.tabsevent > ul.nav-tabs li a{
    margin: 0;
    border-radius: 0px;
    font-size: 18px;
    text-align: center;
    background: #fff;
    color: #e74d3d;
    border: 0;
    margin: 0;
    font-family: 'Satisfy', 'Open Sans', sans-serif;
}
.tabsevent .nav-tabs > li.active > a, 
.tabsevent .nav-tabs > li.active > a:hover, 
.tabsevent .nav-tabs > li.active > a:focus{border: 0;background: #e74d3d;color: #fff;}
.tabsevent .tab-content{
	margin-top: 0px;
	border-radius: 0px;
	background: #fff;
	padding: 30px;
}
.infodetev .detev{
	background: #f5f5f5;
	padding: 10px 20px;
	color: #e74d3d;
	margin-bottom: 15px;
}
.infodetev .detev h3{
    margin: 0px;
    color: #000;
    font-size: 18px;
    margin-bottom: 15px;
}
.infodetev .detev h3:first-letter{
	color: #e74d3d;
	font-size: 22px;
}
.infodetev .detev p{
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: bold;
}
.infodetev .detev:last-child{
	margin-bottom: 0px;
}
.imagedetail img{
	width:100%;
}
.share-box span{
	margin-bottom:5px;
}
.chatwithus{
	position: fixed;
    bottom: 50%;
    right: -55px;
    z-index: 1000000000;
    text-decoration: none;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.chatwithus img{
	width: 160px;
}
.stButton .stArrow{
	display:none !important;
}