/**
*	Ryan - Resume/CV/vCard Template (HTML)
*	Version: 2.5
*	Author: beshleyua
*	Author URL: http://themeforest.net/user/beshleyua
*	Copyright © Cvio by beshleyua. All Rights Reserved.
**/

/*
	New Skin
*/

body {
	font-size: 16px;
	color: #646464;
	background: #fff;
}

a:hover{
	color: #0856c1;
}

/*
	Typography
*/
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 25px 0;
	font-size: 30px;
	color: #323232;
	line-height: 1.4em;
	font-weight: 600;
}

.h-title {
	margin-bottom: 5px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

p {
	font-size: 16px;
	line-height: 1.8em;
	padding: 0;
	margin: 0 0 25px 0;
}

strong {
	font-weight: 600;
}

@media (max-width: 680px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: 26px;
	}
	h2 {
		font-size: 23px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 14px;
	}
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	background-color: transparent;
}

::-webkit-scrollbar {
	width: 6px;
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.5);
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.card-content .card-wrap, 
.content-sidebar .sidebar-wrap, 
.profile .main-menu-fixed .main-menu {
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

/*
	Container
*/

.page {
	position: relative;
	height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.container {
	margin: 8vh 6vw;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 84vh;
	max-width: 1268px;
	max-height: 674px;
}

.container.opened {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
}

@media (max-height: 700px) {
	.container {
		margin-top: 3vh;
		margin-bottom: 3vh;
		height: 94vh;
	}
}

@media (max-height: 740px) {
	.container {
		margin-top: 6vh;
		margin-bottom: 6vh;
		height: 88vh;
	}
}

@media (max-width: 1300px) {
	.container {
		margin: 5vh 3vw;
		height: 90vh;
	}
}

@media (max-width: 1199px) {
	body {
		overflow: visible;
	}
	.container {
		margin: 0 auto;
		padding: 0 15px 0 100px;
		position: relative;
		top: 20px;
		left: 0;
		width: auto;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: 700px;
		max-height: initial;
		height: auto;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
	}
	.container.opened {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		margin-left: auto;
		margin-right: auto;
	}
	.page {
		height: auto;
		display: block;
	}
}

@media (max-width: 560px) {
	.container {
		margin: 0;
		top: 0;
		width: auto;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 60px 0 0 0;
		max-width: 400px;
	}
	.container.opened {
		margin-left: auto;
		margin-right: auto;
	}
}

/*
	Columns
*/
.row {
	margin: 0 -30px;
	position: relative;
	font-size: 0;
}

.row.border-line-v:before {
	display: none;
}

.row .col.border-line-v:first-child:before {
	display: none;
}

.row .col {
	padding: 30px;
	font-size: 16px;
}

.row .col .col {
	padding-top: 0;
	padding-bottom: 20px;
}

@media (max-width: 1199px) {
	.row .col.col-t-12 {
		width: 99.996%;
	}

	.row .col.col-t-11 {
		width: 91.663%;
	}

	.row .col.col-t-10 {
		width: 83.333%;
	}

	.row .col.col-t-9 {
		width: 74.997%;
	}

	.row .col.col-t-8 {
		width: 66.664%;
	}

	.row .col.col-t-7 {
		width: 58.331%;
	}

	.row .col.col-t-6 {
		width: 49.998%;
	}

	.row .col.col-t-5 {
		width: 41.665%;
	}

	.row .col.col-t-4 {
		width: 33.332%;
	}

	.row .col.col-t-3 {
		width: 24.999%;
	}

	.row .col.col-t-2 {
		width: 16.666%;
	}

	.row .col.col-t-1 {
		width: 8.333%;
	}

}

@media (max-width: 560px) {
	.row .col.col-m-12 {
		width: 99.996%;
	}

	.row .col.col-m-11 {
		width: 91.663%;
	}

	.row .col.col-m-10 {
		width: 83.333%;
	}

	.row .col.col-m-9 {
		width: 74.997%;
	}

	.row .col.col-m-8 {
		width: 66.664%;
	}

	.row .col.col-m-7 {
		width: 58.331%;
	}

	.row .col.col-m-6 {
		width: 49.998%;
	}

	.row .col.col-m-5 {
		width: 41.665%;
	}

	.row .col.col-m-4 {
		width: 33.332%;
	}

	.row .col.col-m-3 {
		width: 24.999%;
	}

	.row .col.col-m-2 {
		width: 16.666%;
	}

	.row .col.col-m-1 {
		width: 8.333%;
	}

}

.border-line-v:before {
	left: -1px;
	background: -moz-radial-gradient(top, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(top, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at top, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
}

.border-line-h:after {
	background: -moz-radial-gradient(center, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(center, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at center, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
}

/*
	Typography
*/

p {
	font-size: 16px;
	line-height: 1.8em;
	margin: 0 0 25px 0;
}

strong {
	font-weight: 600;
}

/*
	Header
*/

.header {
	margin-right: 8px;
	position: relative;
	left: 0;
	top: 15px;
	float: left;
}

.header .menu ul {
	margin: 0;
	padding: 0;
}

.header .menu ul li a {
	padding: 13px 3px;
	height: auto;
	color: #323232;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.header .menu ul li a:before {
	background: -moz-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at right, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
}

.header .menu ul li a .icon {
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 30px;
	font-size: 20px;
	color: #323232;
	line-height: 30px;
}

.header .menu ul li ul {
	display: none;
}

@media (max-width: 1199px) {
	.header {
		margin-left: -85px;
		position: fixed;
		left: auto;
		top: 20px;
		width: 72px;
		max-width: 72px;
		height: auto;
		display: block;
		background: #fff;
		box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
		-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
	}
	.header .menu {
		margin: 0 auto;
		max-width: 100%;
		display: block;
		box-shadow: none;
	}
	.header .menu ul {
		display: block;
		width: 100%;
	}
	.header .menu ul li {
		display: block;
		width: 100%;
	}
	.header .menu ul li:first-child a {
		border-radius: 4px 0 0 4px;
		-moz-border-radius: 4px 0 0 4px;
		-webkit-border-radius: 4px 0 0 4px;
		-khtml-border-radius: 4px 0 0 4px;
	}
	.header .menu ul li:last-child a {
		border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		-webkit-border-radius: 0 0 4px 4px;
		-khtml-border-radius: 0 0 4px 4px;
	}
	.header .menu ul li a:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		bottom: auto;
		width: 100%;
		height: 1px;
		background: -moz-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
		background: -webkit-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
		background: radial-gradient(ellipse at right, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	}
	.header .menu ul li:last-child a:before {
		display: block;
	}
}

@media (max-width: 560px) {
	.header {
		margin-right: 0;
		margin-left: 0;
		padding: 0;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: auto;
		height: 64px;
		max-width: 100%;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
	}
	.header.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}
	.header .menu {
		position: relative;
		margin-top: -4px;
		max-width: 100%;
		display: flex;
		box-shadow: 0 5px 10px rgba(0,0,0,0.05);
		-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.05);
	}
	.header .menu:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		bottom: auto;
		width: 100%;
		height: 1px;
		background: -moz-radial-gradient(left, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
		background: -webkit-radial-gradient(left, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
		background: radial-gradient(ellipse at left, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
		z-index: 2;
	}
	.header .menu ul {
		display: flex;
		overflow: auto;
	}
	.header .menu ul li {
		min-width: 20%;
	}
	.header .menu ul li a {
		padding: 13px 7px;
	}
	.header .menu ul li a:before {
		width: 1px;
		height: 100%;
		background: -moz-radial-gradient(top, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
		background: -webkit-radial-gradient(top, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
		background: radial-gradient(ellipse at top, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	}
	.header .menu ul li:first-child a:before {
		display: none;
	}
	.header .menu ul li:last-child a {
		border-radius: 0 0 4px 0;
		-moz-border-radius: 0 0 4px 0;
		-webkit-border-radius: 0 0 4px 0;
		-khtml-border-radius: 0 0 4px 0;
	}
	.header .menu ul {
		background: #fff;
	}
}

/*
	Profile Card
*/
.card-profile {
	position: relative;
	float: left;
	width: 480px;
	height: 100%;
}

.card-profile .profile {
	padding: 50px;
	position: relative;
	left: 0%;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.card-profile .profile.with-photo {
	padding-top: 50px;
}

.card-profile .profile.with-photo .title {
	margin-top: 420px;
}

.card-profile .profile .slide {
	height: 55%;
}

.card-profile .profile.with-photo .slide {
	height: 65%;
}

.card-profile .profile .slide:before,
.card-profile .profile .slide:after {
	left: -25%;
	bottom: -63%;
	width: 100%;
	height: 70%;
}

.card-profile .profile .slide:after {
	left: auto;
	right: -25%;
	transform: rotate(-8deg);
	-webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
}

.card-profile .profile .image {
	margin: 80px 0 20px 0;
	width: 146px;
}


.card-profile .profile .social {
	position: relative;
	margin: 16px 0 0 0;
}

/*
	Content Card
*/
.card-content {
	padding: 0;
	position: absolute;
	overflow: hidden;
	left: 560px;
	right: 0;
	top: 15px;
	bottom: 15px;
	width: auto;
	height: auto;
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	-khtml-border-radius: 0 4px 4px 0;
	transition: visibility 1s linear, opacity 0s linear;
	-moz-transition: visibility 1s linear, opacity 0s linear;
	-webkit-transition: visibility 1s linear, opacity 0s linear;
	-o-transition: visibility 1s linear, opacity 0s linear;
}

.card-content:before,
.card-content:after {
	height: 30px;
}

.card-content .card-wrap {
	padding: 30px 30px 0 30px;
	position: relative;
}

@media (max-width: 1199px) {
	.card-profile {
		position: relative;
		float: none;
		width: auto;
		height: auto;
	}
	.card-content {
		position: relative;
		margin: 15px 0;
		left: 0;
		top: 0;
		width: auto;
		height: auto;
		opacity: 1;
		visibility: visible;
		border-radius: 4px;
	}
	.card-content .card-wrap {
		overflow: visible;
		height: auto;
	}
	.header .menu ul li:last-child a:before {
		display: block;
	}
	.card-profile .profile {
		height: 600px;
	}
	.card-profile .profile.with-photo .slide {
		height: 65%;
	}
	.card-profile .profile.with-photo .title {
		margin-top: 400px;
	}
}

@media (max-width: 560px) {
	.card-content {
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
	}
	.card-content .card-wrap {
		padding: 30px;
	}
	.card-content:last-child {
		margin-bottom: 10px;
	}
	.card-profile .profile {
		height: calc(100vh - 102px);
		min-height: 560px;
	}
	.card-profile .profile.with-photo .slide {
		height: 57%;
	}	
}

/*
	Content
*/
.content {
	margin: 0 0 40px 0;
}

.content:last-child {
	margin-bottom: 30px;
}

.content .title {
	margin: 0 0 0 0;
	padding: 0 0 30px 0;
	font-size: 20px;
	color: #323232;
	line-height: 21px;
	min-height: 51px;
	font-weight: 600;
	z-index: 2;
}

.content .title.no-title:before {
	display: none;
}

.content .title .first-word {
	color: #78cc6d;
}

.content .title::first-letter,
.content .title .first-letter::first-letter {
	color: #78cc6d;
}

.content .post-comments .title .first-word {
	color: #323232;
}

.content .post-comments .title::first-letter,
.content .post-comments .first-letter::first-letter {
	color: #323232;
}

.content .title:before {
	background: -moz-linear-gradient(-45deg, rgba(46, 202, 127, 0.15) 0%, rgba(46, 202, 127, 0.01) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(46, 202, 127, 0.15) 0%, rgba(46, 202, 127, 0.01) 100%);
	background: linear-gradient(135deg, rgba(46, 202, 127, 0.15) 0%, rgba(46, 202, 127, 0.01) 100%);
}

.content .title:after {
	left: -30px;
	right: 0;
	bottom: 0;
	width: auto;
	background: -moz-radial-gradient(left, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(left, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at left, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
}

/* Skills */
.skill-items.border-line-v:after {
	background: -moz-radial-gradient(top, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(top, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at top, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
}

.skill-items .skill-item {
	text-align: center;
}

.skill-items .skill-item .icon {
	margin: 0 auto;
	color: #fff!important;
	background: #78cc6d!important;
}

.skill-items .skill-item .name {
	margin: 10px 0 5px 0;
	font-size: 17px;
	color: #323232;
	font-weight: 500;
	text-transform: none;
}

.skill-items .skill-item .description {
	margin: 10px 0 5px 0;
	font-size: 16px;
	color: #646464;
	font-weight: 400;
	text-transform: none;
}

.skill-items .skill-item p {
	margin: 0;
}

@media (max-width: 560px) {
	.skill-items .col:last-child:after {
		display: none;
	}
}

/* Search Researching */
.sec-research-items .sec-research-item .name {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: #646464;
	text-transform: none;
}

/*
	Resume
*/
.resume-title {
	padding: 0 0 30px 0;
}

.resume-title:after{
	left: 0;
}

.resume-title .icon{
	top: -13px;
}

.resume-title .name{
	line-height: 14px;
	color: #323232;
	font-size: 17px;
}

.resume-title .name:first-child {
	margin-left: 0;
}

/* Resume */
.resume-items .resume-item {
	padding: 30px 0;
}

.resume-items .resume-item:after {
	left: 0;
}

.resume-items .resume-item:last-child {
	padding-bottom: 0;
}

.resume-items .resume-item:last-child:after {
	display: none;
}

.resume-items .resume-item.active .date {
	border-color: #78cc6d;
}

.resume-items .resume-item .date {
	margin: 0 0 11px 0;
	padding: 0 5px;
	font-size: 13px;
	line-height: 18px;
	color: #ccc;
	font-weight: 400;
	text-transform: none;
	border: 1px solid #eeeeee;
}

.resume-items .resume-item .date:before {
	display: none;
}

.resume-items .resume-item .name {
	font-size: 17px;
	color: #323232;
	font-weight: 500;
	text-transform: none;
}

.resume-items .resume-item .company {
	margin: 0 0 11px 0;
	font-size: 14px;
	color: #999999;
	font-weight: 400;
	text-transform: none;
}

.resume-items .resume-item .description {
	margin: 0 0 11px 0;
	font-size: 14px;
	color: #999999;
	font-weight: 300;
	text-transform: none;
}

.resume-items .resume-item .description ul li {
	margin: 0 0 8px 0;
}

.resume-items .resume-item p {
	margin: 0;
}

.skill-items .skill-item .icon .ion, .skill-items .skill-item .icon .fab, .skill-items .skill-item .icon .fas, .skill-items .skill-item .icon .fa {
    display: block;
    line-height: 60px;
}

.skill-items .skill-item .icon .fab, .skill-items .skill-item .icon .fas, .skill-items .skill-item .icon .fa {
    font-size: 28px;
}

.sec-research-items .sec-research-item .icon .ion, .sec-research-items .sec-research-item .icon .fab, .sec-research-items .sec-research-item .icon .fas, .sec-research-items .sec-research-item .icon .fa {
    display: block;
    line-height: 60px;
}

.sec-research-items .sec-research-item .icon .fab, .sec-research-items .sec-research-item .icon .fas, .sec-research-items .sec-research-item .icon .fa {
    font-size: 28px;
}

.resume-title .icon .ion, .resume-title .icon .fab, .resume-title .icon .fas, .resume-title .icon .fa {
    display: block;
    line-height: 40px;
}

.resume-title .icon .fab, .resume-title .icon .fas, .resume-title .icon .fa {
    font-size: 28px;
}

.resume-title .icon .ion, .resume-title .icon .fab, .resume-title .icon .fas, .resume-title .icon .fa {
    display: block;
    line-height: 40px;
}

.resume-title .icon .fab, .resume-title .icon .fas, .resume-title .icon .fa {
    font-size: 28px;
}

.profile .main-menu-fixed {
	padding: 75px 25px 100px 25px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease-out 1s;
	-moz-transition: all 0.3s ease-out 1s;
	-webkit-transition: all 0.3s ease-out 1s;
	-o-transition: all 0.3s ease-out 1s;
	visibility: hidden;
	opacity: 0;
}

.profile .main-menu-fixed:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.99;
}

.profile .menu-main-menu-container, .profile .main-menu .menu {
	position: relative;
	width: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.profile .slimScrollDiv {
	width: 100%!important;
}

.profile .main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.profile .main-menu ul li a {
	position: relative;
	padding: 5px 25px;
	font-size: 28px;
	font-weight: 500;
	color: #323232;
	display: inline-block;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.profile .main-menu ul li a .icon {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 45px;
	opacity: 0;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.profile .main-menu .menu-main-menu-container:hover ul li a, 
.profile .main-menu .menu-main-menu-container:hover ul li a .icon {
	color: #aaa;
}

.profile .main-menu ul li.current-menu-item a, 
.profile .main-menu .menu-main-menu-container ul li a:hover, 
.profile .main-menu ul li.current-menu-item a .icon, 
.profile .main-menu .menu-main-menu-container ul li a:hover .icon {
	color: #323232;
}

.profile .main-menu ul li.current-menu-item a {
	color: #78cc6d;
}

.card-profile .profile.default-menu-open .profile-content {
	transition: all 0.02s ease 0.2s;
	-moz-transition: all 0.5s ease 0.2s;
	-webkit-transition: all 0.5s ease 0.2s;
	-o-transition: all 0.5s ease 0.2s;
}

.card-profile .profile.default-menu-open .main-menu-fixed {
	opacity: 1;
	visibility: visible;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.profile .main-menu .menu > ul > li,
.profile .main-menu ul.menu > li {
	opacity: 0;
	transform: translate3d(0,-20px,0);
	-webkit-transform: translate3d(0,-20px,0);
	transition: all 1s ease 0.3s;
	-moz-transition: all 1s ease 0.3s;
	-webkit-transition: all 1s ease 0.3s;
	-o-transition: all 1s ease 0.3s;
}

.profile.default-menu-open .main-menu .menu > ul > li,
.profile.default-menu-open .main-menu ul.menu > li {
	opacity: 1;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}

.profile .main-menu ul li .children_toggle {
	margin-left: -28px;
	position: relative;
	display: inline-block;
	top: 4px;
	right: -8px;
	width: 28px;
	height: 28px;
	z-index: 2;
	cursor: pointer;
}

.profile .main-menu ul li ul li .children_toggle {
	height: 18px;
}

.profile .main-menu ul li.page_item_has_children > a:before,
.profile .main-menu ul li.page_item_has_children > a:after {
	margin-top: -1px;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 9px;
	height: 2px;
	background: #666;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.profile .main-menu ul li.page_item_has_children > a:after {
	right: 5px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.profile .main-menu ul li.current_page_item > a, 
.profile .main-menu ul li:hover > a,
.profile .main-menu ul li.current_page_parent > a,
.profile .main-menu ul li.current_page_ancestor > a {
	text-decoration: none;
	color: #78cc6d;
}

.profile .main-menu ul li.page_item_has_children.current_page_item > a:before, 
.profile .main-menu ul li.page_item_has_children.current_page_item > a:after, 
.profile .main-menu ul li.page_item_has_children:hover > a:before, 
.profile .main-menu ul li.page_item_has_children:hover > a:after,
.profile .main-menu ul li.page_item_has_children.current_page_parent > a:before, 
.profile .main-menu ul li.page_item_has_children.current_page_parent > a:after,
.profile .main-menu ul li.page_item_has_children.current_page_ancestor > a:before, 
.profile .main-menu ul li.page_item_has_children.current_page_ancestor > a:after {
	background: #78cc6d;
}

.profile .main-menu ul li ul {
	padding: 10px 25px;
	display: none;
}

.profile .main-menu ul li ul li a {
	position: relative;
	padding: 6px 25px;
	font-weight: 500;
	color: #646464;
	font-size: 18px;
}

.profile .main-menu ul li ul li ul li a {
	font-size: 15px;
}

.profile .main-menu ul li ul li:before,
.profile .main-menu ul li ul li:after {
	display: none;
}

.disable-sidebar.no-sticky-menu .card-content, .no-sidebar .no-sticky-menu .card-content {
    left: 480px;
}

@media (max-width: 1120px) {
	.disable-sidebar.no-sticky-menu .card-content, .no-sidebar .no-sticky-menu .card-content {
	    left: 0;
	}
}

@media (max-width: 680px) {
	.container {
	    padding-top: 118px;
	}
}