@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700");
@font-face {
  font-family: 'caviar_dreamsbold';
  src: url("../fonts/caviar_dreams_bold-webfont.woff2") format("woff2"), url("../fonts/caviar_dreams_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'caviar_dreamsregular';
  src: url("../fonts/caviardreams-webfont.woff2") format("woff2"), url("../fonts/caviardreams-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latobold';
  src: url("../fonts/lato-bold-webfont.woff2") format("woff2"), url("../fonts/lato-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latolight';
  src: url("../fonts/lato-light-webfont.woff2") format("woff2"), url("../fonts/lato-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latomedium';
  src: url("../fonts/lato-medium-webfont.woff2") format("woff2"), url("../fonts/lato-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latoregular';
  src: url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latosemibold';
  src: url("../fonts/lato-semibold-webfont.woff2") format("woff2"), url("../fonts/lato-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@-webkit-keyframes slide-down {
  0% {
    opacity: 1; }
  90% {
    opacity: 0; } }

@-moz-keyframes slide-down {
  0% {
    opacity: 1; }
  90% {
    opacity: 0; } }

@-ms-keyframes slide-down {
  0% {
    opacity: 1; }
  90% {
    opacity: 0; } }

@-o-keyframes slide-down {
  0% {
    opacity: 1; }
  90% {
    opacity: 0; } }

@keyframes slide-down {
  0% {
    opacity: 1; }
  90% {
    opacity: 0; } }

.element {
  width: 100px;
  height: 100px;
  background: black;
  -webkit-animation: slide-down 5s 3;
  -moz-animation: slide-down 5s 3;
  -ms-animation: slide-down 5s 3;
  -o-animation: slide-down 5s 3;
  animation: slide-down 5s 3; }

.social-networks {
  margin: 0;
  padding: 0;
  list-style: none; }

* {
  max-height: 1000000px; }

@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

input[type=text], input[type=password],
input[type=file], input[type=email],
input[type=submit], input[type=tel], textarea {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none; }

html {
  height: 100%; }

label {
  margin: 0;
  font-weight: normal; }

a {
  text-decoration: none; }
  a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none; }

body {
  min-width: 320px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400; }

.btn {
  border: 0;
  color: #fff;
  height: auto;
  padding: 7px 10px;
  border-radius: 0;
  min-width: 145px;
  position: relative;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
    color: #fff;
    outline: none;
    background: #8dba3f; }
  .btn:hover {
    color: #fff; }

.btn-default {
  background: #004d95; }
  .btn-default.white {
    color: #004d95;
    background: #fff; }
    .btn-default.white:hover {
      color: #fff;
      background: #004d95; }

.btn-primary {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }

h1 {
  margin: 0 0 10px;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700; }

h2 {
  color: #00417e;
  margin: 0 0 30px;
  text-align: center;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  font-family: 'Carter One', cursive; }

.dropdown-menu {
  right: 0;
  left: auto;
  margin: 8px 0 0; }
  .dropdown-menu:before {
    width: 10px;
    content: '';
    height: 10px;
    display: block;
    background: #fff;
    border-style: solid;
    border-width: 2px 0 0 2px;
    border-color: #e0e0e0 transparent transparent #e0e0e0;
    position: absolute;
    left: auto;
    top: -6px;
    right: 10px;
    bottom: auto;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }

.nav-opener {
  width: 34px;
  float: left;
  height: 34px;
  display: none;
  position: relative;
  border: 2px solid #004d95;
  -webkit-transition: all, 0.2s, linear;
  -o-transition: all, 0.2s, linear;
  transition: all, 0.2s, linear; }
  @media (max-width: 767px) {
    .nav-opener {
      display: block; } }
  .nav-opener:hover {
    border-color: #004d95; }
    .nav-opener:hover:after, .nav-opener:hover:before,
    .nav-opener:hover span {
      background: #004d95; }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    top: 69%;
    left: 7px;
    right: 7px;
    height: 2px;
    display: block;
    margin-top: -7px;
    position: absolute;
    background: #004d95;
    -webkit-transition: all, 0.2s, linear;
    -o-transition: all, 0.2s, linear;
    transition: all, 0.2s, linear; }
  .nav-opener:before, .nav-opener:after {
    top: 49%;
    content: ''; }
  .nav-opener:after {
    top: 92%; }

.social-networks {
  float: right; }
  .social-networks li {
    display: inline-block;
    vertical-align: top; }
  .social-networks a {
    width: 55px;
    height: 55px;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 55px;
    font-weight: 400;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .social-networks a:hover {
      color: #8dba3f;
      background: #fff; }

.form-control {
  border: 0;
  height: 40px;
  color: #000;
  margin: 0 0 8px;
  border-radius: 2px;
  background: #d0e3b0;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  width: 100% !important; }
  .form-control::-webkit-input-placeholder {
    color: #000; }
  .form-control::-moz-placeholder {
    opacity: 1;
    color: #000; }
  .form-control:-moz-placeholder {
    color: #000; }
  .form-control:-ms-input-placeholder {
    color: #000; }
  .form-control.placeholder {
    color: #000; }

.fake-select {
  height: 40px;
  margin: 0 0 8px;
  overflow: hidden;
  position: relative;
  border-radius: 2px;
  background: #d0e3b0; }

.fake-select:before,
.fake-select:after {
  pointer-events: none; }

.fake-select:before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  content: '';
  position: absolute;
  background: #d0e3b0; }

.fake-select:after {
  top: 17px;
  right: 13px;
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 6px 6px 0;
  border-color: #000 transparent transparent; }

.fake-select select {
  border: 0;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  background: #d0e3b0;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.div-table {
  width: 100%;
  height: 100%;
  display: table; }

.div-cell {
  display: table-cell;
  vertical-align: middle; }

#wrapper {
  overflow: hidden;
  position: relative; }

#header {
  height: 669px;
  overflow: hidden;
  position: relative;
  padding: 100px 143px;
  background: url(../images/bg-banner.jpg) no-repeat 50% 0;
  background-size: cover; }
  #header .holder {
    max-width: 1156px; }
  #header h1 {
    margin: 0;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 0 #000;
    font: 700 70px/75px 'Oswald', sans-serif; }
    #header h1 span {
      display: block;
      font-size: 55px;
      line-height: 60px;
      font-weight: 700; }

/*CUSTOM*/
.red-text {
  color: #e61010; }

.box {
  background: #010f30;
  padding: 2em; }

.box-inner {
  border: 5px solid #001f50;
  padding: 1.5em; }

section {
  position: relative; }

.p-top {
  padding: 50px 0 0 !important; }

.p-tb {
  padding: 50px 0 !important; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

ul, ol {
  padding: 0;
  margin: 0; }
  ul li, ol li {
    list-style: none;
    position: relative; }

.list-style-1 li {
  background: rgba(0, 47, 115, 0.5);
  margin-bottom: 10px; }

.list-style-1 span {
  width: 70px;
  height: 100%;
  line-height: 2.7;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  background: #002f73;
  display: inline-block;
  position: absolute; }

.list-style-1 p {
  margin: 0;
  padding: 20px 0 20px 90px;
  line-height: normal; }

.list-style-2 li, .list-style-2b li, .list-style-3 li {
  margin-bottom: 20px; }
  .list-style-2 li::before, .list-style-2b li::before, .list-style-3 li::before {
    content: '';
    background: url(../images/list-arrow.png) no-repeat;
    background-size: 19px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px; }

.list-style-2 p, .list-style-2b p, .list-style-3 p {
  margin: 0;
  margin-left: 50px; }

.list-style-2.list-sm li {
  margin-bottom: 0; }
  .list-style-2.list-sm li::before {
    background-size: 14px;
    top: 8px; }

.list-style-2.list-sm p {
  font-size: 16px;
  margin-left: 40px; }

.list-style-2b li::before {
  background: url("../images/list-arrow2.png") no-repeat; }

.list-style-3 li::before {
  background: url("../images/list-cross.png") no-repeat; }

@media (min-width: 992px) {
  .oxygen img {
    position: relative;
    top: 200px; }
  .tatoo img {
    position: relative;
    top: 150px; }
  .gmp img {
    position: relative;
    top: 50px; }
  img.presentation {
    left: 3em !important; } }

@media (max-width: 991px) {
  .img-res {
    max-width: 300px;
    margin: auto; }
  .dark-bg .img-res, .grey-bg .img-res, .gmp .img-res {
    margin-bottom: 2em; } }

.img-holder {
  border-radius: 6px;
  border: 5px solid #fff;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3); }
  .img-holder img {
    width: 100%;
    display: block;
    height: auto; }

.abs-img {
  position: absolute; }
  .abs-img.r-b-img {
    right: 0;
    bottom: 0; }
  .abs-img.l-b-img {
    left: 0;
    bottom: 0; }

@media (max-width: 1279px) {
  .abs-img {
    opacity: .4; } }

.dark-bg {
  color: #fff; }
  .dark-bg h2 {
    color: #fff; }

.dark1 {
  background: url(../images/dark1.png) 100% center/cover no-repeat; }

.dark2 {
  background: url(../images/dark2.png) 100% center/cover no-repeat; }

.dark3 {
  background: url(../images/dark3.png) 100% center/cover no-repeat; }

.dark4 {
  background: url(../images/dark4.png) 100% center/cover no-repeat; }

.dark5 {
  background: url(../images/dark5.png) 100% center/cover no-repeat; }

.dark6 {
  background: url(../images/dark6.png) 100% center/cover no-repeat; }

.dark7 {
  background: url(../images/dark7.png) 100% center/cover no-repeat; }

/*BUTTON*/
.btn {
  font-weight: 600;
  border-radius: 50px;
  position: relative;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2); }
  .btn.btn-md {
    font-size: 36px;
    padding: 22px 1em; }
  .btn.btn-lg {
    font-size: 45px;
    padding: 38px 1.5em; }
  .btn.btn-green {
    background: #c6ed3f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c6ed3f 0%, #389b00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c6ed3f 0%, #389b00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#c6ed3f), to(#389b00));
    background: -o-linear-gradient(top, #c6ed3f 0%, #389b00 100%);
    background: linear-gradient(to bottom, #c6ed3f 0%, #389b00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6ed3f', endColorstr='#389b00',GradientType=0 );
    /* IE6-9 */ }
    .btn.btn-green:focus, .btn.btn-green.focus, .btn.btn-green:active:focus, .btn.btn-green.focus:active, .btn.btn-green.active:focus, .btn.btn-green.active.focus {
      background: #c6ed3f;
      /* Old browsers */
      background: -moz-linear-gradient(top, #c6ed3f 0%, #389b00 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #c6ed3f 0%, #389b00 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(#c6ed3f), to(#389b00));
      background: -o-linear-gradient(top, #c6ed3f 0%, #389b00 100%);
      background: linear-gradient(to bottom, #c6ed3f 0%, #389b00 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6ed3f', endColorstr='#389b00',GradientType=0 );
      /* IE6-9 */ }
  .btn.btn-blue {
    text-transform: capitalize;
    background: #0265c1;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0265c1 0%, #004181 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0265c1 0%, #004181 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#0265c1), to(#004181));
    background: -o-linear-gradient(top, #0265c1 0%, #004181 100%);
    background: linear-gradient(to bottom, #0265c1 0%, #004181 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0265c1', endColorstr='#004181',GradientType=0 );
    /* IE6-9 */ }
    .btn.btn-blue:focus, .btn.btn-blue.focus, .btn.btn-blue:active:focus, .btn.btn-blue.focus:active, .btn.btn-blue.active:focus, .btn.btn-blue.active.focus {
      background: #0265c1;
      /* Old browsers */
      background: -moz-linear-gradient(top, #0265c1 0%, #004181 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #0265c1 0%, #004181 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(#0265c1), to(#004181));
      background: -o-linear-gradient(top, #0265c1 0%, #004181 100%);
      background: linear-gradient(to bottom, #0265c1 0%, #004181 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0265c1', endColorstr='#004181',GradientType=0 );
      /* IE6-9 */ }

/*FOOTER*/
.footer-bg {
  background: url(../images/footer-bg.png) 100% center/cover no-repeat;
  color: #000; }
  .footer-bg h1 {
    font-family: "Open Sans Condensed", sans-serif;
    text-align: center;
    font-weight: bold;
    position: relative; }
    .footer-bg h1:after {
      content: '';
      height: 5px;
      width: 40px;
      background: #024078;
      position: absolute;
      bottom: -20px;
      left: 0;
      right: 0;
      margin: auto; }
  .footer-bg h2 {
    color: #000; }
  .footer-bg .btn {
    margin: 1.5em auto 1em; }
  .footer-bg .list-inline {
    margin: auto;
    text-align: center; }
    .footer-bg .list-inline li {
      position: relative;
      margin: 0 5px; }
      .footer-bg .list-inline li:first-child:after {
        display: none; }
      .footer-bg .list-inline li:after {
        content: '';
        height: 20px;
        width: 2px;
        background: #024078;
        position: absolute;
        left: -7px;
        top: 4px; }
      .footer-bg .list-inline li a {
        color: #024078;
        font-weight: 600; }
  .footer-bg .bottom-sec {
    font-size: 14px;
    line-height: 24px; }

/*PANEL*/
.panel-group .panel {
  background: #0265c1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0265c1 0%, #004181 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0265c1 0%, #004181 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#0265c1), to(#004181));
  background: -o-linear-gradient(top, #0265c1 0%, #004181 100%);
  background: linear-gradient(to bottom, #0265c1 0%, #004181 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0265c1', endColorstr='#004181',GradientType=0 );
  /* IE6-9 */
  border: 0;
  border-radius: 10px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
  .panel-group .panel .panel-heading {
    padding: 1em 15px; }
  .panel-group .panel .panel-title > a:before {
    content: "\f068";
    float: right !important;
    position: relative;
    top: -1px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    line-height: 1;
    font-size: 30px; }
  .panel-group .panel .panel-title > a.collapse {
    display: block; }
  .panel-group .panel .panel-title > a.collapse:before {
    content: "\f068"; }
  .panel-group .panel .panel-title > a.collapsed:before {
    content: "\f067"; }
  .panel-group .panel .panel-title > a {
    text-decoration: none;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold; }
  .panel-group .panel .panel-body {
    background: #fff;
    color: #000;
    padding: 1.5em 2em;
    border-radius: 0 0 10px 10px; }

/*PRICING TABLE*/
.pricing-table .pt-inner {
  width: 370px;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  border-bottom: 4px solid #000;
  background: #004d95;
  border-radius: 500px 500px 0 0; }
  .pricing-table .pt-inner h1, .pricing-table .pt-inner h2, .pricing-table .pt-inner h4, .pricing-table .pt-inner h5 {
    font-weight: bold;
    font-family: "Open Sans Condensed", sans-serif;
    margin: 10px 0; }
  .pricing-table .pt-inner.premium {
    width: 450px;
    position: relative;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
    z-index: 999;
    left: -2em;
    background: #00417e; }
    .pricing-table .pt-inner.premium .pt-head h1 {
      font-size: 3.3em; }
    .pricing-table .pt-inner.premium .pt-img img {
      width: 100%; }
    .pricing-table .pt-inner.premium .pt-body:before {
      content: '';
      background: url(../images/t1.png) center no-repeat;
      background-size: 100%;
      position: absolute;
      top: -10px;
      left: 0;
      height: 66px;
      width: 100%; }
  .pricing-table .pt-inner .pt-head {
    color: #fff;
    text-align: center;
    padding: 4em 0 7em; }
    .pricing-table .pt-inner .pt-head h1 {
      font-size: 45px; }
    .pricing-table .pt-inner .pt-head h2 {
      margin: 0;
      color: #ffca00; }
    .pricing-table .pt-inner .pt-head h5 {
      margin: 0;
      text-transform: lowercase; }
  .pricing-table .pt-inner .pt-body {
    background: url(../images/pattern1.png);
    padding: 1em 0;
    text-align: center;
    position: relative; }
    .pricing-table .pt-inner .pt-body:before {
      content: '';
      background: url(../images/t2.png) center no-repeat;
      background-size: 100%;
      position: absolute;
      top: -10px;
      left: 0;
      height: 66px;
      width: 100%; }
    .pricing-table .pt-inner .pt-body .pt-img {
      padding: 1em;
      position: relative; }
      .pricing-table .pt-inner .pt-body .pt-img img {
        margin: -7em auto 0; }
    .pricing-table .pt-inner .pt-body hr {
      margin: 15px 0;
      border-top: 4px solid #004d95; }
    .pricing-table .pt-inner .pt-body .pt-shippment {
      background: #00417e;
      padding: 10px;
      margin: 1em 0; }
    .pricing-table .pt-inner .pt-body .pt-offer {
      padding: 0 1em; }
      .pricing-table .pt-inner .pt-body .pt-offer img {
        width: 100%; }
  .pricing-table .pt-inner .pt-footer {
    background: url("../images/pattern2.png") #004d95;
    color: #fff;
    text-align: center;
    padding: 1em; }

.pricing-table .shop-btn {
  margin-top: 5em;
  position: relative;
  display: inline-block; }
  .pricing-table .shop-btn > img {
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: 9; }
  .pricing-table .shop-btn .btn {
    padding-left: 4em; }

@media (max-width: 1199px) {
  .pricing-table .shop-btn > img {
    left: -90px; }
  .pricing-table .shop-btn .btn {
    font-size: 18px; } }

@media (max-width: 991px) {
  .pricing-table .pt-inner {
    max-width: 400px;
    width: 100% !important;
    margin: 5em auto;
    left: 0 !important; }
    .pricing-table .pt-inner .pt-img img, .pricing-table .pt-inner .pt-shippment img, .pricing-table .pt-inner .pt-footer img {
      width: 100%; }
  .pricing-table .shop-btn {
    position: relative;
    margin-top: 0; }
    .pricing-table .shop-btn > img {
      position: relative;
      top: 0;
      left: 0;
      display: block;
      margin: 0 auto 1em; }
    .pricing-table .shop-btn .btn {
      padding-left: 1em;
      font-size: 24px; }
      .pricing-table .shop-btn .btn span {
        display: none; } }

/*COUSTOM*/
.intro {
  overflow: hidden;
  padding: 48px 0 0; }
  .intro .img-holder {
    margin-left: -60px; }
    .intro .img-holder img {
      width: 100%;
      display: block;
      height: auto; }
  .intro .description {
    padding-top: 50px; }
  .intro .title {
    display: block;
    margin: 0 0 20px; }
  .intro p {
    margin: 0 0 20px; }
  .intro.add {
    color: #fff;
    padding: 40px 0;
    background: url(../images/bg2.jpg) no-repeat;
    background-size: cover; }
    .intro.add h2 {
      color: #fff; }
    .intro.add .description {
      padding-top: 0; }
    .intro.add .img-holder {
      max-width: 360px;
      margin: 30px auto;
      border-radius: 6px;
      border: 5px solid #fff;
      -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7); }

.dog-health, .grey-bg {
  overflow: hidden;
  padding: 50px 0 20px;
  background: url(../images/pattern1.png); }

.pet-paradox {
  padding: 40px 0;
  overflow: hidden;
  position: relative; }
  .pet-paradox.add {
    background: url(../images/pattern1.png); }
    .pet-paradox.add .bg-pet {
      right: 0;
      top: auto;
      bottom: 0;
      left: auto;
      width: 670px;
      height: 670px; }
  .pet-paradox.add1 .bg-pet {
    right: 0;
    top: auto;
    bottom: 0;
    left: auto;
    width: 777px;
    height: 618px; }
  .pet-paradox.add2 {
    color: #fff;
    padding: 30px 0 0;
    background: url(../images/bg5.jpg) no-repeat 50% 0;
    background-size: cover; }
    .pet-paradox.add2 .bg-pet {
      right: 0;
      top: auto;
      bottom: 0;
      left: auto;
      width: 779px;
      height: 837px; }
    .pet-paradox.add2 h2 {
      color: #fff; }
  .pet-paradox.add3 {
    background: url(../images/pattern1.png); }
    .pet-paradox.add3 .bg-pet {
      right: 0;
      top: auto;
      bottom: 0;
      left: auto;
      width: 600px;
      height: 750px; }
  .pet-paradox .bg-pet {
    width: 990px;
    height: 937px;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto; }
    .pet-paradox .bg-pet img {
      width: 100%;
      display: block;
      height: auto; }

.pet-sickness {
  overflow: hidden;
  position: relative;
  padding: 17px 0 10px;
  background: url(../images/pattern1.png); }
  .pet-sickness .bg-pet {
    width: 757px;
    height: 395px;
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto; }
    .pet-sickness .bg-pet img {
      width: 100%;
      display: block;
      height: auto; }
  .pet-sickness.white {
    background: #fff; }
    .pet-sickness.white .bg-pet {
      left: 0;
      right: auto;
      width: 773px;
      height: 471px; }
    .pet-sickness.white .text h2 {
      text-align: left; }
  .pet-sickness.white1 {
    background: #fff; }
    .pet-sickness.white1 .bg-pet {
      left: 0;
      right: auto;
      width: 1173px;
      height: 661px; }
  .pet-sickness.add .bg-pet {
    left: 0;
    right: auto;
    width: 933px;
    height: 627px; }
  .pet-sickness.add1 {
    background: none;
    padding: 30px 0 0; }
    .pet-sickness.add1 .img-holder {
      margin: 0 -50px; }
      .pet-sickness.add1 .img-holder.add {
        margin: 0; }
      .pet-sickness.add1 .img-holder img {
        width: 100%;
        display: block;
        height: auto; }
  .pet-sickness.add2 .bg-pet {
    left: 0;
    right: auto;
    width: 700px;
    height: 600px; }
  .pet-sickness.blue {
    color: #fff;
    padding: 40px 0;
    background: url(../images/bg6.jpg) no-repeat 50% 0;
    background-size: cover; }
    .pet-sickness.blue h2 {
      color: #fff; }
  .pet-sickness .img-holder img {
    width: 100%;
    display: block;
    height: auto; }

.section-blue {
  color: #fff;
  padding: 50px 0;
  overflow: hidden;
  position: relative;
  background: url(../images/bg1.jpg) no-repeat 50% 0;
  background-size: cover; }
  .section-blue h2 {
    color: #fff;
    text-align: left;
    font: 700 26px/30px "Open Sans", sans-serif; }
  .section-blue .colbox {
    padding: 20px 10px;
    min-height: 383px;
    line-height: 23px;
    text-align: center;
    margin: 0 -9px 10px;
    background: #011443;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7); }
  .section-blue .img-holder {
    width: 171px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 20px; }

.section-green {
  color: #fff;
  padding: 40px 0;
  overflow: hidden;
  position: relative;
  background: url(../images/bg3.jpg) no-repeat 50% 0;
  background-size: cover; }
  .section-green h2 {
    color: #fff; }

.section-blue1 {
  color: #fff;
  padding: 40px 0;
  background: url(../images/bg4.jpg) no-repeat 50% 0;
  background-size: cover; }
  .section-blue1 h2 {
    color: #fff; }
  .section-blue1 .img-box {
    padding-top: 90px; }
  .section-blue1 .img-holder {
    border-radius: 6px;
    margin: 0 -10px 10px;
    border: 5px solid #fff;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7); }
    .section-blue1 .img-holder img {
      width: 100%;
      display: block;
      height: auto; }

@media (max-width: 1279px) {
  body {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400; }
  h2 br {
    display: none; }
  p {
    margin: 0 0 10px; }
  .pet-paradox .bg-pet,
  .pet-sickness .bg-pet {
    opacity: 0.4; }
  #header {
    height: 500px;
    padding: 50px 85px; }
    #header h1 {
      font-size: 50px;
      line-height: 55px;
      font-weight: 700; }
      #header h1 span {
        font-size: 40px;
        line-height: 45px;
        font-weight: 700; }
  .intro .description {
    padding-top: 30px; }
  .intro p {
    margin: 0 0 12px; }
  .section-blue .colbox {
    font-size: 16px;
    line-height: 22px; } }

@media (max-width: 1023px) {
  body {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400; }
  h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400; }
  .pet-paradox .bg-pet,
  .pet-sickness .bg-pet {
    opacity: 0.3; }
  #header {
    padding: 50px;
    height: 400px; }
    #header h1 {
      font-size: 40px;
      line-height: 45px;
      font-weight: 700; }
      #header h1 span {
        font-size: 30px;
        line-height: 35px;
        font-weight: 700; }
  .intro .img-holder {
    margin-left: -117px; }
  .intro .description {
    padding-top: 0; }
  .pet-sickness.add2 .bg-pet {
    width: 506px;
    height: auto; }
  .pet-paradox.add2 .bg-pet {
    width: 450px;
    height: auto; }
  .pet-sickness.white1 .bg-pet {
    width: 900px;
    height: auto; } }

@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400; }
  h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400; }
  #header {
    padding: 30px;
    height: 350px; }
    #header h1 {
      font-size: 34px;
      line-height: 40px;
      font-weight: 700; }
      #header h1 span {
        font-size: 26px;
        line-height: 32px;
        font-weight: 700; }
  .intro .img-holder,
  .dog-health .img-holder,
  .intro.add .img-holder,
  .section-blue1 .img-holder,
  .pet-sickness.add1 .img-holder,
  .pet-sickness .img-holder,
  .pet-sickness.add1 .img-holder.add {
    max-width: 300px;
    margin: 0 auto 20px; }
  .section-blue h2 {
    font-size: 22px; }
  .section-blue .colbox {
    font-size: 16px;
    line-height: 22px;
    max-width: 280px;
    margin: 0 auto 10px;
    min-height: inherit; } }

@media (max-width: 767px) {
  #header {
    padding: 20px;
    height: 350px; }
    #header h1 {
      font-size: 30px;
      line-height: 36px;
      font-weight: 700; }
      #header h1 span {
        font-size: 22px;
        line-height: 30px;
        font-weight: 700; } }
