.profile-hero-bg {
	background-color: #000;
	color:#ffffff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.profile-top-wrapper {
	position: relative;
	min-height: 200px;
	padding-top: 44px;
}
.subnav {
	background: #edeff4;
	border-bottom: 1px solid #dddddd;
}
.subnav ul {
	padding:0;
	margin:0;
	list-style:none;
}
.subnav ul li {
	padding:0;
	margin:0;
	display:inline-block;
}
.subnav ul li a {
	display: block;
	line-height: 50px;
	font-size: 16px;
	padding: 0px 20px;
	color: #222222;
	border-bottom:3px solid transparent;
}
.subnav ul li a:hover,
.subnav ul li a:focus,
.subnav ul li.active a {
	color:#ff7101;
	border-bottom:3px solid #ff7101;
}
.profile-sidebar {
	margin-top: -200px;
	padding: 15px;
	background: #ffffff;
}
.profile-pict-wrapper {
	background: #ffffff;
	padding: 0;
	margin-bottom: 30px;
	/* box-shadow: 0px 0px 10px rgba(0,0,0,0.2); */
	/* -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2); */
	/* -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2); */
	/* -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.2); */
	/* -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.2); */
}
.profile-pict-wrapper img {
	width:100%;
	height:auto;
}
.basic-block {
	text-align: center;
	margin-top: 30px;
}
.basic-block a {
	display: block;
	line-height: normal;
	padding: 10px 0px;
	/* width: 42%; */
	background: #ffffff;
	border: 1px solid #cccccc;
	margin: 10px 0;
	color: #222222;
}
.basic-block a:hover,
.basic-block a:focus {
	background:#ff7101;
	border:1px solid #ff7101;
	color:#ffffff;
}
.basic-block a:hover h4,
.basic-block a:focus h4 {
	color:#ffffff;
}
.basic-block a h4 {
	color:#ff7101;
	font-size:22px;
	font-weight: bold;
	line-height: normal;
}
.profile-video-box {
	background: #ffffff;
	border: 0;
	padding:10px;
	margin-bottom:30px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.profile-video-box .btn {
	padding-left: 20px;
	padding-right: 20px;
}
.profile-content-section .membership-box {
    margin-top:0;
}
.review-list-box {
    background:#ffffff;
    padding:1.5rem;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
    margin-bottom:20px;
}
.review-list-box h3 {
	font-size: 1.1rem;
}
.review-list-box p {
	margin-bottom:0;
}
.review-date {
	display: inline-block;
	font-size: 0.875rem;
	color: #A5A5A5;
}
.review-star-rating {
	display: inline-block;
	margin-left: 1rem;
	color: #ff9900;
}
.write-review-box {
     padding:1.5rem;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
    margin-top:20px;

}
.write-reivew-rating {
	float: right;
}
.giverating {
	display: inline-block !important;
	margin-right:5px;
}
.write-reivew-rating .counter {
	display: inline-block !important;
	width:45px;
	height: 26px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	text-align: center;
	background: #f7f7f7;
	vertical-align: middle;
	padding: 0px 10px;
	font-weight: 500;
}
.profile-video-box iframe {
	width: 100%;
}

@media only screen and (max-width:767px) {
.h1, h1 {
	font-size: 2rem;
}
.h4, h4 {
	font-size: 1.2rem;
}
.profile-sidebar {
	margin-top: 0;
}
.inner-page {
	padding-top: 56px;
}


}


@media only screen and (min-width: 768px) and (max-width: 990px) {
.inner-page {
	padding-top: 56px;
}
.profile-content-section .membership-price {
	padding-top: 0;
	line-height: 110px;
}
.membership-heading {
	font-size: 18px;
	padding: 0px 20px;
	min-height: 55px;
}

}