@charset "UTF-8";


body {
	color:#444;
}

.p-title {
	font-size: 20px;
	font-weight: 300;
}
.p-subtitle {
	font-size: 14px;
	letter-spacing: 2.6px;
	font-weight: 300;
}
.center {
	text-align: center;
}
.p-header {
	margin-top: 50px;
}
.p-header-title {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color:#777;
	margin: 30px 0 0 0;
	padding-right: 0px
}

.left {
	text-align: left
}
.p-title-wrap {
	margin:auto;
	font-weight: 300;
}
.p-title-right {
	padding-right: 150px;
}
.p-title-left {
	padding-left: 150px;
}

.p-info {
	margin-top: 30px;
	padding:30px 0px; 
	font-size: 14px;
	background-color: #eee;
}
.p-info b {
	display: block;
}
.progress {
	background-color: white;
	border:1px solid #888;
	border-radius: 50px;
	height: 20px;
}
.progress-margin {
	margin-top: 30px;
}
.bg-warning {
	background-color: #F47920 !important;
}
.p-progress-right {
	float: right;
	width: 50%;
}
.p-progress-left {
	float: left;
	width: 50%;
	text-align: left;
}

.box-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.box-5__wrap {
	border:1px solid #777;
    padding:10px;
    display: table;
    margin-top: 30px;
	width: 100%;
	min-height: 165px;
}
.box-5__image {
    border-radius: 50%;
    border: 1px solid #f47920;
}
.box-5__image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 67px;
    height: 67px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    background-color: #666;
    margin: 0 0 0 15px;
    border-radius: 50%;
}
.box-5__image-wrapper_1 {
    background-color: #f47920;
}
.box-5__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-5__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.box-5__title {
    color: #f47920;
    font-size: 28px;
    font-weight: 700;
    line-height: 48px;
}
.box-5__title div {
	float: right;
}
.box-5__title .typetag {
    font-size: 10px;
    background-color: #aaa;
    color: white;
    margin: 14px 10px 0 0;
    padding: 5px 10px 3px 10px;
    line-height: 90%;
    font-weight: normal;
    letter-spacing: 2px;

}
.box-5__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: -8px 0 9px;
}


.box-5__r {
	float: right;
	width: 50%;
	font-size: 11px;
	font-weight: 400;
	line-height: 140%;
}
.box-5__l {
	float: left;
	width: 50%;
}
.clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.p-button {
	display: table;
	background-color: #FF7600;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 5px 15px;
	float: left;
}
.p-button:hover {
	background-color: #888;
	color:white;
}

.box-starter {
	text-align: center;
}
.box-starter h2 {
	font-size: 28px;
	color: #FF7600;
}
.box-starter p {
	font-size: 14px;
}
.p-button2 {
	display: table;
	background-color: #888;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 5px 15px;
	margin:auto;
}
.p-button2:hover {
	background-color: #FF7600;
	color:white;
}

.p-footer h2 {
	font-size: 28px;
	color: #FF7600;
}
.p-footer p {
	font-size: 14px;
}
.p-footer {
	width: 100%;
	background-color: #eee;
	text-align: center;
	padding: 30px 0px 60px 0px;
	margin-top: 30px;
}



.darkbg {
	background:url('../images/menu-bg.jpg');
	color:white;
}
.p-small-header {
	margin: 20px 0;
	/* background:url('../images/menu-bg.jpg'); */
}
.p-small-header img {
	float: right;
	margin-left: 10px;
}
.backbutton {
	float: left;
	margin-top: 14px;
}
.backbutton img {
	margin-top: 6px;
}
.graybg {
	background-color: #eee;
}
.p-inside-head {
	padding: 50px 0;
}
.p-inside-info {
	font-size: 14px;
	margin-top: 60px;
}
.p-tab {
	margin-top: -41px;
}
.nav-tabs .active, .nav-tabs .active:focus {
    border-color: #888 !important;
    border-bottom-color: transparent !important;
}
 .nav-tabs .nav-link:hover {
 	border-bottom: 1px solid #f47920;
 }
.nav-tabs {
   border-bottom: 1px solid #888;
}
.nav-tabs .nav-link {
	border-radius: 0;
	padding:4px 40px;
}
.tab-pane {
	padding: 30px 0px;
}
.p-video {
	width: 100%;
	background-color: #888;
	text-align: center;

}
.p-comment-form {
	margin-bottom: 50px;
}
.p-comment-form h2 {
	color:#FF7600;
}
.p-comment-form textarea {
	font-size: 14px;
	width: 100%;
	height: 150px;
}
.nopaading {
	padding: 0px;
}
.p-comment-form input[type=submit] {
	display: table;
	background-color: #888;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 5px 15px;
	margin:auto;
	float: left;
}
.p-comment {
	font-size:14px; 
	border-bottom: 1px solid #888;
	padding:10px 0;
}
.p-comment b {
	color: #FF7600;
}
.reply {
	padding:10px 50px 0 0;
}


.p-login {
	margin-top: 30px;
}
.p-login input[type=text], .p-login input[type=password] {
	width: 100%;
	margin-bottom: 15px;
}
.p-login input[type=submit] {
	display: table;
	background-color: #FF7600;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 15px;
	margin:auto;
	float: left;
	border:none;
}