/*---------------------------------------MAIN-------*/
@media (min-width: 768px) {
  hr {
    border-color: #086e96;
    border-width: 3px;
    max-width: 50px;
    margin-bottom: 80px; }

  h1 {
    font-size: 32px !important;
    font-family: "Open Sans", sans-serif !important; }

  h2 {
    font-size: 20px !important;
    font-family: "Open Sans", sans-serif !important; }

  h1, h2, h3, h4, h5, h6 {
    padding-bottom: 10px;
    color: #333;
    font-weight: 500;
    line-height: 1.5em; }

  /*---------HEADER----------*/
  header {
    min-height: 100%;}

  header .header-content {
    padding: 75px 50px; }

  header .header-content .container-fluid {
    margin-top: 80px; }

  /*-------------VIDEO----------*/
  #myVideo {
    border: 25px solid rgba(0, 0, 0, 0.4); 
    margin-top: none !important;
  }

  /*----------EMAIL OPTIN--------*/
  #email-box {
    padding: 0 40px 0 40px; }

  #email-optin {
    margin-top: 10px;
    background-color: #fff;
    padding: 40px;
    color: #fff;
    border-radius: 5px; }

  /*-------------------------------------------BUTTON-----------*/
  #btn_default {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: #086e96;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-appearance: none;
    width: 100%; }

  #btn_default:hover {
    background-color: #0078a6; }

  #link-button {
    color: #086e96;
    font-size: 16px;
    font-weight: bold; }

  #link-button:hover {
    color: #0078a6; }

  #btn_white {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 10px 0;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: #fff;
    color: #086e96;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-appearance: none;
    width: 100%; }

  /*--------SECTION-RESPONSIVE------*/
  section {
    padding-top: 100px;
    padding-bottom: 100px; }

  .section-heading {
    margin-top: 0; }

  section.background-gray-lightest {
    background: #f6f7f9;
    border-top: solid 1px #dadada;
    border-bottom: solid 1px #dadada; }

  /*---------LIST STYLE-----*/
  #bullets {
    float: left;
    width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0 1rem;
    text-align: left; }

  #bullets li {
    background: url(../img/check-icon.PNG) 0 1rem no-repeat;
    background-size: 2.2rem 2.2rem;
    padding: 0.5rem 1rem 0.5rem 3rem;
    font-size: 18px; }

  /*-------------------------------------TESTIMONY -------------------------*/
  #testimonials {
    background-position: center;
    background-attachment: fixed;
    background-size: cover; }

  .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y; }

  .testimonials {
    padding: 0;
    margin-bottom: 40px; }

  .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%; }

  .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center; }

  .testimonials .item .testimonial {
    position: relative;
    padding: 20px; }

  .testimonials .item {
    list-style-type: none;
    margin: 0 5px;
    background: #fff;
    padding-bottom: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .testimonials .item .testimonial .text {
    color: #333;
    margin-bottom: 50px;
    font-size: 14px;
    font-weight: 400; }

  .testimonials .item .testimonial .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    height: 80px; }

  .testimonials .item .testimonial .bottom .testimonial-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    color: #086e96;
    font-size: 40px;
    float: left;
    text-align: center; }

  .testimonials .item .testimonial .name-picture {
    float: right;
    width: 80%;
    text-align: right; }

  .testimonials .item .testimonial .name-picture img {
    float: right;
    width: 60px;
    border-radius: 30px;
    margin-left: 10px; }

  .testimonials .item .testimonial .name-picture h5 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.08em; }

  .testimonials .item .testimonial .name-picture p {
    color: #999999;
    margin: 0;
    font-size: 14px; }

  .testimonials .item .testimonial .bottom .icon {
    color: #005d81;
    font-size: 24px;
    float: left;
    width: 20%; }

  /*-------------------------------------PRICING -------------------------*/
  .jumbotron h1 {
    margin-bottom: 40px; }

  .bs-pricing-table-two {
    box-shadow: 0px 10px 27px 0px #ddd;
    width: 100%;
    padding: 40px 0px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif; }

  .bs-pricing-table-two > div {
    padding: 0;
    margin: 0; }

  .bs-pricing-table-two .bs-icon {
    top: -80px;
    position: relative; }

  .bs-pricing-table-two .bs-icon img {
    position: relative;
    z-index: 2; }

  .bs-pricing-table-two .bs-icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 90%;
    width: 30%;
    height: 20px;
    margin: 0 auto;
    background-color: #f2f6fb;
    border-radius: 50%;
    margin-left: -13%;
    z-index: 1;
    opacity: 0.6; }

  .bs-pricing-table-two .head {
    margin-top: -30px; }

  .bs-pricing-table-two .price-title h1 {
    color: #086e96;
    font-weight: 400; }

  .bs-pricing-table-two .head .price h1 small,
  .bs-pricing-table-two .head .price h1 {
    color: #086e96;
    font-size: 60px;
    font-weight: 700; }

  .bs-pricing-table-two .head .price h1 small {
    font-size: 22px; }

  .bs-pricing-table-two .head .price h1 sup {
    font-size: 30px;
    top: -25px;
    position: relative; }

  .bs-pricing-table-two .bs-pricing-item li {
    color: #086e96;
    line-height: 2.5rem;
    font-size: 14px; }

  .bs-pricing-table-two .bs-pricing-item ul {
    margin: 0;
    padding: 0;
    list-style: none; }

  .bs-pricing-table-two .bs-pricing-item li strong {
    font-weight: 700; }

  .bs-pricing-table-two .bs-pricing-item {
    border-right: 1px solid #ddd; }

  .bs-pricing-table-two .bs-pricing-item.last-border {
    border-right: 0px solid; }

  .bs-pricing-table-two .btn-primary {
    color: #fff;
    background-color: #086e96;
    border: 1px solid;
    padding: 0.4rem 3rem;
    margin-top: 20px; }

  .bs-pricing-table-two .btn-primary:hover {
    background-color: #0078a6;
    color: #fff; }

  /* Portrait tablets and small desktops */ }
@media (min-width: 768px) and (max-width: 991px) {
  .sm-m-top-50 {
    margin-top: 50px; }

  .sm-m-top-140 {
    margin-top: 140px; }

  .bs-pricing-table-two .bs-pricing-item.sm-last-border {
    border-right: 0px solid; } }
@media (min-width: 768px) {
  /* Landscape phones and portrait tablets */ }
@media (min-width: 768px) and (max-width: 768px) {
  .xs-m-top-50 {
    margin-top: 50px; }

  .xs-m-top-40 {
    margin-top: 40px; }

  .bs-pricing-table-two .bs-pricing-item {
    border-bottom: 1px solid #EDF3F9;
    padding-bottom: 40px; }

  .bs-pricing-table-two .bs-pricing-item.last-border {
    border-bottom: 0px solid;
    padding-bottom: 0px; }

  .bs-pricing-table-two .bs-pricing-item.xs-last-border {
    border-right: 0px solid; } }
@media (min-width: 768px) {
  .main-footer {
    background-color: #404040;
    padding-top: 50px; } }
/*---------------------------------------IPHONE 6-------*/
@media only screen and (max-width: 375px) {
  body {
    width: 100%; }

  hr {
    border-color: #e69a00;
    border-width: 3px;
    max-width: 50px;
    margin-bottom: 30px; }

  #sign-in {
    padding: 25px 10px; }

  /*--------SECTION-RESPONSIVE------*/
  section {
    padding: 50px 10px 50px 10px; }

  .section-heading {
    margin-top: 0; }

  section.background-gray-lightest {
    background: #f6f7f9;
    border-top: solid 1px #dadada;
    border-bottom: solid 1px #dadada; }

  h1 {
    font-size: 22px !important;
    font-family: "Open Sans", sans-serif !important;
    color: #086e96;
    font-weight: 700; }

  h2 {
    font-size: 18px !important;
    font-family: "Open Sans", sans-serif !important; }

  h3 {
    font-size: 16px !important;
    font-family: "Open Sans", sans-serif !important; }

  h4 {
    font-size: 14px !important;
    font-family: "Open Sans", sans-serif !important; }

  h5 {
    font-size: 12px !important;
    font-family: "Open Sans", sans-serif !important; }

  h1, h2, h3, h4, h5, h6 {
    padding-bottom: 10px;
    line-height: 1.5em; }

  header .header-content {
    padding: 10px; }

  #myVideo {
    margin-top: 10px;
    border: none; }

  /*----------OPTIN--------*/
  #email-box {
    padding: 10px; }

  #email-optin {
    margin-top: 10px;
    background-color: #fff;
    padding: 40px;
    color: #fff;
    border-radius: 5px; }

  /*------------BUTTON---------*/
  #btn_default {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: #086e96;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-appearance: none;
    width: 100%; }

  #btn_default:hover {
    background-color: #0078a6; }

  #link-button {
    color: #086e96;
    font-size: 12px;
    font-weight: bold; }

  #link-button:hover {
    color: #0078a6; }

  #btn_white {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 10px 0;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: #fff;
    color: #086e96;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-appearance: none;
    width: 100%; }

  /*---------LIST STYLE-----*/
  #bullets {
    float: left;
    width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0 1rem;
    text-align: left; }

  #bullets li {
    background: url(../img/check-icon.PNG) 0 1rem no-repeat;
    background-size: 2.2rem 2.2rem;
    padding: 0.5rem 1rem 0.5rem 3rem;
    font-size: 14px; }

  .ticker-headline {
    font-size: 24px; }

  #howitworks, #passers_list, .bg-info {
    display: none; }

  /*---------ABOUT-----*/
  #about img {
    margin-top: 20px; }

  #whychooseme {
    margin-top: 50px; }

  #whychooseme h2 {
    text-align: center; }

  /*--------------TESTIMONY ------*/
  #testimonials {
    background-position: center;
    background-attachment: fixed;
    background-size: cover; }

  .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y; }

  .testimonials {
    padding: 0;
    margin-bottom: 40px; }

  .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%; }

  .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center; }

  .testimonials .item .testimonial {
    position: relative;
    padding: 20px; }

  .testimonials .item {
    list-style-type: none;
    margin: 0 5px;
    background: #fff;
    padding-bottom: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .testimonials .item .testimonial .text {
    color: #333;
    margin-bottom: 50px;
    font-size: 14px;
    font-weight: 400; }

  .testimonials .item .testimonial .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    height: 80px; }

  .testimonials .item .testimonial .bottom .testimonial-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    color: #086e96;
    font-size: 40px;
    float: left;
    text-align: center; }

  .testimonials .item .testimonial .name-picture {
    float: right;
    width: 80%;
    text-align: right; }

  .testimonials .item .testimonial .name-picture img {
    float: right;
    width: 60px;
    border-radius: 30px;
    margin-left: 10px; }

  .testimonials .item .testimonial .name-picture h5 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.08em; }

  .testimonials .item .testimonial .name-picture p {
    color: #999999;
    margin: 0;
    font-size: 14px; }

  .testimonials .item .testimonial .bottom .icon {
    color: #005d81;
    font-size: 24px;
    float: left;
    width: 20%; }

  /*--------PRICING --------------*/
  .jumbotron h1 {
    margin-bottom: 40px; }

  .bs-pricing-table-two {
    box-shadow: 0px 10px 27px 0px #ddd;
    width: 100%;
    padding: 40px 0px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif; }

  .bs-pricing-table-two > div {
    padding: 0;
    margin: 0; }

  .bs-pricing-table-two .bs-icon {
    top: -80px;
    position: relative; }

  .bs-pricing-table-two .bs-icon img {
    position: relative;
    z-index: 2;
    margin-top: 80px; }

  .bs-pricing-table-two .bs-icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 90%;
    width: 30%;
    height: 20px;
    margin: 0 auto;
    background-color: #f2f6fb;
    border-radius: 50%;
    margin-left: -13%;
    z-index: 1;
    opacity: 0.6; }

  .bs-pricing-table-two .head {
    margin-top: -80px; }

  .bs-pricing-table-two .price-title h1 {
    color: #086e96;
    font-weight: 400; }

  .bs-pricing-table-two .head .price h1 small,
  .bs-pricing-table-two .head .price h1 {
    color: #086e96;
    font-size: 60px;
    font-weight: 700; }

  .bs-pricing-table-two .head .price h1 small {
    font-size: 22px; }

  .bs-pricing-table-two .head .price h1 sup {
    font-size: 30px;
    top: -25px;
    position: relative; }

  .bs-pricing-table-two .bs-pricing-item li {
    color: #086e96;
    line-height: 2.5rem;
    font-size: 14px; }

  .bs-pricing-table-two .bs-pricing-item ul {
    margin: 0;
    padding: 0;
    list-style: none; }

  .bs-pricing-table-two .bs-pricing-item li strong {
    font-weight: 700; }

  .bs-pricing-table-two .bs-pricing-item {
    border-right: 1px solid #ddd; }

  .bs-pricing-table-two .bs-pricing-item.last-border {
    border-right: 0px solid; }

  .bs-pricing-table-two .btn-primary {
    color: #fff;
    background-color: #086e96;
    border: 1px solid;
    padding: 0.4rem 3rem;
    margin-top: 20px; }

  .bs-pricing-table-two .btn-primary:hover {
    background-color: #0078a6;
    color: #fff; }

  /* Portrait tablets and small desktops */ }
@media only screen and (max-width: 375px) and (max-width: 991px) {
  .sm-m-top-50 {
    margin-top: 50px; }

  .sm-m-top-140 {
    margin-top: 140px; }

  .bs-pricing-table-two .bs-pricing-item.sm-last-border {
    border-right: 0px solid; } }
@media only screen and (max-width: 375px) {
  /* Landscape phones and portrait tablets */ }
@media only screen and (max-width: 375px) and (max-width: 768px) {
  .xs-m-top-50 {
    margin-top: 50px; }

  .xs-m-top-40 {
    margin-top: 40px; }

  .bs-pricing-table-two .bs-pricing-item {
    border-bottom: 1px solid #EDF3F9;
    padding-bottom: 40px; }

  .bs-pricing-table-two .bs-pricing-item.last-border {
    border-bottom: 0px solid;
    padding-bottom: 0px; }

  .bs-pricing-table-two .bs-pricing-item.xs-last-border {
    border-right: 0px solid; } }
@media only screen and (max-width: 375px) {
  #footer-mymet, #footer-links, #footer-news, #footer-blog {
    margin-top: 25px; }

  .main-footer {
    background-color: #404040;
    padding-top: 25px; } }
/*---------------------------------------IPHONE 6PLUS-------*/
@media only screen and (max-width: 414px) {
  body {
    width: 100%; }

  .portfolio-caption h5 a {
    font-size: 16px; }

  hr {
    border-color: #086e96;
    border-width: 3px;
    max-width: 50px;
    margin-bottom: 30px; }

  #sign-in {
    padding: 25px 10px; }

  /*--------SECTION-RESPONSIVE------*/
  section {
    padding: 50px 10px 50px 10px; }

  .section-heading {
    margin-top: 0; }

  section.background-gray-lightest {
    background: #f6f7f9;
    border-top: solid 1px #dadada;
    border-bottom: solid 1px #dadada; }

  h1 {
    font-size: 22px !important;
    font-family: "Open Sans", sans-serif !important;
    color: #086e96;
    font-weight: 700; }

  h2 {
    font-size: 18px !important;
    font-family: "Open Sans", sans-serif !important; }

  h3 {
    font-size: 16px !important;
    font-family: "Open Sans", sans-serif !important; }

  h4 {
    font-size: 14px !important;
    font-family: "Open Sans", sans-serif !important; }

  h5 {
    font-size: 12px !important;
    font-family: "Open Sans", sans-serif !important; }

  h1, h2, h3, h4, h5, h6 {
    padding-bottom: 10px;
    line-height: 1.5em; }

  header .header-content {
    padding: 10px; }

  #myVideo {
    margin-top: 10px;
    border: none; }

  /*----------OPTIN--------*/
  #email-box {
    padding: 10px; }

  #email-optin {
    margin-top: 10px;
    background-color: #fff;
    padding: 40px;
    color: #fff;
    border-radius: 5px; }

  /*------------BUTTON---------*/
  #btn_default {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: #086e96;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-appearance: none;
    width: 100%; }

  #btn_default:hover {
    background-color: #0078a6; }

  #link-button {
    color: #086e96;
    font-size: 12px;
    font-weight: bold; }

  #link-button:hover {
    color: #0078a6; }

  #btn_white {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 10px 0;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: #fff;
    color: #086e96;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-appearance: none;
    width: 100%; }

  /*---------LIST STYLE-----*/
  #bullets {
    float: left;
    width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0 1rem;
    text-align: left; }

  #bullets li {
    background: url(../img/check-icon.PNG) 0 1rem no-repeat;
    background-size: 2.2rem 2.2rem;
    padding: 0.5rem 1rem 0.5rem 3rem;
    font-size: 14px; }

  .ticker-headline {
    font-size: 24px; }

  #howitworks, #passers_list, .bg-info {
    display: none; }

  /*---------ABOUT-----*/
  #about img {
    margin-top: 20px; }

  #whychooseme {
    margin-top: 50px; }

  #whychooseme h2 {
    text-align: center; }

  /*--------------TESTIMONY ------*/
  #testimonials {
    background-position: center;
    background-attachment: fixed;
    background-size: cover; }

  .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y; }

  .testimonials {
    padding: 0;
    margin-bottom: 40px; }

  .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%; }

  .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center; }

  .testimonials .item .testimonial {
    position: relative;
    padding: 20px; }

  .testimonials .item {
    list-style-type: none;
    margin: 0 5px;
    background: #fff;
    padding-bottom: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .testimonials .item .testimonial .text {
    color: #333;
    margin-bottom: 50px;
    font-size: 14px;
    font-weight: 400; }

  .testimonials .item .testimonial .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    height: 80px; }

  .testimonials .item .testimonial .bottom .testimonial-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    color: #086e96;
    font-size: 40px;
    float: left;
    text-align: center; }

  .testimonials .item .testimonial .name-picture {
    float: right;
    width: 80%;
    text-align: right; }

  .testimonials .item .testimonial .name-picture img {
    float: right;
    width: 60px;
    border-radius: 30px;
    margin-left: 10px; }

  .testimonials .item .testimonial .name-picture h5 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.08em; }

  .testimonials .item .testimonial .name-picture p {
    color: #999999;
    margin: 0;
    font-size: 14px; }

  .testimonials .item .testimonial .bottom .icon {
    color: #005d81;
    font-size: 24px;
    float: left;
    width: 20%; }

  /*--------PRICING --------------*/
  .jumbotron h1 {
    margin-bottom: 40px; }

  .bs-pricing-table-two {
    box-shadow: 0px 10px 27px 0px #ddd;
    width: 100%;
    padding: 40px 0px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif; }

  .bs-pricing-table-two > div {
    padding: 0;
    margin: 0; }

  .bs-pricing-table-two .bs-icon {
    top: -80px;
    position: relative; }

  .bs-pricing-table-two .bs-icon img {
    position: relative;
    z-index: 2;
    margin-top: 80px; }

  .bs-pricing-table-two .bs-icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 90%;
    width: 30%;
    height: 20px;
    margin: 0 auto;
    background-color: #f2f6fb;
    border-radius: 50%;
    margin-left: -13%;
    z-index: 1;
    opacity: 0.6; }

  .bs-pricing-table-two .head {
    margin-top: -80px; }

  .bs-pricing-table-two .price-title h1 {
    color: #086e96;
    font-weight: 400; }

  .bs-pricing-table-two .head .price h1 small,
  .bs-pricing-table-two .head .price h1 {
    color: #086e96;
    font-size: 60px;
    font-weight: 700; }

  .bs-pricing-table-two .head .price h1 small {
    font-size: 22px; }

  .bs-pricing-table-two .head .price h1 sup {
    font-size: 30px;
    top: -25px;
    position: relative; }

  .bs-pricing-table-two .bs-pricing-item li {
    color: #086e96;
    line-height: 2.5rem;
    font-size: 14px; }

  .bs-pricing-table-two .bs-pricing-item ul {
    margin: 0;
    padding: 0;
    list-style: none; }

  .bs-pricing-table-two .bs-pricing-item li strong {
    font-weight: 700; }

  .bs-pricing-table-two .bs-pricing-item {
    border-right: 1px solid #ddd; }

  .bs-pricing-table-two .bs-pricing-item.last-border {
    border-right: 0px solid; }

  .bs-pricing-table-two .btn-primary {
    color: #fff;
    background-color: #086e96;
    border: 1px solid;
    padding: 0.4rem 3rem;
    margin-top: 20px; }

  .bs-pricing-table-two .btn-primary:hover {
    background-color: #0078a6;
    color: #fff; }

  /* Portrait tablets and small desktops */ }
@media only screen and (max-width: 414px) and (max-width: 991px) {
  .sm-m-top-50 {
    margin-top: 50px; }

  .sm-m-top-140 {
    margin-top: 140px; }

  .bs-pricing-table-two .bs-pricing-item.sm-last-border {
    border-right: 0px solid; } }
@media only screen and (max-width: 414px) {
  /* Landscape phones and portrait tablets */ }
@media only screen and (max-width: 414px) and (max-width: 768px) {
  .xs-m-top-50 {
    margin-top: 50px; }

  .xs-m-top-40 {
    margin-top: 40px; }

  .bs-pricing-table-two .bs-pricing-item {
    border-bottom: 1px solid #EDF3F9;
    padding-bottom: 40px; }

  .bs-pricing-table-two .bs-pricing-item.last-border {
    border-bottom: 0px solid;
    padding-bottom: 0px; }

  .bs-pricing-table-two .bs-pricing-item.xs-last-border {
    border-right: 0px solid; } }
@media only screen and (max-width: 414px) {
  #footer-mymet, #footer-links, #footer-news, #footer-blog {
    margin-top: 25px; }

  .main-footer {
    background-color: #404040;
    padding-top: 25px; } }
/*---------------------------------------IPAD-------*/
@media only screen and (max-width: 768px) {
  body {
    width: 100%; }

  .portfolio-caption h5 a {
    font-size: 16px; }

  hr {
    border-color: #086e96;
    border-width: 3px;
    max-width: 50px;
    margin-bottom: 30px; }

  #sign-in {
    padding: 25px 10px; }

  /*--------SECTION-RESPONSIVE------*/
  section {
    padding: 50px 10px 50px 10px; }

  .section-heading {
    margin-top: 0; }

  section.background-gray-lightest {
    background: #f6f7f9;
    border-top: solid 1px #dadada;
    border-bottom: solid 1px #dadada; }

  h1 {
    font-size: 22px !important;
    font-family: "Open Sans", sans-serif !important;
    color: #086e96;
    font-weight: 700; }

  h2 {
    font-size: 18px !important;
    font-family: "Open Sans", sans-serif !important; }

  h3 {
    font-size: 16px !important;
    font-family: "Open Sans", sans-serif !important; }

  h4 {
    font-size: 14px !important;
    font-family: "Open Sans", sans-serif !important; }

  h5 {
    font-size: 12px !important;
    font-family: "Open Sans", sans-serif !important; }

  h1, h2, h3, h4, h5, h6 {
    padding-bottom: 10px;
    line-height: 1.5em; }

  header .header-content {
    padding: 10px; }

  #myVideo {
    margin-top: 10px;
    border: none; }

  /*----------OPTIN--------*/
  #email-box {
    padding: 10px; }

  #email-optin {
    margin-top: 10px;
    background-color: #fff;
    padding: 40px;
    color: #fff;
    border-radius: 5px; }

  /*------------BUTTON---------*/
  #btn_default {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: #086e96;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-appearance: none;
    width: 100%; }

  #btn_default:hover {
    background-color: #0078a6; }

  #link-button {
    color: #086e96;
    font-size: 12px;
    font-weight: bold; }

  #link-button:hover {
    color: #0078a6; }

  #btn_white {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 10px 0;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: #fff;
    color: #086e96;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-appearance: none;
    width: 100%; }

  /*---------LIST STYLE-----*/
  #bullets {
    float: left;
    width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0 1rem;
    text-align: left; }

  #bullets li {
    background: url(../img/check-icon.PNG) 0 1rem no-repeat;
    background-size: 2.2rem 2.2rem;
    padding: 0.5rem 1rem 0.5rem 3rem;
    font-size: 14px; }

  .ticker-headline {
    font-size: 24px; }

  #howitworks, #passers_list, .bg-info {
    display: none; }

  /*---------ABOUT-----*/
  #about img {
    margin-top: 20px; }

  #whychooseme {
    margin-top: 50px; }

  #whychooseme h2 {
    text-align: center; }

  /*--------------TESTIMONY ------*/
  #testimonials {
    background-position: center;
    background-attachment: fixed;
    background-size: cover; }

  .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y; }

  .testimonials {
    padding: 0;
    margin-bottom: 40px; }

  .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%; }

  .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center; }

  .testimonials .item .testimonial {
    position: relative;
    padding: 20px; }

  .testimonials .item {
    list-style-type: none;
    margin: 0 5px;
    background: #fff;
    padding-bottom: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .testimonials .item .testimonial .text {
    color: #333;
    margin-bottom: 50px;
    font-size: 14px;
    font-weight: 400; }

  .testimonials .item .testimonial .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    height: 80px; }

  .testimonials .item .testimonial .bottom .testimonial-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    color: #086e96;
    font-size: 40px;
    float: left;
    text-align: center; }

  .testimonials .item .testimonial .name-picture {
    float: right;
    width: 80%;
    text-align: right; }

  .testimonials .item .testimonial .name-picture img {
    float: right;
    width: 60px;
    border-radius: 30px;
    margin-left: 10px; }

  .testimonials .item .testimonial .name-picture h5 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.08em; }

  .testimonials .item .testimonial .name-picture p {
    color: #999999;
    margin: 0;
    font-size: 14px; }

  .testimonials .item .testimonial .bottom .icon {
    color: #005d81;
    font-size: 24px;
    float: left;
    width: 20%; }

  /*--------PRICING --------------*/
  .jumbotron h1 {
    margin-bottom: 40px; }

  .bs-pricing-table-two {
    box-shadow: 0px 10px 27px 0px #ddd;
    width: 100%;
    padding: 40px 0px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif; }

  .bs-pricing-table-two > div {
    padding: 0;
    margin: 0; }

  .bs-pricing-table-two .bs-icon {
    top: -80px;
    position: relative; }

  .bs-pricing-table-two .bs-icon img {
    position: relative;
    z-index: 2;
    margin-top: 80px; }

  .bs-pricing-table-two .bs-icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 90%;
    width: 30%;
    height: 20px;
    margin: 0 auto;
    background-color: #f2f6fb;
    border-radius: 50%;
    margin-left: -13%;
    z-index: 1;
    opacity: 0.6; }

  .bs-pricing-table-two .head {
    margin-top: -80px; }

  .bs-pricing-table-two .price-title h1 {
    color: #086e96;
    font-weight: 400; }

  .bs-pricing-table-two .head .price h1 small,
  .bs-pricing-table-two .head .price h1 {
    color: #086e96;
    font-size: 60px;
    font-weight: 700; }

  .bs-pricing-table-two .head .price h1 small {
    font-size: 22px; }

  .bs-pricing-table-two .head .price h1 sup {
    font-size: 30px;
    top: -25px;
    position: relative; }

  .bs-pricing-table-two .bs-pricing-item li {
    color: #086e96;
    line-height: 2.5rem;
    font-size: 14px; }

  .bs-pricing-table-two .bs-pricing-item ul {
    margin: 0;
    padding: 0;
    list-style: none; }

  .bs-pricing-table-two .bs-pricing-item li strong {
    font-weight: 700; }

  .bs-pricing-table-two .bs-pricing-item {
    border-right: 1px solid #ddd; }

  .bs-pricing-table-two .bs-pricing-item.last-border {
    border-right: 0px solid; }

  .bs-pricing-table-two .btn-primary {
    color: #fff;
    background-color: #086e96;
    border: 1px solid;
    padding: 0.4rem 3rem;
    margin-top: 20px; }

  .bs-pricing-table-two .btn-primary:hover {
    background-color: #0078a6;
    color: #fff; }

  /* Portrait tablets and small desktops */ }
@media only screen and (max-width: 768px) and (max-width: 991px) {
  .sm-m-top-50 {
    margin-top: 50px; }

  .sm-m-top-140 {
    margin-top: 140px; }

  .bs-pricing-table-two .bs-pricing-item.sm-last-border {
    border-right: 0px solid; } }
@media only screen and (max-width: 768px) {
  /* Landscape phones and portrait tablets */ }
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .xs-m-top-50 {
    margin-top: 50px; }

  .xs-m-top-40 {
    margin-top: 40px; }

  .bs-pricing-table-two .bs-pricing-item {
    border-bottom: 1px solid #EDF3F9;
    padding-bottom: 40px; }

  .bs-pricing-table-two .bs-pricing-item.last-border {
    border-bottom: 0px solid;
    padding-bottom: 0px; }

  .bs-pricing-table-two .bs-pricing-item.xs-last-border {
    border-right: 0px solid; } }
@media only screen and (max-width: 768px) {
  #footer-mymet, #footer-links, #footer-news, #footer-blog {
    margin-top: 25px; }

  .main-footer {
    background-color: #404040;
    padding-top: 25px; } }
/*---------------------------------------IPAD PRO-------*/
@media only screen and (max-width: 1024px) {
  body {
    width: 100%; }

  .portfolio-caption h5 a {
    font-size: 16px; }

  hr {
    border-color: #086e96;
    border-width: 3px;
    max-width: 50px;
    margin-bottom: 30px; }

  #sign-in {
    padding: 25px 10px; }

  /*--------SECTION-RESPONSIVE------*/
  section {
    padding: 50px 10px 50px 10px; }

  .section-heading {
    margin-top: 0; }

  section.background-gray-lightest {
    background: #f6f7f9;
    border-top: solid 1px #dadada;
    border-bottom: solid 1px #dadada; }

  h1 {
    font-size: 22px !important;
    font-family: "Open Sans", sans-serif !important;
    color: #086e96;
    font-weight: 700; }

  h2 {
    font-size: 18px !important;
    font-family: "Open Sans", sans-serif !important; }

  h3 {
    font-size: 16px !important;
    font-family: "Open Sans", sans-serif !important; }

  h4 {
    font-size: 14px !important;
    font-family: "Open Sans", sans-serif !important; }

  h5 {
    font-size: 12px !important;
    font-family: "Open Sans", sans-serif !important; }

  h1, h2, h3, h4, h5, h6 {
    padding-bottom: 10px;
    line-height: 1.5em; }

  header .header-content {
    padding: 10px; }

  #myVideo {
    margin-top: 10px;
    border: none; }

  /*----------OPTIN--------*/
  #email-box {
    padding: 10px; }

  #email-optin {
    margin-top: 10px;
    background-color: #fff;
    padding: 40px;
    color: #fff;
    border-radius: 5px; }

  /*------------BUTTON---------*/
  #btn_default {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: #086e96;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-appearance: none;
    width: 100%; }

  #btn_default:hover {
    background-color: #0078a6; }

  #link-button {
    color: #086e96;
    font-size: 12px;
    font-weight: bold; }

  #link-button:hover {
    color: #0078a6; }

  #btn_white {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 10px 0;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: #fff;
    color: #086e96;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-appearance: none;
    width: 100%; }

  /*---------LIST STYLE-----*/
  #bullets {
    float: left;
    width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0 1rem;
    text-align: left; }

  #bullets li {
    background: url(../img/check-icon.PNG) 0 1rem no-repeat;
    background-size: 2.2rem 2.2rem;
    padding: 0.5rem 1rem 0.5rem 3rem;
    font-size: 14px; }

  .ticker-headline {
    font-size: 24px; }

  #howitworks, #passers_list, .bg-info {
    display: none; }

  /*---------ABOUT-----*/
  #about img {
    margin-top: 20px; }

  #whychooseme {
    margin-top: 50px; }

  #whychooseme h2 {
    text-align: center; }

  /*--------------TESTIMONY ------*/
  #testimonials {
    background-position: center;
    background-attachment: fixed;
    background-size: cover; }

  .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y; }

  .testimonials {
    padding: 0;
    margin-bottom: 40px; }

  .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%; }

  .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center; }

  .testimonials .item .testimonial {
    position: relative;
    padding: 20px; }

  .testimonials .item {
    list-style-type: none;
    margin: 0 5px;
    background: #fff;
    padding-bottom: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .testimonials .item .testimonial .text {
    color: #333;
    margin-bottom: 50px;
    font-size: 14px;
    font-weight: 400; }

  .testimonials .item .testimonial .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    height: 80px; }

  .testimonials .item .testimonial .bottom .testimonial-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    color: #086e96;
    font-size: 40px;
    float: left;
    text-align: center; }

  .testimonials .item .testimonial .name-picture {
    float: right;
    width: 80%;
    text-align: right; }

  .testimonials .item .testimonial .name-picture img {
    float: right;
    width: 60px;
    border-radius: 30px;
    margin-left: 10px; }

  .testimonials .item .testimonial .name-picture h5 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.08em; }

  .testimonials .item .testimonial .name-picture p {
    color: #999999;
    margin: 0;
    font-size: 14px; }

  .testimonials .item .testimonial .bottom .icon {
    color: #005d81;
    font-size: 24px;
    float: left;
    width: 20%; }

  /*--------PRICING --------------*/
  .jumbotron h1 {
    margin-bottom: 40px; }

  .bs-pricing-table-two {
    box-shadow: 0px 10px 27px 0px #ddd;
    width: 100%;
    padding: 40px 0px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif; }

  .bs-pricing-table-two > div {
    padding: 0;
    margin: 0; }

  .bs-pricing-table-two .bs-icon {
    top: -80px;
    position: relative; }

  .bs-pricing-table-two .bs-icon img {
    position: relative;
    z-index: 2;
    margin-top: 80px; }

  .bs-pricing-table-two .bs-icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 90%;
    width: 30%;
    height: 20px;
    margin: 0 auto;
    background-color: #f2f6fb;
    border-radius: 50%;
    margin-left: -13%;
    z-index: 1;
    opacity: 0.6; }

  .bs-pricing-table-two .head {
    margin-top: -80px; }

  .bs-pricing-table-two .price-title h1 {
    color: #086e96;
    font-weight: 400; }

  .bs-pricing-table-two .head .price h1 small,
  .bs-pricing-table-two .head .price h1 {
    color: #086e96;
    font-size: 60px;
    font-weight: 700; }

  .bs-pricing-table-two .head .price h1 small {
    font-size: 22px; }

  .bs-pricing-table-two .head .price h1 sup {
    font-size: 30px;
    top: -25px;
    position: relative; }

  .bs-pricing-table-two .bs-pricing-item li {
    color: #086e96;
    line-height: 2.5rem;
    font-size: 14px; }

  .bs-pricing-table-two .bs-pricing-item ul {
    margin: 0;
    padding: 0;
    list-style: none; }

  .bs-pricing-table-two .bs-pricing-item li strong {
    font-weight: 700; }

  .bs-pricing-table-two .bs-pricing-item {
    border-right: 1px solid #ddd; }

  .bs-pricing-table-two .bs-pricing-item.last-border {
    border-right: 0px solid; }

  .bs-pricing-table-two .btn-primary {
    color: #fff;
    background-color: #086e96;
    border: 1px solid;
    padding: 0.4rem 3rem;
    margin-top: 20px; }

  .bs-pricing-table-two .btn-primary:hover {
    background-color: #0078a6;
    color: #fff; }

  /* Portrait tablets and small desktops */ }
@media only screen and (max-width: 1024px) and (max-width: 991px) {
  .sm-m-top-50 {
    margin-top: 50px; }

  .sm-m-top-140 {
    margin-top: 140px; }

  .bs-pricing-table-two .bs-pricing-item.sm-last-border {
    border-right: 0px solid; } }
@media only screen and (max-width: 1024px) {
  /* Landscape phones and portrait tablets */ }
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .xs-m-top-50 {
    margin-top: 50px; }

  .xs-m-top-40 {
    margin-top: 40px; }

  .bs-pricing-table-two .bs-pricing-item {
    border-bottom: 1px solid #EDF3F9;
    padding-bottom: 40px; }

  .bs-pricing-table-two .bs-pricing-item.last-border {
    border-bottom: 0px solid;
    padding-bottom: 0px; }

  .bs-pricing-table-two .bs-pricing-item.xs-last-border {
    border-right: 0px solid; } }
@media only screen and (max-width: 1024px) {
  #footer-mymet, #footer-links, #footer-news, #footer-blog {
    margin-top: 25px; }

  .main-footer {
    background-color: #404040;
    padding-top: 25px; } }
body {
  color: #333;
  font-family: "Open Sans", sans-serif !important;
  line-height: 1.55; }

a {
  color: inherit; }

a:hover {
  text-decoration: none; }

header .header-content .header-content-inner {
  margin-left: auto;
  margin-right: auto; }

/*----HEADER-RESPONSIVE----------*/
header, header .header-content {
  position: relative;
  width: 100%; }

header {
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url(../img/bg-5.j);
  background-attachment: fixed;
  background-color: #d9edf7; }

/*----------------------------------------------COLOR MOTIF------*/
#blue {
  color: #086e96; }

#white {
  color: #fff; }

#light-blue {
  color: #d9edf7; }

#black {
  color: #000; }
#orange{
  color: #e69a00; 
  text-shadow: 2px 2px black;
}
/*--------------------------------------------------LOGO------*/
.site-logo {
  height: 50px; }

/*-----------------------------------------------NAVIGATION------*/
.navbar-default {
  background-color: #fff;
  border-width: 0px;
  border-radius: 0px;
  box-shadow: 0px 0px 10px gray; }

#custom-bootstrap-menu .navbar-nav li a {
  color: #000;
  background-color: #fff; }
#custom-bootstrap-menu .navbar-nav li a:hover, #custom-bootstrap-menu .navbar-nav li a:focus {
  color: #086e96; }
#custom-bootstrap-menu .navbar-nav li a.active {
  color: #086e96; }
#custom-bootstrap-menu .navbar-nav .active a, #custom-bootstrap-menu .navbar-nav .active a:active, #custom-bootstrap-menu .navbar-nav .active focus {
  color: #086e96; }
#custom-bootstrap-menu .navbar-nav .focus a, #custom-bootstrap-menu .navbar-nav .focus a:active, #custom-bootstrap-menu .navbar-nav .focus focus {
  color: #fff;
  background-color: #086e96; }
#custom-bootstrap-menu .navbar-nav .focus a:hover {
  color: #fff; }
#custom-bootstrap-menu .navbar-nav #free a, #custom-bootstrap-menu .navbar-nav #free a:active, #custom-bootstrap-menu .navbar-nav #free focus {
  color: #086e96;
  border-color: #086e96; }

/*------------------------------------------NAVIGATION-DROPDOWN------*/
#custom-bootstrap-menu .navbar-default .navbar-nav li ul li a {
  color: #086e96;
  background-color: #fff; }
#custom-bootstrap-menu .navbar-default .navbar-nav li ul li a:hover, #custom-bootstrap-menu .navbar-default .navbar-nav li ul li a:focus {
  color: #0078a6;
  background-color: #333;
  text-decoration: none; }
#custom-bootstrap-menu .navbar-default .navbar-nav li .active ul li a, #custom-bootstrap-menu .navbar-default .navbar-nav li .active ul li a:active, #custom-bootstrap-menu .navbar-default .navbar-nav li .active ul li a:focus {
  color: #fff;
  background-color: #0078a6; }

.navbar-default .navbar-toggle {
  border: none; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #086e96; }

.navbar-default .navbar-toggle:hover {
  background-color: #086e96; }

.navbar-default .navbar-toggle:focus {
  background-color: #086e96; }

.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #fff; }

.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff; }

.bg-info {
  padding: 50px; }

#passers_list {
  background-color: #086e96; }

#passers_list h3 {
  color: white;
  padding: 20px 0 10px; }

/*------------------------------------------ADS -------------*/
#ads {
  padding: 20px;
  background: rgba(0, 0, 0, 0.4);
  margin-top: 20px;
  text-align: center; }

#ads h1 {
  font-weight: bold;
  color: #fff; }

/*-------------------------------------------INPUT TEXT----------*/
#txt_default {
  background-color: #fff;
  border-radius: 2px; }

#txt_default:focus {
  border: 1px solid #086e96; }

#lbl_default {
  color: #086e96; }

.form-group {
  color: #086e96; }

#select_default {
  color: #theme;
  border-radius: 2px; }

/*-----------------------------------HOW IT WORKS------------------------*/
#tablet_img > li > img {
  margin-top: 0px; }

.cd-tabs-navigation {
  float: left;
  width: 50%;
  bottom: 0; }

.cd-tabs-navigation h3 {
  font-weight: bold; }

.cd-tabs-navigation p {
  font-size: 16px; }

.cd-tabs ul {
  list-style: none; }

.cd-tabs-navigation li {
  background: #fff;
  margin-bottom: 2em;
  padding: 1em 2em;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25); }

.cd-tabs-navigation a {
  position: relative;
  display: block;
  text-decoration: none;
  height: auto;
  width: auto;
  text-align: left;
  color: #333; }

.cd-tabs-navigation a.selected {
  color: #000;
  font-weight: 1000; }

.cd-tabs-navigation a.selected p {
  color: #0078a6; }

.cd-tabs-navigation a.selected h3 {
  color: #086e96; }

.cd-tabs-navigation a:hover {
  color: #000; }

.cd-tabs-content {
  width: 50%;
  float: right; }

.cd-tabs-content li {
  display: none;
  padding: 1.4em; }

.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s; }

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes cd-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#tab_nav {
  padding: 0 200px; }

/*-------------------------------------DISTRIBUTOR ----------------------------*/
#distributor {
  background: url(../img/bg/howto.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff; }

/*-----------------------------------------NEWS & UPDATE--------------------------*/
#portfolio .portfolio-item .portfolio-caption p, section h3.section-subheading {
  font-family: "Open Sans", sans-serif; }

section h3.section-subheading {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 75px; }

.service-heading {
  margin: 15px 0;
  text-transform: none; }

#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0; }

#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto; }

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(0, 140, 178, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s; }

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1; }

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: #fff; }

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px; }

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0; }

#portfolio .portfolio-item .portfolio-caption {
  border: 1px solid #cfd9db;
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  padding: 25px; }

#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0; }

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 14px;
  margin: 0; }

footer span.copyright, footer ul.quicklinks {
  font-family: "Open Sans", sans-serif; }

#portfolio * {
  z-index: 2; }

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px; } }
.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto; }

.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center; }

.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em; }

.portfolio-modal .modal-content p {
  margin-bottom: 30px; }

.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 16px; }

.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0; }

.portfolio-modal .modal-content img {
  margin-bottom: 30px; }

.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer; }

.portfolio-modal .close-modal:hover {
  opacity: .3; }

.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 1051; }

.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  z-index: 1052; }

.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none; }

.author {
  border-top: 1px solid #eef0f1;
  padding: 20px; }

/*-----------------------------------FOOTER------------------------*/
.widget-title {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1em;
  font-size: 14px;
  margin: 0 0 20px; }

.widget ul:not(.social-block) {
  list-style: none;
  padding: 0;
  margin: 0; }

.widget ul:not(.social-block) li:not(:last-of-type) {
  margin-bottom: 12.5px; }

.widget ul li a:hover {
  color: #d9edf7;
  cursor: default; }

.widget ul:not(.social-block) li {
  display: block;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #ffffff;
  line-height: 1.2em; }

.subscribe-form {
  display: block;
  position: relative;
  margin-bottom: 35px; }

.subscribe-form input[type="text"] {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding: 0 155px 0 20px;
  font-size: 14px;
  color: #2c3e50; }

.subscribe-form .btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  position: absolute;
  height: 40px !important;
  line-height: 40px !important;
  right: 0;
  top: 0;
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: 0.02em;
  padding: 0 30px !important; }

.subscribe-form .btn:hover {
  background: #0078a6; }

.btn.btn-special {
  background: #086e96;
  line-height: 60px;
  border-radius: 5px;
  color: #ffffff;
  height: 60px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.social-block {
  font-size: 0;
  line-height: 1em; }

.clean-list {
  list-style-type: none;
  letter-spacing: 0em;
  padding: 0;
  margin: 0; }

.social-block li:not(:last-of-type) {
  margin-right: 20px; }

.social-block li {
  display: inline-block; }

.social-block li i {
  text-align: center;
  font-weight: 500;
  -webkit-transition: inherit;
  transition: inherit;
  background: #717171;
  line-height: 44px;
  font-size: 18px;
  color: #ffffff;
  height: 44px;
  width: 44px; }

.social-block li i, .social-block li a {
  display: inline-block;
  border-radius: 50%; }

.social-block li i:hover.fa-facebook {
  background: #3b5998; }

.social-block li i:hover.fa-twitter {
  background: #55acee; }

.social-block li i:hover.fa-google-plus {
  background: #dd4b39; }

.social-block li i:hover.fa-instagram {
  background: linear-gradient(145deg, #3051F1 10%, #C92BB7 70%) no-repeat; }

#bottom-footer {
  background: #333333;
  color: #ccc;
  margin-top: 50px;
  padding: 20px;
  font-size: 14px;
  line-height: 28px; }

/*-----------------------------------ABOUT PAGE------------------------*/
#tag {
  background-color: #d9edf7; }

/*-----------------------------------Passers------------------------*/
body {
  margin: 50px 0; }

.ticker-headline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 30px 0;
  margin: 0;
  font-size: 36px; }

.ticker-headline a {
  color: #e69a00; }

.carousel.vertical .carousel-inner {
  height: 100%;
  width: auto; }
  .carousel.vertical .carousel-inner > .item {
    width: auto;
    padding-right: 50px;
    transition: 0.6s ease-in-out top; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel.vertical .carousel-inner > .item {
        transition: 0.6s ease-in-out; }
        .carousel.vertical .carousel-inner > .item.next, .carousel.vertical .carousel-inner > .item.active.right {
          transform: translate3d(0, 100%, 0);
          top: 0; }
        .carousel.vertical .carousel-inner > .item.prev, .carousel.vertical .carousel-inner > .item.active.left {
          transform: translate3d(0, -100%, 0);
          top: 0; }
        .carousel.vertical .carousel-inner > .item.next.left, .carousel.vertical .carousel-inner > .item.prev.right, .carousel.vertical .carousel-inner > .item.active {
          transform: translate3d(0, 0, 0);
          top: 0; } }
  .carousel.vertical .carousel-inner > .active,
  .carousel.vertical .carousel-inner > .next,
  .carousel.vertical .carousel-inner > .prev {
    display: block; }
  .carousel.vertical .carousel-inner > .active {
    top: 0; }
  .carousel.vertical .carousel-inner > .next,
  .carousel.vertical .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel.vertical .carousel-inner > .next {
    top: 100%; }
  .carousel.vertical .carousel-inner > .prev {
    top: -100%; }
  .carousel.vertical .carousel-inner > .next.left,
  .carousel.vertical .carousel-inner > .prev.right {
    top: 0; }
  .carousel.vertical .carousel-inner > .active.left {
    top: -100%; }
  .carousel.vertical .carousel-inner > .active.right {
    top: 100%; }

.carousel.vertical .carousel-control {
  left: auto;
  width: 50px; }
  .carousel.vertical .carousel-control.up {
    top: 0;
    right: 0;
    bottom: 50%; }
  .carousel.vertical .carousel-control.down {
    top: 50%;
    right: 0;
    bottom: 0; }
  .carousel.vertical .carousel-control .icon-prev,
  .carousel.vertical .carousel-control .icon-next,
  .carousel.vertical .carousel-control .glyphicon-chevron-up,
  .carousel.vertical .carousel-control .glyphicon-chevron-down {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel.vertical .carousel-control .icon-prev,
  .carousel.vertical .carousel-control .glyphicon-chevron-up {
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px; }
  .carousel.vertical .carousel-control .icon-next,
  .carousel.vertical .carousel-control .glyphicon-chevron-down {
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px; }
  .carousel.vertical .carousel-control .icon-up,
  .carousel.vertical .carousel-control .icon-down {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel.vertical .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel.vertical .carousel-control .icon-next:before {
    content: '\203a'; }

/*---------------------PANEL------------------------*/
.panel-default {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08); }

.panel-body {
  padding: 20px;
  color: #6c7d8e; }

.panel-title {
  color: #005d81; }

.panel-heading {
  padding: 20px; }

.panel-heading a {
  text-decoration: none;
  color: #086e96; }

.panel-heading a:hover {
  text-decoration: none; }

.panel-heading a:after {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  color: #086e96;
  line-height: 1.0; }

.panel-heading a.collapsed:after {
  content: "\e080"; }

/*---------------------BLOG------------------------*/
/*----- BLOG -----*/
#boxx {
  margin: 15px;
  border: 1px solid #eef0f1; }

#content, .author {
  padding: 20px; }

.author {
  border-top: 1px solid #eef0f1; }

#boxx:hover #thumbnail {
  opacity: .8; }

#boxx:hover #blog-title {
  color: #086e96; }

#blog-title {
  color: #000; }

#blog-title {
  text-decoration: none; }

.sidebar-module ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.sidebar-module li {
  border-bottom: 1px solid #F1F1F1;
  line-height: normal;
  list-style: none !important;
  margin: 8px 0;
  overflow: hidden;
  padding: 0 0 10px; }

.item-thumbnail {
  float: left;
  margin: 0 12px 5px 0; }

.item-title {
  margin-left: 80px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  max-width: 240px; }

.item-title a:hover, .sidebar-module li a {
  text-decoration: none;
  color: #2D322F; }

.item-thumbnail img {
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  padding: 0;
  border: 4px solid transparent;
  margin: 0 0 0 4px;
  -webkit-box-shadow: 0px 0px 10px -5px #000;
  -moz-box-shadow: 0px 0px 10px -5px #000;
  -o-box-shadow: 0px 0px 10px -5px #000;
  -ms-box-shadow: 0px 0px 10px -5px #000;
  box-shadow: 0px 0px 10px -5px #000; }

/*# sourceMappingURL=style.css.map */
