
@import url(responsive/desktop.css);
@import url(responsive/ipad.css);
@import url(responsive/phone.css);

.newmodalbody{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding: 0px;
	overflow: visible;
}
.nopadding{
	padding: 0px !important;
}
button.closecustom{
	position: absolute;
    opacity: 1;
    right: -15px;
    top: -15px;
    width: 35px;
    height: 35px;
    background: #2D8CAF;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    z-index: 1;
}

.main-article img{
	max-width:100%;
}

@media(max-width:1024px){
.breadcrumb-detail{
	display:none !important;
}
}
.modal-dialog{
	max-width: 90% !important;
	padding: 15px
}
@media(max-width:767px){
	.postiframe iframe{
		width:100%;
	}
}
.social-article{
	float: left;
    width: 100%;
}
#writecomment input[type=email]{
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.postiframe img{
	max-width:100%;
	height: auto !important;
}
iframe{
	max-width: 100%;
}
.hiddentitleheader{
	opacity:0;
	position:absolute;
}
.width100persen{
	width:100% !important;
}
.minheight90px{
	min-height: 90px;
}
.notextdecor{
	text-decoration:none !important;
}
.box50px{
	width:50px;
	height:50px;
}
.accountpageform{
	margin: 30px 0px !important;
	margin-top:0 !important;
}
.alertdanger{
	background: #a12717 !important;
}
.alertsuccess{
	background: #68a117 !important;
}
.notificationpost{
	color:#2D8CAF
}
.displaynone{
	display: none;
}
.displayblock{
	display: block;
}
.displayinline{
	display: inline;
}
.valigninherit{
	vertical-align: inherit;
}
.mtop20px{
	margin-top: 20px;
}
.buttonbacklogin{
	background-color: #b63220 !important;
}
.textnotification{
	text-align: center; 
	margin-top: 40px;
}
.noborderstyle{
	border-style:none;
}
.maxwidth600px{
    max-width: 600px !important;
}
.zindex1000000{
	z-index: 1000000;
}
.width582px{
	width: 582px;
}
.maxwidth100persen{
	max-width: 100%;
}
.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);
}
.noborder{
	border:none
}
.gmapsbox{
	height:250px;
	width:100%;
}
.mbottom40px{
	margin-bottom:40px;
}
.borderabout{
	background:#2D8CAF;
	color:#2D8CAF;
}
.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;
}
.elipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pointercursor{
	cursor: pointer;
}