body {
	font-family:'Raleway';
	color:#606060;
	font-size:14px;
	background:#000000;
	font-weight:400;
}
h1,h2,h3,h4,h5,h6 {
	color: #505050;
}
a {
	color:#e74c3c;
}
img {
	max-width: 100%;
}
.--l-rcv-box {
	max-width:1200px;
	margin:30px auto;
	background:#ffffff;
	overflow:hidden;
}
.--l-rcv-top-space {
	margin-top:40px;
}
.--ul-reset{
	list-style : none;
	margin:0;
	padding:0;
	float:left;
}
.clear-fix {
	clear:both;
}
/* SIDEBAR */
.sidebar__h{
	font-size: 24px;
	color: #505050;
	font-weight: 700;
	margin-bottom: 30px;
	margin-top: 0px;
}
.sidebar__h i.fa {
	margin-right: 13px;
}
.sidebar__content {
	margin-bottom:60px;
}

/* SIDEBAR-RIGHT */
.sidebar-right__h {
	font-size:16px;
	font-weight:800;
	color:#e74c3c;
	text-transform: uppercase;
	margin-bottom:50px;
	text-align: center;
	position:relative;
}
.sidebar-right__h  span {
  display: inline-block;
  position: relative;
}
.sidebar-right__h span:before, .sidebar-right__h span:after  {
	content:" ";
	border-bottom: 1px solid #e74c3c;
	width:40px;
	position:absolute;
	display:inline-block;
	top:9px;
}
.sidebar-right__h span:before {
	right:100%;
	margin-right:15px;
}
.sidebar-right__h span:after {
	left:100%;
	margin-left:15px;
}
.sidebar-right__content {
	margin-bottom:50px;
}

.--white {
	color: #ffffff;
}
.--black {
	color: #101010;
}
.--blue {
	color: #00a1cb;
}
/**
* PROFILE
**/
.sidebar-right__title {
	margin-bottom:30px;
}
.rcv-profile {
	background:#e74c3c;
}
.rcv-profile__content {
	text-align: center;
	padding: 0 10px 20px;
}
.rcv-profile__name {
	font-size: 24px;
	font-weight:800;
	color:#ffffff;
}
.rcv-profile__profession {
	color:#ffffff;
}
.rcv-profile__personalitems {
	text-align:center;
	margin-bottom:20px;
}
.rcv-profile__personalitem {
	margin-bottom:15px;
}
.rcv-profile__title {
	font-size:30px;
	color:#404040;
	font-weight:700;
	margin-top:0px;
}
.rcv-profile__title span {
	font-weight:900;
}
.rcv-profile__description {
	
}
/**
* CONTACT
**/
.rcv-contact {
	font-size:15px;
	line-height:1.7;
}
.rcv-contact li {
	margin-bottom:5px;
	font-weight:300;
	
}
.rcv-contact li i.fa {
	width:20px;
	color:#e74c3c;
}
.rcv-contact li span {
	
}

/**
* SKILLBAR
**/
.rcv-skillbar {
	padding-bottom:20px;
}

.rcv-skillbar__item{
	border-radius: 0px 4px 4px 0px;
	height: 45px;
	line-height: 45px;
	text-align: left;
	color: #ffffff;
	padding-left: 10px;
	font-size: 16px;
	font-weight: 700;
	background:#e74c3c;
}
.rcv-skillbar__value {
	font-weight: 400;
}
.rcv-skillbar__item.--blue {
	background:#26afd3;
}

/**
*	AWARDS
**/
.rcv-award__content {
	margin-bottom:30px;
}
.rcv-award__title {
	font-size:17px;
	color: #303030;
}
.rcv-award__event {
	font-size:15px;
	color: #bcbcbc;
	margin-bottom:3px;
}
.rcv-award__description {
	font-size:14px;
}

/**
*	RERERENCE
**/
.rcv-reference__content {
	margin-bottom:30px;
}
.rcv-reference__name{
	font-size:20px;
	color: #303030;
}
.rcv-reference__title {
	font-size:15px;
	color: #1c1c1c;
}	
.rcv-reference__company {
	font-size:15px;
	color: #bcbcbc;
	margin-bottom:3px;
}
.rcv-reference__list {
	margin-bottom:3px;
}
.rcv-reference__items {
	font-size:12px;
	margin-bottom:1px;
}
.rcv-reference__item {
	font-weight:700;
	color:#00000;
}
.rcv-reference__value{
}

.rcv-reference__description {
	font-size:12px;
}

/**
* EDUCATION
**/
.timeline {
	position:relative;
	z-index:0;
}
.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #e74c3c;
    top: 0;
    bottom: 0;
    left: 49px;
    margin-left: 0px;
	z-index:-1;
	
}
.rcv-education-time{
	width: 100px;
	float: left;
	background-color: #e74c3c;
	border-radius: 3px;
	z-index:1;
	text-align:center;
}
.rcv-education-time__content {
	padding:15px 0;
	border: 1px solid #ffffff;
	margin:3px;
	border-radius: 3px;
}
.rcv-education__year {
	display:block;
	color: #ffffff;
}

.rcv-education__content{
	margin-left:115px;
	padding:0 0 0 35px;
	position:relative;
}

.rcv-education__program {
	font-size: 24px;
	color: #505050;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 8px;
}
.rcv-education__school {
	font-size: 16px;
	color: #9f9f9f;
	line-height: 1.2;
	margin-bottom: 5px;
	
}

.rcv-education__description{
	font-size: 14px;
}

/**
* HOBBY
**/
.rcv-hobby {
	text-align:center;
}
.rcv-hobby__item {
	width:130px;
	height:130px;
	float:left;
	margin-bottom:5px;
	border:1px solid #333;
	margin-right:10px;
}
.rcv-hobby_item img {
	 display:block;
    margin:auto;
}
.rcv-hobby__icon {
	padding-top:20px;
	margin-bottom:2px;
}

/**
* SERVICE
**/
.rcv-service {
}
.rcv-service-block {
	margin-bottom:20px;
	color: #606060;
}
.rcv-service-block:hover .rcv-service__icon , .rcv-service-block:hover .rcv-service__icon i.fa  {
	background-color: #e74c3c;
}
.rcv-service-block:hover .rcv-service__title {
	color: #e74c3c;
}
.rcv-service__icon {
	border-radius: 3px;
	background-color: #5F5F5F;
	float: left;
	margin-right: 15px;	
	width:70px;
	height:70px;
}
.rcv-service__icon i {
	border-radius: 3px;
	font-size:25px;
	background-color: #5F5F5F;
	color: #ffffff;
	width:66px;
	height:66px;
	line-height:66px;
	border: 1px solid #ffffff;
	margin:2px;
	text-align: center;
}
.rcv-service__title {
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Raleway';
	margin-bottom: 5px;
	font-size: 18px;
	color: #303030;
}