@media screen and (max-width: 375px) {
	.site-title {
		width: 200px !important;
	}
}

.dropdown {
	display: inline;
}

.dropdown-menu {
	padding: 0 !important;
	transform: 0.4s;
}

.dropdown-menu a {
	top: 0 !important;
	font-size: 16px !important;
	line-height: 22px !important;
	margin: 0 !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	padding-left: 35px !important;
	padding-right: 150px !important;
	cursor: pointer;
	font-family: "AvenirMedium";
}

.dropdown-menu .help {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.dropdown-menu .blog {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.dropdown-menu {
	max-width: 220px;
}

.dropdown-menu li {
	margin-left: 0 !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.btn-readmore {
	background-color: #fff;
	color: #0095ff;
}

.btn-readmore a:hover {
	color: #0095ff !important;
}

.entry-title a:hover{
	color: #0095ff !important;
}
.entry-content-summary{
	padding: 0 30px;
}

.entry-content-summary span{
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.4px;
	color: #7c818a;
}

.col-sm-6 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.col-post figure {
	overflow: hidden;
}

.col-post figure .post-img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .col-post figure:hover .post-img,
.col-post figure.cs-hover .post.img {
	-webkit-transform: translateY(-120px);
	-moz-transform: translateY(-120px);
	-ms-transform: translateY(-120px);
	transform: translateY(-120px);

}

.col-post figure .pipefy-post-title {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}


.no-touch .col-post figure:hover .pipefy-post-title,
.col-post figure.cs-hover .pipefy-post-title {
	-webkit-transform: translateY(-140px);
	-moz-transform: translateY(-140px);
	-ms-transform: translateY(-140px);
	transform: translateY(-140px);
}

.col-post figcaption {
	height: 120px;
	width: 100%;
	top: -180px;
	position: relative;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .col-post figure:hover figcaption,
.col-post figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.col-post figcaption a {
	margin-left: 30px;
}


/* Footer Home */  
.footer-home {
    position: relative;
    top: 253px;
}

.post-row {  
    background-color: #fff;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

/* Post on Home */
.Wrappers {
    position: relative;
    top: -250px;
}
@media screen and (max-width: 767px) {
	.Wrappers {
		margin: 0 100px;
	}
}

@media screen and (max-width: 600px) {
	.Wrappers {
		margin: 0 30px;
	}
}

@media screen and (max-width: 425px){
	.Wrappers {
		margin: 0;
	}

}
/* Author Box */

.journal {
	min-height: 600px;
	background: url("../../assets/pages/images/header.png") no-repeat center top;
  	background-size: cover !important;
  	position: relative !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx){
    .journal {
    	background-image: url("../../assets/pages/images/header@2x.png") 
    }
}

@media screen and (max-width: 768px){
	.journal {
		background-image: url("../../assets/pages/images/header-tablet@2x.png");
		min-height: 800px;
	}
}

@media screen and (max-width: 450px){
	.journal {
		background-image: url("../../assets/pages/images/header-mobile@2x.png");
		min-height: 550px;
	}
}

.headerpost img{
	border-radius: 0;
	object-fit: cover !important;
    height: 400px !important;
    width: 100% !important;
}

@media screen and (max-width: 480px){ 
	.headerpost img{
	border-radius: 0;
    height: 170px !important;
    width: 100% !important;
	}
}

.social {
	float: right;
}

@media screen and (max-width: 450px) {
	.social {
		float: none;
		text-align: center;
	}
}


/* Overlay */

.overlay a {
	line-height: 1.9;
}

/* Header */
@media screen and (max-width: 844px){
	.blog-menu-row, .searchform, .mobile {
		display: none;
	}
}

@media screen and (max-width: 843px) {
	.blog-menu-row, .searchform, .mobile {
		display: block;
	}
}

.current-post-ancestor a {
	color: #0095ff !important;
	border-bottom: 2px solid #0095ff !important;
	border-radius: 2px;
}
.pipefy-post-share {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.share-box {
	margin: 0 !important;
}

.share-box a {
	margin-left: 0px !important;
	margin-right: 10px !important;
}

@media screen and (max-width: 425px){
	.share-box a {
		margin-right: 2px !important;
	}
	.btn-share span {
		display: none !important;
	}
}

@media screen and (min-width: 845px) {
	.cell {
		display: none;
	}
}

@media screen and (max-width: 844px) {
	.full-width #masthead .masthead-container{
		border-bottom: solid 1px #ebeff5;
		padding: 10px 20px;
	}
	.desktop {
		display: none;
	}
}



#FooterTop {
	background-color: #fff !important;
}

#FooterTop a {
	color: #293e52 !important;
}

#FooterTop a:hover {
	color: #0095ff !important;
}

* {
	-webkit-font-smoothing: subpixel-antialiased;
}

/* Responsive Images */

img {
  border-radius: 6px;
}

.img-responsive {
	max-width: 100%;
	height: auto !important;
}

/* Center block */

.center-block {
	display: block;
	margin: 0 auto;
}

/* Blog menu */

.full-width #masthead .blog-menu-wrapper,
.layout-full-width #masthead .blog-menu-wrapper {
	background: #FFF;
	height: 45px;
}

.full-width #masthead .blog-menu-wrapper ul,
.layout-full-width #masthead .blog-menu-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.full-width #masthead .blog-menu-wrapper ul > li,
.layout-full-width #masthead .blog-menu-wrapper ul > li {
  position: relative;
	display: inline-block;
}

.full-width #masthead .blog-menu-wrapper ul > li > a,
.layout-full-width #masthead .blog-menu-wrapper ul > li > a {
	color: #293e52;
	font: 14px "Avenir Next Cyr W00 Regular";
	letter-spacing: 0.3px;
	line-height: 45px;
	font-weight: 900;
	position: relative;
	display: block;
	border-bottom: 2px solid transparent;
}


.full-width #masthead .blog-menu-wrapper ul > li > a:hover,
.layout-full-width #masthead .blog-menu-wrapper ul > li > a:hover {
	color: #0095ff;
	border-bottom: 2px solid #0095ff;
}

.current-post-ancestor .current-menu-parent .current-post-parent ul > li > a {
	color: #0095ff !important;
	border-bottom: 2px solid #0095ff !important;
}


.full-width #masthead .blog-menu-wrapper li .sub-menu,
.layout-full-width #masthead .blog-menu-wrapper li .sub-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  min-width: 230px;
  text-align: left;
  background: #fff;
  box-shadow: 0px 3px 4px rgba(0,0,0,.1);
}
.full-width #masthead .blog-menu-wrapper li .sub-menu li,
.layout-full-width #masthead .blog-menu-wrapper li .sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
}
.full-width #masthead .blog-menu-wrapper li .sub-menu a,
.layout-full-width #masthead .blog-menu-wrapper li .sub-menu a {
  padding: 0 22px;
}
.full-width #masthead .blog-menu-wrapper li:hover .sub-menu,
.layout-full-width #masthead .blog-menu-wrapper li:hover .sub-menu {
  display: block;
}
.full-width #masthead .blog-menu-wrapper li.menu-item-has-children > a,
.layout-full-width #masthead .blog-menu-wrapper li.menu-item-has-children > a {
  padding-right: 15px;
}
.full-width #masthead .blog-menu-wrapper li.menu-item-has-children > a:after,
.layout-full-width #masthead .blog-menu-wrapper li.menu-item-has-children > a:after {
  top: 48%;
  right: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #2B3E50;
  border-width: 4px;
  margin-left: -5px;
}

/* Template menu */

#menu-template-directory-menu .current-menu-item > a,
#menu-blog-menu .current-menu-item > a {
	border-bottom: 2px solid #0095ff !important;
	color: #0095ff !important;
}


/* Primary menu */

.full-width #masthead .primary-menu-wrapper,
.layout-full-width #masthead .primary-menu-wrapper {
	background: #192530;
	height: 40px;
}

.searchFormInput{
  border: solid 1px #cfd8e6 !important;
}

.full-width #masthead .searchform,
.layout-full-width #masthead .searchform {
	float: right;
	position: relative;
	margin-right: 20px;
}

@media screen and (min-width: 960px){
	.full-width #masthead .searchform,
	.layout-full-width #masthead .searchform {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

.full-width #masthead .searchform form,
.layout-full-width #masthead .searchform form {
	width: 170px;
}

.full-width #masthead .searchform input[type=text],
.layout-full-width #masthead .searchform input[type=text]{
	border-top: 0;
	border-left: 0;
	border-right: 0;
	width: 170px;
	line-height: 42px;
	border-radius: 4px;
	float: left;
	background-color: rgba(255, 255, 255, 0.2);
	border: none;
	padding: 0 42px 0 20px;
	height: 42px;
	font: 14px "Avenir Next Cyr W00 Medium";
	color: #293e52;
	margin: 4px;
}

#masthead .searchform ::-webkit-input-placeholder {
   color: #a5acb8;
}

#masthead .searchform :-moz-placeholder { /* Firefox 18- */
   color: #a5acb8;
}

#masthead .searchform ::-moz-placeholder {  /* Firefox 19+ */
   color: #a5acb8;
}

#masthead .searchform :-ms-input-placeholder {
   color: #a5acb8;
}

.full-width #masthead .searchform input[type=submit],
.layout-full-width #masthead .searchform input[type=submit] {
	background: url("../images/search.png") no-repeat center;
	background-size: 12px 15px;
	width: 14px;
	height: 18px;
	border: none;
	text-indent: -9999px;
	position: absolute;
	top: 15px;
	padding: 0;
	left: 145px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
		.full-width #masthead .searchform input[type=submit],
		.layout-full-width #masthead .searchform input[type=submit] {
  			background: url("../images/search@2x.png") no-repeat 25%;
  			background-size: 12px 15px;
  		}
}

@media screen and (min-width: 960px){
	.boxed #masthead .masthead-container, .full-width #masthead .masthead-container,
	.layout-full-width #masthead .masthead-container {
		padding: 10px 20px !important;
	}
}

.full-width #masthead .primary-menu-wrapper ul,
.layout-full-width #masthead .primary-menu-wrapper ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

.full-width #masthead .primary-menu-wrapper ul > li,
.layout-full-width #masthead .primary-menu-wrapper ul > li {
	display: inline-block;
	margin: 0;
}

.full-width #masthead .primary-menu-wrapper ul > li + li,
.layout-full-width #masthead .primary-menu-wrapper ul > li + li {
	margin-left: 30px;
}

.full-width #masthead .primary-menu-wrapper ul > li > a,
.layout-full-width #masthead .primary-menu-wrapper ul > li > a {
	color: #FFF;
	text-transform: uppercase;
	font: 12px "Avenir Next Cyr W00 Medium";
	line-height: 40px;
	position: relative;
	display: block;
}

.full-width #masthead .primary-menu-wrapper ul > li.current-menu-item > a,
.layout-full-width #masthead .primary-menu-wrapper ul > li.current-menu-item > a {
	font: 12px "Avenir Next Cyr W00 Bold";
}

.full-width #masthead.template-directory-header,
.layout-full-width #masthead.template-directory-header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#029aff+0,0173bf+100 */
	background: #fff; /* Old browsers */
}

.full-width #masthead.template-directory-header .site-subtitle,
.layout-full-width #masthead.template-directory-header .site-subtitle {
	display: block;
	float: left;
	clear: right;
	margin: 8px 0 8px 8px;
	padding-left: 16px;
	position: relative;
	color: #FFF;
	font: 300 18px "Avenir Next Cyr W00 Regular";
	-webkit-text-stroke: 0;
}

@media screen and (min-width: 845px){
.full-width #masthead .masthead-container,
.full-width #masthead,
.layout-full-width #masthead .masthead-container,
.layout-full-width #masthead {
	border: solid 1px #ebeff5;
}
}

.full-width #masthead.template-directory-header .site-subtitle a,
.layout-full-width #masthead.template-directory-header .site-subtitle a {
	color: #FFF;
	font: 300 18px "Avenir Next Cyr W00 Regular";
	-webkit-text-stroke: 0;
}

.full-width #masthead.template-directory-header .site-subtitle:before,
.layout-full-width #masthead.template-directory-header .site-subtitle:before {
	position: absolute;
	top: -6px;
	left: 0;
	content: '/';
	color: #40adf9;
	font: 400 24px "Avenir Next Cyr W00 Regular";
}

.directory-title {
	text-align: center;
	background-color: #fafafa;
	border-bottom: 1px solid #efefef;
}

.directory-title .archive-header {
	margin: 0;
	padding-top: 40px;
	padding-bottom: 40px;
}

.directory-title .archive-header .archive-title {
	margin: 0;
	color: #000;
	font: 300 48px "Avenir Next Cyr W00 Regular";
}

/* Widget of categories */

.list-template-categories, .list-template-categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-template-categories {
	margin-bottom: 30px;
}

#sidebar {
	padding-top: 0;
}

.single-template #sidebar {
	padding-top: 70px;
}

.single-template #Middle {
	max-width: 100%;
}

.single-template #Middle .grid-row {
	padding: 0;
}

.list-template-categories > li {
	margin: 0;
}
.list-template-categories .sub-menu {
	margin-top: 15px;
}
.list-template-categories > li > a,
#sidebar .widget-title {
	font: 400 28px "Avenir Next Cyr W00 Regular";
	padding: 10px 0 20px;
	margin: 0;
	-webkit-text-stroke: 0;
	text-decoration: none
}

#sidebar .widget-title {
	color: #d57463;
}

.list-template-categories > li > a {
	color: #0098FF;
}

.list-template-categories > li > a:hover {
	text-decoration: underline;
}

.list-template-categories > li + li {
	margin-top: 14px;
	display: block;
}

.list-template-categories ul > li {
	line-height: 24px;
	padding: 0;
	margin: 0 0 10px 0;
}

.list-template-categories ul a {
	color: #425062;
	font: 400 17px "Avenir Next Cyr W00 Regular";
	text-decoration: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	display: block;
}

.list-template-categories ul a i {
	margin-left: 10px;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: #5eabfc;
}

.list-template-categories ul a:hover {
	color: #5eabfc;
	padding-left: 15px;
}

.list-template-categories ul a:hover i {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}

/* Footer */

.template-directory-footer {
	background-color: #fff !important;
	margin-top: 30px;
}

.single-template .template-directory-footer,
.tax-category-template .template-directory-footer {
	margin-top: 0;
}

@media screen and (min-width: 992px){

	.template-directory-footer .vc_column_container {
		padding-left: 0;
		padding-right: 0;
	}

}

.template-directory-footer h2 {
	color: #FFF !important;
	font: 600 18px "Avenir Next Cyr W00 Regular";
	text-transform: uppercase;
	margin-bottom: 0.25em;
	margin-top: 15%;
	-webkit-text-stroke: 0 !important;
}

@media screen and (max-width: 991px){
	.template-directory-footer {
		text-align: center;
	}
	.template-directory-footer h2 {
		margin-top: 15px;
	}
}

.template-directory-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.template-directory-footer ul > li {
	padding: 0;
	margin: 0;
}

.template-directory-footer ul > li > a {
	color: #FFF !important;
	font: 400 16px "Avenir Next Cyr W00 Regular";
}

.footer-text {
	color: #FFF;
	font: 300 16px "Avenir Next Cyr W00 Regular";
	line-height: 28px;
}

/* Article */

.template-box {
	border: 1px solid #dedede;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 30px !important;
	background-color: #FFF;
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
}

.template-box .template-box-content {
	padding: 25px;
}

.template-box .meta {
	border-top: 1px solid #dedede;
	padding: 15px;
}

.template-box .meta [class*="span3"]{
	width: 25%;
	margin-left: 0;
}

.template-box .meta .stars img {
	width: 10px;
	height: 10px;
}

.template-box .meta .stars img + img {
	margin-left: 5px;
}

.template-box .meta p {
	margin-bottom: 0;
}

@media screen and (min-width: 768px){
	.template-box .meta [class*="span"] {
		min-height: 28px;
	}
}

.template-box .meta .author,
.template-box .meta .number_votes {
	font: 12px "Avenir Next Cyr W00 Medium";
	color: #9ea9b1;
}

.template-box .meta .container-stars {
	text-align: right;
}

.template-box .meta .stars {
	display: inline-block;
	vertical-align: middle;
}

.template-box .meta .number_votes {
	text-align: right;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.template-box .meta .author span {
	color: #00abff;
}

.template-box .excerpt {
	margin-top: 10px;
	margin-bottom: 0;
}

.template-box .author {
	margin-bottom: 1em;
}

.template-box .back a {
	width: 50%;
	margin-bottom: 0;
}

.template-box .back {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	opacity: 0;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	padding: 20px 0;
}

.single-template .template-box .back {
	padding: 22px 0;
}

.single-template #sidebar .template-box .back {
	padding: 17px 0;
}

.template-box .back .btn-learn-more {
	margin: 10px 0 0;
}

.template-box:hover .back {
	opacity: 1;
}

.template-box h1.entry-title {
	margin-top: 0;
}

.template-box h1.entry-title a {
	font: 600 16px "Avenir Next Cyr W00 Regular";
	color: #6b7784;
}

.template-box .excerpt {
	color: #666666;
}

.single-template .stars {
	margin-top: 5px;
}

.single-template .stars a {
	display: inline-block;
}

.single-template .stars a + a {
	margin-left: 3px;
}

/*

#content .stars {
	width: 105px;
	height: 24px;
	background: url(../images/stars.png);
}

#content .stars-0 {
	background-position: 0 0;
}
#content .stars-1 {
	background-position: 0 -24px;
}
#content .stars-2 {
	background-position: 0 -48px;
}
#content .stars-3 {
	background-position: 0 -72px;
}
#content .stars-4 {
	background-position: 0 -96px;
}
#content .stars-5 {
	background-position: 0 -120px;
}

*/

.single article .price {
	font: 700 14px "Avenir Next Cyr W00 Regular";
	color: #000;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.single article .price.free {
	display: inline-block;
	background-color: #ff9806;
	color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 15px;
}

.articles-container-pipefy {
	position: relative;
	max-width: 100%;
	width: 100%;
	margin-bottom: 30px;
}

.grid-sizer,
.articles-container-pipefy .container-post {
	width: 33.3333333%;
	padding: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.articles-container-pipefy article {
	border: solid 1px #ebeff5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	height: 400px;
	margin-bottom: 30px !important;
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.post-img a::after {
    content: "";
    display: block;
    height: 6px;
    opacity: 0.5;
    position: relative; 
    top: -16px;
}

.post-cat1 a::after {
	background-color: #66bfff;
}

.post-cat2 a::after {
	background-color: #ec8fe0;
}

.post-cat3 a::after {
	background-color: #ff9a00;
}

.post-cat4 a::after {
	background-color: #23d9d9;
}

.post-cat5 a::after {
	background-color: #9375ff;
}

.post-cat6 a::after {
	background-color: #7fb3e3;
}

.post-cat7 a::after {
	background-color: #ef6e56;
}

.else-post-cat a::after {
	background-color: #ef6e56;
}

.articles-container-pipefy .categories-meta,
.category .categories-meta,
.search-results-post .categories-meta,
.pipefy-recent-posts-categories {
	position: relative;
	padding: 0 30px;
	display: block;
}

.articles-container-pipefy .categories-meta:before,
.category .categories-meta:before,
.search-results-post .categories-meta:before,
.pipefy-recent-posts-categories:before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 20px;
	height: 3px;
	background-color: #E74C3C;
}

.articles-container-pipefy .categories-meta,
.articles-container-pipefy .categories-meta a,
.category .categories-meta,
.category .categories-meta a,
.search-results-post .categories-meta,
.search-results-post .categories-meta a,
.pipefy-recent-posts-categories,
.pipefy-recent-posts-categories a {
	text-transform: uppercase;
	color: #E74C3C;
	font: 700 14px "Avenir Next Cyr W00 Regular";
	text-decoration: none;
}

.articles-container-pipefy .categories-meta a:hover,
.category .categories-meta a:hover,
.search-results-post .categories-meta a:hover,
.pipefy-recent-posts-categories a:hover {
	color: #E74C3C;
}

.articles-container-pipefy h1 {
	text-align: left;
	padding: 0 30px;
}

.articles-container-pipefy h1 a {
	color: #293e52;
	font: 22px "Avenir Next Cyr W00 Medium";
	-webkit-text-stroke: 0;
	font-weight: 500;
	letter-spacing: 0.6px;
}

.articles-container-pipefy .pipefy-post-content {
	padding: 0 30px;
	margin-top: 15px;
	font: 15px "Avenir Next Cyr W00 Regular";
	color: #4e5b6b;
}

.articles-container-pipefy article img {
	margin-bottom: 10px;
	border-radius: 6px 6px 0 0;
	height: auto !important;
    width: 100%;
    max-width: 100% !important;
   	height: 200px !important;
}

.load-more-posts {
	display: block;
	width: 150px;
	margin: 0 auto;
	color: #9a9a9a;
	text-align: center;
}

.load-more-posts .more {
	display: block;
	margin: 0 auto 5px;
	background-color: #029AFF;
	color: #FFF;
	text-align: center;
	font: 700 42px "Avenir Next Cyr W00 Regular";
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

/*

Single

*/

.single #middle .container {
	width: 100%;
	max-width: 1300px;
	display: block;
	margin: 0 auto;
}

.single .article-header {
	padding-top: 85px;
	padding-bottom: 60px;
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #f9f9f9 100%);
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f9f9f9 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f9f9f9',GradientType=0 );
	border-bottom: 1px solid #f9f9f9;
}

.single .article-body {
	padding-top: 45px;
}

.single .category-list {
	margin-top: 0;
	position: relative;
	padding-left: 25px;
}

.single .category-list:before {
	position: absolute;
	content: '';
	width: 17px;
	height: 4px;
	background-color: #0095ff;
	left: 0;
	top: 7px;
}

.single .category-list a {
	font: 600 14px "Avenir Next Cyr W00 Regular";
	color: #0095ff;
	text-transform: uppercase;
}

.single article h1.template-title {
	font: 300 56px "Avenir Next Cyr W00 Regular";
	color: #009bff;
	margin-top: 15px;
	margin-bottom: 5px;
	-webkit-text-stroke: 0;
}

.single article .description {
	font: 300 18px "Avenir Next Cyr W00 Regular";
	color: #293e52;
}

.btn-import {
	background-color: #1dce67;
	display: inline-block;
	padding: 15px 30px;
	color: #FFF;
	font: 400 16px "Avenir Next Cyr W00 Regular";
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	margin-bottom: 45px;
}

.btn-learn-more {
	background-color: #5699fc;
	display: inline-block;
	padding: 15px 30px;
	color: #FFF;
	font: 400 16px "Avenir Next Cyr W00 Regular";
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	margin-bottom: 45px;
}

.btn-import:hover,
.btn-learn-more:hover {
	color: #FFF;
}

.single .btn-import i {
	margin-top: 2px;
	margin-right: 5px;
	color: #d1f5e0;
}

.single .btn-import:hover {
	background-color: #0ba34b;
}

.single .userinfo {
	border-top: 1px solid #d8d8d8;
	padding-top: 20px;
	color: #999;
	font: 400 15px "Avenir Next Cyr W00 Regular";
}

.single .userinfo strong {
	color: #000;
	font: 700 16px "Avenir Next Cyr W00 Regular";
}

.single .userinfo p {
	margin-bottom: 0.125em;
	line-height: 18px !important;
}

.single .article-body .description p,
.single .article-body .description li {
	color: #535353;
	font: 400 16px "Avenir Next Cyr W00 Regular";
	line-height: 25px !important;
}

.single .why-use h2,
.single .startform h2,
.single .phases h2 {
	font: 600 28px "Avenir Next Cyr W00 Regular";
	color: #009bff;
	-webkit-text-stroke: 0;
	display: block;
	line-height: 59px !important;
	padding-left: 65px;
}

.single .article-body hr {
	border-top: 1px solid #d8d8d8;
	background: none;
}

.single .why-use h2 {
	background: url(../images/icon-why-use.png) center left no-repeat;
}

.single .startform h2 {
	background: url(../images/icon-startform.png) center left no-repeat;
}

/* Phases */

.single .phases h2 {
	background: url(../images/icon-phases.png) center left no-repeat;
}

.single .phases h3 {
	text-transform: uppercase;
	color: #333;
	font: 700 14px "Avenir Next Cyr W00 Regular";
	margin-bottom: 5px !important;
}

.single .phases .description p {
	color: #666;
	font: 400 14px "Avenir Next Cyr W00 Regular";
}

.single .phases .numbers {
	border: 1px solid #dedede;
	margin: 0;
	padding: 0;
	list-style: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.single .phases .numbers > li {
	margin: 0;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	padding-bottom: 1px;
}

.single .phases .numbers > li > a {
	display: block;
	padding: 15px;
	color: #666;
	font: 400 14px "Avenir Next Cyr W00 Regular";
	position: relative;
	padding-right: 50px;
}

.single .phases .numbers > li > a > i {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #b3b3b3;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

.single .phases .numbers > li + li {
	border-top: 1px solid #dedede;
}

.single .phases .numbers > li.active {
	background-color: #fafafa;
}

.single .phases .steps {
	border: 1px solid #dedede;
	margin: 0 25px 25px;
	padding: 0;
	list-style: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFF;
	display: none;
}

.single .phases .steps > li {
	display: block;
	margin: 0 17px;
	padding: 10px;
	color: #666;
	font: 400 14px "Avenir Next Cyr W00 Regular";
}

.single .phases .steps > li + li {
	border-top: 1px solid #dedede;
}

.single-template .site-content {
	margin-bottom: 180px;
}

/* Recommended templates */

.widget-recommended-templates {
	background-color: #192530;
}

.widget-recommended-templates .widget-title {
	text-align: left;
	color: #FFF;
	font: 300 28px "Avenir Next Cyr W00 Regular";
}

.widget-recommended-templates .widget-title strong {
	font: 600 28px "Avenir Next Cyr W00 Regular";
}

/* More about template */

.widget-more-about-template {
	border-top: 1px solid #eaebed;
	padding-top: 45px;
	padding-bottom: 45px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ecf0f1 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ecf0f1 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ecf0f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecf0f1',GradientType=0 );
}

.widget-more-about-template h2 {
	font: 26px "Avenir Next Cyr W00 Regular";
	color: #374f64;
}

.widget-more-about-template .item {
	display: block;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}

.widget-more-about-template .row-fluid + .row-fluid {
	margin-top: 20px
}

.widget-more-about-template .item .more_type {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #e94b35;
	padding: 3px 10px;
	color: #FFF;
	font: 13px "Avenir Next Cyr W00 Medium";
	text-transform: uppercase;
}

.widget-more-about-template .item .more_title {
	font: 18px "Avenir Next Cyr W00 Demi";
	line-height: 24px;
	color: #FFF;
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
	background-color: rgba(25, 37, 48, 0.8);
	padding: 12px;
	z-index: 2;
}

.widget-more-about-template .item .more_play {
	position: absolute;
	z-index: 1;
	width: 68px;
	height: 68px;
	left: 50%;
	margin-left: -34px;
	top: 50%;
	margin-top: -34px;
}

/* Free Signup */

.widget-free-signup {
	background: #333333 url(../images/shadow-signup.jpg) bottom left repeat-x;
	padding-top: 90px;
	text-align: center;
}

.widget-free-signup .logo {
	display: inline-block;
}

.widget-free-signup h2 {
	color: #FFF;
	font: 400 36px "Avenir Next Cyr W00 Regular";
}

.widget-free-signup .btn-signup {
	background-color: #1dce67;
	display: inline-block;
	padding: 20px 50px;
	color: #FFF;
	font: 700 16px "Avenir Next Cyr W00 Regular";
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom: 3px solid #0ba34b;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	margin-bottom: 45px;
}

.widget-free-signup .btn-signup i {
	margin-top: 2px;
	margin-left: 10px;
	color: #d1f5e0;
}

.widget-free-signup .btn-signup:hover {
	background-color: #0ba34b;
}


@media screen and (min-width: 960px){
	.boxed #masthead .masthead-container, .full-width #masthead .masthead-container,
	.layout-full-width #masthead .masthead-container {
		padding: 10px 0;
	}
}

/* general */

body:not(.single-template) #Middle .grid-section-1 .grid-row {
	padding: 20px;
}

@media screen and (max-width: 450px) {
	body:not(.single-template) #Middle .grid-section-1 .grid-row {
	padding: 0;
	}
}

body.single-template #Middle .grid-section-1 .grid-row {
	padding-top: 0 !important;
}

h1.title {
	text-align: left;
	color: #2b3e50;
	font: 300 50px "Avenir Next Cyr W00 Regular";
	margin-bottom: 50px;
}

.category-container {
	background-position: top center;
	background-size: cover;
	margin-bottom: 25px;
}

.category-container .title-container,
.category-footer-container .title-container,
.container-category-more-about {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.category-container .title-container,
.category-footer-container .title-container,
.container-category-more-about {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
}

@media screen and (max-width: 991px){
	.category-container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media screen and (min-width: 992px){
	.category-container {
		padding-top: 110px;
		padding-bottom: 110px;
	}
}

.category-container h1.title {
	text-align: left;
	color: #FFF;
	font: 400 36px "Avenir Next Cyr W00 Bold";
	margin-bottom: 20px;
}

@media screen and (min-width: 1200px){
	.category-container h1.title {
		font: 400 42px "Avenir Next Cyr W00 Bold";
	}
}

.category-container .category-description {
	font: 24px "Avenir Next Cyr W00 Regular";
	line-height: 36px;
	color: #eeeff1;
}

@media screen and (min-width: 992px){
	.category-container .category-description {
		max-width: 50%;
	}
}

.category-footer-container {
	background-color: #223141;
	padding-top: 37px;
	padding-bottom: 40px;
}

.category-footer-container .title {
	color: #ffffff;
	font: 24px "Avenir Next Cyr W00 Medium";
	margin-bottom: 10px;
}

.category-footer-container .category-description {
	color: #FFFFFF;
	font: 16px "Avenir Next Cyr W00 Regular";
	line-height: 24px;
	margin-bottom: 0;
}

.list-templates h2 {
	font: 400 24px "Avenir Next Cyr W00 Regular";
	color: #425062;
}

.list-templates h2.most-popular {
	margin-top: 10px;
}

.view-all {
	margin-top: 35px;
	color: #5eabfc;
	float: right;
	display: block;
}

/* Paginate */

.wp-paginate {
	text-align: center;
}

.wp-paginate li {
	border: none;
	display: inline-block;
	background-color: transparent;
	margin: 0;
}

.wp-paginate li a {
	border: none;
	background-color: transparent;
	font: 400 18px "Avenir Next Cyr W00 Regular";
	color: #5c9dfa;
}

.wp-paginate .current {
	border: none !important;
	background-color: #5c9dfa !important;
	font: 400 18px "Avenir Next Cyr W00 Regular" !important;
	color: #fff !important;
	border-radius: 50%;
	padding: 4px 10px !important;
}

.wp-paginate a:hover, .wp-paginate a:active {
	background-color: transparent !important;
	color: #5c9dfa !important;
}

/* Category */

.entry-category {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.cat1 {
	color: #66bfff;
}

.cat2 {
	color: #ec8fe0;
}

.cat3 {
	color: #ff9a00;
}

.cat4 {
	color: #23d9d9;
}

.cat5 {
	color: #9375ff;
}

.cat6 {
	color: #7fb3e3;
}

.cat7 {
	color: #ef6e56;
}

.elsecat {
	color: #ef6e56;
}

.category .entry-title a,
.search-results-post .entry-title a {
	font: 600 36px "Avenir Next Cyr W00 Regular" !important;
	color: #5eabfc;
	-webkit-text-stroke: 0;
}

.category .entry-title a:hover,
.search-results-post .entry-title a:hover {
	color: #5eabfc !important;
}

.category .pipefy-post-content,
.search-results-post .pipefy-post-content {
	color: #6c7784;
	font: 400 18px "Avenir Next Cyr W00 Regular";
}

.category .post-category + .post-category,
.search-results-post .post-category + .post-category {
	margin-top: 30px;
}

.category .header-meta,
.search-results-post .header-meta {
	margin-bottom: 5px;
}

/* Search */

.search-results-template #Middle article, .search-results-template #Middle article.type-portfolio, .search-results-template #Middle .posts-grid article {
	margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.search-results-post h1.title {
	font-size: 32px;
	margin-bottom: 0;
}

.search-results-post h2.search-term {
	color: #6c7784;
	margin-top: 0;
	margin-bottom: 45px;
	text-align: center;
	font: 300 42px "Avenir Next Cyr W00 Regular";
	-webkit-text-stroke: 0;
}

.search-results-post article {
	border: none !important;
}

/* Single post */

.container-author-photo {
	text-align: center;
}

.pipefy-post-content .author-foto {
	display: inline-block;
	position: relative;
	width: 92px;
	height: 92px;
	border-radius: 46px;
	-moz-border-radius: 46px;
	-webkit-border-radius: 46px;
}

.pipefy-post-content .author-foto img {
	position: absolute;
	left: 0;
}

.pipefy-post-content .posted-by {
	font-size: 12px;
	font-family: "Avenir Next Cyr W00 Medium";
	line-height: 24px;
	margin-top: 10px;
}

.pipefy-post-content .author {
	color: #384f63;
	font: 16px "Avenir Next Cyr W00 Medium";
	margin-bottom: 5px;
}

.pipefy-post-content .author-description {
	color: #384f63;
	font: 14px "Avenir Next Cyr W00 Medium";
}

.pipefy-post-content .page-title {
  color: #2b3e50 !important;
  font: 300 50px "Avenir Next Cyr W00 Thin" !important;
  letter-spacing: 1.5px;
  margin-bottom: 30px !important;
  margin-top: 40px;
}


@media screen and (max-width: 450px) {
.pipefy-post-content .page-title {
	font: 300 40px "Avenir Next Cyr W00 Thin" !important;
	}
}

.pipefy-post-content .wpb_wrapper > p:first-child::first-letter {
	font-size: 500%;
	line-height: 67%;
	display: block;
	float: left;
	padding: 5px 10px 5px 0;
	margin: 0;
	vertical-align: top;
}

.pipefy-post-content .pipefy-post-categories {
	padding: 0 15px;
	text-transform: uppercase;
	font: 14px "Avenir Next Cyr W00 Regular";
	color: #b9bdc4;
	margin-bottom: 15px;
}

.pipefy-post-content .pipefy-post-categories a {
	font: 14px "Avenir Next Cyr W00 Regular";
	color: #b9bdc4;
}

.pipefy-post-content .pipefy-post-content-description {
	font: 18px "Avenir Next Cyr W00 Regular";
	color: #2b3e50;
 	line-height: 1.9;
  	letter-spacing: 0.5px;
  	text-align: left;
}

.pipefy-post-content .pipefy-post-content-description strong {
	font: 300 18px "Avenir Next Cyr W00 Demi";
}

.pipefy-post-content .pipefy-post-content-description a,
.pipefy-post-content .pipefy-post-content-description a:active,
.pipefy-post-content .pipefy-post-content-description a:hover,
.pipefy-post-content .pipefy-post-content-description a:focus {
	color: #0095ff;
}

.pipefy-post-content .pipefy-post-content-description h2,
.pipefy-post-content .pipefy-post-content-description h3,
.pipefy-post-content .pipefy-post-content-description h4,
.pipefy-post-content .pipefy-post-content-description h5 {
	font-family: "Avenir Next Cyr W00 Regular";
	color: #2b3e50;
	letter-spacing: 1.5px;
}

.pipefy-post-content .pipefy-post-share {
	padding: 0 15px;
	margin-bottom: 40px;
}

.pipefy-post-content .pipefy-post-share a {
	display: inline-block;
}

.pipefy-post-content .pipefy-post-share a + a {
	margin-left: 15px;
}

.pipefy-post-content .pipefy-post-share .share {
	font: 14px "Avenir Next Cyr W00 Demi";
	color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 7px 10px;
}

@media screen and (max-width: 899px) {
	.pipefy-post-content .pipefy-post-share .share {
		display: block;
		margin-top: 10px;
	}
	.pipefy-post-content .pipefy-post-share .share + .share {
		margin-left: 0;
	}
}

@media screen and (min-width: 900px) and (max-width: 1023px){
	.pipefy-post-content .pipefy-post-share .share {
		width: 100px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1149px){
	.pipefy-post-content .pipefy-post-share .share {
		width: 120px;
	}
}

@media screen and (min-width: 1250px){
	.pipefy-post-content .pipefy-post-share .share {
		width: 160px;
	}
}

.pipefy-post-content .pipefy-post-share .share img,
.pipefy-post-content .pipefy-post-share .share span {
	display: inline-block;
	vertical-align: middle;
}

.pipefy-post-content .pipefy-post-share .share span {
	margin-left: 24px;
	position: relative;
}

.pipefy-post-content .pipefy-post-share .share span:before {
	position: absolute;
	content: '';
	top: 1px;
	left: -13px;
	height: 15px;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.2);
}

.pipefy-post-content .pipefy-post-share .twitter {
	background-color: #06a6df;
}

.pipefy-post-content .pipefy-post-share .facebook {
	background-color: #244f96;
}

.pipefy-post-content .pipefy-post-share .google {
	background-color: #dc3d26;
}

/* Blog sidebar */

.sidebar-blog ul {
	margin: 0;
	list-style: none;
}

.sidebar-blog .widget-title {
	color: #425062 !important;
}

.pipefy-recent-posts-title {
	font: 14px "Avenir Next Cyr W00 Regular";
}

.pipefy-recent-posts-title a,
.pipefy-recent-posts-title a:hover {
	color: #425062;
}
.pipefy-recent-post + .pipefy-recent-post {
	margin-top: 15px;
}

#lang_sel_list{
	padding:0px;
}
#lang_sel_list ul{
	margin:0;
	padding:0;
	list-style-type: none;
}
#lang_sel_list ul li{
	font-size:12px;
	line-height:10px;
	padding:5px 0;
	margin:0;
	font: 13px "Avenir Next Cyr W00 Medium";
}
#lang_sel_list a img {
	vertical-align: middle;
}


.start-from-scratch{
	text-align:center;
	padding:80px 0;
	margin-top:30px;
	border-top:2px solid #f1f2f3;
}
.start-from-scratch h4{
	font-size:22px;
	margin-bottom:50px;
}
.start-from-scratch a{
	padding:30px 60px;
	color:#FFF;
	border-radius:45px;
	background:#5297FF;
	font-size:18px;
	cursor:pointer;
}
.start-from-scratch a:hover{
	color:#FFF;
	background:#4080E1;
}
.start-from-scratch a i{
	margin-right:5px;
}

.not-found-template{
	width:100%;
	background:#f1f2f3;
	border-radius:3px;
	padding:40px 0;
	margin:30px 0;
	font-size:16px;
	text-align:center;
}
.not-found-template p{
	margin:0;
}
.not-found-template a{
	color:#5297ff;
}
.not-found-template a:hover{
	text-decoration:underline;
}

/* Let's get started widget */

.container-widget-signup-form {
	border-top: 1px solid #dedede;
}

#widget-signup-form {
	padding: 80px 50px;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}

#widget-signup-form .form {
    text-align: center;
    position: relative;
}

#widget-signup-form h3 {
    font-size: 42px;
    line-height: 46px;
    color: #333333;
    font-weight: 200;
}

#widget-signup-form .form h3 strong {
	font-weight: 600;
}

#widget-signup-form .form h4 {
    color: #A9A9A9;
    font-size: 18px;
    line-height: 25px;
}

#widget-signup-form .form form {
    margin: 50px auto;
}

#widget-signup-form .form .email-input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    float: left;
    padding: 31px 30px;
    width: 60%;
    background-color: #F1F2F3;
    border: 1px solid #E0E0E0;
    box-shadow: none;
    height: 46px;
    font-size: 18px;
    line-height: 1.3333333;
    display: block;
    background-image: none;
    color: #555555;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
    -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
    -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
    transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#widget-signup-form .form .btn-lg {
    width: 39%;
    float: left;
    font-weight: 600;
    font-size: 21px;
    padding: 24px 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	border: none;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 20px;
    box-shadow: 0px 3px 0px 0px #0BA34B;
    background-color: #1DCE67;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 2px;
    font-family: inherit;
    -webkit-appearance: button;
    overflow: visible;
    font: inherit;
}
