/*full hd*/
@media(min-width: 1600px) {

#owl div.owl-item img {
    max-height: 800px;
}
}
/*sm*/
@media(max-width: 991px) {
.panel-body img {
	height:200px;
}	
}
/*mobile*/
@media(max-width: 823px) {
.capcha_mob {
	padding: 0;
}
#registration .form input, #registration .form textarea {
    /*width: 98.5%!important;*/
    max-width: 98.5%!important;
    margin: 5px 7px!important;
}
.g-recaptcha.orendat > div > div, .g-recaptcha.cont > div > div {
	margin: 0 auto!important;	
}
.hiding {
	opacity: 1;
}
.mob {
	display: inherit!important;
}
.desctop {
	display: none!important;
}
.block {
	display: block!important;
}
/*map*/
.panel-body img {
	margin-bottom: 15px;	
}	
/*end map*/

/*contact*/
#map {
	height: 300px;
}
/*end contact*/
/*registration*/

#registration .p-l-5 {
	padding-left: 12px;
}

/*end registration*/
#owl .owl-buttons {
    display: none;
}
.owl-pagination {
	display: block;
	bottom: -15px;
	z-index: 2;
}
.owl-buttons {
	display: none;
}
/*contact*/
.gold-back {
	background: none;
}
/*end contact*/
.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
    width: 90%;
    margin: 0 auto;
}
/*category*/
#section img {
	max-width: 100%;
	min-height: 90px;
	max-height: 120px;
}
/*end category*/

}
@media(max-width: 400px){
	.owl2 .thumbnail > a {
	    height: 100px;
	}
}
@media(min-width: 500px) and (max-width: 650px) {
	.owl2 .thumbnail > a {
	    height: 150px;
	}
}
@media(min-width: 360px) and (max-width: 824px) {
#section img {
	min-height: 100px;
}	
}
@media(min-width: 560px) and (max-width: 824px) {
#section img {
	min-height: 200px;
}	
}