html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/***** HEADER *****/
.main-header {
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 10;
  background: #1c2a37;
}

.main-header .main-logo {
  position: absolute;
  left: 40px;
  top: 15px;
}

.main-header .main-logo .main-logo-img {
  display: block;
}

/***** MAIN NAV *****/

.main-nav {
  float: right;
  margin-right: 10px;
}

.main-nav .main-nav-list {
  background: #1c2a37;
}

.main-nav .main-nav-item {
  float: left;
  margin: 0 20px;
}

.main-nav .main-nav-link {
  display: block;
  line-height: 90px;
  color: #f08f7c;
  font-size: 18px;
  text-transform: uppercase;
}

.main-nav .main-nav-link.active {
  color: #fff;
}

.main-nav .main-nav-toggle-link {
  display: none;
  text-align: center;
  width: 41px;
  height: 35px;
}

.main-nav .main-nav-toggle-link .toggle-nav-img {
  vertical-align: middle;
}

.main-nav .main-nav-toggle-link .open-nav-img {
  display: inline-block;
}

.main-nav .main-nav-toggle-link.nav-visible .open-nav-img {
  display: none;
}

.main-nav .main-nav-toggle-link .close-nav-img {
  display: none;
}

.main-nav .main-nav-toggle-link.nav-visible .close-nav-img {
  display: inline-block;
}

/***** LAYOUT *****/

.center-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.center-container.large {
  max-width: 1200px;
}

.col-container {
  overflow: hidden;
}

.col-2 {
  width: 50%;
}

.col-2 {
  float: left;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  background: #1c2a37;
  font-family: "Roboto Slab", serif;
  color: #fff;
  font-size: 23px;
  line-height: 35px;
}

/***** TYPOGRAPHY *****/

a {
  text-decoration: none;
  color: #517ba1;
}

.color-red {
  color: #f08f7c !important;
}

.color-white {
  color: #fff !important;
}

h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 40px 0;
}

p {
  font-size: 23px;
}


/***** FOOTER *****/

.main-footer {
  overflow: hidden;
  position: relative;
  padding: 40px 0 160px;
}

.main-footer .main-footer-title {
  margin: 40px 0;
  font-size: 46px;
  text-align: center;
}

.main-footer .contacts-list {
  margin: 40px 0;
  text-align: center;
}

.main-footer .contacts-list .contacts-item {
  display: inline-block;
  line-height: 31px;
  margin: 0 20px;
}

.main-footer .contacts-list .contacts-link {
  display: block;
  line-height: 31px;
}

.main-footer .contacts-list .contacts-link-img {
  vertical-align: middle;
}

/***** FOOTER NAV *****/

.footer-nav-list {
  text-align: center;
}

.footer-nav-list .footer-nav-item {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 10px;
}

.footer-nav-list .footer-nav-item:last-child {
  margin-left: 0;
}

.footer-nav-list .footer-nav-item:last-child:before {
  display: inline-block;
  content: "-";
  margin-right: 10px;
}

.footer-nav-list .footer-nav-link {
  color: #fff;
}


/***** SECTIONS *****/

.section {
  overflow: hidden;
  position: relative;
  padding-top: 100px;
  min-height: 740px;
  box-sizing: border-box;
}

.section.first-section {
  display: table;
  width: 100%;
  padding: 90px 0 40px;
  background: url("../images/textures/quotle_texture.png") left 90px repeat;
}

.section.first-section .section-title-contents {
  display: table-cell;
  vertical-align: middle;
}


.section.first-section h1, .section.first-section p {
  margin: 40px 0;
  text-align: center;
}

.section.first-section .main-title {
  font-size: 35px;
  line-height: 55px;
  color: #fff;
  font-weight: bold;
}


.section .section-contents {
  width: 50%;
}


.section .section-title {
  font-size: 46px;
  line-height: 56px;
}


.section .section-text, .section .section-title {
  margin: 60px 0;
  font-weight: 300;
}


.section .section-text {
  text-indent: 40px;
  text-align: justify;
}


.section.light-blue {
  background: #517ba1;
}

.section.red {
  background: #f08f7c;
}

.section.white {
  background: #fff;
  color: #1c2a37;
}

.section .section-image {
  position: absolute;
  bottom: 0;
  padding-top: 40px;
  line-height: 10px;
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}


.section .section-image.with-background {
  background: url("../images/sections/section_1_background.png") 70px 0 no-repeat;
}

.section .section-image.come-in {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.section .section-image .section-img {
  display: inline-block;
}

.section.contents-left .section-image {
  left: 50%;
  right: 0;
  padding-left: 80px;
  text-align: left;
}


.section.contents-right .section-contents {
  margin-left: 50%;
}


.section.contents-right .section-image {
  left: 0;
  right: 50%;
  padding-right: 80px;
  text-align: right;
}


/***** SECTION DOWNLOAD *****/

.section-download {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #e3dfd9;
  padding: 10px 0;
  box-sizing: border-box;
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}


.section-download.visible {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.section-download .download-label {
  float: left;
  font-size: 24px;
  line-height: 80px;
  color: #1c2a37;
}


.section-download .download-action {
  float: right;
}

.section-download .download-action .btn-appstore {
  display: block;
  text-align: center;
}


/***** SECTION ABOUT US *****/

.section-about-us .user-presentation {
  padding-top: 40px;
}

.section-about-us .user-presentation:first-child {
  padding-right: 50px;
}


.section-about-us .user-presentation:last-child {
  padding-left: 50px;
}


.section-about-us .user-presentation:nth-child(2) {
  padding-left: 25px;
  padding-right: 25px;
}

.section-about-us .user-image, .section-about-us .user-name, .section-about-us .user-desc, .section-about-us .user-role, .section-about-us .user-contacts-list {
  text-align: center;
  margin: 20px 0;
}

.section-about-us .user-name {
  font-weight: bold;
}

.section-about-us .user-role {
  font-size: 22px;
}

.section-about-us .user-desc {
  font-size: 17px;
}

.section-about-us .user-contacts-item {
  display: inline-block;
  margin-left: 1px;
}

.section-about-us .user-contacts-item:after {
  display: inline-block;
  content: " - ";
  margin-left: 1px;
}

.section-about-us .user-contacts-item:last-child:after {
  display: none;
}

.section-about-us .user-contacts-link {
  color: #517ba1;
  font-size: 18px;
}

/***** SECTION PRESS *****/

.press-article {
  text-align: center;
  margin-top: 20px;
}

.article-text, .download-item {
  text-align: center;
  margin: 20px 0;
}

@keyframes come-in {
  to {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


/***** @ MEDIA *****/

@media (max-width: 600px) {
  .main-header {
    height: 70px;
    position: fixed;
  }
  .main-header .main-logo {
    top: 10px;
    left: 10px;
  }

  .main-nav {
    margin: 15px 10px 0 0;
  }
  .main-nav .main-nav-list {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .main-nav .main-nav-list.visible {
    display: block;
  }
  .main-nav .main-nav-item {
    float: none;
  }
  .main-nav .main-nav-link {
    line-height: 60px;
    text-align: center;
    font-size: 24px;
  }
  .main-nav .main-nav-toggle-link {
    display: block;
    }

  img {
    max-width: 80%;
  }
  h2 {
    font-size: 24px;
  }
  p {
    font-size: 18px;
  }


}

@media (max-width: 750px) {
  .col-2 {
    float: none;
    width: auto;
    width: 100%;
  }

  .section-about-us .user-presentation:first-child {
    padding-right: 0;
  }
  .section-about-us .user-presentation:last-child {
    padding-left: 0;
  }
  .section-about-us .user-presentation:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 800px) {
  .section {
    min-height: 0;
  }
  .section.first-section .first-section-logo, .section.first-section .first-section-cta-img {
    max-width: 80%;
  }
  .section.first-section .main-title {
    font-size: 20px;
    line-height: 30px;
  }
  .section .section-contents {
    width: 100%;
  }
  .section .section-title {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }
  .section .section-text, .section .section-title {
    margin: 20px 0 40px;
  }
  .section .section-text {
    display: none;
  }

  .section .section-image {
    position: static;
    text-align: center;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .section.contents-left .section-image {
    padding-left: 0;
    text-align: center;
  }
  .section.contents-right .section-contents {
    margin-left: 0;
    text-align: center;
  }
  .section.contents-right .section-image {
    padding-right: 0;
    text-align: center;
  }

  .section-download {
    height: auto;
  }
}

@media (max-width: 920px) {
  .section-download .download-label {
    display: none;
  }

  .section-download .download-action {
    float: none;
    text-align: center;
    line-height: 10px;
  }
}
