.card-started {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 11;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px
}

.card-started:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 10px 10px 15px rgba(0,0,0,.05);
	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
}

.card-started:after {
	content: '';
	position: absolute;
	left: -15px;
	top: -15px;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(-45deg,rgba(46,202,127,.4) 0,rgba(46,202,127,.01) 100%);
	background: -webkit-linear-gradient(-45deg,rgba(46,202,127,.4) 0,rgba(46,202,127,.01) 100%);
	background: linear-gradient(135deg,rgba(46,202,127,.4) 0,rgba(46,202,127,.01) 100%);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px
}

.card-started .profile {
	display:block;
	padding: 210px 50px 50px 50px;
	margin-bottom:10px;
	position: relative;
	height: 100%;
	background: #fff;
	text-align: center;
	z-index: 10;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px
}

.card-started .profile.no-photo {
	padding-top: 340px
}

.card-started .profile.no-photo .image {
	display: none
}

.card-started .profile .slide {
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
	height: 300px;
	background-color: #626262;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0
}

.card-started .profile .slide:after,.card-started .profile .slide:before {
	content: '';
	position: absolute;
	left: -25%;
	bottom: -198px;
	width: 700px;
	height: 200px;
	background: #fff;
	transform: rotate(12deg);
	-webkit-transform: rotate(12deg);
	-moz-transform: rotate(12deg);
	-o-transform: rotate(12deg)
}

.card-started .profile .slide:after {
	left: auto;
	right: -25%;
	transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-o-transform: rotate(-6deg)
}

.card-started .profile .image {
	margin: 0 0 20px 0;
	position: relative;
	display: inline-block;
	width: 140px
}

.card-started .profile .image:before {
	content: '';
	position: absolute;
	top: 10px;
	left: -5px;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(-45deg,rgba(46,202,127,.4) 0,rgba(46,202,127,.01) 100%);
	background: -webkit-linear-gradient(-45deg,rgba(46,202,127,.4) 0,rgba(46,202,127,.01) 100%);
	background: linear-gradient(135deg,rgba(46,202,127,.4) 0,rgba(46,202,127,.01) 100%);
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%
}

.card-started .profile .image img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	border: 3px solid #fff;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%
}

.card-started .profile .title {
	margin: 0 0 10px 0;
	font-size: 32px;
	color: #171717;
	line-height: 32px;
	font-weight: 700
}

.card-started .profile .subtitle {
	margin: 0 0 15px 0;
	font-size: 14px;
	color: #2eca7f;
	line-height: 14px;
	font-weight: 400
}

.card-started .profile .social a {
	margin: 0 6px;
	display: inline-block;
	vertical-align: middle
}

.card-started .profile .social a .ion {
	font-size: 18px;
	color: #171717;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s
}

.card-started .profile .social a:hover .ion {
	color: #2eca7f
}

.card-started .profile .lnk.active.discover .arrow {
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1)
}

@media (max-width:560px) {
	.card-started {
		height: 480px
	}

	.card-started:after {
		display: none
	}

	.card-started .profile {
		padding: 135px 25px 25px 25px
	}

	.card-started .profile.no-photo {
		padding-top: 250px
	}

	.card-started .profile .slide {
		height: 200px
	}

	.card-started .profile .image {
		margin: 0 0 15px 0;
		width: 124px
	}

	.card-started .profile .title {
		font-size: 28px;
		line-height: 28px
	}
}

.card-inner {
	padding: 0;
	position: absolute;
	overflow: hidden;
	left: 95%;
	top: 15px;
	width: 120%;
	height: 570px;
	background: #fff;
	transform-origin: center left;
	opacity: 0;
	visibility: hidden;
	z-index: 8;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	transition: visibility 1s linear,opacity .5s linear;
	-moz-transition: visibility 1s linear,opacity .5s linear;
	-webkit-transition: visibility 1s linear,opacity .5s linear;
	-o-transition: visibility 1s linear,opacity .5s linear
}

.card-inner.animated {
	opacity: 1;
	visibility: visible;
	z-index: 9
}

.card-inner.active {
	opacity: 1;
	visibility: visible;
	z-index: 10
}

.card-inner.hidden {
	opacity: 0;
	visibility: hidden;
	z-index: 9
}

.card-inner:after,.card-inner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 20px;
	height: 20px;
	background: #fff;
	z-index: 10
}

.card-inner:after {
	top: auto;
	bottom: 0
}

.card-inner .card-wrap {
	padding: 30px 30px 30px 60px;
	position: relative;
	overflow-x: hidden;
	height: 100%
}

@media (max-width:1072px) {
	.card-inner {
		width: 115%
	}
}

@media (max-width:1023px) {
	.card-inner {
		position: relative;
		margin: 15px 0;
		left: 0;
		top: 0;
		width: auto;
		height: auto;
		opacity: 1;
		visibility: visible
	}

	.card-inner .card-wrap {
		padding: 30px 30px 30px 40px;
		overflow: visible;
		height: auto
	}

	.card-inner:last-child {
		margin-bottom: 50px
	}
}

@media (max-width:560px) {
	.card-inner {
		margin: 10px 0
	}

	.card-inner .card-wrap {
		padding: 30px
	}

	.card-inner:last-child {
		margin-bottom: 10px
	}
}

.content {
	margin: 0 0 60px 0;
	position: relative
}

.content:last-child {
	margin-bottom: 0
}

.content .title {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	position: relative;
	font-size: 17px;
	color: #171717;
	line-height: 21px;
	font-weight: 500
}

.content .title:before {
	content: '';
	position: absolute;
	left: -12px;
	top: 0;
	width: 30px;
	height: 30px;
	background: -moz-linear-gradient(-45deg,rgba(46,202,127,.4) 0,rgba(46,202,127,.01) 100%);
	background: -webkit-linear-gradient(-45deg,rgba(46,202,127,.4) 0,rgba(46,202,127,.01) 100%);
	background: linear-gradient(135deg,rgba(46,202,127,.4) 0,rgba(46,202,127,.01) 100%);
	z-index: -1;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px
}

.content .title:after {
	content: '';
	position: absolute;
	left: -60px;
	bottom: -15px;
	width: 95%;
	height: 1px;
	background: -moz-radial-gradient(left,ellipse cover,rgba(197,202,213,.7) 0,rgba(255,255,255,0) 70%);
	background: -webkit-radial-gradient(left,ellipse cover,rgba(197,202,213,.7) 0,rgba(255,255,255,0) 70%);
	background: radial-gradient(ellipse at left,rgba(197,202,213,.7) 0,rgba(255,255,255,0) 70%)
}


@media (max-width:560px) {
	.info-list ul li {
		display: block;
		width: auto
	}
}

.service-items {
	font-size: 0
}

.service-items.border-line-v:after {
	margin: 0 0 0 -1px;
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background: -moz-radial-gradient(top,ellipse cover,rgba(197,202,213,.7) 0,rgba(255,255,255,0) 70%);
	background: -webkit-radial-gradient(top,ellipse cover,rgba(197,202,213,.7) 0,rgba(255,255,255,0) 70%);
	background: radial-gradient(ellipse at top,rgba(197,202,213,.7) 0,rgba(255,255,255,0) 70%)
}

.service-items .service-item {
	text-align: left
}

.service-items .service-item .icon {
	margin: 0;
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 32px;
	color: #2eca7f;
	background: -moz-linear-gradient(-45deg,rgba(46,202,127,.4) 0,rgba(46,202,127,.01) 100%);
	background: -webkit-linear-gradient(-45deg,rgba(46,202,127,.4) 0,rgba(46,202,127,.01) 100%);
	background: linear-gradient(135deg,rgba(46,202,127,.4) 0,rgba(46,202,127,.01) 100%);
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px
}

.service-items .service-item .icon .ion {
	display: block;
	line-height: 60px
}

.service-items .service-item .name {
	margin: 15px 0 10px 0;
	font-size: 13px;
	color: #171717;
	font-weight: 500;
	text-transform: uppercase
}

.service-items .service-item p {
	margin: 0
}

@media (max-width:560px) {
	.service-items.border-line-v:after {
		display: none
	}

	.service-items .col:after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		background: -moz-radial-gradient(left,ellipse cover,rgba(197,202,213,.7) 0,rgba(255,255,255,0) 70%);
		background: -webkit-radial-gradient(left,ellipse cover,rgba(197,202,213,.7) 0,rgba(255,255,255,0) 70%);
		background: radial-gradient(ellipse at left,rgba(197,202,213,.7) 0,rgba(255,255,255,0) 70%)
	}
}

.pricing-items {
	font-size: 0
}

.pricing-items .pricing-item {
	padding: 0 0 70px 0;
	text-align: center
}

.pricing-items .pricing-item .icon {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 32px;
	color: #2eca7f
}

.pricing-items .pricing-item .icon .ion {
	display: block;
	line-height: 40px
}

.pricing-items .pricing-item .name {
	margin: 0 0 30px 0;
	font-size: 13px;
	color: #171717;
	font-weight: 500;
	text-transform: uppercase
}

.pricing-items .pricing-item .amount {
	margin: 0 0 25px 0
}

.pricing-items .pricing-item .amount .number {
	margin: 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 42px;
	line-height: 26px;
	font-weight: 500;
	color: #171717
}

.pricing-items .pricing-item .amount .dollar,.pricing-items .pricing-item .amount .period {
	margin: 0 3px;
	position: relative;
	bottom: 7px;
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	font-weight: 400;
	color: #171717
}

.pricing-items .pricing-item .amount .period {
	bottom: auto;
	top: 7px;
	vertical-align: bottom;
	font-size: 13px;
	color: #626262
}

.pricing-items .pricing-item .feature-list ul li {
	padding: 5px 0;
	font-size: 14px;
	color: #171717
}

.pricing-items .pricing-item .feature-list ul li:last-child {
	border-bottom: none
}

.pricing-items .pricing-item .feature-list ul li.disable {
	text-decoration: line-through;
	opacity: .6
}

.pricing-items .pricing-item .feature-list ul li strong {
	margin: 0 0 0 5px;
	padding: 0 5px;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #171717;
	background: rgba(46,202,127,.4);
	font-weight: 300;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px
}

.pricing-items .pricing-item .lnks .lnk {
	float: none;
	width: 100%;
	display: block
}

.pricing-items .pricing-item .speed-basic {
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1)
}

.fuct-items {
	font-size: 0
}

.fuct-items .fuct-item {
	position: relative;
	text-align: center
}

.fuct-items .fuct-item .icon {
	margin: 0 auto;
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 32px;
	color: #2eca7f
}

.fuct-items .fuct-item .icon .ion {
	display: block;
	line-height: 60px
}

.fuct-items .fuct-item .name {
	margin: 0;
	font-size: 13px;
	color: #171717;
	font-weight: 500;
	text-transform: uppercase
}

.client-items {
	font-size: 0;
	text-align: center
}

.client-items .client-item img {
	max-width: 100%;
	opacity: .4
}

.resume-title,.skill-title {
	padding: 0 0 20px 0;
	position: relative
}

.resume-title:after,.skill-title:after {
	left: -20px
}

.resume-title .icon,.skill-title .icon {
	position: relative;
	top: -15px;
	float: left;
	width: 40px;
	height: 40px;
	font-size: 32px;
	color: #2eca7f;
	background: #fff
}

.resume-title .icon .ion,.skill-title .icon .ion {
	display: block;
	line-height: 40px
}

.resume-title .name,.skill-title .name {
	margin: 0 0 0 40px;
	font-size: 13px;
	line-height: 13px;
	color: #171717;
	font-weight: 500;
	text-transform: uppercase
}

.resume-items .resume-item {
	position: relative;
	padding: 20px 0 20px 0
}

.resume-items .resume-item:after {
	left: -20px
}

.resume-items .resume-item.active .date {
	color: #2eca7f
}

.resume-items .resume-item.active .date:before {
	background: #2eca7f
}

.resume-items .resume-item .date {
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
	display: inline-block;
	font-size: 11px;
	line-height: 18px;
	color: #d8dbe2;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px
}

.resume-items .resume-item .date:before {
	content: '';
	position: absolute;
	left: -25px;
	top: 4px;
	width: 9px;
	height: 9px;
	background: #d8dbe2;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px
}

.resume-items .resume-item .name {
	margin: 0;
	font-size: 13px;
	color: #171717;
	font-weight: 500;
	text-transform: uppercase
}

.resume-items .resume-item .company {
	margin: 0 0 10px 0;
	font-size: 11px;
	color: #999;
	font-weight: 300;
	text-transform: uppercase
}

.resume-items .resume-item p {
	margin: 0
}

.skills-list ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.skills-list ul li {
	position: relative;
	padding: 20px 0
}

.skills-list ul li:after {
	left: -20px
}

.skills-list ul li .name {
	margin: 0 0 8px 0;
	font-size: 14px;
	line-height: 14px;
	color: #626262
}

.skills-list ul li .progress {
	position: relative;
	display: block;
	width: 100%;
	height: 4px;
	background: #d8dbe2
}

.skills-list ul li .progress .percentage {
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: #2eca7f;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s
}

.content.works .filter-menu {
	position: absolute;
	top: -9px;
	right: 0
}

.content.works .filter-menu .f_btn {
	margin: 0 0 0 15px;
	padding: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #626262;
	cursor: pointer;
	border: none
}

.content.works .filter-menu .f_btn.active {
	color: #2eca7f
}

.content.works .filter-menu .f_btn label {
	cursor: pointer
}

.content.works .grid-items.border-line-v:after {
	margin: 0 0 0 -1px;
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background: -moz-radial-gradient(top,ellipse cover,rgba(197,202,213,.7) 0,rgba(255,255,255,0) 70%);
	background: -webkit-radial-gradient(top,ellipse cover,rgba(197,202,213,.7) 0,rgba(255,255,255,0) 70%);
	background: radial-gradient(ellipse at top,rgba(197,202,213,.7) 0,rgba(255,255,255,0) 70%)
}

@media (max-width:560px) {
	.content.works .title {
		padding: 0 0 45px 0
	}

	.content.works .filter-menu {
		top: 35px;
		left: 0;
		right: auto
	}

	.content.works .filter-menu button {
		margin: 0 15px 0 0
	}

	.content.works .grid-items.border-line-v:after {
		display: none
	}
}

.box-item {
	position: relative;
	overflow: hidden;
	text-align: center
}

.box-item .image {
	position: relative
}

.box-item .image a {
	display: block;
	font-size: 0
}

.box-item .image a img {
	position: relative;
	width: 100%;
	height: auto
}

.box-item .image .info {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	text-align: center;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s
}

.box-item .image .info:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(-45deg,rgba(46,202,127,.4) 0,rgba(46,202,127,.01) 100%);
	background: -webkit-linear-gradient(-45deg,rgba(46,202,127,.4) 0,rgba(46,202,127,.01) 100%);
	background: linear-gradient(135deg,rgba(46,202,127,.4) 0,rgba(46,202,127,.01) 100%);
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s
}

.box-item .image .info .ion {
	margin: -16px 0 0 -16px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 32px;
	height: 32px;
	font-size: 32px;
	line-height: 32px;
	color: #fff;
	transition: all .1s ease-in .4s;
	-moz-transition: all .1s ease-in .4s;
	-webkit-transition: all .1s ease-in .4s;
	-o-transition: all .1s ease-in .4s
}

.box-item .desc {
	padding: 15px 45px 0 45px;
	position: relative
}

.box-item .desc .name {
	padding: 0 0 2px 0;
	display: block;
	font-size: 13px;
	color: #171717;
	font-weight: 500;
	text-transform: uppercase
}

.box-item .desc .category {
	margin: 0;
	font-size: 11px;
	color: #999;
	font-weight: 300;
	text-transform: uppercase
}

.box-item .date {
	padding: 10px 0 0 0;
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	font-size: 11px;
	line-height: 11px;
	color: #171717;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	background: #fff
}

.box-item .date strong {
	display: block;
	font-size: 20px;
	line-height: 20px;
	color: #171717;
	font-weight: 700
}

.box-item:hover .image .info {
	opacity: 1
}

.content.contacts .map {
	margin: 0 0 20px 0;
	height: 190px
}

.alert-success {
	display: none
}

.alert-success p {
	margin: 0;
	font-size: 17px
}

.mfp-wrap.popup-box-inline {
	margin: 0 0 0 -360px;
	padding: 0;
	top: 0;
	left: 50%;
	overflow: auto;
	width: 720px;
	height: 100%;
	background: #fff
}

.mfp-wrap.popup-box-inline .mfp-container {
	padding: 0;
	position: relative;
	height: auto
}

.mfp-wrap.popup-box-inline .content {
	margin-bottom: 40px
}

.mfp-wrap.popup-box-inline .image {
	padding: 0 0 40px 0;
	font-size: 0
}

.mfp-wrap.popup-box-inline .image img {
	width: 100%;
	height: auto
}

.mfp-wrap.popup-box-inline .desc {
	padding: 0 40px
}

.mfp-wrap.popup-box-inline .desc .post-box .blog-content {
	margin: 0
}

.mfp-wrap.popup-box-inline .desc .button,.mfp-wrap.popup-box-inline .desc .lnk {
	height: 30px;
	line-height: 30px
}

@media (max-width:720px) {
	.mfp-wrap.popup-box-inline {
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0 10px
	}
}

.mfp-wrap.popup-box .mfp-close,.mfp-wrap.popup-box-inline .mfp-close {
	padding: 0;
	right: -54px;
	top: 0;
	width: 54px;
	height: 54px;
	line-height: 54px;
	font-family: Poppins;
	color: #fff;
	font-size: 42px;
	font-weight: 300;
	text-align: center;
	opacity: 1
}

@media (max-width:720px) {
	.mfp-wrap.popup-box .mfp-close,.mfp-wrap.popup-box-inline .mfp-close {
		right: 0;
		top: -54px
	}
}

.mfp-wrap.popup-box-inline .mfp-close {
	top: 0;
	right: 0;
	color: #171717
}

@media (max-width:720px) {
	.mfp-wrap.popup-box-inline .mfp-close {
		right: 0;
		top: 0
	}
}

.card-inner.blog-post {
	-webkit-animation: none;
	animation: none
}

.theme_panel {
	position: fixed;
	right: 0;
	top: 24%;
	width: 156px;
	background: #fff;
	text-align: center;
	z-index: 999;
	opacity: 1;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.theme_panel.active {
	right: -212px
}

.theme_panel.active .toggle_bts {
	right: 212px
}

.toggle_bts {
	padding: 0;
	position: absolute;
	top: -45px;
	right: 0;
	height: 40px;
	line-height: 40px;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.toggle_bts a {
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	background: #fff;
	text-align: center
}

.toggle_bts a .ion {
	font-size: 19px;
	line-height: 40px;
	color: #222;
	animation-name: settings;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.toggle_bts a.buy-this-template {
	color: #fff;
	background: green
}

.theme_menu h4 {
	margin: 30px 0 15px 0;
	padding: 0 15px;
	display: block;
	font-size: 13px;
	line-height: 16px;
	color: #222;
	background: #fff;
	text-transform: uppercase;
	font-weight: 500
}

.theme_menu .segment {
	padding: 0 12px;
	margin-bottom: 0
}

.theme_menu ul.theme {
	margin: 0 -5px;
	font-size: 0
}

.theme_menu ul.theme li a:hover {
	background: #f9f9f9
}

.theme_menu ul.theme li {
	margin: 0 5px 10px 5px;
	display: inline-block;
	list-style: none
}

.theme.layout_style li a {
	height: 28px;
	width: 28px
}

.theme_menu ul.theme li a {
	display: block
}

.theme_menu .theme.demo_list {
	margin: 5px -1px 0 0
}

.theme_menu .theme.demo_list li {
	margin: -1px 0 0 0;
	float: left;
	width: 100%;
	height: 34px;
	line-height: 34px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase
}

.theme_menu ul.theme li:nth-child(5),.theme_menu ul.theme li:nth-child(6) {
	border-bottom: none
}

.theme_menu .theme.demo_list li strong {
	font-weight: 500;
	color: #444
}

.theme_menu .buy-btn {
	margin: 15px 0 0 0;
	padding: 0 15px;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #f9f9f9;
	background: green;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500
}

.theme_menu .buy-btn .ion {
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 40px;
	color: #fefefe
}

@-webkit-keyframes settings {
	0% {
		-webkit-transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes settings {
	0% {
		transform: rotate(0);
		-webkit-transform: rotate(0)
	}

	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

.card-inner.blog-post {
	-webkit-animation: none;
	animation: none
}
