@import url(animate.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Changa+One|Roboto:400,700);
@import url(fl-great-icon-set.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #fff;
  font: 400 14px/20px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

h1 {
  font-family: "Changa One", cursive;
}

h2 {
  font-weight: 400;
  font-size: 180px;
  font-family: "Changa One", cursive;
}

h2 a {
  margin-top: 78px;
  display: inline-block;
  font-size: 72px;
  line-height: 60px;
  text-transform: uppercase;
}

h2 a:after {
  content: "";
  display: inline-block;
  margin-left: 30px;
  width: 31px;
  height: 44px;
  background: url(../images/arrow.png) 0 0 no-repeat;
}

h2 a:hover {
  color: #c25879;
}

h2 a:hover:after {
  background-position: 0 -44px;
}

h2 span {
  color: #88d0de;
}

h2.gender a {
  font-weight: 400;
  font-size: 180px;
  font-family: "Changa One", cursive;
  text-transform: none;
}

h2.gender a:after {
  content: "";
  display: inline-block;
  margin-left: 30px;
  width: 31px;
  height: 44px;
  background: none;
}

h2.gender a:hover {
  color: grey;
}

h2.gender a:hover:after {
  background-position: 0 -44px;
}

h3 {
  font-weight: 400;
  font-size: 72px;
  font-family: "Changa One", cursive;
}

h4 {
  font-weight: 400;
  font-size: 48px;
  font-family: "Changa One", cursive;
}

h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}

h5 a:hover {
  color: #34799f;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}

p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

/*.page {*/
  /*/!*overflow: hidden;*!/*/
  /*min-height: 500px;*/
/*}*/
.lt-ie9 .page {
  min-width: 1200px;
}

.center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

ul.listing {
  padding-left: 20px;
  list-style: initial;
}

/*=======================================================
                       Menu Layout
=========================================================*/

.menu-opener, .menu-opener:hover, .menu-opener.active, .menu-opener-inner, .menu-opener-inner::before, .menu-opener-inner::after, .menu, .menu.active {
  -webkit-transition: 250ms all;
  transition: 250ms all;
}

.menu-opener {
  cursor: pointer;
  height: 64px;
  position: absolute;
  top: 2%;
  right: 1%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 64px;
  z-index: 9999;
}
.menu-opener:hover, .menu-opener.active {
  background: #88d0de;
}

.menu-opener-inner {
  background: #34799f;
  height: .5rem;
  margin-left: .75rem;
  margin-top: 1.75rem;
  width: 2.5rem;
}
.menu-opener-inner::before, .menu-opener-inner::after {
  background: #34799f;
  content: '';
  display: block;
  height: .5rem;
  width: 2.5rem;
}
.menu-opener-inner::before {
  -webkit-transform: translateY(-0.75rem);
  -ms-transform: translateY(-0.75rem);
  transform: translateY(-0.75rem);
}
.menu-opener-inner::after {
  -webkit-transform: translateY(0.25rem);
  -ms-transform: translateY(0.25rem);
  transform: translateY(0.25rem);
}
.menu-opener-inner.active {
  background: transparent;
}
.menu-opener-inner.active::before {
  -webkit-transform: translateY(0rem) rotate(-45deg);
  -ms-transform: translateY(0rem) rotate(-45deg);
  transform: translateY(0rem) rotate(-45deg);
}
.menu-opener-inner.active::after {
  -webkit-transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
  -ms-transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
  transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
}

.menu {
  background: #88d0de;
  color: transparent;
  height: 64px;
  position: absolute;
  top: 2%;
  left: 1%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 0rem;
  z-index: -9998;
  font-family: "Changa One", cursive;
}

.menu.active {
  width: -webkit-calc(100% - 2rem);
  width: calc(100% - 2rem);
}

.menu.active .menu-link {
  color: white;
}

.menu-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  list-style-type: none;
  margin: 0;
  /*margin-left: 4rem;*/
  padding: 0;
}

.menu-link {
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 2rem;
  font-weight: 100;
  height: 100%;
  text-align: center;
  text-decoration: none;
}
.menu-link li {
  margin: auto;
}

/*=======================================================
                       Main Layout
=========================================================*/
.brand + h3 {
  margin-top: 81px;
}

h3 + p {
  margin-top: 30px;
}

* + .row {
  margin-top: 27px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
  /*font-size: 230px;*/
  font-size: 180px;
  line-height: 200px;
  /*margin-top: -58px;*/
}
.brand_slogan {
  font-size: 20px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #34799f;
}

.bg-color {
  position: relative;
  z-index: 2;
}
.bg-color:before, .bg-color:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.bg-color:before {
  left: 0;
  right: 50%;
  background: #34799f;
}
.bg-color:after {
  right: 0;
  left: 50%;
  background: #c25879;
}

.bg-color-type {
  position: relative;
  z-index: 2;
}
.bg-color-type:before, .bg-color-type:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.bg-color-type:before {
  left: 0;
  right: 50%;
  background: #34799f;
}
.bg-color-type:after {
  right: 0;
  left: 50%;
  background: #91d6e6;
}

.bg-color-type-inv {
  position: relative;
  z-index: 2;
}
.bg-color-type-inv:before, .bg-color-type-inv:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.bg-color-type-inv:before {
  left: 0;
  right: 50%;
  background: #91d6e6;  
}
.bg-color-type-inv:after {
  right: 0;
  left: 50%;
  background: #34799f;
}


.bg-header-infection {
  background: #b4daf1;
}

.bg-color-infection-about {
  background: #91d6e6;
}

.bg-color-infection-4 {
  background: #dce6ef;
}

.bg-color-infection-5 {
  background: #dcefff;
}

.bg-color-infection {
  position: relative;
  z-index: 2;
  background: #81D3D1;
}

.bg-color-stats {
  background: #dcefff;
}


.bg-color2 {
  background: #88d0de;
}

/*==================     Icons     ======================*/
.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-linkedin {
  font-size: 30px;
}

.icon {
  font-size: 48px;
}

/*==================    Buttons    ======================*/
.btn:hover {
  background: #34799f;
}
.btn:active {
  background: #275c79;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

.primary {
  color: #34799f;
}

.secondary {
  color: #c25879;
}

.tertiary {
  color: #81D3D1;		
}

/*================    Product List    ===================*/
.product-list li a {
  color: #34799f;
}
.product-list li a:hover {
  color: #c25879;
}
.product-list li a * + h4 {
  margin-top: 23px;
}
.product-list li a * + p {
  margin-top: 29px;
}
.product-list + .product-list {
  margin-top: 82px;
}

/*================      Article      ===================*/
article p, article time, article span {
  color: #34799f;
}
article h5 {
  letter-spacing: 1px;
}
article time {
  display: block;
  line-height: 1;
  font-size: 48px;
  font-family: "Changa One", cursive;
}
article span {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
article h5 + p {
  margin-top: 15px;
}
article * + time {
  margin-top: 17px;
}
article time + span {
  margin-top: 7px;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 16px;
}
.inline-list a:hover {
  color: #34799f;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #c25879;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #34799f;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

.parallax4 .grid_8 + .grid_7 {
  margin-top: 18px;
}
.parallax4 h2 {
  line-height: 194px;
}

.parallax5 h2 {
  line-height: 193px;
}
.parallax5 h2 + h3 {
  margin-top: 14px;
}
.parallax5 h3 + h5 {
  margin-top: 19px;
}


/*========================================================
                     HEADER  Section
=========================================================*/
header {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
}
main .grid_4 p {
  padding-right: 30px;
}

/*==================      Well     ======================*/
.well {
  padding-top: 70px;
  padding-bottom: 31px;
}

.well2 {
  padding-top: 22px;
  padding-bottom: 66px;
}

.well3 {
  padding-top: 82px;
  padding-bottom: 92px;
}

.well4 {
  padding-top: 80px;
  padding-bottom: 105px;
}

.well-type {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ins1 {
  padding-bottom: 81px;
}

.ins2 {
  padding-top: 79;
}

.testing {
  text-align: center;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding-top: 53px;
  padding-bottom: 132px;
  color: #88d0de;
}
footer .brand {
  float: left;
}
footer .brand_name {
  margin-top: 0;
  font-size: 72px;
  line-height: 84px;
}
footer .copyright {
  display: block;
  margin-top: 3px;
  clear: left;
  font-size: 14px;
  float: left;
}
footer .inline-list {
  margin-top: -35px;
  float: right;
}


.italic {
  font-style: italic;	
}

/*
Blog
*/
.post .cover {
  display: block;
  background-size: cover !important;
  background-position: top center;
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0;
  background-color: #413c48;
  height: 56.25em;
  width: 100%;
  background-repeat: no-repeat;
}

.post-content {
  margin-top: 90px;
  position: relative;
}

.post-content .main-container {
  background-image: url('/images/common/post-content-bg.png');
  background-repeat: repeat-x;
}

.post-content article {
  margin-top: 50px;
}

main.post .post-header {
  position: relative;
  margin-top: 250px;
}

main.post .post-header h1 label {
  background-color: rgba(52, 121, 159, 0.7);
  padding: 5px;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 36px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
}

.post-content {
  margin-top: 90px;
  position: relative;
}

.post-content h2 {
  color: #34799f;
  font-size: 30px;
  font-family: "Open Sans", sans-serif
}

.post-content h3 {
  color: #34799f;
  font-size: 24px;
  font-family: "Open Sans", sans-serif
}

h4.share {
  color: #34799f;
  font-size: 30px;
  padding-bottom: 10px;
}

.post-content p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: justify;
}

p.post-meta {
  color: #34799f;
}


/* Button */
.button {
  display: inline-block;
  padding: 30px;
  margin-right: 5px;
  /*height: 50px;*/
  min-width: 100px;
  background: #81D3D1;
  border: none;
  outline: none;
  color: white;
  /*font-family: inherit;*/
  font-family: "Changa One", cursive;
  font-weight: 400;
  font-size: 60px;
  border-radius: 30px;
  /*box-shadow: 0 5px 0px #81D3D1;*/
  /*border-bottom: 2px solid #45D1D1;*/
}

.button:hover {
  background: #74c7c5;
  /*box-shadow: 0 4px 1px #81D3D1;*/
  /*border-bottom: 2px solid #45D1D1;*/
  transition: all 0.1s ease-in;
}

.button:active {
  transform: translateY(4px);
  border-bottom-width: 2px;
  box-shadow: none;
}

.divider {
  padding-bottom: 20px;
}


@media (max-width: 1199px) {
  h2 {
    font-size: 122px;
    line-height: 1;
  }

  h2.gender a {
    font-size: 122px;
    line-height: 1;
    display: initial;
  }

  .parallax2 h2 a {
    margin-top: 0;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .brand_name {
    font-size: 188px;
  }

  header h3 {
    font-size: 64px;
  }
}

@media (max-width: 979px) {
  .parallax_image {
    background-image: none !important;
  }
  .parallax4 .parallax_image {
    background-color: #dde8f0 !important;
  }

  .parallax5 .parallax_image {
    background-color: #dbeffd !important;
  }

  .parallax2 .parallax_image {
    background-color: #86cfde !important;
  }

  .parallax1 .parallax_image {
    /*background-color: #b3daf0 !important;*/
  }

  .parallax4 h2,
  .parallax5 h2 {
    line-height: 100px;
  }

}

@media (min-width: 768px) and (max-width: 979px) {
  .brand_name {
    font-size: 148px;
  }

  .parallax2 h2 {
    margin-top: 20px;
  }
  header {
    padding-top: 80px;
  }
  header h3 {
    font-size: 50px;
  }
  header .brand + h3 {
    margin-top: 30px;
  }
  header .container form.grid_5 {
    width: 428px;
  }
  .parallax2 .grid_8.preffix_4 {
    margin-left: 30px;
    width: 748px;
  }
  .parallax2 .grid_4 {
    width: 346px;
  }

  .parallax3 .product-list .grid_3 {
    width: 236px;
  }

  .parallax4 [class*="grid_"] {
    margin-left: 30px;
  }
  .parallax4 br {
    display: none;
  }
  .parallax4 h3 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {

  h2 {
    font-size: 100px;
    line-height: 100px;
  }

  h2.gender a {
    font-size: 100px;
  }

  h2 span {
    display: block;
  }

  h3 {
    font-size: 48px;
  }

  h5 {
    font-size: 15px;
  }

  .menu {
    height: auto;
  }
  .menu-inner {
    display: block;
  }
  .menu-link {
    padding: 10px 0;
    font-size: 1.2em;
  }
  .menu.active {
    width: -webkit-calc(100% - 0.5rem);
    width: calc(100% - 0.5rem);
  }

  .brand_name {
    font-size: 120px;
    line-height: 150px;
    margin-top: 0px;
    padding-left: 10%;
  }

  .post-content article {
    margin-top: 15px;
  }

  .post-content article p {
    font-size: 14px;
    line-height: 22px;
    padding: 15px;
  }

  .post-content h2 {
    font-size: 24px;
    padding: 0px 15px 0px 15px;
  }

  .post-content h3 {
    font-size: 20px;
    padding: 0px 15px 0px 15px;
  }

  main.post .post-header {
    margin-top: 50px  !important;
  }

  .posts {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .posts-list {
    padding-top: 30px;
  }

  header {
    padding-top: 50px;
    padding-bottom: 70px;
    text-align: center;
  }
  header .brand + h3 {
    margin-top: 0;
  }

  [class*="well"] {
    padding: 50px 0;
  }

  footer {
    text-align: center;
    padding-bottom: 53px;
  }
  footer .brand,
  footer .copyright,
  footer .inline-list {
    float: none;
  }
  footer .inline-list {
    margin-top: 20px;
  }

  footer .brand_name {
    font-size: 52px;
  }
}

@media (max-width: 479px) {

  h2 {
    font-size: 64px;
    line-height: 1;
  }

  h2.gender a {
    margin-top: 0px;
    font-size: 64px;
    line-height: 1;
  }

  h2.gender a:after {
    content: initial;
    margin-top: 0px;
  }

  h2 a {
    font-size: 36px;
    line-height: 1;
  }
  h2 a:after {
    margin-top: -30px;
  }

  .bg-color:before {
    right: 0;
    bottom: 50%;
  }

  .bg-color:after {
    left: 0;
    top: 50%;
  }

  .bg-color-type:before {
    right: 0;
    bottom: 50%;
  }

  .bg-color-type:after {
    left: 0;
    top: 50%;
  }

  .bg-color-type-inv:before {
    right: 0;
    bottom: 50%;
    background: #34799f;
  }

  .bg-color-type-inv:after {
    left: 0;
    top: 50%;
    background: #91d6e6;
  }

  .brand_name {
    font-size: 60px;
    line-height: 80px;
    margin-top: 0px;
  }

  .button {
    padding: 15px;
    font-size: 30px;
    border-radius: 15px;
  }

}

/*@media (max-width: 479px) {*/
  /*h4.gender {*/
    /*font-size: 32px;*/
  /*}*/
  /*h3.tagline {*/
    /*font-size: 20px;*/
  /*}*/

  /*h3.banner {*/
    /*font-size: 36px;*/
  /*}*/

  /*h2 {*/
    /*font-size: 64px;*/
    /*line-height: 1;*/
  /*}*/

  /*h2.gender a {*/
    /*margin-top: 0px;*/
    /*font-size: 64px;*/
    /*line-height: 1;*/
  /*}*/

  /*h2.gender a:after {*/
    /*content: initial;*/
    /*margin-top: 0px;*/
  /*}*/

  /*h2 a {*/
    /*font-size: 36px;*/
    /*line-height: 1;*/
  /*}*/
  /*h2 a:after {*/
    /*margin-top: -30px;*/
  /*}*/

  /*.bg-color:before {*/
    /*right: 0;*/
    /*bottom: 50%;*/
  /*}*/

  /*.bg-color:after {*/
    /*left: 0;*/
    /*top: 50%;*/
  /*}*/

  /*.bg-color-type:before {*/
    /*right: 0;*/
    /*bottom: 50%;*/
  /*}*/

  /*.bg-color-type:after {*/
    /*left: 0;*/
    /*top: 50%;*/
  /*}*/

  /*.bg-color-type-inv:before {*/
    /*right: 0;*/
    /*bottom: 50%;*/
    /*background: #34799f;*/
  /*}*/

  /*.bg-color-type-inv:after {*/
    /*left: 0;*/
    /*top: 50%;*/
    /*background: #91d6e6;*/
  /*}*/

  /*header {*/
    /*padding-top: 20px;*/
    /*padding-bottom: 30px;*/
  /*}*/

  /*header h4.subtext {*/
    /*font-size: 15px;*/
  /*}*/

  /*header .brand_name {*/
    /*font-size: 54px;*/
    /*line-height: 152px;*/
  /*}*/

  /*header .brand_slogan {*/
    /*font-size: 12px;*/
    /*line-height: 20px;*/
  /*}*/

  /*.parallax4 h2,*/
  /*.parallax5 h2 {*/
    /*line-height: 62px;*/
  /*}*/

  /*footer .brand_name {*/
    /*font-size: 52px;*/
  /*}*/
/*}*/