.template-header {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  background-color: #383f51;
  background-image: url("../images/elaborazione_gradient_corretto_r1_c1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.template-header .content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  color: white;
}
.template-header .content-wrapper .template-header-content {
  flex: 1 1 auto;
  margin-right: 40px;
  max-width: 800px;
}
.template-header .content-wrapper .template-header-content h2 {
  color: white;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 20px;
}
.template-header .content-wrapper .template-header-content p {
  margin-bottom: 0;
  font-weight: 400;
}
.template-header .content-wrapper .template-header-buttons {
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: right;
}
.template-header .content-wrapper .template-header-buttons .button {
  color: white;
  border: 2px solid white;
  text-transform: none;
  font-weight: 500;
  font-size: 20px;
  background-color: #D1145B;
}
.template-header .content-wrapper .template-header-buttons .button:hover {
  background-color: #ba1251;
}
@media screen and (max-width: 740px) {
  .template-header .content-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .template-header .content-wrapper .template-header-content {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .template-header .content-wrapper .template-header-content h2 {
    margin-bottom: 10px;
  }
  .template-header .content-wrapper .template-header-content p {
    font-size: 16px;
    line-height: 135%;
  }
  .template-header .content-wrapper .template-header-buttons .button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
  }
}
.template-page-wrapper {
  background-color: #eeeeee;
  padding: 40px 0 20px;
}
.template-page-wrapper #page-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.template-nav {
  display: flex;
  align-items: center;
  margin-top: -10px;
  margin-bottom: 10px;
}
.template-nav a {
  display: inline-block;
  color: rgba(85, 85, 85, 0.7);
  font-size: 14px;
  font-weight: 400;
}
.template-nav a:hover {
  color: #555555;
}
.template-nav .material-icons {
  padding: 0 4px;
  color: rgba(85, 85, 85, 0.4);
  font-size: 16px;
}
.template-nav .material-icons:first-child {
  padding-left: 0;
}
.template-layout-wrapper {
  display: flex;
  flex-direction: row;
  align-items: start;
}
@media screen and (max-width: 1160px) {
  .template-layout-wrapper {
    flex-direction: column;
  }
  .template-layout-wrapper > .template-content,
  .template-layout-wrapper > .template-sidebar {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.template-layout-wrapper > .template-content {
  width: 0;
  flex: 8 1 auto;
  margin-right: 30px;
  padding: 20px;
  background-color: white;
  border: 1px solid #dddddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
.template-layout-wrapper > .template-content > .template-content-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.template-layout-wrapper > .template-content > .template-content-header > .template-content-header-image {
  display: block;
  position: relative;
  flex: 0 0 auto;
  width: 180px;
  height: 163.63636364px;
  margin-right: 20px;
}
@media screen and (max-width: 780px) {
  .template-layout-wrapper > .template-content > .template-content-header > .template-content-header-image {
    width: 126px;
    height: 114.54545455px;
  }
}
@media screen and (max-width: 540px) {
  .template-layout-wrapper > .template-content > .template-content-header > .template-content-header-image {
    display: none;
  }
}
.template-layout-wrapper > .template-content > .template-content-header > .template-content-header-image > .template-content-header-image-color,
.template-layout-wrapper > .template-content > .template-content-header > .template-content-header-image > .template-content-header-image-gradient,
.template-layout-wrapper > .template-content > .template-content-header > .template-content-header-image > .template-content-header-image-image {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.template-layout-wrapper > .template-content > .template-content-header > .template-content-header-image > .template-content-header-image-gradient {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 49%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 100%);
}
.template-layout-wrapper > .template-content > .template-content-header > .template-content-header-image > .template-content-header-image-image {
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.template-layout-wrapper > .template-content > .template-content-header > .template-content-header-content {
  flex: 1 1 auto;
}
.template-layout-wrapper > .template-content > .template-content-header > .template-content-header-content > .template-content-header-content-text {
  font-size: 120%;
  line-height: 135%;
}
@media screen and (max-width: 780px) {
  .template-layout-wrapper > .template-content > .template-content-header > .template-content-header-content > .template-content-header-content-text {
    font-size: 100%;
    line-height: 135%;
  }
}
.template-layout-wrapper > .template-content > .template-content-header > .template-content-header-content > .template-content-header-content-links {
  margin-top: 3px;
  margin-bottom: -10px;
  color: #CCCCCC;
}
.template-layout-wrapper > .template-content > .template-content-header > .template-content-header-content > .template-content-header-content-links a {
  display: inline-block;
  margin-left: 9px;
  padding: 8px 10px 8px 35px;
  font-size: 16px;
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: left center;
}
.template-layout-wrapper > .template-content > .template-content-header > .template-content-header-content > .template-content-header-content-links a:first-child {
  margin-left: 0;
}
.template-layout-wrapper > .template-content > .template-content-header > .template-content-header-content > .template-content-header-content-links a#pricing-link {
  color: #82b53f;
  background-image: url("../images/price_list.png");
}
.template-layout-wrapper > .template-content > .template-content-header > .template-content-header-content > .template-content-header-content-links a#addons-link {
  padding-left: 33px;
  color: #ff0066;
  background-image: url("../images/addons_icon.png");
}
.template-layout-wrapper > .template-content > .template-content-share {
  margin-bottom: 20px;
  text-align: right;
}
.template-layout-wrapper > .template-content > .template-content-share a {
  display: inline-block;
  margin-left: 4px;
  text-decoration: none !important;
}
.template-layout-wrapper > .template-content > .template-content-share a > .mail-image {
  width: 32px;
  height: 32px;
  padding: 4px;
  background-color: #d03229;
}
.template-layout-wrapper > .template-content > .template-content-share a:hover {
  opacity: 0.8;
}
.template-layout-wrapper > .template-content > .template-content-text {
  margin-bottom: 20px;
  font-size: 16px;
}
.template-layout-wrapper > .template-content > .screenshots {
  overflow: hidden;
  height: 300px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.template-layout-wrapper > .template-content > .screenshots .screenshots-slide > a {
  display: block;
  margin-right: 10px;
}
.template-layout-wrapper > .template-content > .screenshots .screenshots-slide > a > img {
  display: block;
  height: 300px;
}
.template-layout-wrapper > .template-content > .screenshots .screenshots-slides-arrow {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  border-radius: 20px;
  margin: -20px 0 0;
  background-color: white;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.template-layout-wrapper > .template-content > .screenshots .screenshots-slides-arrow .material-icons {
  position: relative;
  font-size: 30px;
  line-height: 39px;
  color: #82b53f;
}
.template-layout-wrapper > .template-content > .screenshots .screenshots-slides-arrow:hover .material-icons {
  color: black;
}
.template-layout-wrapper > .template-content > .screenshots .screenshots-slides-arrow.screenshots-slides-arrow-prev {
  left: 15px;
}
.template-layout-wrapper > .template-content > .screenshots .screenshots-slides-arrow.screenshots-slides-arrow-prev .material-icons {
  left: -1px;
}
.template-layout-wrapper > .template-content > .screenshots .screenshots-slides-arrow.screenshots-slides-arrow-next {
  right: 15px;
}
.template-layout-wrapper > .template-content > .screenshots .screenshots-slides-arrow.screenshots-slides-arrow-next .material-icons {
  left: 1px;
}
.template-layout-wrapper > .template-content > .screenshots .screenshots-slides-arrow.slick-disabled {
  display: none !important;
}
.template-layout-wrapper > .template-content > .template-content-pricing > h4 {
  text-transform: uppercase;
}
.template-layout-wrapper > .template-content > .template-content-pricing > .template-pricing-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 15px;
  line-height: 135%;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.template-layout-wrapper > .template-content > .template-content-pricing > .template-pricing-item > .template-pricing-content {
  flex: 1 1 auto;
  margin-right: 20px;
}
.template-layout-wrapper > .template-content > .template-content-pricing > .template-pricing-item > .template-pricing-content > .template-pricing-title {
  font-size: 18px;
  line-height: 135%;
  font-weight: 500;
  margin-bottom: 5px;
}
.template-layout-wrapper > .template-content > .template-content-pricing > .template-pricing-item > .template-pricing-content > .template-pricing-slogan {
  margin-top: -5px;
  margin-bottom: 5px;
}
.template-layout-wrapper > .template-content > .template-content-pricing > .template-pricing-item > .template-pricing-content > .template-pricing-features {
  margin-top: 10px;
}
.template-layout-wrapper > .template-content > .template-content-pricing > .template-pricing-item > .template-pricing-content > .template-pricing-features > .feature-text {
  font-style: italic;
}
.template-layout-wrapper > .template-content > .template-content-pricing > .template-pricing-item > .template-pricing-content > .template-pricing-features > .feature-badge {
  display: inline-block;
  margin-left: 5px;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 4px 8px 2px;
  background-color: #f1f1f1;
}
.template-layout-wrapper > .template-content > .template-content-pricing > .template-pricing-item > .template-pricing-content > .template-pricing-features > .feature-badge:first-child {
  margin-left: 0;
}
.template-layout-wrapper > .template-content > .template-content-pricing > .template-pricing-item > .template-pricing-price {
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: right;
}
.template-layout-wrapper > .template-content > .template-content-pricing > .template-pricing-item > .template-pricing-price .template-pricing-price-price {
  font-weight: 500;
}
.template-layout-wrapper > .template-content > .template-content-pricing > .template-pricing-item > .template-pricing-price .template-pricing-price-button {
  margin-top: 10px;
}
.template-layout-wrapper > .template-content > .template-content-pricing > .template-pricing-item > .template-pricing-price .template-pricing-price-button .button {
  padding: 7px 20px 5px;
  box-shadow: none;
}
.template-layout-wrapper > .template-content > .template-content-pricing > .template-pricing-item > .template-pricing-price .template-pricing-price-button.template-pricing-price-button-size-0 .button {
  text-transform: none;
  background-color: #D1145B;
}
.template-layout-wrapper > .template-content > .template-content-pricing > .template-pricing-item > .template-pricing-price .template-pricing-price-button.template-pricing-price-button-size-0 .button:hover {
  background-color: #ba1251;
}
@media screen and (max-width: 560px) {
  .template-layout-wrapper > .template-content > .template-content-pricing > .template-pricing-item {
    flex-direction: column;
    align-items: stretch;
  }
  .template-layout-wrapper > .template-content > .template-content-pricing > .template-pricing-item > .template-pricing-content {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.template-layout-wrapper > .template-sidebar {
  width: 0;
  flex: 3 1 auto;
}
@media screen and (max-width: 1160px) {
  .template-layout-wrapper > .template-sidebar {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    margin-top: 15px;
  }
}
.template-layout-wrapper > .template-sidebar > .template-sidebar-section {
  margin-bottom: 35px;
}
@media screen and (max-width: 1160px) {
  .template-layout-wrapper > .template-sidebar > .template-sidebar-section {
    width: 0;
    flex: 2 1 auto;
    margin-right: 20px;
  }
  .template-layout-wrapper > .template-sidebar > .template-sidebar-section:last-child {
    flex: 3 1 auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 810px) {
  .template-layout-wrapper > .template-sidebar > .template-sidebar-section {
    width: 100%;
    margin-right: 0 !important;
  }
}
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > h4 {
  margin: 5px 0 15px;
  text-shadow: 1px 1px 0 white;
}
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-details,
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-sidebar-item {
  padding: 20px;
  background-color: white;
  border: 1px solid #dddddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-details {
  padding: 15px;
  font-size: 15px;
}
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-details a {
  position: relative;
  color: #82b53f;
  text-shadow: 0 0 5px white;
}
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-details a.current {
  text-decoration: underline;
  /*padding-right: 10px;
						
						&:after {
							.triangle(left, 6px, @accent-secondary-color);
							position: absolute;
							top: 50%;
							right: 0;
							margin-top: -7px;
						}*/
}
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-details a:hover {
  color: #6f9a36;
}
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-details a:hover > img {
  opacity: 0.8;
}
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-details > dl {
  overflow: hidden;
  margin-bottom: 0;
}
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-details > dl > dt {
  float: left;
  clear: left;
  width: 38%;
  padding-right: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-details > dl > dd {
  float: left;
  width: 62%;
  font-weight: 500;
  margin-bottom: 15px;
}
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-sidebar-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 13.33333333px;
  color: #555555 !important;
  text-decoration: none !important;
  cursor: pointer;
}
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-sidebar-item > .template-sidebar-item-image {
  display: block;
  position: relative;
  flex: 0 0 auto;
  width: 90px;
  height: 81.81818182px;
  margin-right: 10px;
}
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-sidebar-item > .template-sidebar-item-image > .template-sidebar-item-image-color,
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-sidebar-item > .template-sidebar-item-image > .template-sidebar-item-image-gradient,
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-sidebar-item > .template-sidebar-item-image > .template-sidebar-item-image-image {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-sidebar-item > .template-sidebar-item-image > .template-sidebar-item-image-gradient {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 49%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 100%);
}
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-sidebar-item > .template-sidebar-item-image > .template-sidebar-item-image-image {
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-sidebar-item > .template-sidebar-item-content {
  display: block;
  flex: 1 1 auto;
}
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-sidebar-item > .template-sidebar-item-content > .title,
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-sidebar-item > .template-sidebar-item-content > .subtitle {
  display: block;
  margin-bottom: 5px;
}
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-sidebar-item > .template-sidebar-item-content > .title:last-child,
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-sidebar-item > .template-sidebar-item-content > .subtitle:last-child {
  margin-bottom: 0;
}
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-sidebar-item > .template-sidebar-item-content > .title {
  font-size: 18px;
  line-height: 121.5%;
  padding-top: 1px;
  padding-bottom: 1px;
}
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-sidebar-item > .template-sidebar-item-content > .subtitle {
  font-size: 12px;
  line-height: 135%;
  opacity: 0.7;
}
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-sidebar-item:hover > .template-sidebar-item-content > .title {
  color: black !important;
  text-decoration: underline !important;
}
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-sidebar-item.template-sidebar-item-secondary {
  align-items: center;
}
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-sidebar-item.template-sidebar-item-secondary > .template-sidebar-item-content > .title {
  font-size: 15px;
  line-height: 121.5%;
  font-weight: 500;
  margin-bottom: 5px;
}
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-sidebar-link {
  text-align: right;
  font-size: 14px;
}
.template-layout-wrapper > .template-sidebar > .template-sidebar-section > .template-sidebar-link a {
  font-weight: 600;
}
