/* -------------------------------------------

	Name: 		ReTouch
	Date:		2015/03/10
	Author:		http://darwinthemes.com

	 CSS STRUCTURE OF THIS FILE

  1. LAYOUT
      - Homepage Styles
      - Navigation Styles
      - Slider Styles

 2. COLUMNS

 3. MODULES
      - Gallery Styles
      - Homepage Blocks Styles

4. HEADERS
5. TYPOGRAPHY
6. LINKS
7. FIGURES
8. LISTS
9. FORMS
10. TABLES
11. HELPERS
12. WARNINGS
13. MISCELLANEOUS
14. Linea.io icons
15. RESPONSIVE
		   		   
---------------------------------------------  */

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", "Open Sans", "sans-serif";
}

.spl-option {
  font-family: "Roboto", "Open Sans", "sans-serif";
}

*,
:before,
:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}

html {
  overflow-y: auto;
  min-height: 100%;
  margin: 0;
  font-size: 100.01%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}

body {
  min-height: 100%;
  padding-top: 28px;
  background: #e6e6e6;
  font-size: 0.7rem !important;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
textarea,
input,
select,
option,
button {
  color: #f23944;
  line-height: 1.675;
}

li,
dt,
dd,
p,
figure,
th,
td,
caption,
legend,
pre {
  font-size: 1.5em;
}

li *,
dt *,
dd *,
p *,
figure *,
th *,
td *,
legend * {
  font-size: 1em;
}

ul,
ol,
dl,
p,
figure,
table,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
legend {
  margin-bottom: 20px;
}

article,
aside,
details,
div,
figcaption,
figure,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

/*! Layout --------- */
.site-min-height { min-height: calc(100vh - 676px); }
@media only screen and (max-width: 991px) {
  .site-min-height { min-height: calc(100vh - 518.56px); }
}
@media only screen and (max-width: 718px) {
  .site-min-height { min-height: calc(100vh - 543.75px); }
}
@media only screen and (max-width: 575px) {
  .site-min-height { min-height: calc(100vh - 851.43px); }
}
@media only screen and (max-width: 393px) {
  .site-min-height { min-height: calc(100vh - 877.5px); }
}
#nav {
  display: flex;
  align-items: center;
  z-index: 3;
}
#nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav > ul > li {
  position: relative;
  float: left;
  margin: 0 0 0 30px;
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
}

#nav > ul > li > a {
  display: block;
  float: left;
  height: 35px;
  padding: 0 0.5rem;
  color: #fff;
  line-height: 35px;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.2em;
}

#nav > ul > li:hover > a,
#nav > ul > li:active > a,
#nav > ul > li.active > a {
  background: #fff;
  color: #545454;
  font-weight: 500;
  border-radius: 0.25rem;
}

#nav > ul > li > ul > li:hover > a,
#nav > ul > li > ul > li:active > a,
#nav > ul > li > ul > li.active > a {
  text-decoration: none;
  font-weight: 500;
  color: #545454;
}

#nav > ul > li > ul {
  position: absolute;
  top: 35px;
  list-style: none;
  width: 150px;
  margin: 0;
  padding: 5px 0;
  background: #fff;
  font-weight: 400;
  display: none;
}

#nav > ul > li:hover > ul {
  display: block;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

#nav > ul > li > ul li {
  position: relative;
  margin: 0;
  padding: 0 9px;
  font-size: 0.928em;
}

#nav > ul > li > ul li a {
  display: block;
  padding: 8px;
  border-top: 1px solid #e3e3e3;
  color: #6d8087;
}

#nav > ul > li > ul li:first-child > a { border-top: 0; }

#nav > ul > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: -3000em;
  list-style: none;
  width: 180px;
  margin: 0;
  padding: 5px 0;
  background: #fff;
  font-weight: 400;
}

#nav > ul > li > ul > li > ul li {
  font-size: 1em;
}

#nav > ul > li > ul > li:hover > ul {
  top: -2px;
}

#nav > ul > li > ul > li:first-child:hover > ul {
  top: -5px;
}

.lt-ie9 {
  top: 28px;
  border-bottom: 1px solid #ebebeb;
}

#menu > .fit-a {
  display: none;
  position: relative;
  z-index: 2;
  width: 49px;
  height: 49px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 0px 18px 0px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

#menu > .fit-a:before,
#menu > .fit-a:after {
  content: "";
  display: flex;
  position: absolute;
  left: 1.4rem;
  z-index: 0;
  width: 33px;
  margin: 0 0 0 -15px;
  height: 13px;
  border-bottom: 3px solid #000;
}

#menu > .fit-a:before {
  top: 13px;
  border-top: 3px solid #000;
}

#menu > .fit-a:after {
  bottom: 13px;
}

#menu.active > .fit-a:before {
  top: 23px;
  height: 3px;
  border-top-width: 0;
  border-bottom-width: 0;
  background: #000;
}

#menu.active > .fit-a:after {
  bottom: 23px;
  height: 3px;
  border-top-width: 0;
  border-bottom-width: 0;
  background: #000;
}

#menu.active > .fit-a:before {
  transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
}

#menu.active > .fit-a:after {
  transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
}

#welcome {
  overflow: visible;
  position: relative;
  z-index: 8;
  padding: 296px 0 150px;
  background: #000;
  color: #fff;
  font-weight: 300;
}

#welcome > * {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  padding-left: 620px;
}

#welcome > figure {
  position: absolute;
  left: 50%;
  top: 87px;
  width: 297px;
  margin: 0 0 0 -550px;
}

#welcome > figure.mobile-c {
  margin-left: -568px;
}

#welcome > figure.mobile-d {
  margin-left: -603px;
}

#welcome h1,
#welcome h2 {
  position: relative;
  padding-top: 0;
  color: #fff;
  font-weight: 300;
  text-align: center;
  font-size: 4.6em;
}

#welcome p {
  position: relative;
  padding-top: 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#welcome h1 img,
#welcome h2 img {
  content: "";
  display: block;
  margin: 0 0 25px;
}

#welcome h1 span,
#welcome h2 span {
  font-weight: 700;
}

#welcome .download-a {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}

.download-a li {
  margin: 0.5rem;
}

#welcome.data-pattern,
#featured.data-pattern,
#content.a > .vb.data-pattern {
  background-size: cover;
  background-repeat: no-repeat;
}

#featured {
  overflow: hidden;
  position: relative;
  z-index: 8;
  padding: 252px 0 138px;
  background: #000;
  color: #fff;
  text-align: center;
}

.has-pattern #featured:before,
.has-pattern #welcome:before,
.has-pattern #menu > .fit-a > div,
.has-pattern #content.a > .vb:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../images/pattern.png);
}

#featured > * {
  position: relative;
  z-index: 2;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#featured h1,
#featured h2,
#featured h3,
#featured h4,
#featured h5,
#featured h6,
#featured a {
  color: #fff;
}

#featured h1,
#featured h2 {
  position: relative;
  padding: 0 0 10px;
  font-size: 8em;
  font-weight: 700;
  text-transform: uppercase;
}

#featured h1:before,
#featured h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 59px;
  height: 3px;
  margin: 0 0 0 -29.5px;
  background: #fff;
}

#content {
  position: relative;
  z-index: 7;
  width: 1100px;
  margin: 0 auto;
  padding: 73px 0 40px;
}

#content:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}

#content.a {
  width: 100%;
  padding: 0;
}

#content.a > *,
#content.a > #contact {
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 2rem 0;
}

#content.a > .has-news-d {
  overflow: visible;
}

#content.a > #contact {
  width: 100%;
}

#content.a > .va, #content.a > .vb {
  position: relative;
  width: 100%;
  /* background: #f4f4f4; */
}

#content.a > .va > *,
#content.a > .vb > * {
  position: relative;
  z-index: 3;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#content.a > .va > figure,
#content.a > .vb > figure {
  z-index: 2;
}

#content.a > .va .slider-a {
  background: #fff;
}

#content.a > .va + .vb,
#content.a > .vb + .va {
  border-top: 4px solid #fff;
}

#content.a > .vb {
  background: #000;
  color: #fff;
}

#content.a > .vb h1,
#content.a > .vb h2,
#content.a > .vb h3,
#content.a > .vb h4,
#content.a > .vb h5,
#content.a > .vb h6,
#content.a > .vb h1 .small,
#content.a > .vb h2 .small,
#content.a > .vb h3 .small,
#content.a > .vb h4 .small,
#content.a > .vb h5 .small,
#content.a > .vb h6 .small,
#content.a > .vb a,
#content.a > .vb .heading-a *,
#content.a > .vid .heading-a * {
  color: #fff;
}

#content.a > .vb h1:before,
#content.a > .vb h2:before,
#content.a > .vb h3:before,
#content.a > .vb h4:before,
#content.a > .vb h5:before {
  background: #fff;
}

#content.a > .vb .slider-a {
  background: rgba(255, 255, 255, 0.16);
}

.lt-ie9 #content.a > .vb .slider-a {
  background: url(../images/shade-a.png);
}

/*.lt-ie9 #content.a > .vb .slider-a { background: transparent; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#28FFFFFF,endColorstr=#28FFFFFF); zoom: 1; }*/

#content.a > .vid {
  width: 100%;
  padding: 0;
  background: #523035;
}

#content.a > .vid .heading-a {
  position: absolute;
  left: 50%;
  top: 73px;
  z-index: 2;
  width: 1100px;
  margin-left: -550px;
  margin-bottom: 0;
}

#content.a > .vid .heading-a h1:before,
#content.a > .vid .heading-a h2:before,
#content.a > .vid .heading-a h3:before {
  left: -3000em;
}

#content.a > .vid .heading-a h1,
#content.a > .vid .heading-a h2,
#content.a > .vid .heading-a h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}

#content.a > .vid figure {
  position: relative;
  z-index: 1;
  margin: 0;
}

#content.a > .vid figure img {
  display: block;
  z-index: 1;
  width: 100% !important;
  opacity: 0.43;
  filter: alpha(opacity=43);
}

#content.a > .vid figure a {
  display: block;
  position: relative;
}

#content.a > .vid figure a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 104px;
  height: 104px;
  margin: -52px 0 0 -52px;
  background: url(../images/play.png) no-repeat;
}

#content.a > .vid figure a > .fit-a {
  display: block;
  position: absolute;
  left: -3000em;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 655px;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.43;
  filter: alpha(opacity=43);
}

#content.a > * > .list-b.last-child {
  margin-bottom: -40px;
}

#contact {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 200px 0;
}

#contact > * {
  position: relative;
  z-index: 2;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#contact > .map {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -150px;
  right: -920px;
  bottom: 0;
  z-index: 1;
  width: auto;
  margin: 0;
  background: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#contact .heading-a {
  margin-bottom: 28px;
}

img[src*="maps.gstatic.com"],
img[src*="googleapis.com"],
img[src*="google"] {
  max-width: none !important;
}

#contact form {
  width: 600px;
  margin: 0 auto 55px;
  padding: 62px 100px 35px;
  box-shadow: 0 13px 15px rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
}

#contact form p {
  margin: 0 0 16px;
  font-size: 1.4em;
}

#contact form p > span {
  display: block;
  float: right;
  width: 48.5%;
}

#contact form p > span:first-child {
  float: left;
}

.js #contact label {
  font-weight: 400;
}

#contact input,
#contact select,
#contact textarea,
#contact .semantic-select .input {
  width: 100%;
  border-radius: 4px;
  border-color: #afafaf;
  background-color: #fff;
  color: #666;
  font-size: 1.4em;
  font-weight: 400;
}

.lt-ie9 #contact input {
  line-height: 54px;
}

#contact select {
  padding: 15px 15px 15px 26px;
}

#contact option {
  color: #666;
}

#contact textarea {
  height: 83px;
  min-height: 83px;
  padding: 14px 14px 14px 30px;
}

#contact input:focus,
#contact select:focus,
#contact textarea:focus,
#contact .semantic-select.focus .input,
#contact .semantic-select.active .input {
  border-color: #000;
  box-shadow: none;
}

#contact .semantic-select .input {
  width: auto;
  height: 52px;
  padding-left: 30px;
  line-height: 52px;
}

#contact .semantic-select .ticker {
  width: 30px;
}

#contact .semantic-select ul {
  top: 53px;
  border-radius: 0;
  background: #fff;
}

#contact .semantic-select ul li a {
  padding-left: 30px;
  color: #666;
  font-weight: 400;
}

#contact button {
  font-size: 18.89px;
  filter: alpha(opacity=80);
}

/*! Columns --------- */

.cols-a {
  width: 100%;
}

.cols-a:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}

.cols-a > *:first-child {
  float: left;
  width: 700px;
}

.cols-a > aside {
  float: right;
  width: 300px;
}

/*! Modules --------- */

.comments-a {
  list-style: none;
  margin-top: 36px;
  padding: 0 0 0 101px;
  color: #707070;
  font-weight: 600;
  line-height: 1.45;
}

.comments-a li {
  font-size: 1.6em;
}

.comments-a li > span {
  display: block;
  position: relative;
  min-height: 49px;
  margin: 0 0 16px;
  padding: 16px 25px;
  border-radius: 4px;
  border: 1px solid #f4f4f4;
  border-top-color: #eaeaea;
  border-left-color: #eaeaea;
  background: #f4f4f4;
}

#root .comments-a img {
  display: block;
  position: absolute;
  left: -101px;
  top: 0;
  border-radius: 100px;
}

.comments-a .title {
  display: block;
  padding: 0 180px 0 0;
  color: #303030;
  font-weight: 700;
}

.comments-a .date {
  position: absolute;
  right: 45px;
  top: 20px;
  color: #000;
  font-size: 0.8em;
  font-weight: 600;
}

.comments-a ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 0 0 44px;
}

.comments-a ul:before {
  content: "";
  display: block;
  position: absolute;
  left: -102px;
  top: 29px;
  width: 33px;
  height: 23px;
  background: url(../images/comments.png) -5px -5px no-repeat #000;
}

.comments-a ul li {
  font-size: 1em;
}

.counter {
  display: block;
  text-align: center;
}

.counter > span {
  display: block;
  margin: 0 0 5px;
  font-size: 3.72625em;
  font-weight: 700;
}

.counter > span span {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 50px;
  height: 64px;
  margin: 0 4.5px;
  border-radius: 4px;
  border: 1px solid #fff;
  background: #f8f8f8;
  color: #000;
  line-height: 62px;
  text-align: center;
}

.boxshadow .counter > span span {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.45);
}

.counter > span span:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 50%;
  right: -1px;
  width: auto;
  height: 1px;
  margin: -0.5px 0 0;
  background: #000;
}

.app-dwn-btn {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 5px 24px;
  cursor: pointer;
  background-color: #000;
}

.app-dwn-btn-google { padding: 5px 12px; }

.app-dwn-btn-icon { font-size: 2.6rem; }

.app-dwn-btn-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 12px;
}

.app-dwn-btn-txt-sub {
  margin: 0 0 -10px 5px;
  font-size: 14px;
}

.app-dwn-btn-txt-head {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
}

.app-dwn-btn-google-head { font-size: 1.4rem !important; }

.app-dwn-btn:hover {
  color: black;
  transition: 1s;
  background-color: TRANSPARENT;
}

.app-dwn-btn:hover P { color: black !important; }

.footer-dwn-btn {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:5px;
}

.gallery-c ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: #000;
  background-blend-mode: multiply;
  opacity: 0;
}

.no-mobile .gallery-c ul li:hover:before {
  opacity: 0.9;
}
.lt-ie9 .gallery-c ul li:before {
  top: -3000em;
}
.lt-ie9 .gallery-c ul li:hover:before {
  top: 0;
}

.gallery-c,
#content > .gallery-c {
  width: auto;
  margin-bottom: 30px;
}

.gallery-c > .heading-a {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-c ul {
  overflow: hidden;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.gallery-c ul li {
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  width: 33.3333333333%;
  font-size: 1.865em;
}

.js .gallery-c ul li {
  float: none;
  width: auto;
}

.gallery-c ul li img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100% !important;
}

.gallery-c ul li > a {
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
}

.gallery-c ul li > a > span {
  display: block;
}

.gallery-c ul li > a > span.title {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  min-height: 39px;
  padding: 19px 220px 23px 27px;
  background: rgba(0, 0, 0, 0.52);
}

.lt-ie9 .gallery-c ul li > a > span.title {
  background: transparent;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#84000000, endColorstr=#84000000);
  zoom: 1;
}

.gallery-c ul li > a > span.description,
.gallery-c ul li > a.main * {
  position: absolute;
  left: -3000em;
  right: auto;
  bottom: auto;
  top: 0;
}

.gallery-c ul li > a > span.link {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 15px;
  z-index: 3;
  width: 160px;
  height: 44px;
  margin: -25px 0 0;
  border-radius: 2px;
  border: 3px solid #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.gallery-c ul li > a.main {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: none;
}

.gallery-c ul li > div {
  position: absolute;
  left: 0;
  top: -900px;
  right: 0;
  bottom: 0;
  border: 0;
  z-index: 4;
  padding: 0;
  line-height: 1.8;
  text-align: center;
}

.no-mobile .gallery-c ul li:hover > div {
  top: 0;
}

.gallery-c ul li > div a {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  z-index: 3;
  /* padding: 0 80px; */
  padding: 0px 35px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.gallery-c ul li > div img,
#root .gallery-c ul li > a.main * {
  position: absolute;
  left: -3000em;
  right: auto;
  top: 0;
}

.gallery-c ul li > div .title {
  display: block;
  margin: 0 0 17px;
  font-size: 32.64px;
  line-height: 1.2;
}

.gallery-c ul li > div .title span {
  font-weight: 700;
}

.gallery-c ul li > div .link {
  display: block;
  width: 163px;
  height: 45px;
  margin: 17px auto 0;
  background: #fff;
  color: #000;
  font-size: 12px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.gallery-c .bx-pager {
  display: block;
  padding: 52px 0 0;
  text-align: center;
}

.gallery-c .bx-pager .bx-pager-item,
.news-d .bx-pager-item {
  display: inline-block;
  margin: 0 3.5px;
}

.gallery-c .bx-pager .bx-pager-item a,
.news-d .bx-pager-item a {
  display: inline-block;
  overflow: hidden;
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background: #ccc;
  text-align: left;
  text-indent: -3000em;
}

.gallery-c .bx-pager .bx-pager-item a.active,
.news-d .bx-pager-item a.active {
  background: #f32160;
  cursor: default;
}

.heading-a {
  margin-bottom: /*92*/ 30px;
  color: #7e7e7e;
  text-align: center;
}

.heading-a h1,
.heading-a h2,
.heading-a h3 {
  position: relative;
  margin-bottom: 38px;
  padding-bottom: 24px;
  font-size: 4em;
}

.heading-a h1 .small,
.heading-a h2 .small,
.heading-a h3 .small {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-weight: 700;
  font-size: 0.35em;
  text-transform: uppercase;
}

.heading-a h1:before,
.heading-a h2:before,
.heading-a h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 59px;
  height: 3px;
  margin: 0 0 0 -29.5px;
  background: #000;
}

.heading-a p {
  font-size: 1.8em;
  text-align: center;
}

.heading-a.a { text-align: left; }

.heading-a.a h1:before,
.heading-a.a h2:before,
.heading-a.a h3:before {
  left: 0;
  margin: 0;
}

.heading-a.a p {
  max-width: none;
}

#content.a > * > .heading-a.b:first-child {
  margin-top: -20px;
}

.heading-a.b h1,
.heading-a.b h2,
.heading-a.b h3 {
  margin-bottom: 17px;
  padding-bottom: 20px;
}

.heading-a.b p {
  margin-bottom: 34px;
}

.heading-a.tw h1,
.heading-a.tw h2,
.heading-a.tw h3 {
  margin-top: -41px;
  padding-top: 41px;
}

.heading-a.tw h1:after,
.heading-a.tw h2:after,
.heading-a.tw h3:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 44px;
  height: 44px;
  margin: 0 0 0 -22px;
  background: url(../images/icon-tw-a.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.lt-ie9 .heading-a.tw h1,
.lt-ie9 .heading-a.tw h2,
.lt-ie9 .heading-a.tw h3 {
  padding-top: 53px;
}

.lt-ie9 .heading-a.tw h1:after,
.lt-ie9 .heading-a.tw h2:after,
.lt-ie9 .heading-a.tw h3:after {
  width: 56px;
  height: 56px;
}

#content > .heading-a:first-child,
#content.a > * > .heading-a:first-child {
  margin-top: 17px;
}

.module-a,
#content.a > .module-a {
  overflow: hidden;
  padding-bottom: 69px;
}

.module-a > * {
  padding-left: 600px;
}

.nav-a {
  position: relative;
  z-index: 10;
  margin: 0 0 38px;
  padding: 0 15px 15px;
  border-radius: 4px;
  background: #f4f4f4;
}

.nav-a h1,
.nav-a h2,
.nav-a h3,
.nav-a h4 {
  position: relative;
  margin: 0 -15px 15px;
  padding: 19px 24px 18px;
  border-radius: 4px 4px 0 0;
  background: #ebeded;
  color: #283a44;
  font-size: 1.3em;
  text-transform: uppercase;
}

.nav-a h1.has-icon,
.nav-a h2.has-icon,
.nav-a h3.has-icon,
.nav-a h4.has-icon {
  padding-left: 55px;
}

.nav-a h1 em,
.nav-a h2 em,
.nav-a h3 em,
.nav-a h4 em {
  position: absolute;
  left: 20px;
  top: 14px;
  color: #000;
  font-size: 26px;
}

.nav-a > ul {
  list-style: none;
  margin: -15px;
  padding: 0;
  color: #000;
}

.nav-a > ul li {
  font-size: 1.4em;
}

.nav-a > ul li:last-child a {
  border-radius: 0 0 4px 4px;
}

.nav-a > ul li a {
  display: block;
  position: relative;
  padding: 13px 24px 12px;
  border-top: 1px solid #fff;
  color: #71838c;
  text-decoration: none;
}

.nav-a > ul li.has-span a {
  padding-right: 72px;
}

.nav-a > ul li:first-child a {
  border: 0;
}

.nav-a > ul li a:hover,
.nav-a > ul li.active a {
  background: #000;
}

.nav-a > ul li.active a {
  cursor: text;
}

.nav-a > ul li p,
.nav-a > ul li p.link-a {
  margin: 0 0 9px;
  padding: 0;
  color: #9fa0a0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
}

.nav-a > ul li p:last-child {
  margin-bottom: 2px;
}

.nav-a > ul li p.last-child {
  margin-bottom: 2px;
}

.nav-a > ul li p.header {
  color: #71838c;
  font-weight: 700;
}

.nav-a > ul li p.header > span {
  display: block;
  color: #9fa0a0;
  font-weight: 400;
}

.nav-a > ul li p.link-a {
  color: #000;
}

.nav-a > ul li p.link-a a {
  margin-top: 2px;
  color: #000;
}

.nav-a > ul li p.link-a em,
.nav-a > ul li p.link-a i {
  position: relative;
  top: 2px;
  color: #000;
}

.nav-a > ul li img {
  display: block;
  margin: 4px 0;
}

.nav-a > ul li a span {
  display: block;
  position: absolute;
  right: 22px;
  top: 13px;
  float: left;
  min-width: 8px;
  height: 24px;
  padding: 0 8px;
  border-radius: 20px;
  background: #fff;
  color: #aeb7bb;
  font-size: 0.898em;
  line-height: 24px;
  text-align: center;
}

.nav-a > ul li a span.scheme-a {
  display: inline;
  position: relative;
  right: 0;
  top: 0;
  float: none;
  min-width: 0;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: none;
  color: #000;
  font-size: 1em;
  line-height: normal;
}

.nav-a > ul li a:hover span,
.nav-a > ul li.active a span {
  color: #000;
}

.nav-a > ul li a:hover span.scheme-a,
.nav-a > ul li.active a span.scheme-a {
  color: #fff;
}

.nav-a > ul li.nav-sub {
  margin: 0 0 9px;
  padding: 0 24px;
}

.nav-a > ul li.nav-sub + .nav-sub {
  margin-top: -3px;
}

#root .nav-a > ul li.nav-sub a {
  display: inline;
  padding: 0;
  border: 0;
  background: none;
}

#root .nav-a > ul li.nav-sub a:hover,
#root .nav-a > ul li.nav-sub.active a {
  color: #000;
}

.nav-a > ul li.nav-sub i {
  position: relative;
  top: 2px;
}

.nav-a > ul li.nav-sub i:before {
  color: #000;
}

.nav-a > ul li.nav-subline {
  padding-top: 10px;
  border-top: 1px solid #fff;
}

.cols-a > aside > .nav-a:first-child {
  margin-top: 2px;
}

.nav-a .semantic-select ul {
  background: #fff;
}

.nav-a select,
.nav-a input,
.nav-a .semantic-select {
  margin-top: 11px;
}

.nav-a b {
  color: #000;
}

.nav-a-new > ul li {
  padding: 13px 24px 12px;
  border-top: 1px solid #fff;
}

#root .nav-a-new > ul li a {
  display: inline;
  padding: 0;
  border: 0;
  background: none;
}

#root .nav-a-new > ul li a:hover,
#root .nav-a-new > ul li.active a {
  color: #000;
}

.nav-a-new1 > ul li {
  font-size: 1.342em;
}

.nav-a-new1 > ul li a {
  display: inline;
  padding: 0;
  border: 0;
  background: none;
}

.nav-a-new2 > ul {
  overflow: hidden;
  width: 105%;
  margin: 0 0 -10px;
}

.nav-a-new2 > ul li {
  float: left;
  margin: 0 7px 10px 0;
  font-size: 1.119em;
}

.nav-a-new2 > ul li a {
  float: left;
  min-width: 41px;
  padding: 2px 9px;
  border: 0;
  background: #fff;
  font-weight: 400;
  text-align: center;
}

#root .nav-a-new2 > ul li a {
  border-radius: 20px;
}

.nav-a.aside-cal {
  overflow: hidden;
  padding-bottom: 0;
}

.nav-a.aside-cal h1 + h2,
.nav-a.aside-cal h2 + h3,
.nav-a.aside-cal h3 + h4,
.nav-a.aside-cal h4 + h5 {
  margin: -7px 0 0;
  padding: 0 0 7px;
  border-radius: 0;
  border-bottom: solid 1px #eee;
  background: none;
  color: #000;
  font-size: 1.4em;
  text-align: center;
  text-transform: none;
}

.nav-a.aside-cal ul {
  overflow: hidden;
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  border-radius: 0;
  border: 0;
  border-bottom: solid 1px #eee;
  text-align: left;
  text-shadow: 0 0 1px #fff;
}

.nav-a.aside-cal ul li {
  position: relative;
  float: left;
  width: 14.2857142857%;
  height: 32px;
  padding: 0;
  border-radius: 0;
}

.nav-a.aside-cal ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #eee;
}

.nav-a.aside-cal ul:last-child {
  border-bottom: 0;
}

.nav-a.aside-cal ul.last-child {
  border-bottom: 0;
}

#root .nav-a.aside-cal ul li a {
  padding: 4px 9px;
  border-radius: 0;
  border: 0;
  background: none;
}

#root .nav-a.aside-cal ul li a:hover,
#root .nav-a.aside-cal ul li.active a {
  color: #000;
}

.nav-a.aside-cal h1 + ul li,
.nav-a.aside-cal h2 + ul li,
.nav-a.aside-cal h3 + ul li,
.nav-a.aside-cal h4 + ul li,
.nav-a.aside-cal h5 + ul li {
  height: auto;
  padding: 4px 0;
  text-indent: 9px;
}

.news-a header {
  margin: 0 0 33px;
}

.news-a h1,
.news-a h2,
.news-a h3 {
  margin: 0 0 8px;
  color: #283a44;
  font-weight: 400;
  letter-spacing: -0.05em;
}

.news-a h1 a,
.news-a h2 a,
.news-a h3 a {
  color: #283a44;
}

.news-a header ul {
  overflow: hidden;
  list-style: none;
  padding: 0;
}

.news-a header ul li {
  float: left;
  margin: 0 12px 0 0;
  color: #8c989e;
  font-size: 1.2em;
  line-height: 40px;
}

.news-a header ul li a {
  float: left;
  color: #8c989e;
  text-decoration: none;
}

.news-a header ul li a:hover {
  color: #000;
}

.news-a header ul li img {
  display: block;
  position: relative;
  float: left;
  margin: 0 7px 0 0;
  border-radius: 30px;
}

.news-a header ul li i {
  position: relative;
  top: 1px;
  margin-right: 4px;
}

.news-a header ul li i,
.news-a header ul li i:before {
  color: #000;
  font-size: 12px;
}

.news-a img {
  display: block;
  position: relative;
  border-radius: 5px;
}

.news-a .form-a {
  margin-top: 36px;
  padding-top: 49px;
  border-top: 1px solid #e8eaec;
}

.news-b,
#content.news-b {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.news-b .heading-a {
  margin-bottom: 86px;
}

.news-b article {
  position: relative;
  min-height: 508px;
  margin: 0 0 69px 300px;
  padding: 49px 49px 3px;
  border: 1px solid #e9e9e9;
  background: #fff;
}

.news-b figure {
  margin: -50px -50px 45px;
}

.news-b article h1,
.news-b article h2,
.news-b article h3,
.news-b article h5 {
  position: relative;
  margin: 0 0 18px;
  padding: 0 0 17px;
  color: #535353;
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
}

.news-b article h1:before,
.news-b article h2:before,
.news-b article h3:before,
.news-b article h5:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 59px;
  height: 3px;
  background: #000;
}

.news-b article h1 a,
.news-b article h2 a,
.news-b article h3 a,
.news-b article h5 a {
  color: #535353;
}

.news-b article header p {
  position: absolute;
  left: -301px;
  top: 164px;
  width: 172px;
  padding: 90px 64px 100px;
  background: #f8f8f8;
  color: #7e7e7e;
  font-size: 1.9em;
  line-height: 1;
}

.news-b article header p span {
  display: block;
  margin: 0 0 5px;
  color: #000;
  font-weight: 700;
  font-size: 2.368em;
}

.news-b article header p a {
  display: block;
  margin: 14px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid #ccc;
  color: #7e7e7e;
  font-weight: 400;
  font-size: 0.736em;
}

.news-b .pagination-a {
  margin-top: -21px;
}

.news-c,
#content.a > * > .news-c {
  position: relative;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.news-c {
  overflow: hidden;
  height: 460px;
}

.news-c > header {
  position: absolute;
  left: 50px;
  top: 51px;
  z-index: 2;
  background: url(../images/arrow-left-f.png) -3000em -3000em no-repeat;
}

.news-c > header h1,
.news-c > header h2,
.news-c > header h3,
.news-c > header h4 {
  background: url(../images/arrow-right-f.png) -3000em -3000em no-repeat;
  color: #fff;
  font-size: 1.306em;
  font-weight: 700;
  text-transform: uppercase;
}

.news-c article {
  position: relative;
  z-index: 1;
  width: 350px;
  height: 350px;
  margin: 0 0 50px;
  padding: 110px 560px 0 50px;
  background: #000;
  color: #fff;
}

.js .news-c article {
  margin: 0;
}

.news-c article figure {
  position: absolute;
  left: 50%;
  top: 0;
}

.news-c article figure img {
  max-width: none !important;
}

.news-c article h1,
.news-c article h2,
.news-c article h3,
.news-c article h4,
.news-c article h5,
.news-c article h6 {
  position: relative;
  margin: 0 0 27px;
  padding: 0 0 19px;
  color: #fff;
  font-size: 3.264em;
}

.news-c article h1:before,
.news-c article h2:before,
.news-c article h3:before,
.news-c article h4:before,
.news-c article h5:before,
.news-c article h6:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55px;
  height: 3px;
  background: #fff;
}

.news-c article h1 a,
.news-c article h2 a,
.news-c article h3 a,
.news-c article h4 a,
.news-c article h5 a,
.news-c article h6 a {
  color: #fff;
}

.news-c article h1 span,
.news-c article h2 span,
.news-c article h3 span,
.news-c article h4 span,
.news-c article h5 span,
.news-c article h6 span {
  font-weight: 700;
}

.news-c article p {
  font-size: 1.492em;
}

.news-c .bx-prev,
.news-c .bx-next {
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 12px;
  z-index: 3;
  width: 40px;
  height: 40px;
  text-align: left;
  text-indent: -3000em;
}

.news-c .bx-prev {
  left: 50px;
  background: url(../images/arrow-left-e.png) no-repeat;
  background-size: 100% 100%;
}

.news-c .bx-next {
  left: 139px;
  background: url(../images/arrow-right-e.png) no-repeat;
  background-size: 100% 100%;
}

.news-c .bx-prev:hover {
  background: url(../images/arrow-left-f.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0.9;
}

.news-c .bx-next:hover {
  background: url(../images/arrow-right-f.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0.9;
}

.lt-ie9 .news-c .bx-prev,
.lt-ie9 .news-c .bx-next {
  width: 44px;
  height: 43px;
}

.news-c .bx-pager {
  position: absolute;
  left: 50px;
  top: 74px;
  z-index: 3;
  color: #fff;
  font-size: 2em;
}

/*.heading-a + .news-c { margin-top: -44px; }*/

.news-d {
  position: relative;
  width: 110%;
  margin: 0;
  color: #666;
}

.news-d:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}

.news-d article {
  position: relative;
  float: left;
  width: 242px;
  margin: 0 32px 32px 0;
  padding: 0 34px 9px;
  box-shadow: 0 7px 10px #f5f5f5;
}

.boxshadow .news-d article {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.03);
}

.js .news-d article {
  width: auto;
  margin-right: 0;
}

.news-d figure {
  margin: 0 -34px 34px;
}

.news-d figure img {
  display: block;
  width: 100% !important;
}

.news-d article h1,
.news-d article h2,
.news-d article h3,
.news-d article h4,
.news-d article h5,
.news-d article h6 {
  position: relative;
  margin: 0 0 21px;
  padding: 0 0 16px;
  color: #666;
  font-weight: 400;
  font-size: 2.238em;
}

.news-d article h1:before,
.news-d article h2:before,
.news-d article h3:before,
.news-d article h4:before,
.news-d article h5:before,
.news-d article h6:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55px;
  height: 3px;
  background: #000;
}

.news-d article h1 a,
.news-d article h2 a,
.news-d article h3 a,
.news-d article h4 a,
.news-d article h5 a,
.news-d article h6 a {
  color: #666;
}

.news-d article p {
  color: #666;
  font-size: 1.3em;
}

.js .news-d {
  overflow: hidden;
  left: 31px;
  width: 1035px;
  margin-top: -10px;
  margin-bottom: -30px;
  padding-top: 10px;
  padding-bottom: 30px;
}

.news-d .bx-wrapper,
.news-d .bx-viewport {
  overflow: visible !important;
}

.news-d .bx-viewport {
  left: 20px !important;
}

.news-d .bx-pager {
  position: relative;
  left: 20px;
  padding: 8px 0 24px;
  text-align: center;
}

.js #root .news-d.regular-only {
  left: -20px;
  width: 1000px;
  padding-left: 0;
}

.news-d.regular-only article {
  padding-left: 25px;
  padding-right: 25px;
}

.news-d.regular-only figure {
  margin-left: -25px;
  margin-right: -25px;
}

.js #root .news-d.tablet-only {
  left: -20px;
  width: 760px;
  padding-left: 0;
}

.news-d.tablet-only article {
  padding-left: 25px;
  padding-right: 25px;
}

.news-d.tablet-only figure {
  margin-left: -25px;
  margin-right: -25px;
}

.js #root .news-d.mobile-only {
  left: 0;
  width: auto;
  padding-left: 0;
}

.news-d.mobile-only article {
  float: none;
  padding: 0;
  box-shadow: none;
}

.news-d.mobile-only figure {
  margin-left: 0;
  margin-right: 0;
}

.news-d.mobile-only .bx-wrapper,
.news-d.mobile-only .bx-viewport {
  overflow: hidden !important;
}

.news-d.mobile-only .bx-viewport,
.news-d.mobile-only .bx-pager {
  left: 0 !important;
  padding-top: 0;
}

.news-e {
  color: #7e7e7e;
}

.news-e article {
  position: relative;
  margin: 0 0 61px;
  padding: 30px 56px 6px;
  border: 1px solid #e9e9e9;
}

.news-e article > .link {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 1px;
  text-align: left;
  text-indent: -3000em;
}

.news-e article.has-link:hover {
  background: #f2f1f1;
}

.news-e header figure {
  position: relative;
  margin: -31px -57px 51px;
}

.news-e header figure:before,
.news-e header figure:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
}

.news-e header figure:before {
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #000;
}

.news-e header figure:after {
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 59px;
  height: 58px;
  margin: -29px 0 0 -29.5px;
  background: url(../images/search.png) no-repeat;
}

.news-e article.has-link:hover figure:before {
  opacity: 0.64;
  filter: alpha(opacity=64);
}

.news-e article.has-link:hover figure:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.lt-ie9 .news-e header figure:before,
.lt-ie9 .news-e header figure:after {
  top: -1000em;
}

.lt-ie9 .news-e article.has-link:hover figure:before {
  top: 0;
}

.lt-ie9 .news-e article.has-link:hover figure:after {
  top: 50%;
}

.news-e header figure img {
  display: block;
  position: relative;
  z-index: 1;
}

.news-e h1,
.news-e h2,
.news-e h3 {
  position: relative;
  margin: 0 0 24px;
  padding: 0 0 19px;
  color: #535353;
  font-size: 2.282em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.news-e h1:before,
.news-e h2:before,
.news-e h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 67px;
  height: 3px;
  background: #000;
}

.news-e h1 a,
.news-e h2 a,
.news-e h3 a {
  color: #535353;
}

.news-e p.link-a {
  position: relative;
  z-index: 11;
}

.pagination-a {
  margin: 0 0 10px;
  text-align: center;
  letter-spacing: 0.1em;
}

.pagination-a ul,
.pagination-a ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination-a li {
  display: inline-block;
  margin: 0 3px;
  font-size: 1.173em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.pagination-a li a {
  display: inline-block;
  min-width: 21px;
  height: 53px;
  padding: 0 16px;
  border: 1px solid #000;
  color: #000;
  line-height: 53px;
  text-decoration: none;
}

.pagination-a li a:hover,
.pagination-a li.active a {
  background: #000;
  color: #fff;
}

.pagination-a li.active a {
  cursor: default;
}

.pagination-a.a ul,
.pagination-a.a ol {
  text-align: right;
}

.slider-a,
#content.a > * > .slider-a {
  position: relative;
  list-style: none;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
  padding: 0;
  box-shadow: 13px 13px 15px rgba(0, 0, 0, 0.04);
  border-radius: 13px;
  background: #f4f4f4;
}

.slider-a li {
  position: relative;
  min-height: 157px;
  margin: 0;
  padding: 33px 70px 52px 284px;
  background: url(../images/arrow-left-f.png) -3000em -3000em no-repeat;
  font-size: 1.6em;
}

.slider-a li img {
  display: block;
  position: absolute;
  left: 53px;
  top: 29px;
  border-radius: 100px;
  border: 12px solid #fff;
}

.rgba .slider-a li img {
  border-color: rgba(255, 255, 255, 0.29);
}

.slider-a li .title {
  display: block;
  position: relative;
  margin: 0 0 20px;
  background: url(../images/arrow-right-f.png) -3000em -3000em no-repeat;
  font-size: 1.125em;
  line-height: 1.25;
}

.slider-a li .title span {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
}

.slider-a li .title .date {
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 1em;
  font-weight: 400;
}

/*.heading-a + .slider-a { margin-top: -42px; }*/

.slider-a .bx-prev,
.slider-a .bx-next,
.slider-ba .bx-prev,
.slider-ba .bx-next {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 42px;
  height: 44px;
  margin: -22px 0 0;
  text-align: left;
  text-indent: -3000em;
  opacity: 0.4;
}

.slider-a .bx-prev,
.slider-ba .bx-prev {
  left: -100px;
  background: url(../images/arrow-left-e.png) no-repeat;
  background-size: 100% 100%;
}

.slider-a .bx-next,
.slider-ba .bx-next {
  right: -100px;
  background: url(../images/arrow-right-e.png) no-repeat;
  background-size: 100% 100%;
}

.slider-a .bx-prev:hover,
.slider-ba .bx-prev:hover {
  background: url(../images/arrow-left-f.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0.8;
}

.slider-a .bx-next:hover,
.slider-ba .bx-next:hover {
  background: url(../images/arrow-right-f.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0.8;
}

.lt-ie9 .slider-a .bx-prev,
.lt-ie9 .slider-a .bx-next,
.lt-ie9 .slider-ba .bx-prev,
.lt-ie9 .slider-ba .bx-next {
  width: 44px;
}

.slider-a .bx-pager {
  position: absolute;
  left: -3000em;
  top: 0;
}

.slider-b {
  overflow: hidden;
  list-style: none;
  margin: 0 auto 80px;
  height: 650px;
  padding: 0;
  background: url(../images/arrow-left-b.png) -3000em -3000em no-repeat;
}

.slider-b li {
  max-width: 320px;
  background: url(../images/arrow-right-b.png) -3000em -3000em no-repeat;
}
.bx-shad {
  padding-top: 10px;
}
.slider-b img {
  max-width: none !important;
}

.slider-ba {
  list-style: none;
  margin: 0 0 60px;
  padding: 0 0 64px;
  background: #000;
}

.slider-ba img {
  display: block;
  width: 100% !important;
}

.slider-ba .bx-prev {
  left: 0;
  transform-origin: left center;
  -moz-transform-origin: left center;
  -webkit-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
}

.slider-ba .bx-next {
  right: 0;
  transform-origin: right center;
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  -o-transform-origin: right center;
  -ms-transform-origin: right center;
}

.slider-ba .bx-prev,
.slider-ba .bx-next {
  transform: scale(0.75, 0.75);
  -moz-transform: scale(0.75, 0.75);
  -webkit-transform: scale(0.75, 0.75);
  -o-transform: scale(0.75, 0.75);
  -ms-transform: scale(0.75, 0.75);
}

.slider-ba .bx-prev,
.slider-ba .bx-next {
  top: auto;
  bottom: 10px;
  margin: 0;
}

.slider-ba .bx-prev {
  left: 10px;
}

.slider-ba .bx-next {
  right: 10px;
}

#root #content .sticky-a,
#root #content .sticky-c {
  position: absolute;
  right: 50%;
  top: 100%;
  z-index: 2;
  width: auto;
  margin: -414px -1032px 0 0;
  padding: 0;
  opacity: 0;
}

#root #content .sticky-a,
#root #content .sticky-c {
  transform: translateX(250px);
  -moz-transform: translateX(250px);
  -webkit-transform: translateX(250px);
  -o-transform: translateX(250px);
  -ms-transform: translateX(250px);
}

#root #content .sticky-b,
#root #content .sticky-d {
  position: absolute;
  left: 50%;
  top: 25px;
  width: auto;
  margin: 0 0 0 -550px;
  padding: 0;
  opacity: 0;
}

#root #content .sticky-b.a {
  margin-left: -715px;
}

#root #content .sticky-b.b {
  top: -20px;
  margin-left: -800px;
}

#root #content .sticky-b,
#root #content .sticky-d {
  transform: translateX(-250px);
  -moz-transform: translateX(-250px);
  -webkit-transform: translateX(-250px);
  -o-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
}

#root #content .shown .sticky-a,
#root #content .shown .sticky-b,
#root #content .shown .sticky-c,
#root #content .shown .sticky-d {
  opacity: 1;
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
}

#root #content .sticky-c {
  right: 0;
  margin-right: 0;
}

#root #content .sticky-d {
  left: 0;
  margin-left: 0;
}

/*! Headers --------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #525252;
  font-weight: 400;
  line-height: 1.2;
}

h1,
h2 {
  font-size: 4em;
  font-weight: 300;
}

h3 {
  font-size: 3.4em;
  font-weight: 300;
}

h4 {
  font-size: 3.2em;
}

h5 {
  font-size: 3em;
}

h6 {
  font-size: 2.8em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #525252;
}

/*! Content --------- */

b,
strong,
.strong {
  font-weight: 300;
}

blockquote {
  margin: 1em 40px;
}

dfn,
em,
i,
.em {
  font-style: italic;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 85%;
}

strike,
del,
.strike {
  text-decoration: line-through;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.scheme-a {
  color: #000;
}

.scheme-b {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.scheme-c {
  color: #303030;
}

/*! Links --------- */

a {
  background: none;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*---*/

a span {
  cursor: pointer;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
  outline: none;
}

.link-a {
  overflow: hidden;
  width: 100%;
  margin-top: 24px;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
}

.link-a a {
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  min-width: 149px;
  padding: 11px 20px 12px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  text-decoration: none;
}

.link-a a:hover {
  background: #000;
  color: #fff;
}

.link-a.a a {
  display: inline-block;
  float: none;
  min-width: 147px;
  padding-top: 10px;
  padding-bottom: 11px;
  border-radius: 2px;
  border: 2px solid #000;
}

/*! Lists --------- */

ul,
ol,
dd,
blockquote {
  padding-left: 40px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

.list-a {
  overflow: hidden;
  list-style: none;
  padding: 0;
  text-align: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 13%;
}

.list-a li {
  float: left;
  /* width: 33.333333%;
    margin: 0 0 53px; */
  font-size: 1.4em;
  line-height: 1.75;
}

.list-a li .title {
  display: block;
  margin: 0 0 10px;
  color: #545454;
  font-weight: 700;
  font-size: 1.285em;
  text-align: center;
}

.list-a li .inner {
  display: block;
  max-width: 270px;
  /* margin: 0 auto; */
}

.list-a li i {
  display: block;
  position: relative;
  width: 163px;
  height: 163px;
  margin: 32px auto;
  border-radius: 100px;
  background: #fbfbfb;
  color: #000;
  font-size: 60px;
  line-height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rgba .list-a li i {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.list-a li a:hover i {
  background: #000;
  color: #fff;
}

.list-a li a {
  display: block;
  color: #7e7e7e;
  text-decoration: none;
}

.list-a + header {
  margin-top: 73px;
}

.link-btn-round-lg {
  border-radius: 40px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 19px;
  padding: 18px 32px;
  text-transform: uppercase;
  background-color: #f23944;
  white-space: nowrap;
  color: #fff !important;
}

.banner-top .link-btn-round-lg {
  font-size: 1vw;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 0;
  padding: 2vw;
  text-align: center;
  position: absolute;
  width: 15vw;
  height: 1vh;
}

.banner-top .link-btn-round-lg.alt { background-color: #42368c; }

.link-txt-lg {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  text-decoration: none !important;
  cursor: pointer;
  color: #f23944;
}
.link-txt-lg:hover {
  color: #f23944;
}

/*.heading-a + .list-a { margin-top: -32px; }*/

.list-b {
  overflow: hidden;
  position: relative;
  list-style: none;
  width: 100%;
  height: 550px;
  margin: 0;
  padding: 0;
  color: #545454;
  line-height: 1.3;
}

.list-b li {
  position: relative;
  z-index: 2;
  width: 220px;
  margin: 0 auto 30px;
  padding: 24px 30px 24px 82px;
  border-radius: 4px;
  background: #f4f4f4;
  font-size: 1.4em;
  opacity: 0;
}

.list-b.shown li,
.mobile .list-b li {
  opacity: 1;
}

.list-b li .title {
  display: block;
  margin: 0 0 5px;
  color: #545454;
  font-size: 1.571em;
  font-weight: 700;
}

.list-b li .no {
  display: block;
  position: absolute;
  left: 1rem;
  top: 2rem;
  width: 41px;
  height: 41px;
  margin: -20.5px 0 0;
  border-radius: 30px;
  background: #000;
  color: #fff;
  font-size: 1.428em;
  font-weight: 700;
  line-height: 39px;
  text-align: center;
}

#root .list-b li.mobile-b {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

#root .list-b li.mobile-b:after,
#root .list-b li.mobile-f:after,
#root .list-b li.mobile-g:after {
  top: -3000em;
}

#root .list-b li.mobile-f {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  width: 740px;
  margin: 0 0 0 -370px;
  padding: 0;
  border-radius: 0;
  background: none;
}

#root .list-b li.mobile-b {
  opacity: 0;
  transform: translateY(250px);
  -moz-transform: translateY(250px);
  -webkit-transform: translateY(250px);
  -o-transform: translateY(250px);
  -ms-transform: translateY(250px);
}

#root .list-b.shown li.mobile-b,
.mobile #root .list-b li.mobile-b {
  opacity: 1;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}

.js .list-b li {
  position: absolute;
}

.js .list-b li.c1 {
  left: 0;
  top: 6px;
}

.js .list-b li.c2 {
  left: 0;
  top: 271px;
}

.js .list-b li.c3 {
  right: 0;
  top: 136px;
}

.js .list-b li.c4 {
  right: 0;
  top: 382px;
}

.list-b.a {
  height: 728px;
}

.js .list-b.a li.c1 {
  left: 185px;
  top: 30px;
  padding-left: 30px;
  width: auto;
}

.js .list-b.a li.c2 {
  left: 2rem;
  top: 170px;
  padding-left: 30px;
  width: auto;
}

.js .list-b.a li.c3 {
  right: 2rem;
  top: 390px;
  width: auto;
}

.js .list-b.a li.c4 {
  right: 150px;
  top: 530px;
  width: auto;
}

.js .list-b.a li.c1 .no,
.js .list-b.a li.c2 .no {
  left: auto;
  top: auto;
  right: 1rem;
  top: 2rem;
}

.list-b.b {
  text-align: center;
}

#content.a > * > .list-b.b:last-child {
  margin-bottom: -8px;
}

#content.a > * > .list-b.b.last-child {
  margin-bottom: -8px;
}

#root .list-b.b li {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  margin: 0 25px 50px;
  text-align: left;
}

#root .list-b.b li.mobile-g {
  display: block;
  margin: 0 auto 20px;
}

#root .list-b.b li:after {
  left: 50%;
  top: -10px;
  width: 20px;
  height: 11px;
  margin: 0 0 0 -10px;
  background: url(../images/arrow-top-d.png) no-repeat;
}

#root .list-b.b li.c1:after {
  left: 75%;
}

#root .list-b.b li.c3:after {
  left: 25%;
}

.list-c,
#content.a > * > .list-c {
  overflow: hidden;
  list-style: none;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding: 0;
  color: #7e7e7e;
  text-align: center;
}

.list-c > li {
  overflow: hidden;
  position: relative;
  float: left;
  width: 170px;
  margin: 32px 0 20px;
  padding: 0 25px 7px;
  border-radius: 3px;
  background: #fff;
  font-size: 1.3em;
}

.boxshadow .list-c > li {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.03);
}

.list-c > li:last-child {
  float: right;
}

.list-c > li.last-child {
  float: right;
}

.list-c > li:first-child,
.list-c > li.pie_first-child {
  margin-right: 50px;
}

.list-c > li > span {
  display: block;
  position: relative;
  margin: 0 -25px 61px;
  padding: 26px 25px 70px;
  border-radius: 3px 3px 0 0;
  border: 1px solid #ececec;
  border-top-width: 4px;
  border-bottom: 0;
  background: #f1f1f1;
  color: #333;
  font-size: 1.307em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.list-c > li > span span {
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  margin: -52px 0 0 -52px;
  width: 90px;
  height: 90px;
  border-radius: 100px;
  border: 7px solid #fff;
  background: #000;
  color: #fff;
  font-size: 1.176em;
  line-height: 90px;
  letter-spacing: normal;
}

.list-c > li > ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.list-c > li > ul li {
  margin: 0 0 1px;
}

.list-c > li > a {
  display: block;
  margin: 0 0 10px;
  border-radius: 7px;
  padding: 10px 20px;
  border: 2px solid #000;
  color: #000;
  font-weight: 700;
  font-size: 1.076em;
  text-transform: uppercase;
  text-decoration: none;
}

.list-c > li > a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.list-c > li.a a,
.list-c > li.c a {
  opacity: 0.62;
  filter: alpha(opacity=62);
}

.list-c > li.b {
  width: 190px;
  margin-top: 0;
  padding: 0 35px 12px;
  font-size: 1.524em;
}

.list-c > li.b > span {
  margin: 0 -35px 71px;
  padding: 32px 35px 81px;
}

.list-c > li.b > span span {
  width: 104px;
  height: 104px;
  margin: -59px 0 0 -59px;
  font-size: 1.411em;
  line-height: 104px;
}

.list-c > li.b > ul {
  margin-bottom: 29px;
}

.list-c > li.b > ul li {
  margin-bottom: 2px;
}

.list-c.a > li > a {
  padding: 7px 17px;
  border-radius: 2px;
  border-width: 5px;
}

.heading-a + .list-c {
  margin-top: -24px;
}

/*! Media --------- */

img,
object,
embed,
video {
  max-width: 100% !important;
}

img {
  position: relative;
  height: auto !important;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic;
}

.lt-ie9 img,
img[src*="maps.gstatic.com"],
img[src*="google"],
.zoomin img + img,
img.zoomin + img {
  max-width: none !important;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

figure {
  margin-bottom: 27px;
}

/* .mobile-a, #root .mobile-a { width: 297px; height: 526px; padding: 110px 42px 136px 38px; background: url(../images/mobile.png) no-repeat; text-align: center; } */

/* .mobile-a, #root .mobile-a { width: 297px; height: 526px; padding: 110px 42px 136px 38px; background: url('../images/Banner/Mobile Vector-01.png') no-repeat; text-align: center; } */

.mobile-a,
#root .mobile-a {
  /* width: auto; */
  height: 600px;
  background: url("../images/Banner/Mobile Vector-01.png") no-repeat;
  background-size: contain;
}

.mobile-b,
#root .mobile-b {
  width: 272px;
  height: 479px;
  padding: 100px 38px 124px 34px;
  background: url("../images/Banner/Mobile Vector-01.png") -383px 0 no-repeat;
  text-align: center;
}

.mobile-c,
#root .mobile-c {
  width: 352px;
  height: 628px;
  padding: 70px 55px 103px 37px;
  background: url(../images/mobile-c.png) no-repeat;
  text-align: center;
}

.mobile-d,
#root .mobile-d {
  width: 352px;
  height: 625px;
  padding: 99px 87px 182px 77px;
  background: url(../images/mobile-d.png) no-repeat;
  text-align: center;
}

.mobile-g,
#root .mobile-g {
  width: 530px;
  height: 300px;
  padding: 27px 59px 45px 86px;
  background: url(../images/mobile-g.png) no-repeat;
  text-align: center;
}

/*! Forms --------- */

fieldset,
hr {
  border-width: 0;
}

legend {
  position: absolute;
  left: 0;
  top: -3000em;
  padding: 0;
  border: 0;
  white-space: normal;
}

input,
select,
textarea {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  text-align: left;
  text-transform: none;
  outline: none;
}

input,
select,
textarea,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.semantic-select ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input {
  line-height: 1;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

select {
  text-overflow: "";
  text-indent: 0.01px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  position: relative;
  margin: 0;
  text-transform: none;
  cursor: pointer;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
  outline: none;
}

form [disabled] {
  cursor: default;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

::-moz-placeholder {
  opacity: 1;
  color: inherit;
}

:-moz-placeholder {
  opacity: 1;
  color: inherit;
}

:-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
}

:focus::-moz-placeholder {
  opacity: 0;
}

:focus:-moz-placeholder {
  opacity: 0;
}

:focus:-ms-placeholder {
  opacity: 0;
}

label {
  display: block;
  left: 0;
  top: 0;
  z-index: 2;
  margin: 0 0 4px;
  font-weight: 400;
}

form p {
  position: relative;
  clear: both;
  margin-bottom: 11px;
}

form p:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  height: 41px;
  padding: 0 12px;
  line-height: 1;
}

input[type="color"] {
  padding: 0;
  cursor: pointer;
}

.lt-ie9 input[type="date"],
.lt-ie9 input[type="datetime"],
.lt-ie9 input[type="datetime-local"],
.lt-ie9 input[type="email"],
.lt-ie9 input[type="month"],
.lt-ie9 input[type="number"],
.lt-ie9 input[type="password"],
.lt-ie9 input[type="range"],
.lt-ie9 input[type="search"],
.lt-ie9 input[type="tel"],
.lt-ie9 input[type="text"],
.lt-ie9 input[type="time"],
.lt-ie9 input[type="url"],
.lt-ie9 input[type="week"] {
  line-height: 39px;
}

select {
  padding: 7px 7px 8px 8px;
}

textarea {
  height: 204px;
  min-height: 204px;
  padding: 7px 7px 7px 12px;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea,
.semantic-select .input {
  border-radius: 4px;
  border: 1px solid #f4f4f4;
  border-top-color: #eaeaea;
  border-left-color: #eaeaea;
  background: #f4f4f4;
  color: #283a44;
  font-size: 15.46px;
  font-weight: 600;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #f32160;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: block;
  overflow: hidden;
  height: 40px;
  padding: 0 25px;
  border: 1px solid #f23944;
  background: none;
  color: #000;
  font-size: 11.73px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 0.3rem !important;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #f23944;
  color: #fff;
  transition: 0.7s;
}

.semantic-select {
  position: relative;
}

.semantic-select .input {
  height: 39px;
  padding: 0 50px 0 12px;
  background: #fff;
  line-height: 39px;
}

.semantic-select .input .text {
  display: block;
  overflow: hidden;
}

.semantic-select .ticker {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  cursor: pointer;
}

.semantic-select .ticker:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 4px;
  margin: -2px 0 0;
  background: url(../images/select-a.png) -5px -5px no-repeat #000;
}

.semantic-select ul {
  overflow: hidden;
  position: absolute;
  left: -3000em;
  top: 42px;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #000;
  background: #f4f4f4;
}

.semantic-select ul li {
  margin: 0;
  padding: 1px 0 0;
  font-size: 15px;
}

#root .nav-a .semantic-select ul li {
  border: 0;
  font-size: 15px;
}

.semantic-select ul li:first-child,
.semantic-select ul li.hidden:first-child + li {
  padding-top: 0;
}

.semantic-select ul li a,
#root .nav-a .semantic-select ul li a {
  display: block;
  float: none;
  padding: 6px 12px;
  border-radius: 0;
  border: 0;
  font-weight: 600;
  font-size: 1em;
}

.semantic-select ul li a {
  color: #283a44;
}

#root .semantic-select ul li a:hover,
#root .semantic-select ul li.active a {
  background: #000;
  color: #fff;
  text-decoration: none;
}

#root .semantic-select ul li.active a {
  cursor: default;
}

.semantic-select.scrolled ul {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 150px;
}

.semantic-select.focus .input,
.semantic-select.active .input {
  border-color: #000;
}

.semantic-select.active ul {
  left: 0;
}

.form-a {
  margin-bottom: 20px;
}

.form-a p > span {
  display: block;
  position: relative;
  float: left;
  width: 228px;
}

.form-a p > span:first-child {
  margin-right: 8px;
}

.form-a p > span:last-child {
  float: right;
}

.form-a p > span.last-child {
  float: right;
}

.js .form-a label {
  position: absolute;
  padding: 0 12px;
  color: #283a44;
  font-size: 15.46px;
  font-weight: 600;
  line-height: 41px;
  cursor: text;
}

.form-a input,
.form-a select,
.form-a textarea {
  width: 100%;
}

.form-b {
  color: #7e7e7e;
  line-height: 1.75;
  text-align: center;
}

.form-b fieldset {
  width: 600px;
  margin: 0 auto;
}

.form-b p {
  margin-bottom: 26px;
  font-size: 1.3em;
}

.js .form-b label {
  position: absolute;
  padding: 0 0 0 26px;
  color: #666;
  font-size: 18px;
  line-height: 60px;
  cursor: text;
}

.form-b input {
  width: 100%;
  height: 60px;
  padding: 0 62px 0 26px;
  border-radius: 6px;
  border-color: #fff;
  background: #fff;
  color: #666;
  font-size: 18px;
}

.lt-ie9 .form-b input {
  line-height: 58px;
}

.form-b input:focus {
  border-color: #000;
}

#root .form-b button {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 0;
  width: 45px;
  height: 60px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
  text-indent: -3000em;
}

.form-b button:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 21px;
  margin: -10.5px 0 0;
  background: url(../images/arrow-right-c.png) -5px -5px no-repeat #000;
}

/*.heading-a + .form-b { margin-top: -62px; }*/

.search-a {
  margin-bottom: 38px;
}

.search-a p {
  margin-bottom: 0;
}

.js .search-a label {
  position: absolute;
  padding-left: 49px;
  color: #283a44;
  font-size: 13px;
  line-height: 50px;
  text-transform: uppercase;
  cursor: text;
}

.search-a input {
  width: 100%;
  height: 50px;
  padding-left: 48px;
  color: #283a44;
  font-size: 13px;
}

.lt-ie9 .search-a input {
  line-height: 48px;
}

#root .search-a button {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 0;
  width: 40px;
  height: 50px;
  margin: 0;
  padding: 6px 0 0;
  border-radius: 0;
  border: 0;
  background: none;
  color: #000;
  font-size: 21px;
  text-align: right;
  letter-spacing: normal;
}

/*! Tables --------- */

table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 5px 10px;
  border: 1px solid #eee;
  font-weight: 400;
  text-align: left;
}

/*! Helpers --------- */

*,
*:before,
*:after {
  transition: opacity 0.4s ease-in-out 0s;
  -moz-transition: opacity 0.4s ease-in-out 0s;
  -webkit-transition: opacity 0.4s ease-in-out 0s;
  -o-transition: color 0.4s ease-in-out 0s, border-opacity 0.4s ease-in-out 0s;
  -ms-transition: opacity 0.4s ease-in-out 0s;
  transform-origin: center center;
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
}

#menu > .fit-a:before,
#menu > .fit-a:after,
.module-a > figure,
#root .list-b li.mobile-b,
[class*="mobile"],
.gallery-c li > div,
.news-e article,
.sticky-a,
.sticky-b,
.sticky-c,
.sticky-d {
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
}

.bx-prev,
.bx-next {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -ms-transition: none;
}

.list-b li.c1 {
  transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
}

.list-b li.c2 {
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
}

.list-b li.c3 {
  transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  -ms-transition-delay: 0.75s;
}

.list-b li.c4 {
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
}

.clear {
  clear: both;
  overflow: hidden;
  width: 100%;
  height: 0;
}

.hidden,
[hidden],
template {
  position: absolute;
  left: -3000em;
  top: 0;
}

hr,
.hr {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
  background: none;
  font-size: 0;
}

.hr hr {
  display: none;
}

.link-a:first-child,
.comments-a:first-child {
  margin-top: 0;
}

#content.a > * > .counter:last-child {
  margin-bottom: 0;
}

#content.a > * > .counter.last-child {
  margin-bottom: 0;
}

/*! Warnings --------- */

p.lt-ie9,
#root:after {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11000;
  width: 100%;
  height: 28px;
  background: #333;
  color: #fff;
  font-size: 1.2em;
  line-height: 28px;
  text-align: center;
}

p.lt-ie9 a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

p.lt-ie9 a:hover,
p.lt-ie9 a:focus,
p.lt-ie9 a:active {
  text-decoration: none;
}

#root:after {
  content: "Ummm.. please, enable JavaScript support to fully experience this site.";
}

.js #root:after {
  position: absolute;
  left: -3000em;
  top: -3000em;
}

.js body {
  padding-top: 0;
}

.lt-ie9 body {
  padding-top: 28px;
}

/*! Miscellaneous --------- */

audio,
canvas,
iframe,
img,
svg,
video {
  border-width: 0;
  vertical-align: middle;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

@-ms-viewport {
  width: auto;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

#root .desktop-hide,
#root .tablet-only,
#root .mobile-only,
#root .regular-only {
  position: absolute;
  left: -3000em;
  top: -3000em;
  bottom: inherit;
  right: inherit;
}

/*! Theme - Red --------- */

.theme-a button,
.theme-a input[type="button"],
.theme-a input[type="reset"],
.theme-a input[type="submit"],
.theme-a a,
.theme-a .scheme-a,
.theme-a .news-a header ul li i,
.theme-a .news-a header ul li i:before,
.theme-a .news-a header ul li a:hover,
.theme-a .nav-a ul li a:hover span,
.theme-a .nav-a ul li.active a span,
.theme-a #root .search-a button,
.theme-a .heading-a h1 .small,
.theme-a .heading-a h2 .small,
.theme-a .heading-a h3 .small,
.theme-a .news-b article header p span,
.theme-a .pagination-a li a,
.theme-a .list-a li i,
.theme-a .list-c > li > a,
.theme-a .counter > span span,
.theme-a .comments-a .date,
.theme-a .nav-a h1 em,
.theme-a .nav-a h2 em,
.theme-a .nav-a h3 em,
.theme-a .nav-a h4 em,
.theme-a #root .nav-a > ul li.nav-sub a:hover,
.theme-a #root .nav-a > ul li.nav-sub.active a,
.theme-a .nav-a > ul li.nav-sub i:before,
.theme-a #root .nav-a-new > ul li a:hover,
.theme-a #root .nav-a-new > ul li.active a,
.theme-a #root .nav-a.aside-cal ul li a:hover,
.theme-a #root .nav-a.aside-cal ul li.active a {
  color: #f23944;
}

.theme-a button:hover,
.theme-a input[type="button"]:hover,
.theme-a input[type="reset"]:hover,
.theme-a input[type="submit"]:hover,
.theme-a #featured,
.theme-a .nav-a ul li a:hover,
.theme-a .nav-a ul li.active a,
.theme-a .social-a li a:hover,
.theme-a #menu.active > .fit-a:before,
.theme-a #menu.active > .fit-a:after,
.theme-a .heading-a h1:before,
.theme-a .heading-a h2:before,
.theme-a .heading-a h3:before,
.theme-a .semantic-select .ticker:before,
.theme-a #root .semantic-select ul li.active a,
.theme-a .news-b article h1:before,
.theme-a .news-b article h2:before,
.theme-a .news-b article h3:before,
.theme-a .news-b article h5:before,
.theme-a .link-a a:hover,
.theme-a .pagination-a li a:hover,
.theme-a .pagination-a li.active a,
.theme-a #root .semantic-select ul li a:hover,
.theme-a .list-a li a:hover i,
.theme-a #welcome h1:before,
.theme-a #welcome h2:before,
.theme-a .list-b li .no,
.theme-a #content.a > .vb,
.theme-a .news-c article,
.theme-a .form-b button:before,
.theme-a .list-c > li > a:hover,
.theme-a .list-c > li > span span,
.theme-a .counter > span span:before,
.theme-a .comments-a ul:before,
.theme-a .gallery-c ul li:before,
.theme-a .gallery-c .bx-pager .bx-pager-item a.active,
.theme-a .slider-ba .bx-prev,
.theme-a .slider-ba .bx-next,
.theme-a .slider-ba .bx-prev:hover,
.theme-a .slider-ba .bx-next:hover,
.theme-a .slider-ba,
.theme-a .news-d article h1:before,
.theme-a .news-d article h2:before,
.theme-a .news-d article h3:before,
.theme-a .news-d article h4:before,
.theme-a .news-d article h5:before,
.theme-a .news-d article h6:before,
.theme-a .news-d .bx-pager-item a.active,
.theme-a .nav-a > ul li a:hover span.scheme-a,
.theme-a .nav-a > ul li.active a span.scheme-a,
.theme-a .news-e h1:before,
.theme-a .news-e h2:before,
.theme-a .news-e h3:before,
.theme-a .news-e header figure:before {
  background-color: #f23944;
  color: #fff;
}

.theme-a button,
.theme-a input[type="button"],
.theme-a input[type="reset"],
.theme-a input[type="submit"],
.theme-a input:focus,
.theme-a select:focus,
.theme-a textarea:focus,
.theme-a #menu > .fit-a:before,
.theme-a #menu > .fit-a:after,
.theme-a .semantic-select.focus .input,
.theme-a .semantic-select.active .input,
.theme-a .semantic-select ul,
.theme-a #contact input:focus,
.theme-a #contact select:focus,
.theme-a #contact textarea:focus,
.theme-a #contact .semantic-select.focus .input,
.theme-a #contact .semantic-select.active .input,
.theme-a .link-a a,
.theme-a .pagination-a li a,
.theme-a .form-b input:focus,
.theme-a .list-c > li > a,
.theme-a .link-a.a a {
  border-color: #f23944;
}

.theme-a button:disabled { opacity: 0.5; }
.theme-a button:disabled:hover {
  color: #f23944;
  background-color: #fff;
  cursor: not-allowed;
}

.theme-a .list-c > li.a > span span {
  background-color: #a93358;
  color: #fff;
}

.theme-a .list-c > li.c > span span {
  background-color: #f63;
  color: #fff;
}

@media only screen and (max-width: 47.5em) {
  .theme-a #root #nav > ul > li > a,
  .theme-a #root #nav > ul > li > ul li a:hover,
  .theme-a #root #nav > ul > li > ul li.active {
    color: #f32160;
  }
  .theme-a #root #nav > ul > li > a:hover,
  .theme-a #root #nav > ul > li.active > a {
    background-color: #f32160;
    color: #fff;
  }
}

::selection {
  background: #f23944;
}

::-moz-selection {
  background: #f23944;
}

.theme-a.has-gradient #featured,
.theme-a.has-gradient #welcome,
.theme-a.has-gradient .list-a li a:hover i,
.theme-a.has-gradient .list-b li .no,
.theme-a.has-gradient #content.a > .vb,
.theme-a.has-gradient .news-c article,
.theme-a.has-gradient .gallery-c ul li:before,
.theme-a.gradient .news-e header figure:before {
  background: -moz-linear-gradient(-45deg, #fee72d 0%, #ff5132 100%);
  background: -webkit-linear-gradient(-45deg, #fee72d 0%, #ff5132 100%);
  background: -o-linear-gradient(-45deg, #fee72d 0%, #ff5132 100%);
  background: -ms-linear-gradient(-45deg, #fee72d 0%, #ff5132 100%);
  background: linear-gradient(135deg, #fee72d 0%, #ff5132 100%);
}

.ie9.theme-a.has-gradient #featured,
.ie9.theme-a.has-gradient #welcome,
.ie9.theme-a.has-gradient .list-a li a:hover i,
.ie9.theme-a.has-gradient .list-b li .no,
.ie9.theme-a.has-gradient #content.a > .vb,
.ie9.theme-a.has-gradient .news-c article,
.ie9.theme-a.has-gradient .gallery-c ul li:before,
.ie9.theme-a.gradient .news-e header figure:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmUyZDU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNTEzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}

.lt-ie9.theme-a.has-gradient #featured,
.lt-ie9.theme-a.has-gradient #welcome,
.lt-ie9.theme-a.has-gradient .news-c article,
.lt-ie9.theme-a.has-gradient #content.a > .vb {
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fe2d58', endColorstr='#ff5132', GradientType=1);
}

@media only screen and (max-width: 47.5em) {
  #root #nav > ul > li > a,
  .theme-e #root #nav > ul > li > ul li a:hover,
  .theme-e #root #nav > ul > li > ul li.active {
    color: #f1435e;
  }
  #root #nav > ul > li > a:hover,
  #root #nav > ul > li.active > a {
    background-color: #f1435e;
    color: #fff;
  }
  #root .list-b li[class^="mobile"] {
    width: auto;
    height: auto;
    margin: 0 0 40px;
    padding: 0;
    background: none;
    text-align: center;
  }
}

::selection {
  background: #f1435e;
}

::-moz-selection {
  background: #f1435e;
}

/* Twitter --------- */

#twitter li img {
  left: 95px;
  top: 30%;
}

/* Responsive --------- */

@media only screen and (max-width: 68.75em) {
  /* 1100 */
  body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  #welcome > figure.mobile-a {
    margin-left: -520px;
  }
  #featured>*,
    #content,
    /* #content.a>*, */
    #contact>*,
    .news-b,
    #content.news-b,
    #welcome>*,
    #content.a>.module-a>*,
    #content.a>.va>*,
    #content.a>.vb>*,
    .news-c,
    #content.a>*>.news-c,
    .gallery-c>.heading-a {
    width: 960px;
  }
  #welcome > figure,
  .module-a > figure,
  #content.a .module-a > figure {
    margin-left: -480px;
  }
  #welcome > figure.mobile-c {
    margin-left: -498px;
  }
  #welcome > figure.mobile-d {
    margin-left: -535px;
  }
  #welcome > * {
    padding-left: 470px;
  }
  #welcome h1:before,
  #welcome h2:before,
  #welcome h1 img,
  #welcome h2 img {
    left: 440px;
  }
  #content.a > .module-a > * {
    padding-left: 560px;
  }
  #content.a > .va .slider-a,
  #content.a > .vb .slider-a {
    width: 820px;
  }
  #root #content .sticky-c {
    right: -400px;
  }
  #root #content .sticky-d {
    left: -400px;
  }
  .cols-a > *:first-child {
    width: 620px;
  }
  .gallery-c,
  #content > .gallery-c {
    width: auto;
  }
  .list-b li {
    width: 170px;
    padding-right: 20px;
  }
  #root .list-b.b li {
    margin-left: 20px;
    margin-right: 20px;
  }
  .list-c,
  #content.a > * > .list-c {
    width: 800px;
  }
  .news-e article {
    padding-left: 30px;
    padding-right: 30px;
  }
  .news-e header figure {
    margin-left: -31px;
    margin-right: -31px;
    margin-bottom: 40px;
  }
  .slider-a .bx-prev {
    left: -70px;
  }
  .slider-a .bx-next {
    right: -70px;
  }
  .form-a p > span {
    width: 201.33333px;
  }
  .form-a p > span,
  #welcome > h1,
  #welcome > h2,
  #welcome > h3,
  #welcome > h4,
  #welcome > h5,
  #welcome > h6,
  #welcome > p,
  #welcome > ul,
  #content.a > .module-a > * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #root .regular-only,
  #content.a > .vid figure a > .fit-a {
    position: relative;
    left: 0;
    top: 0;
  }
  #root #content.a > .vid figure img,
  #root .regular-hide {
    position: absolute;
    left: -3000em;
    top: -3000em;
    bottom: inherit;
    right: inherit;
  }
}

@media only screen and (max-width: 62.5em) {
  /* 1000 */
  #featured>*,
    #content,
    #contact>*,
    .news-b,
    #content.news-b,
    #welcome>*,
    #content.a>.module-a>*,
    #content.a>.va>*,
    #content.a>.vb>*,
    .news-c,
    #content.a>*>.news-c,
    .gallery-c>.heading-a {
    width: 720px;
  }
  #welcome > figure,
  .module-a > figure,
  #content.a .module-a > figure {
    margin-left: -360px;
  }
  #welcome > figure.mobile-c {
    margin-left: -372px;
  }
  #welcome > figure.mobile-d {
    margin-left: -397px;
  }
  #twitter li {
    padding-top: 140px;
  }
  #twitter li img {
    left: 50%;
    top: 24px;
    margin: 0 0 0 -48px;
  }
  #nav > ul > li {
    padding-left: 0;
  }
  #featured {
    padding: 150px 0 100px;
  }
  #contact form {
    padding-left: 60px;
    padding-right: 60px;
  }
  #welcome {
    padding: 150px 0 100px;
  }
  #welcome > figure {
    top: 12%;
    left: 60%;
    width: 450px;
  }
  #welcome > figure,
  #root #content .list-b li.mobile-b {
    transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
  }
  #welcome > * {
    padding-left: 300px;
  }
  #welcome h1,
  #welcome h2 {
    padding-top: 0;
    font-size: 4.6em;
  }
  #welcome h1:before,
  #welcome h2:before,
  #welcome h1 img,
  #welcome h2 img {
    left: -3000em;
  }
  .module-a,
  #content.a > .module-a {
    padding: 2rem 0;
  }
  #content.a > .module-a > * {
    padding-left: 0;
  }
  #content.a > .va .slider-a,
  #content.a > .vb .slider-a {
    width: 580px;
  }
  #content > .heading-a:first-child,
  #content.a > * > .heading-a:first-child {
    margin-top: 0;
  }
  .cols-a > *:first-child {
    width: 460px;
  }
  .cols-a > aside {
    width: 240px;
  }
  .comments-a {
    font-weight: 400;
  }
  .comments-a li {
    font-size: 1.5em;
  }
  .comments-a li > span {
    min-height: 65px;
    padding: 8px 15px;
  }
  .comments-a .title {
    padding-right: 125px;
  }
  .comments-a .date {
    right: 25px;
    top: 12px;
  }
  .gallery-c,
  #content > .gallery-c {
    width: auto;
  }
  .list-b li {
    width: 150px;
    padding: 15px 20px 20px 20px;
    font-size: 1.3em;
  }
  .js .list-b.a li.c1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .js .list-b.a li.c2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  #root #content .list-b li.mobile-b {
    transform-origin: center 0;
    -moz-transform-origin: center 0;
    -webkit-transform-origin: center 0;
    -o-transform-origin: center 0;
    -ms-transform-origin: center 0;
  }
  .list-c > li:first-child {
    margin-right: 10px;
  }
  .news-b article {
    min-height: 0;
    margin: 0 0 40px 200px;
  }
  .news-b article header p {
    left: -201px;
    top: -1px;
    width: 140px;
    padding: 30px;
  }
  .news-b .pagination-a {
    margin-top: 0;
  }
  .news-c article {
    padding-left: 30px;
    padding-right: 55%;
  }
  .news-c article h1,
  .news-c article h2,
  .news-c article h3,
  .news-c article h4,
  .news-c article h5,
  .news-c article h6 {
    font-size: 2.6em;
  }
  .news-c .bx-prev,
  .news-c > header,
  .news-c .bx-pager {
    left: 30px;
  }
  .news-c .bx-next {
    left: 119px;
  }
  .news-c article p {
    font-size: 1.3em;
  }
  .slider-a li {
    padding: 240px 30px 52px;
    text-align: center;
  }
  .slider-a li img {
    left: 50%;
    margin: 0 0 0 -90.5px;
  }
  .slider-a li .title .date {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 5px;
    font-size: 0.75em;
  }
  #root .form-a p > span {
    float: none;
    width: auto;
    margin: 0 0 11px;
  }
  #root .form-a p > span:last-child {
    margin-bottom: 0;
  }
  #root .desktop-hide,
  #root .tablet-only {
    position: relative;
    left: 0;
    top: 0;
  }
  #root .desktop-only,
  #root .tablet-hide,
  #root .regular-only,
  .module-a > figure,
  #content.a .module-a > figure,
  .list-b li .no,
  #root .sticky-c,
  #root #content .sticky-c,
  #root .sticky-d,
  #root #content .sticky-d#root .module-a .sticky-a,
  #root .module-a .sticky-b {
    position: absolute !important;
    left: -3000em !important;
    top: -3000em !important;
    bottom: inherit !important;
    right: inherit !important;
  }
}

@media only screen and (max-width: 53em) {
  #root .list-b.a li.mobile-f { display: none; }
  #root .list-b.a li,
  #root .list-b.b li {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 260px;
    margin: 0 auto 10px;
    text-align: left;
    padding-left: 60px;
  }
  #root .list-b.a li .no {
    top: 49% !important;
    left: 0.5rem !important;
  }
  .list-b, .list-b.a { height: auto; }
}

@media only screen and (max-width: 47.5em) {
  /* 760 */
  #featured > *,
  #content,
  #content.a > *,
  #contact > *,
  #contact > form,
  .news-b,
  #content.news-b,
  #welcome > *,
  #content.a > .module-a > *,
  #content.a > .va > *,
  #content.a > .vb > *,
  .news-c,
  #content.a > * > .news-c,
  #content.a > .va .slider-a,
  #content.a > .vb .slider-a,
  #content.a > .va,
  #content.a > .vb,
  .gallery-c > .heading-a {
    width: auto;
  }
  #featured > *,
  #content,
  #content.a > *,
  #contact > *,
  #contact > form,
  .news-b,
  #content.news-b,
  #welcome > *,
  #content.a > .module-a > *,
  .gallery-c > .heading-a {
    padding-left: 12px;
    padding-right: 12px;
  }
  img[src*="maps.gstatic.com"],
  img[src*="googleapis.com"],
  img[src*="google"] {
    max-width: none !important;
  }
  #nav > ul > li {
    float: none;
    padding: 0;
  }
  #root #nav > ul > li > a,
  #root #nav > ul > li > ul li a {
    float: none;
    width: auto;
    height: auto;
    padding: 8px 18px;
    border-radius: 0;
    background: none;
    color: #000;
    line-height: 1.675;
    text-decoration: none;
  }
  #root #nav > ul > li > a:hover,
  #root #nav > ul > li.active > a {
    background: #000;
    color: #fff;
  }
  #root #nav > ul > li > ul {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    padding: 0;
    background: none;
  }
  #root #nav > ul > li > ul li a {
    padding: 5px 9px;
  }
  #root #nav > ul > li > ul li a:hover,
  #root #nav > ul > li > ul li.active {
    color: #000;
  }
  #featured {
    padding: 100px 0 50px;
  }
  #featured h1,
  #featured h2 {
    font-size: 4em;
  }
  #welcome {
    text-align: center;
  }
  #welcome > figure.mobile-a {
    margin-left: -562px;
  }
  #welcome h1,
  #welcome h2 {
    margin-bottom: 10px;
  }
  #root #welcome > figure {
    position: relative;
    left: 0;
    top: 0;
    margin: -100px auto -100px auto;
    height: 650px;
    width: 100%;
    padding: 0;
  }
  #welcome > figure {
    transform-origin: center 100%;
    -moz-transform-origin: center 100%;
    -webkit-transform-origin: center 100%;
    -o-transform-origin: center 100%;
    -ms-transform-origin: center 100%;
  }
  #contact > form {
    margin: 0 0 30px;
    padding-top: 20px;
    box-shadow: none;
    background: #e6e6e6;
  }
  #content.a > .vid .heading-a {
    left: 12px;
    right: 12px;
    width: auto;
    margin: 0;
  }
  #root .cols-a > * {
    float: none;
    width: auto;
  }
  h1,
  h2,
  .heading-a h1,
  .heading-a h2,
  .heading-a h3 {
    font-size: 3.6em;
  }
  .comments-a {
    font-weight: 400;
  }
  .comments-a li > span {
    min-height: 65px;
    padding: 8px 15px;
  }
  .comments-a .title {
    padding-right: 0;
  }
  .comments-a .date {
    display: block;
    position: relative;
    right: 0;
    top: 0;
    margin-top: 5px;
  }
  .gallery-c,
  #root #content .gallery-c {
    padding-left: 0;
    padding-right: 0;
  }
  .gallery-c ul li > div a {
    padding: 0 20px;
    font-size: 11px;
  }
  .gallery-c ul li > div .title {
    font-size: 16px;
  }
  .list-a li:first-child { margin-top: 0; }
  .list-b, .list-b.a { height: auto; }
  #root .list-b.a li,
  #root .list-b.b li {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 260px;
    margin: 0 auto 10px;
    text-align: left;
    padding-left: 60px;
  }

  #root .list-b.a li .no {
    top: 49% !important;
    left: 0.5rem !important;
  }

  #root .list-b li.mobile-b {
    width: 272px;
    margin-top: -140px;
  }
  #root #content .list-b li.mobile-b {
    transform-origin: center 100%;
    -moz-transform-origin: center 100%;
    -webkit-transform-origin: center 100%;
    -o-transform-origin: center 100%;
    -ms-transform-origin: center 100%;
  }
  #root .list-c > li {
    float: none;
    width: auto;
    margin-top: 0;
    margin-right: 0;
  }
  .heading-a.a { text-align: center; }
  .heading-a.a h1:before,
  .heading-a.a h2:before,
  .heading-a.a h3:before {
    left: 50%;
    margin: 0 0 0 -29.5px;
  }
  .news-b article {
    margin: 0 0 40px;
    padding: 20px 20px 3px;
  }
  .news-b figure { margin: -21px -21px 30px; }
  .news-c article figure img { max-width: 100% !important; }
  .news-b article header p {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    margin: 0 -21px 30px;
    padding: 20px;
    font-size: 1.8em;
  }
  .news-b article header figure + p { margin-top: -30px; }
  .news-b article header p span {
    display: inline;
    font-size: 1.5em;
  }
  .news-b article header p a {
    display: block;
    padding-top: 8px;
    font-size: 0.736em;
  }
  .news-b .pagination-a { margin-top: 0; }
  .news-c,
  #content.a > * > .news-c {
    height: auto;
    margin: 0 -12px 0;
    text-align: center;
  }
  #content.a > * > .news-c:last-child {
    margin-bottom: -40px;
  }
  .news-c > header {
    right: 30px;
    top: 21px;
  }
  .news-c .bx-pager {
    right: 30px;
    top: 44px;
  }
  .news-c article {
    width: auto;
    height: auto;
    padding-top: 90px;
    padding-right: 30px;
    padding-bottom: 60px;
  }
  .news-c article figure {
    position: relative;
    left: 0;
    margin: 0 -30px 40px;
  }
  .news-c .bx-prev {
    left: 50%;
    margin-left: -50px;
  }
  .news-c .bx-next {
    left: auto;
    right: 50%;
    margin-right: -50px;
  }
  .news-c article h1:before,
  .news-c article h2:before,
  .news-c article h3:before,
  .news-c article h4:before,
  .news-c article h5:before,
  .news-c article h6:before {
    left: 50%;
    margin-left: -27.5px;
  }
  .news-e article {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-e header figure {
    margin-left: -21px;
    margin-right: -21px;
    margin-bottom: 30px;
  }
  .news-e + aside { margin-top: 60px; }
  .slider-a,
  #content.a > .va .slider-a,
  #content.a > .vb .slider-a {
    width: inherit;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    box-shadow: none;
    background: none;
  }
  .slider-a li {
    padding: 200px 0 0;
    font-size: 1.4em;
  }
  .slider-a li img { top: 0; }
  .slider-a .bx-prev { left: 0; }
  .slider-a .bx-next { right: 0; }
  .form-b fieldset { width: auto; }
  #root .tablet-hide,
  #root .mobile-only {
    position: relative;
    left: 0;
    top: 0;
  }
  #root .tablet-only,
  #root .mobile-hide,
  #contact > .map,
  .js #root .list-b li:after,
  .js #root .list-b li:after,
  #nav > ul > li > ul > li > ul {
    position: absolute !important;
    left: -3000em !important;
    top: -3000em !important;
    bottom: inherit !important;
    right: inherit !important;
  }
}

@media only screen and (max-width: 31.25em) {
  /* 500 */
  #root #contact > form p > span {
    float: none;
    width: auto;
    margin-bottom: 16px;
  }
  #root #contact > form p > span:last-child { margin-bottom: 0; }
  h1, h2, .heading-a h1, .heading-a h2,
  .heading-a h3 { font-size: 3.2em; }
  h3 { font-size: 3em; }
  h4 { font-size: 2.8em; }
  h5 { font-size: 2.6em; }
  h6 { font-size: 2.4em; }
  .heading-a p { font-size: 1.6em; }
}

@media only screen and (max-width: 25em) {
  /* 400 */
  @-ms-viewport {
    width: device-width;
  }
  @viewport {
    width: device-width;
  }
  #root #welcome > figure { display: none; }
  #root #welcome > h2 { margin-top: 3rem; }
  #root .list-b li[class*="mobile"] { margin-top: 30px; }
  #root [class^="mobile"], #root .list-b li[class^="mobile"] {
    width: auto;
    height: auto;
    padding: 0;
    background: none;
  }
  #root #welcome [class*="mobile"] { padding: 0 12px; }
  #root [class*="mobile"], #welcome > figure,
  #root #content .list-b li.mobile-b {
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
}

.spc { padding: 0 5% 0 2%; }

@media (max-width: 1200px) {
  .container { max-width: 1200px !important; }
}

@media (max-width: 991px) {
  .container { max-width: 100vw !important; }
}

.banner-top{ position: relative; }

@media (max-width: 800px) {
  .banner-top { display: none }
}

.intro-video-section {
  position: relative;
  background: #5230357d url("/assets/images/mediquince_intro_doc_banner.jpg") no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  background-size: cover;
  height: 800px;
  background-position: center;
}
.intro-video-section em {
  position: absolute;
  color: #E0DCDC;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.intro-video-section em.play {
  top: 45%;
  left: 46.5%;
  font-size: 6vw;
}
.intro-video-section em.close {
  top: 10%;
  right: 3%;
  font-size: 2.5vw;
  display: none;
  z-index: 1;
}
.intro-video-section em:hover {
  transform: scale(1.05);
  color: #FFF;
}
.intro-video-section .heading-a h3 span { color: #fff !important; }
.intro-video-section .heading-a h3:before { background-color: #fff; }
.intro-video-section .video-banner {
  opacity: 0;
  width: 71vw;
  height: auto;
}
.intro-video-section .intro-vid { display: none; }
.intro-video-section.video-mode { background: none; }
.intro-video-section.video-mode .heading-a,
.intro-video-section.video-mode .video-banner,
.intro-video-section.video-mode em.play { display: none; }
.intro-video-section.video-mode em.close { display: block; }
.intro-video-section.video-mode .intro-vid {
  display: inline-block;
  max-height: calc(100vh - 84px);
  width: 100%;
  background-color: #999999;
}
