@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);

body {
    background-color: #fff;
}

a:focus, a:hover {
    text-decoration: none;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

.container-fluid {
    padding-right: 5px;
    padding-left: 5px;
}

.mainheader {
	width: 100%;
	height: 260px;
	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	box-shadow: inset 0px -14px 20px 0px rgba(0, 0, 0, 0.08);
}

@media (min-width: 992px) {
.container {
    max-width: 720px;
} }

.profile-image {
	width: 100%;
	padding-top: 180px;
}

.profile-image img {
	border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #ffffff;
	background: #fff;
    border-radius: 75px 75px 75px 75px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);	
}

@media (min-width: 468px) {
.mainheader {
    height: 320px;
}
.profile-image {
	padding-top: 220px;
}
}

@media (min-width: 540px) {
.mainheader {
    height: 340px;
}
.profile-image {
	padding-top: 250px;
}
}

@media (min-width: 610px) {
.mainheader {
    height: 370px;
}
.profile-image {
	padding-top: 280px;
}
}

@media (min-width: 680px) {
.mainheader {
    height: 390px;
}
.profile-image {
	padding-top: 300px;
}
}

@media (min-width: 768px) {
.mainheader {
    height: 400px;
}
.profile-image {
	padding-top: 320px;
}
}

.nav-tabs {
    -webkit-padding-start: 0px;
}

.name {
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
	color: #50647c;
}

.job-title {
	font-size: 1.8rem;
	font-weight: 400;
	text-align: center;
	color: #50647c;
}

.address {
	font-size: 1.8rem;
	font-weight: 100;
	text-align: center;
	margin-top: 15px;
	color: #4c4c4c;
}

.short-desc {
	font-size: 1.8rem;
	font-weight: 100;
	text-align: center;
	margin-top: 15px;
	color: #4c4c4c;
}

.grid-btns {
	margin-top: 25px;
    width: 100%;
	display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    list-style: none;	
	text-align: center;
}

.card-btn {
	margin: 5px 10px 5px 10px;
	color: #4c4c4c;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.1;
}

.btn-vcf, .btn-vcf:hover, .btn-vcf:active, .btn-vcf:focus {
    color: #fff;
    background-color: #5b93da;
    border-color: #5b93da;
	outline: 0 !important;
	font-size: 1.8rem;
    height: 45px;
	border-radius: 0;
}

.btn-sharecard, .btn-sharecard:hover, .btn-sharecard:active, .btn-sharecard:focus {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50;
	outline: 0 !important;
	font-size: 2rem;
    height: 45px;
	border-radius: 25px;
}

.btn-share, .btn-share:hover, .btn-share:active, .btn-share:focus {
    color: #50647c;
    background-color: transparent;
    border-color: transparent;
	outline: 0 !important;
	font-size: 1.8rem;
	font-weight: 600;
	width: 28rem;
    height: 45px;
	border-radius: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.btn-light, .btn-light:hover, .btn-light:active, .btn-light:focus {
    color: #76838f;
    background-color: #e4eaec;
    border-color: #e4eaec;
    outline: 0 !important;
    font-size: 1.7rem;
	font-weight: 800;
    border-radius: 25px;
}

.modal-backdrop {
    z-index: 1030 !important;
}

.modal {
	z-index: 1050 !important;
	padding-right: 0 !important;
}

.modal-dialog-centered {
	display:-ms-flexbox !important;
	display:flex !important;
	-ms-flex-align:center !important;
	align-items:center !important;
	min-height:calc(100% - (.5rem * 2))
}

.modal-dialog-centered {
	min-height:calc(100% - (1.75rem * 2))
}

.modal-header {
    padding: 10px !important;
    border-bottom: 1px solid #eee;
}

.modal-content {
	font-family: 'Open Sans Hebrew', sans-serif;
	border-radius: 0px;
}

.more-tabs {
	font-size: 1.5rem;
	font-weight: 800;
	text-align: center;
	color: #b6bfca;
}

.nav-tabs>li>a:hover {
    border-color: transparent;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}

.nav>li>a:active, .nav>li>a:focus {
	color: #50647c !important;
	background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-bottom-color: transparent !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #50647c;
}

.long-desc {
	font-size: 1.8rem;
	font-weight: 100;
	margin-top: 15px;
	color: #4c4c4c;
}

.eapps-instagram-feed-posts-grid-load-more {
	width: 15rem !important;
    height: auto !important;
	font-family: 'Heebo', sans-serif;
	font-weight: 800;
	padding: 6px 12px !important;
	line-height: unset !important;
	border-radius: 25px !important;
	font-size: 1.5rem !important;
}

.eapps-instagram-feed-posts-grid-load-more {
    color: #3c4052 !important;
    border: 2px solid #3c4052 !important;
    background-color: transparent !important;
}