section.highlight {
  margin-bottom: 95px;
}
section.highlight .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
}
section.highlight .content .image {
  float: left;
  width: 47%;
}
section.highlight .content .image img {
  display: block;
  width: 100%;
}
section.highlight .content .text {
  float: left;
  background-color: #e9e9e9;
  width: 53%;
  text-align: center;
  vertical-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.highlight .content .text h1 {
  font-family: 'Anton', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  color: #333333;
  margin-bottom: 30px;
  margin-top: 30%;
}
section.highlight .content .text h2 {
  font-family: 'Anton', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 52px;
  color: #ef7f1a;
}
section.highlight .content .text ul,
section.highlight .content .text ol {
  margin-bottom: 30px;
  margin-left: 45px;
  list-style-position: outside;
}
section.highlight .content .text ul li,
section.highlight .content .text ol li {
  color: #333333;
  font-size: 1.375rem;
  line-height: 50px;
  margin-bottom: 30px;
}
section.highlight .content .text ul li a,
section.highlight .content .text ol li a {
  color: #333333;
  text-decoration: underline;
}
section.highlight .content .text ul li strong,
section.highlight .content .text ol li strong {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
section.highlight .content .text ul {
  list-style-type: disc;
}
section.highlight .content .text ol li {
  counter-increment: chapter;
}
section.highlight .content .text ol li:before {
  content: counter(chapter, lower-latin) ". ";
  color: #333333;
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1.3rem;
}
section.highlight-horizontal {
  margin-bottom: 100px;
}
section.highlight-horizontal .content .image {
  width: 100%;
  margin-bottom: 80px;
}
section.highlight-horizontal .content .image img {
  width: 100%;
}
section.highlight-horizontal .content .text {
  text-align: center;
}
section.highlight-horizontal .content .text h1 {
  font-family: 'Anton', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #333333;
}
section.highlight-horizontal .content .text h1 strong {
  font-family: 'Anton', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 52px;
  color: #ef7f1a;
}
section.highlight-horizontal .content .text ul,
section.highlight-horizontal .content .text ol {
  margin-bottom: 30px;
  margin-left: 45px;
  list-style-position: outside;
}
section.highlight-horizontal .content .text ul li,
section.highlight-horizontal .content .text ol li {
  color: #333333;
  font-size: 1.375rem;
  line-height: 50px;
  margin-bottom: 30px;
}
section.highlight-horizontal .content .text ul li a,
section.highlight-horizontal .content .text ol li a {
  color: #333333;
  text-decoration: underline;
}
section.highlight-horizontal .content .text ul li strong,
section.highlight-horizontal .content .text ol li strong {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
section.highlight-horizontal .content .text ul {
  list-style-type: disc;
}
section.highlight-horizontal .content .text ol li {
  counter-increment: chapter;
}
section.highlight-horizontal .content .text ol li:before {
  content: counter(chapter, lower-latin) ". ";
  color: #333333;
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1.3rem;
}
section.studio {
  margin-bottom: 95px;
}
section.studio .text {
  margin-bottom: 50px;
}
section.studio .text h2 {
  background-color: #000000;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.785;
  padding: 20px;
  margin-bottom: 60px;
  display: inline-block;
}
section.studio .text p {
  font-size: 1.375rem;
  line-height: 50px;
  color: #333333;
  margin: 0 10px 40px;
}
section.studio .text p strong {
  font-weight: bold;
}
section.studio .text ul,
section.studio .text ol {
  margin-bottom: 30px;
  margin-left: 45px;
  list-style-position: outside;
}
section.studio .text ul li,
section.studio .text ol li {
  color: #333333;
  font-size: 1.375rem;
  line-height: 50px;
  margin-bottom: 30px;
}
section.studio .text ul li a,
section.studio .text ol li a {
  color: #333333;
  text-decoration: underline;
}
section.studio .text ul li strong,
section.studio .text ol li strong {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
section.studio .text ul {
  list-style-type: disc;
}
section.studio .text ol li {
  counter-increment: chapter;
}
section.studio .text ol li:before {
  content: counter(chapter, lower-latin) ". ";
  color: #333333;
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1.3rem;
}
section.studio .link {
  margin-left: 10px;
  padding-left: 26px;
  background: url('../img/icon-arrow-right.svg') top left no-repeat transparent;
  background-size: 17px 17px;
}
section.studio .link a {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #afafaf;
  line-height: 17px;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
section.studio .link a:hover {
  color: #ef7f1a;
}
section.services {
  padding-top: 55px;
  padding-bottom: 32px;
  margin-bottom: 77px;
  background-color: #efefef;
}
section.services .title {
  font-size: 1.25rem;
  color: #ef7f1a;
  margin-bottom: 50px;
}
section.services .text {
  margin: 0 10px 50px;
}
section.services .text h2 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.264;
  margin-bottom: 40px;
}
section.services .text p {
  font-size: 1.375rem;
  line-height: 50px;
  color: #333333;
}
section.services .text p strong {
  font-weight: bold;
}
section.services .text ul,
section.services .text ol {
  margin-bottom: 30px;
  margin-left: 45px;
  list-style-position: outside;
}
section.services .text ul li,
section.services .text ol li {
  color: #333333;
  font-size: 1.375rem;
  line-height: 50px;
  margin-bottom: 30px;
}
section.services .text ul li a,
section.services .text ol li a {
  color: #333333;
  text-decoration: underline;
}
section.services .text ul li strong,
section.services .text ol li strong {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
section.services .text ul {
  list-style-type: disc;
}
section.services .text ol li {
  counter-increment: chapter;
}
section.services .text ol li:before {
  content: counter(chapter, lower-latin) ". ";
  color: #333333;
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1.3rem;
}
section.services .link {
  margin-left: 10px;
  padding-left: 26px;
  background: url('../img/icon-arrow-right.svg') top left no-repeat transparent;
  background-size: 17px 17px;
}
section.services .link a {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #afafaf;
  line-height: 17px;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
section.services .link a:hover {
  color: #ef7f1a;
}
section.portfolio {
  padding-bottom: 90px;
}
section.portfolio .header {
  text-align: center;
  margin-bottom: 70px;
}
section.portfolio .header span {
  margin: 0 auto;
  color: #ffffff;
  display: inline-block;
  padding: 25px 40px;
  background-color: #000000;
  text-align: center;
  font-size: 1.25rem;
  text-transform: uppercase;
}
section.portfolio .header span:after,
section.portfolio .header span:before {
  content: ' ';
  display: block;
  background-color: #000000;
  height: 1px;
  width: 135px;
  position: relative;
}
section.portfolio .header span:before {
  left: -175px;
  top: 10px;
}
section.portfolio .header span:after {
  left: 175px;
  top: -10px;
}
section.portfolio .content {
  overflow: hidden;
}
section.interest {
  background-color: #efefef;
  padding-bottom: 65px;
}
section.interest .header {
  margin-bottom: 70px;
}
section.interest .header span {
  color: #ffffff;
  display: inline-block;
  padding: 20px 40px;
  background-color: #000000;
  text-align: center;
  font-size: 1.25rem;
  text-transform: uppercase;
}
section.interest .content {
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.contact {
  background-color: #333333;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
  line-height: 1.5;
}
section.contact img {
  margin: 0 auto 35px;
  width: 58px;
}
section.contact h3 {
  font-family: 'Anton', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #ef7f1a;
  font-size: 2rem;
  margin-bottom: 20px;
}
section.contact h4 {
  font-size: 1.125rem;
  color: #ffffff;
}
article {
  position: relative;
}
article.large-row .category {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  color: #afafaf;
  font-size: 0.875rem;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
article.large-row .image {
  float: left;
  width: 33.5%;
  margin-right: 3%;
  background-color: #FFFFFF;
  font-size: 0;
}
article.large-row .image img {
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
article.large-row .image:hover img {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity = 50);
  opacity: 0.5;
}
article.large-row .title {
  float: left;
  display: block;
  width: 63.5%;
  margin-bottom: 30px;
  margin-top: 10px;
}
article.large-row .title h3 {
  font-family: 'Anton', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 1.375rem;
}
article.large-row .title h3:hover {
  color: #333333;
}
article.large-row .subtitle {
  float: left;
  width: 63.5%;
  color: #333333;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.025rem;
}
article.large-row .subtitle strong {
  font-weight: bold;
}
article.large-row .social-share {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1em;
  margin: 0;
  padding: 0;
}
article.large-row .social-share .social-main {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 18px;
  width: 18px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
article.large-row .social-share .social-main .icon {
  height: 18px;
  width: 18px;
}
article.large-row .social-share .social-main .icon path,
article.large-row .social-share .social-main .icon rect,
article.large-row .social-share .social-main .icon polygon {
  fill: #efefef;
}
article.large-row .social-share .social-main .icon .shape {
  fill: #b1b1b1;
}
article.large-row .social-share .social-btns {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 18px;
  padding-right: 6px;
  width: 200px;
  height: 20px;
}
article.large-row .social-share .social-btns .social-btn {
  display: block;
  float: right;
  height: 20px;
  width: 20px;
  margin-right: 20px;
  text-align: center;
  overflow: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
article.large-row .social-share .social-btns .social-btn .icon {
  height: 20px;
  width: 20px;
  vertical-align: middle;
}
article.large-row .social-share .social-btns .social-btn .icon path,
article.large-row .social-share .social-btns .social-btn .icon rect,
article.large-row .social-share .social-btns .social-btn .icon polygon {
  fill: #efefef;
}
article.large-row .social-share .social-btns .social-btn .icon .shape {
  fill: #b1b1b1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
article.large-row .social-share .social-btns .social-btn .icon:hover .shape {
  fill: #333333;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
article.large-row .social-share.visible .social-btns {
  visibility: visible;
}
article.large-row .social-share.visible .social-btns .social-btn {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity = 100);
  opacity: 1;
}
article.medium {
  margin-bottom: 31px;
  float: left;
  width: 27.5%;
  margin-right: 8.75%;
}
article.medium:last-child {
  margin-right: 0;
}
article.medium .image {
  overflow: hidden;
  font-size: 0;
  display: block;
  -webkit-transition: 0.5s all ease-out;
  -moz-transition: 0.5s all ease-out;
  -ms-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
article.medium .image img {
  width: 100%;
}
article.medium .image:hover {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity = 50);
  opacity: 0.5;
}
article.medium .category {
  text-transform: uppercase;
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #ef7f1a;
  font-size: 0.75rem;
}
article.medium .title {
  display: block;
}
article.medium .title h3 {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.4;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
@media (max-width: 1022px) {
  section.highlight .content .text h1 {
    margin-top: 22%;
  }
}
@media (max-width: 850px) {
  section.highlight .content {
    /*
				display: block;
				.image {
					float: none;
					width: 100%;
				}
				.text {
					float: none;
					width: 100%;
				}
				*/
  }
  section.highlight .content .text h1 {
    margin-top: 10%;
  }
}
@media (max-width: 767px) {
  main.global-main {
    margin-top: 55px;
  }
  section.highlight {
    margin-bottom: 40px;
  }
  section.highlight .content {
    display: block;
  }
  section.highlight .content .image {
    float: none;
    width: 100%;
  }
  section.highlight .content .text {
    float: none;
    width: 100%;
    background: none;
    padding: 0;
  }
  section.highlight .content .text h1 {
    font-size: 1.25rem;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  section.highlight .content .text h2 {
    font-size: 1.625rem;
  }
  section.highlight .content .text ul li,
  section.highlight .content .text ol li {
    font-size: 0.875rem;
    line-height: 1.785;
  }
  section.highlight-horizontal {
    margin-bottom: 39px;
  }
  section.highlight-horizontal .content .image {
    margin-bottom: 25px;
  }
  section.highlight-horizontal .content .text h1 {
    font-size: 1.25rem;
  }
  section.highlight-horizontal .content .text h1 strong {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  section.highlight-horizontal .content .text ul li,
  section.highlight-horizontal .content .text ol li {
    font-size: 0.875rem;
    line-height: 1.785;
  }
  section.studio {
    margin-bottom: 42px;
  }
  section.studio .text {
    margin-bottom: 60px;
  }
  section.studio .text h2 {
    padding: 10px;
    font-size: 0.938rem;
    line-height: 1.333;
    margin-bottom: 30px;
  }
  section.studio .text p {
    font-size: 0.875rem;
    line-height: 1.785;
    margin-bottom: 35px;
  }
  section.studio .text ul li,
  section.studio .text ol li {
    font-size: 0.875rem;
    line-height: 1.785;
  }
  section.studio .link {
    background-size: 12px 12px;
    padding-left: 16px;
    font-size: 0.688rem;
  }
  section.studio .link a {
    font-size: 0.688rem;
    line-height: 1;
  }
  section.studio .link a:hover {
    color: #afafaf;
  }
  section.services {
    padding-top: 22px;
    padding-bottom: 40px;
    margin-bottom: 45px;
  }
  section.services .title {
    margin-bottom: 25px;
    font-size: 0.625rem;
  }
  section.services .text h2 {
    font-size: 1.063rem;
    line-height: 1.235;
    margin-bottom: 25px;
  }
  section.services .text p {
    font-size: 0.875rem;
    line-height: 1.785;
    margin-bottom: 37px;
  }
  section.services .text ul li,
  section.services .text ol li {
    font-size: 0.875rem;
    line-height: 1.785;
  }
  section.services .link {
    background-size: 12px 12px;
    padding-left: 16px;
    font-size: 0.688rem;
  }
  section.services .link a {
    font-size: 0.688rem;
    line-height: 1;
  }
  section.services .link a:hover {
    color: #afafaf;
  }
  section.portfolio {
    padding-bottom: 10px;
  }
  section.portfolio .header {
    margin-bottom: 35px;
  }
  section.portfolio .header span {
    font-size: 0.75rem;
    padding: 11px 0;
    width: 96px;
  }
  section.portfolio .header span:before {
    left: -102px;
    top: 7px;
    width: 102px;
  }
  section.portfolio .header span:after {
    left: 96px;
    top: -6px;
    width: 102px;
  }
  section.interest {
    padding-bottom: 55px;
  }
  section.interest .wrapper {
    padding: 0;
  }
  section.interest .header {
    margin-bottom: 33px;
  }
  section.interest .header span {
    font-size: 0.75rem;
    padding: 11px 0;
    width: 96px;
  }
  section.interest .content {
    padding-top: 10px;
  }
  section.contact {
    padding-top: 16px;
    padding-bottom: 25px;
  }
  section.contact img {
    margin-bottom: 19px;
    width: 37px;
  }
  section.contact h3 {
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
  section.contact h4 {
    font-size: 0.688rem;
    line-height: 1.8;
  }
  article.medium {
    float: none;
    margin-right: 0;
    margin-bottom: 56px;
    width: 100%;
    /*
			.image {
				margin-bottom: 18px;
			}
			*/
  }
  article.medium .category {
    font-size: 0.625rem;
    margin-top: 18px;
    margin-bottom: 14px;
  }
  article.medium .title h3 {
    font-size: 1rem;
    line-height: 1.312;
  }
  article.medium .image:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity = 100);
    opacity: 1;
  }
  article.large-row .category {
    font-size: 0.688rem;
  }
  article.large-row .image {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  article.large-row .image:hover img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity = 100);
    opacity: 1;
  }
  article.large-row .title {
    float: none;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  article.large-row .title h3 {
    font-size: 1.063rem;
    line-height: 1.3;
  }
  article.large-row .subtitle {
    float: none;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.785;
  }
  article.large-row .social-share {
    top: -7px;
  }
  article.large-row .social-share .social-main .icon {
    height: 15px;
    width: 15px;
  }
  article.large-row .social-share .social-btns {
    top: -3px;
  }
  article.large-row .social-share .social-btns .social-btn {
    margin-right: 10px;
  }
  article.large-row .social-share .social-btns .social-btn .icon {
    height: 15px;
    width: 15px;
  }
}
/*# sourceMappingURL=home.css.map */