/* font */
@font-face {
  font-family: SourceSans;
  src: url("../fonts/SourceSansPro-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: SourceSans;
  src: url("../fonts/SourceSansPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SourceSans;
  src: url("../fonts/SourceSansPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: SourceSans;
  src: url("../fonts/SourceSansPro-Black.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
/* font end */
html {
  font-family: SourceSans, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
body {
  width: 100%;
  height: 100%;
  background: #f8f8f8;
}
*, *:before, *:after {
  box-sizing: inherit;
}
a {
  text-decoration: underline;
  font-weight: 400;
  color: #080808;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a.inverse {
  text-decoration: none;
  font-weight: 400;
  color: #f8f8f8;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}
a.inverse:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.16);
}
p {
  margin: 0;
  padding: 0;
}
/* navigation */
/*.line-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 1px;
  background: #6bf7ff;
  z-index: 100;
}*/
.nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  background: none;
  z-index: 99;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
nav {
  position: relative;
  display: block;
  top: 0;
  margin: 0 auto;
  width: 33em;
  height: 5.5em;
  border-radius: 0 0 2px 2px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.nav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.nav-list > li {
  width: 5.5em;
  height: 5.5em;
  margin: 0;
  padding: 0;
  text-align: center;
  /*border-bottom: 1px solid #9750bf;*/
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.nav-list > li:first-child {
  border-radius: 0 0 0 2px;
}
.nav-list > li:last-child {
  border-radius: 0 0 2px 0;
}
.nav-links {
  background: rgba(201, 107, 255, 0.96);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.nav-links:hover {
  background: #9750bf;
}
/*.nav-links.active {
  background: rgba(107, 247, 255, 0.96);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.48);
  z-index: 101;
}*/
.nav-links.active:hover {
  background: #c96bff;
  box-shadow: none;
}
.nav-links > a {
  color: #f8f8f8;
  text-decoration: none;
  font-weight: 300;
}
.nav-label {
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 400;
}
.nav-label.active {
  color: #4d3c65;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.nav-container-column-between-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 5.5em;
  height: 2.625em;
  padding: 1.5em 0 1.375em;
}
.nav-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(77, 60, 101, 0.96);
  border-bottom: 1px solid transparent !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.nav-brand:hover {
  background: #9750bf;
}
.nav-brand > a {
  color: #b8b1c1;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -1px;
}
.nav-container-column-between-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 5.5em;
  height: 5.5em;
  padding: 1.5em 0;
}
.nav-logo {
  width: 5em;
  height: 5em;
  margin: 0 auto;
  text-align: center;
  font-size: 0.5em;
  line-height: 1em;
}
.nav-icon {
  width: 3em;
  height: 3em;
  margin: 0 auto;
  text-align: center;
  font-size: 0.5em;
  line-height: 1em;
}
.nav-scroll {
  width: 24em;
  height: 4em;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.nav-list-scroll > li {
  width: 4em;
  height: 4em;
  padding: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.nav-container-column-between-links-scroll,
.nav-container-column-between-brand-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4em;
  height: 4em;
  padding: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.nav-label-scroll,
.nav-label-active-scroll {
  display: none;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media screen and (max-width: 48em), (max-height: 30em) {
nav {
  width: 24em;
  height: 4em;
}
.nav-list > li {
  width: 4em;
  height: 4em;
  padding: 0;
}
.nav-container-column-between-links,
.nav-container-column-between-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4em;
  height: 4em;
  padding: 0;
}
.nav-label,
.nav-label-active {
  display: none;
}
}
@media screen and (max-width: 24.375em) {
.line-nav {
  height: 0;
  background: none;
}
.nav-bar {
  top: 0;
  background: #c96bff;
}
nav {
  width: 100%;
}
.nav-scroll {
  width: 100%;
  height: auto;
}
.nav-list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}
.nav-list > li {
  width: 100%;
  height: 3em;
  box-shadow: none;
  border: none;
}
.nav-links.active {
  box-shadow: none;
}
.nav-brand {
  display: none;
}
.nav-container-column-between-links {
  width: 100%;
  height: 3em;
}
.nav-label,
.nav-label-active {
  display: block;
  font-size: 1em;
  line-height: 1.5em;
}
.nav-logo,
.nav-icon {
  display: none;
}
.nav-btn {
  display: block;
  background: #c96bff;
  margin: 0 auto;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  text-align: center;
  padding: 1em 0;
  cursor: pointer;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.nav-btn:hover {
  background: #9750bf;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav-btn:before {
  content: url('../images/navigate.svg');
}
}
/* navigation end */
/* cover */
.cover {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 30em;
  background: -webkit-linear-gradient(top, rgba(58,45,76,0.4) 0%, rgba(58,45,76,0.4) 100%), url("../images/office.jpg") bottom center no-repeat;
  background: linear-gradient(to bottom, rgba(58,45,76,0.4) 0%, rgba(58,45,76,0.4) 100%), url("../images/office.jpg") bottom center no-repeat;
  background-size: cover;
  border-bottom-left-radius: 50% 12%;
  border-bottom-right-radius: 50% 12%;
}
.ux-cover {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 80%;
  min-height: 30em;
  background: -webkit-linear-gradient(top, rgba(58,45,76,0.4) 0%, rgba(58,45,76,0.4) 80%, rgba(248,248,248,1) 100%), url("../images/seminar.jpg") top center no-repeat;
  background: linear-gradient(to bottom, rgba(58,45,76,0.4) 0%, rgba(58,45,76,0.4) 80%, rgba(248,248,248,1) 100%), url("../images/seminar.jpg") top center no-repeat;
  background-size: cover;
}
.uvp {
  display: block;
  width: 50%;
  height: auto;
  margin: 0 0 0 auto;
  padding: 0 4em 0 0;
}
.ux-uvp {
  display: block;
  width: auto;
  height: auto;
  text-align: center;
  margin: 0 auto;
  padding: 0 4em;
}
h1.cover-uvp {
  font-size: 3em;
  line-height: 1em;
  color: #fff;
  font-weight: 800;
  text-align: left;
  margin: 0;
  padding: 0;
  letter-spacing: -0.083em;
}
h3.cover-uvp-line {
  font-size: 1em;
  line-height: 1.5em;
  color: #fff;
  font-weight: 300;
  text-align: left;
  margin: 0;
  padding: 0;
}
h3.ux-cover-uvp-line {
  font-size: 1em;
  line-height: 1.5em;
  color: #fff;
  font-weight: 300;
  text-align: center;
  margin: 0;
  padding: 0;
}
.btn {
  padding: 0.75em 2em;
  text-decoration: none;
  width: auto;
  font-size: 1em;
  font-weight: 700;
  border-radius: 2px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn.color-1 {
  border: 0.125em solid rgba(72, 204, 85, 0.96);
  color: #fff;
  background: rgba(72, 204, 85, 0.96);
  margin: 2em auto 0;
  /*box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.2);*/
}
.btn.color-2 {
  border: 0.125em solid #48cc55;
  color: #fff;
  background: #48cc55;
  margin: 2em auto 0;
}
.btn.color-1:hover {
  border: 0.125em solid #fff;
  background: none;
  color: #fff;
  box-shadow: none;
}
.btn.color-2:hover {
  border: 0.125em solid #4d3c65;
  background: none;
  color: #4d3c65;
  box-shadow: none;
}
.btn.disabled {
  border: 0.125em solid rgba(192, 192, 192, 0.96);
  color: #dfdfdf;
  background: rgba(192, 192, 192, 0.96);
  margin: 2em auto 0;
  cursor: not-allowed;
}
.typed-cursor{
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
.fb-btn {
  position: absolute;
  top: 84%;
  left: 50%;
  text-align: center;
  margin: 0 0 0 -75px;
  width: 50px;
  height: 60px;
}
.g-btn {
  position: absolute;
  top: 84%;
  left: 50%;
  text-align: center;
  margin: 0 0 0 25px;
  width: 50px;
  height: 60px;
}
@media screen and (max-width: 48em) {
.cover {
  background: -webkit-linear-gradient(top, rgba(58,45,76,0.4) 0%, rgba(58,45,76,0.4) 100%), url("../images/office-s.jpg") center no-repeat;
  background: linear-gradient(to bottom, rgba(58,45,76,0.4) 0%, rgba(58,45,76,0.4) 100%), url("../images/office-s.jpg") center no-repeat;
  background-size: cover;
}
.ux-cover {
  background: -webkit-linear-gradient(top, rgba(58,45,76,0.4) 0%, rgba(58,45,76,0.4) 80%, rgba(248,248,248,1) 100%), url("../images/seminar-s.jpg") top center no-repeat;
  background: linear-gradient(to bottom, rgba(58,45,76,0.4) 0%, rgba(58,45,76,0.4) 80%, rgba(248,248,248,1) 100%), url("../images/seminar-s.jpg") top center no-repeat;
  background-size: cover;
}
.uvp {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0 2em;
}
h1.cover-uvp {
  text-align: center;
}
h3.cover-uvp-line {
  text-align: center;
}
.ux-uvp {
  padding: 0 2em;
}
}
@media screen and (max-width: 30em) {
.uvp,
.ux-uvp {
  padding: 0 1em;
}
}
/* cover end */
/* section */
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.container.top-first {
  height: 5.5em;
}
.container p {
  font-size: 1em;
  line-height: 1.5em;
}
.sub-container-1 {
  display: block;
  width: 100%;
  max-width: 100em;
  height: auto;
  margin: 0;
  padding: 0;
}
.sub-container-1-50 {
  display: block;
  width: 100%;
  max-width: 50em;
  height: auto;
  margin: 0;
  padding: 0;
}
.sub-container-1-2 {
  display: block;
  width: 50%;
  max-width: 50em;
  height: auto;
  margin: 0;
  padding: 0;
}
.sub-container-1-3 {
  display: block;
  width: 33%;
  max-width: 33em;
  height: auto;
  margin: 0;
  padding: 0;
}
.content-first {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 6em 3em 6em 6em;
}
.content-second {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 6em 6em 6em 3em;
}
.content-mid {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 3em;
}
.content-solo {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 6em;
}
.space {
  display: block;
  width: 100%;
  height: 5.5em;
  margin: 0;
  padding: 0;
}
.seminar-front {
  background: url("../images/ubackground.svg") center left no-repeat, url("../images/xbackground.svg") center right no-repeat;;
}
.colors-first {
  color: #44324e;
  background: #f8f8f8;
}
.colors-second {
  color: #f8f8f8;
  background: #428582;
}
.colors-third {
  color: #f8f8f8;
  background: #716384;
}
.colors-forth {
  color: #44324e;
  background: #f8f8f8;
  background: -webkit-linear-gradient(top, #f8f8f8 0,#eeeeee 20%,#eeeeee 80%,#f8f8f8 100%);
  background: linear-gradient(to bottom, #f8f8f8 0,#eeeeee 20%,#eeeeee 80%,#f8f8f8 100%);
}
.content-l {
  text-align: left;
}
.content-r {
  text-align: right;
}
.content-c {
  text-align: center;
}
h2.section-title {
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 800;
  margin: 0;
  padding: 0;
  letter-spacing: -0.083em;
  color: #716384;
}
h2.section-title-ux {
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 300;
  margin: 0;
  padding: 0;
  letter-spacing: -0.083em;
  color: #ffb500;
}
h2.section-title-ux-1 {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #44324E;
}
h2.section-title-1 {
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #716384;
}
h2.section-title-2 {
  font-size: 2.5em;
  line-height: 1.5em;
  font-weight: 800;
  margin: 0;
  padding: 0;
  letter-spacing: -0.083em;
  color: #4d3c65;
}
h3.section-title {
  font-size: 1em;
  line-height: 1.5em;
  color: #44324e;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
h3.sub-title {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #716384;
}
h4.summary {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
ul.biz-dev {
  font-size: 1em;
  line-height: 1.5em;
  list-style: circle;
  margin: 1em 0 1em 2em;
  padding: 0;
}
img.front-fluid {
  display: block;
  width: 100%;
  height: auto;
  max-width: 50em;
  color: #948aa3;
  font-size: 0.75em;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
img.ux-fluid {
  display: block;
  width: 100%;
  height: auto;
  max-width: 40em;
  color: #948aa3;
  font-size: 0.75em;
  text-align: left;
  margin: 0;
  padding: 0;
}
.friends-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
img.friends {
  display: block;
  width: 8em;
  height: 8em;
  margin: 4em 6em 4em 0;
  font-size: 0.5em;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
img.friends:hover {
  opacity: 0.64;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
a.friends:hover {
  background: none;
}
.gallery-ux {
  width: 23%;
  height: auto;
  display: block;
  float: left;
  margin: 1%;
  padding: 0;
  font-size: 0.5em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gallery-ux:hover {
  opacity: 0.5;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.gallery-ux.first {
  width: 48%;
  float: left;
}
@media screen and (max-width: 40em) {
.gallery-ux,
.gallery-ux.first {
  width: 48%;
}
}
.novi {
  float: left;
  margin: 0 1em 0 0;
  border-radius: 50%;
  -webkit-shape-outside: circle(50% at 50% 50%);
  -o-shape-outside: circle(50% at 50% 50%);
  -moz-shape-outside: circle(50% at 50% 50%);
  shape-outside: circle(50% at 50% 50%);
}
.novixyz {
  float: left;
  margin: 0 1em 0 0;
}
form label {
  display: block;
  font-size: 0.875em;
	margin: 0 0 -2em 1.25em;
  color: #716384;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.labelfocus {
  color: #ff4a51;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form select,
form textarea {
	-webkit-appearance: none;
	display: block;
	outline: 0;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1em;
	background: #fff;
  width: 100%;
	padding: 1.75em 0.75em 0.75em;
  border-radius: 2px;
  border: solid 1px #ddd;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus,
form select:focus,
form textarea:focus {
  border: solid 1px #222;
}
input[type="submit"] {
    font-family: FontAwesome, SourceSans, sans-serif;
}
::-webkit-input-placeholder {
  color: #888;
  font-style: italic;
  font-weight: 300;
}
:-moz-placeholder {
  color: #888;
  font-style: italic;
  font-weight: 300;
}
::-moz-placeholder {
  color: #888;
  font-style: italic;
  font-weight: 300;
}
:-ms-input-placeholder {
  color: #888;
  font-style: italic;
}
.form-name {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 40%;
}
.form-email {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 60%;
}
.form-tel {
  display: block;
  margin: 0;
  padding: 0;
  width: 50%;
}
.map {
  position: relative;
  display: block;
  width: 100%;
  height: 20em;
  overflow: hidden;
  border-radius: 2px;
}
.cat-404-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 1em;
  opacity: 0.9;
  overflow: hidden;
}
.cat-404 {
  position: absolute;
  bottom: -2em;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 50em) {
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sub-container-md-1 {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.sub-container-md-none {
  display: none;
}
.content-first,
.content-second,
.content-mid,
.content-solo {
  padding: 3em;
}
.seminar-front {
  background: none;
}
.content-md-l {
  text-align: left;
}
img.friends {
  margin: 3em;
}
.form-name,
.form-email {
  margin: 0 0 0.25em;
  float: none;
}
.form-name,
.form-tel {
  width: 80%;
}
.form-email {
  width: 90%;
}
.map {
  width: 90%;
}
}
@media screen and (max-width: 30em) {
.content-first,
.content-second,
.content-mid,
.content-solo {
  padding: 1.5em;
}
.sub-container-sm-1 {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.content-sm-l {
  text-align: left;
}
.content-sm-c {
  text-align: center;
}
.form-name,
.form-email,
.form-tel {
  width: 100%;
}
.cat-404-container {
  display: none;
}
}
/* section end */
/* footer */
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  height: auto;
  font-size: 0.875em;
  margin: 2em 0 0;
  padding: 0;
  color: #b8b1c1;
  background: #3a2d4c url("../images/footer.svg") top right no-repeat;
  border-top: 1px solid #080808;
}
a.footer {
  font-weight: 400;
  color: #f8f8f8;
  background-color: transparent;
}
a.footer:hover {
  background: rgba(255,255,255,0.16);
}
.footer-content-first {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 3em 3em 3em 6em;
}
.footer-content-second {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 3em 6em 3em 3em;
}
@media screen and (max-width: 50em) {
.footer-content-first {
  padding: 1.5em 1.5em 1.5em 3em;
}
.footer-content-second {
  padding: 1.5em 3em 1.5em 1.5em;
}
}
@media screen and (max-width: 30em) {
.footer-content-first,
.footer-content-second {
  padding: 1.5em;
}
}
.social-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 1em 0;
}
.social-fb {
  display: block;
  width: 2.5em;
  height: 2.5em;
  font-size: 1.5em;
  line-height: 2.5em;
  color: #fff;
  margin: 0 0.5em;
  text-align: center;
  background: none;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.social-fb:hover {
  background: #3b5998;
}
.social-cb,
.social-tw,
.social-go,
.social-li {
  display: block;
  width: 2.5em;
  height: 2.5em;
  font-size: 1.5em;
  line-height: 2.5em;
  color: #fff;
  margin: 0 0.5em;
  text-align: center;
  background: none;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.social-cb:hover {
  background: #0288d1;
}
.social-tw:hover {
  background: #00aced;
}
.social-go:hover {
  background: #dd4b39;
}
.social-li:hover {
  background: #0077b5;
}
.social-an {
  display: block;
  width: 2.5em;
  height: 2.5em;
  font-size: 1.5em;
  line-height: 2.5em;
  color: #fff;
  margin: 0 0.5em;
  text-align: center;
  background: none;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.social-an:hover {
  background: #888;
}
a.social:hover {
  background: none;
}
.copy-line {
  width: 40%;
  height: 1px;
  margin: 0 auto;
  padding: 0;
  background: #4d3c65;
}
.copyright {
  padding: 1em;
}
a.tag {
  background: #716384;
  padding: 0.5em;
  margin: 0 0.25em 0 0;
  line-height: 2.75em;
  font-size: 0.875em;
  text-decoration: none;
}
a.tag:hover {
  opacity: 0.8;
}
.totop {
  display: none;
  opacity: 0;
}
.totop.scroll {
  display: block;
  opacity: 1;
  position: fixed;
  bottom: 1em;
  left: auto;
  text-align: center;
  width: 2em;
  height: 2em;
  line-height: 1.7em;
  right: 1em;
  font-size: 2em;
  background: #ffb500;
  color: #f8f8f8;
  border: 0.125em solid #ffb500;
  border-radius: 50%;
  box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.totop.scroll:hover {
  background: none;
  color: #ffb500;
  box-shadow: none;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
/* footer end */
