.collapsible {
color: #1f808e;
    background: #fafafa;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
    border-radius: 10px;
    margin: 5px 0;
    border: 1px solid #bbeef5;
}

.active, .collapsible:hover {
background-color: #2f767d;
    color: #ffffff;
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #ffffff;
    border: 1px solid #bbeef5;
    border-radius: 10px;
}

/*** Search box ***/
.search-inputnew {
	display: inline-block;
	padding: 8px 8px 8px 12px;
	border-radius: 10px;
	border: 0px;
	z-index: 1;
	position: relative;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2);
	width: 100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.search-inputnew:focus {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	opacity: 1;
}
#searchsubmit,
.search-buttonnew {
    display: block;
    position: relative;
    z-index: 2;
    border: 1px;
    background: url(../img/icon-search.png) no-repeat center;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    background-color: #2a9bab;
    height: 36px;
    border-radius: 10px;
}
#searchsubmit {
	height: 30px;
	top: auto;
	bottom: 0px;
}

#homepage_boxestefta {
    border-radius: 10px;
    padding-top: 11px;
    border-top: 1px solid rgb(214, 200, 200);
    border-bottom: 1px solid rgb(214, 200, 200);
    height: 60px;
    margin: 5px;
}


.sub_category_box.sub_category_box {
    background: #2a9bab;
    margin: 5px 0;
    border-radius: 10px;
    padding: 6px 2px;
    color: #fff;
}

.page_titleisti {
    margin: 5px;
    font-size: 25px;
    padding: 10px 0;
    color: #343a40;
    border-bottom: 1px solid #eee;
}

.infoblock ul pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #fafafa;
    border: 1px solid #d6f6fb;
    border-radius: 4px;
    font-family: 'droidkufi', hacen_liner;
}
.infoblock ul pre li.fa.fa-home {
    font-size: 20px;
    color: #2a9bab;
}
.infoblock ul pre li.fa.fa-phone {
    font-size: 16px;
    color: #2a9bab;
}
.infoblock ul pre li.fa.fa-globe {
    font-size: 16px;
    color: #2a9bab;
}
.infoblock ul pre li.fa.fa-globe {
    font-size: 16px;
    color: #2a9bab;
}
.infoblock ul pre li.fa.fa-envelope {
    font-size: 16px;
    color: #2a9bab;
}
#social_bookmarksnew {
    text-align: left;
    position: relative;
    height: 40px;
    font-size: 17px;
}

#social_bookmarksnew span {
    font-size: 14px;
    border: 1px solid #bbeef5;
    padding: 0 10px;
    border-radius: 5px;
    background: #fafafa;
}
#social_bookmarksnew a {
    font-size: 18px;
    color: #2a9bab;
    padding: 0 5px;
}
