.pagetitle{
	display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.pagetitle h2{
	padding: 5px 10px;
    line-height: 30px;
    color: #f0f0f8;
    background-color: #606068;
    -webkit-box-shadow: inset 0 15px 0 0 rgba(255, 255, 255, 0.12);
    -moz-box-shadow: inset 0 15px 0 0 rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 15px 0 0 rgba(255, 255, 255, 0.12);
    float: left;
    margin-bottom: 0px;
}
.pagetitle span.borderline{
	position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0;
    background: #e4e4ec;
}
.contentnotpage{
	margin-bottom: 50px;
}
.infocontactpage .detinfocontact{
	min-height: 40px;
    margin-bottom: 10px;
}
.infocontactpage .detinfocontact i{
    width: 30px;
    font-size: 16px;
    border: 1px dashed #606068;
    height: 30px;
    line-height: 29px;
    text-align: center;
    margin-right: 15px;
    float: left;
}
.infocontactpage .detinfocontact span{
    display: block;
    padding-top: 5px;
}
.recaptcha_theme_red #recaptcha_response_field{
	height: auto !important;
    line-height: normal !important;
    display: inline !important;
}
.profilside{
	overflow: hidden;
}
.profilside .profilimg img{
    width: 90px;
    height: auto;
    float: left;
    margin-right: 15px;
}
.profilside .profilimg h5{
    font-size: 20px;
    margin-bottom: 15px;
}
.profilside p{
	text-align: justify;
    margin-bottom: 0px;
}
.nombottom{
	margin-bottom: 0px !important;
}
.videoareaside{
	position: relative;
	overflow: hidden;
}
.videoareaside .videoside img{
	width: 100%;
}
.videoareaside .videoside i.iconvideo{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    height: 50px;
    background: #bf7b65;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    border-radius: 10px 10px 0px 10px;
	transition: all 0.4s;
	transform: scale(1);
	box-shadow: inset 0px 0px 0px transparent;
}
.videoareaside:hover .videoside i.iconvideo{
	border-radius: 10px 10px 10px 0px;
	transform: scale(1.3);
	box-shadow: inset 2px -2px 1px #6f4e43;
}
.videoareaside .videotitle{
	position: absolute;
    bottom: 0;
    background: #000;
    padding: 10px 15px;
    width: 100%;
    font-size: 16px;
    font-family: "Roboto Condensed";
    color: #bf7b65;
    letter-spacing: 0.5px;
    line-height: 18px;
	transition: all 0.4s;
	left: 0;
    text-align: left;
}
.videoareaside:hover .videotitle{
	bottom: -38px;
}
.videolist .videoareaside{
    margin-bottom: 20px;
}
.eventsidebar{
    background: #bf7b65;
    color: #fff;
    padding: 10px;
    position: relative;
    margin-top: 40px;
    display: block;
    border-radius: 10px;
}
.eventsidebar .eventdatebox{
	position: relative;
    display: block;
    width: 55px;
    float: left;
    text-align: center;
    background: #fff;
    color: #bf7b65;
    border-radius: 10px;
    margin-top: -21px;
    margin-left: 5px;
    font-family: "Roboto Condensed";
    font-size: 18px;
    border: 2px solid #bf7b65;
    padding: 3px 0px;
    margin-right: 10px;
}
.eventsidebar .eventdatebox .datemonth{
	display: block;
    line-height: 25px;
}
.eventsidebar .eventdatebox .dateday{
    line-height: 25px;
    font-size: 17px;
    display: block;
}
.eventsidebar .eventinfo h3{
    margin-bottom: 0px;
    line-height: 20px;
}
.eventsidebar .eventinfo h3 a{
    color: #fff !important;
	text-decoration: none !important;
}
.notificationtext{
	margin-bottom: 25px;
}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices, .stButton .stButton_gradient{
	height: 23px !important;
}
.share-post{
	margin-bottom: 45px;
}
.message-form form.commentform .input-group{
	width: 50%;
}
.message-form form.commentform .fileform{
	width: 100%;
}
.message-form form.commentform .fileform input{
	display: block;
    width: 100%;
    height: 33px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.53846154;
    color: #555;
    background-color: #f4f4fc;
    background-image: none;
    border: 1px solid #e4e4ec;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) 1px 1px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) 1px 1px 0 rgba(0,0,0,0.12);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) 1px 1px 0 rgba(0,0,0,0.12);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s .4s ease-out;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s .4s ease-out;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s .4s ease-out;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s .4s ease-out;
}
.nocomment{
	font-size: 15px;
    margin-top: 30px;
    padding-left: 15px;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    letter-spacing: 1px;
}
#calendar > .fc-view-container table td.fc-widget-header{
	border-color: #48484f;
}
#calendar > .fc-view-container table td.fc-widget-header table thead tr th{
	padding: 10px;
	background: #48484f;
	color: #bf7b65;
	border-color: #48484f;
}
#calendar > .fc-view-container table td.fc-widget-content{
	border-color: #48484f;
}
#calendar > .fc-view-container table td.fc-widget-content .fc-bg table tbody tr td{
	border-color: #48484f;
}
#calendar > .fc-view-container table td.fc-widget-content .fc-content-skeleton table thead tr td{
    padding: 10px 10px;
    color: #bf7b65;
}
.fc-state-default:hover{
	color: #333;
    background-color: #e6e6e6;
    border-color: #dddddd;
}
.deteventpage .imageevent{
	width: 100%;
    overflow: hidden;
	position: relative;
}
.deteventpage .imageevent img{
    width: 100%;
	transition: all 0.4s;
}
.deteventpage .imageevent .evinfo{
    background: linear-gradient(to bottom, #73737a, #363639);
    padding: 15px 30px;
    width: 100%;
    color: #fff;
    position: relative;
    top: 0;
    border-left: 2px dashed #fff;
    right: 0;
    box-shadow: -3px 1px 4px #000;
    transition: all 0.8s;
}
.deteventpage .imageevent .evinfo .infodetev{
    margin-bottom: 20px;
    border-bottom: 1px dotted #9e9e9e;
    padding-bottom: 10px;
}
.deteventpage .imageevent .evinfo .infodetev:last-child{
	margin-bottom: 0px;
}
.deteventpage .imageevent .evinfo .infodetev h5{
    margin-bottom: 10px;
    font-size: 18px;
}
.deteventpage .imageevent .evinfo .infodetev span{
    display: block;
    text-align: right;
    font-size: 12px;
    font-family: "Roboto Condensed";
    font-weight: 300;
    letter-spacing: 1px;
}
.deteventpage .imageevent .evinfo .infodetev span i{
	float: left;
    line-height: 19px;
    font-size: 16px;
    color: #cdcdcd;
    margin-right: 10px;
}
.account_box{
	padding: 15px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(164, 164, 164, 0.8);
    -moz-box-shadow: 0 4px 12px 0 rgba(164, 164, 164, 0.8);
    box-shadow: 0 4px 12px 0 rgba(164, 164, 164, 0.8);
    margin-top: 24px;
}
.account_box #content{
	padding-top: 0px;
    min-height: 0px;
}
.account_box #content .loginforgot{
	color: #a8a8a8 !important;
    font-size: 13px;
    margin-bottom: 15px;
    display: block;
    text-decoration: none !important;
	transition: all 0.4s;
}
.account_box #content .loginforgot:hover{
	color: #838383 !important;
}
.account_box #content .registlogin a{
    color: #bf7b65;
}
.account_box #content .registlogin a:hover{
    color: #000000;
}
.ellipsis{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inherit;
}
#blog-version-1 .articlelist > .article-large{
	padding-left: 0px;
}
.nomargin{
	margin: 0px !important;
}
.nopadding{
	padding: 0px !important;
}
.share-box{
	margin-bottom: 13px;
}
.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	-ms-transform: translate(0,-25%);
	-o-transform: translate(0,-25%);
	transform: translate(0,-25%);
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}

.modal-header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
		box-shadow: 0 5px 15px rgba(0,0,0,.5);
	}

	.modal-sm {
		width: 300px;
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px;
	}
}
.nopadding{
	padding: 0px !important;
}
.modal-dialog{
	padding: 30px 30px 15px 15px;
}
button.closevideo{
    position: absolute;
    opacity: 1 !important;
    z-index: 1;
    width: 30px;
    height: 30px;
    background: #bf7b65;
    font-size: 18px;
    color: #fff;
    right: -30px;
    top: -30px;
    border: 0px;
    border-radius: 10px 10px 10px 0px;
}
button.closevideo span{
	line-height: 12px;
}
iframe{
	max-width: 100%;
}
.linkprint{
    cursor: pointer;
    color: #606068;
    border: 1px solid #606068;
    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;
}
.linkprint:hover{
	background: #606068;
	color: #ffffff;
	-webkit-box-shadow: inset 0 10px 0 0 rgba(255,255,255,0.12);
	-moz-box-shadow: inset 0 10px 0 0 rgba(255,255,255,0.12);
	box-shadow: inset 0 10px 0 0 rgba(255,255,255,0.12);
}
@media (max-width: 768px){
	.post-comments .avatar {
		display: table-cell !important;
	}
}
@media (max-width: 599px){
	.momar{
		margin-bottom: 50px;
	}
}
@media(max-width:767px){
	.postiframe iframe{
		width:100%;
	}
}
.share-post{
	width: 100%;
}
.postiframe img{
	max-width:100%;
	height: auto !important;
}
.hiddentitleheader{
	opacity:0;
	position:absolute;
}
.calert{
	color:#79AF80 !important;
}
.listtitle{
	font-size: 18px;
	line-height: 21px !important;
}
.zindex1000000{
	z-index: 1000000;
}
.mdcustom{
	max-width:600px;
	z-index: 10000;
}
.displayinline{
	display:inline;
}
.noborderstyle{
	border-style:none;
}
.w100persen{
	width: 100%;
}
.mb20px{
	margin-bottom: 20px;
}
.nopaddingtop{
	padding-top:0 !important;
}
.nobordertop{
	border-top:0 !important;
}
.ymbox{
	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);
}
.f11px{
	font-size: 11px;
}
.bbmimage{
	width: 15px;
	margin-right: 3px;
}
.gmapsbox{
	height:250px;
	width:100%;
}
.replycomment{
	padding-left: 90px;
}
.replycomment > li{
	list-style:  none;
}
@media(max-width: 480px){
	.replycomment{
		padding-left:  0px;
		padding-top: 20px;
		margin-bottom: 30px;
		border-top: 2px solid #fe6036;
	}
	.replycomment > li > div{
		padding-bottom: 20px;
		border-bottom: 2px solid #fe6036;
	}
}