@media(max-width:767px){
	.postiframe iframe{
		width:100%;
	}
}
.postiframe img{
	max-width:100%;
	height: auto !important;
}
.recaptcha_theme_red #recaptcha_response_field{
	height: auto;
}
#calendar {
    margin-bottom: 30px;
}

.fc-toolbar button {
    line-height: normal;
}

.fc-toolbar h2 {
    font-size: 19px;
    color: #696969;
    letter-spacing: 0;
    font-family: "Kaushan Script";
}

.fc table {
    margin-bottom: 0;
}

#calendar > .fc-view-container table td.fc-widget-header table thead tr th {
    padding: 8px;
    background: #e74d3d;
    text-transform: uppercase;
    color: #fff;
    border-color: #e74d3d;
    letter-spacing: 5px;
    font-size: 15px;
    font-family: 'Satisfy', 'Open Sans', sans-serif;
}

#calendar > .fc-view-container table td.fc-widget-header {
    border-color: #c5c2e1;
}

#calendar > .fc-view-container table td.fc-widget-content .fc-content-skeleton table thead tr td {
    padding: 10px;
    color: #e74d3d;
    background: #ddd;
    border-color: #e74d3d;
}

#calendar > .fc-view-container table td.fc-widget-content .fc-bg table tbody tr td {
    border-color: #e74d3d;
    background-color: #ffffff;
}

#calendar > .fc-view-container table td.fc-widget-content {
    border-color: #e74d3d;
}

.fc button {
    border-radius: 30px !important;
    margin-right: 10px !important;
}

.fc-toolbar h2 {
    font-family: 'Open Sans';
    color: #000;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}
.linkprint{
    cursor: pointer;
    color: #e74d3d;
    border: 1px solid #e74d3d;
    font-family: "Open Sans", Arial, sans-serif;
    display: inline-block;
    border-radius: 4px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-size: 13px;
    line-height: 16px;
    padding: 3px 7px;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-left: 2px;
    text-decoration: none !important;
}
.linkprint:hover{
	background: #e74d3d;
	color: #ffffff;
}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices, .stButton .stButton_gradient{
	height: 23px !important;
}
.ellipsis{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inherit;
}
.breadtext{
	background: #e74d3d;
	padding: 2px 10px 4px;
	position: relative;
	margin-right: 15px;
	color: #fff;
	font-family: "open sans";
	text-transform: uppercase;
	font-size: 13px;
	margin-top: 20px;
}
.breadtext:hover{
	color:#fff;
}
.breadtext + .breadtext:before{
	content: "";
	position: absolute;
	top: 0;
	border-width: 12px 0px 12px 8px;
	border-color: transparent #e74d3d;
	border-style: solid;
	left: -20px;
}
.breadtext.active{
	background: #f5f5f5;
	color: #000;
}
.breadtext:last-child{
	margin-right: 0px;
}
.pagetext{
	background: #fff;
	padding: 40px 30px;
}
.page-header-title{
	margin: 0px;
	margin-bottom: 40px;
	padding-bottom: 0px;
	font-size: 22px;
	line-height: 40px;
	display: table;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.page-header-title span{
}
.page-header-title span:before{
	content: "";
    height: 1px;
    background: #e74d3d;
    width: 100%;
    bottom: -7px;
    left: 0;
    position: absolute;
}
.page-header-title span:after{
	content: "";
    height: 1px;
    background: #e74d3d;
    width: 100%;
    bottom: -10px;
    left: 0;
    position: absolute;
}
.single-blog-post .post-text p:first-child::first-letter{
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}
.post-pagination .pager li > a, .pager li > span{
	padding: 10px 20px;
}
.notificationtext{
	padding: 15px;
	background: #fff;
	margin-bottom: 55px;
	text-align: center;
	border: 5px solid #e74d3d;
	border-top: 0px;
	border-bottom: 0px;
	margin-top: 0px;
}
.sidebartitlearea{
	padding: 15px 20px;
}
.sidebartitlecustom{
	margin: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 18px;
	line-height: 24px;
	display: table;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	width: 100%;
	padding: 0px 25px;
}
.sidebartitlecustom:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #262626;
	left: 0;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	z-index: -1;
}
.sidebartitlecustom span{
	background: #fff;
	padding: 0px 20px;
	position: relative;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.sidebartitlecustom span:before{
	content: "";
	width: 9px;
	height: 9px;
	position: absolute;
	border-radius: 100%;
	left: -9px;
	top: 0;
	background: #e74d3d;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}
.sidebartitlecustom span:after{
	content: "";
	width: 9px;
	height: 9px;
	position: absolute;
	border-radius: 100%;
	right: -9px;
	top: 0;
	background: #e74d3d;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}
.single-sidebar.search-box.searchboxcustom .sidebar-inner{
	padding: 20px;
}
.single-sidebar.searchboxcustom form .input-group input.search-textbar{
	
}
.single-sidebar.searchboxcustom form .input-group .input-group-btn{
	vertical-align: top;
}
.single-sidebar.searchboxcustom form .input-group .input-group-btn button{
	padding: 10px 12px;
}
.single-sidebar.searchboxcustom form .input-group .input-group-btn button i{
	
}
.sidebararea{
	
}
.sidebararea .single-sidebar{
	
}
.videosidebar{
	position: relative;
	display: block;
}
.videosidebar .videoarea{
	width: 100%;
}
.videosidebar .videoarea img{
	width: 100%;
}
.videosidebar .infovideo{
	position: absolute;
	top: 15px;
	right: 15px;
	left: 15px;
	bottom: 15px;
	background: rgba(255, 255, 255, 0.68);
	border-radius: 10px;
	padding: 35px 15px;
	overflow: hidden;
}
.videosidebar .infovideo .video-icon{
	width: 45px;
	display: block;
	height: 45px;
	background: #e74d3d;
	color: #fff;
	text-align: center;
	line-height: 41px;
	border-radius: 100%;
	border: 2px solid #303030;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 15px;
	left: 0;
	right: 0px;
}
.videosidebar .infovideo .video-icon:before{
	content: "\f03d";
	font-family: FontAwesome;
	font-style: normal;
}
.videosidebar .infovideo .titlevideo{
	margin-top: 20px;
	display: block;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	padding-bottom: 5px;
	position: absolute;
	bottom: 33px;
	left: 30px;
	top: 50px;
	right: 30px;
	text-align: center;
	vertical-align: bottom;
}
.videosidebar .infovideo .titlevideo span{
	border-bottom: 3px solid #e74d3d;
	padding: 0px 15px;
	padding-bottom: 5px; 
	display: block;
	max-height: 100%;
	overflow: hidden;
}
.single-sidebar.post-widget .tabbed-widget .tab-content .singlesidecustom .post-data .title{
	height: auto;
}
.single-sidebar.post-widget .tabbed-widget .tab-content .singlesidecustom .post-data .title a{
	color: #000 !important;
}
.ymcustom{
	position: fixed;top: 350px;right: -53px;z-index: 9999;-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-o-transform: rotate(-90deg);filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.gmaps{
	height:250px;width:100%;
}
.modal{
	z-index: 1000000 !important;
}
.modalbodynew{
	padding: 0;background: #fff;border-radius: 10px;
}
.popupimage{
	width: 100%;border-radius: 10px;
}
.width90{
	width:90%;
}
.imgslider:before{
	display: none;
}
.welcome-text{
	padding-bottom: 35px;
    background: rgba(0, 0, 0, 0.76);
    width: auto;
}
@media(max-width: 480px){
	#comments ul.replies .cmmnt{
		padding-left: 0px !important;
	}
}