@charset "UTF-8";
/* $fade_background : rgba(0,0,0,0.3); */
.pointer {
  cursor: pointer; }

a {
  text-decoration: none; }

/** Generated by FG **/
@font-face {
  font-family: 'BrandonText-Bold';
  src: url("../fonts/HVD Fonts - BrandonText-Bold.eot");
  src: local("☺"), url("../fonts/HVD Fonts - BrandonText-Bold.woff") format("woff"), url("../fonts/HVD Fonts - BrandonText-Bold.ttf") format("truetype"), url("../fonts/HVD Fonts - BrandonText-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.bg-gray {
  background: #f2f2f2 !important; }

.center {
  text-align: center; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  line-height: 1.5em; }

body {
  margin: 0px;
  padding: 0px; }

a {
  font-size: 12pt; }
  a:hover {
    text-decoration: none; }

.body {
  clear: both;
  width: 960px;
  margin: 0px auto; }

#header {
  background: url("../images/top-header.gif") repeat-x;
  padding: 12px 0px 19px 0px;
  overflow: hidden; }
  #header #logo {
    float: left; }
  #header .body nav {
    padding: 40px 0px 0px 110px;
    display: inline-block; }
    #header .body nav .menu {
      display: none; }
    #header .body nav ul {
      list-style: none;
      padding: 0px; }
      #header .body nav ul li {
        display: inline-block;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s; }
        #header .body nav ul li:hover {
          -webkit-transform: rotate(-10deg) translateY(0);
          -moz-transform: rotate(-10deg) translateY(0);
          -o-transform: rotate(-10deg) translateY(0);
          -ms-transform: rotate(-10deg) translateY(0);
          transform: rotate(-10deg) translateY(0);
          margin: 0 2px;
          /* margin: 0 8px;
          z-index: 2; */ }
        #header .body nav ul li a {
          margin: 20px 10px;
          padding: 10px 19px;
          color: #fff;
          -webkit-border-radius: 26px;
          -moz-border-radius: 26px;
          -ms-border-radius: 26px;
          border-radius: 26px;
          background: #f1592a;
          font-size: 19pt; }
          #header .body nav ul li a.orange {
            background: #fcb040; }
          #header .body nav ul li a.light-green {
            background: #8dc63f; }
          #header .body nav ul li a.green {
            background: #0b9444; }
          #header .body nav ul li a.yellow {
            background: #e6d500; }

#banner {
  background: url("../images/slider-1.jpg") no-repeat;
  background-size: cover;
  overflow: hidden; }

.bxslider > li img {
  width: initial;
  max-width: initial !important;
  /* position:absolute;
  right: 10%;
  top: 10%; */
  float: right;
  margin: 20px -100px 20px 0px; }
.bxslider > li .wrap-text {
  position: absolute;
  /* width: 100%; */
  top: 0px; }
  .bxslider > li .wrap-text .text {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 180px; }
    .bxslider > li .wrap-text .text h2 {
      font-family: "BrandonText-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-size: 58pt;
      color: #0b9444;
      margin-bottom: 40px; }
    .bxslider > li .wrap-text .text div.desc {
      font-size: 17pt;
      margin-bottom: 40px;
      line-height: 1.3em;
      max-width: 450px; }
    .bxslider > li .wrap-text .text p.download-links a {
      display: inline-block;
      width: 186px;
      height: 54px;
      text-indent: -4000px;
      background-repeat: none;
      margin-left: 10px; }
      .bxslider > li .wrap-text .text p.download-links a:first-child {
        margin-left: 0px; }
      .bxslider > li .wrap-text .text p.download-links a.android {
        background-image: url("../images/playstore-icon.png"); }
      .bxslider > li .wrap-text .text p.download-links a.iphone {
        background-image: url("../images/appstore-icon.png");
        width: 191px;
        height: 56px; }

.bx-wrapper .bx-pager {
  display: none; }

.bx-wrapper .bx-controls-direction a {
  width: 84px;
  height: 84px;
  background-repeat: no-repeat;
  background-position: right; }
  .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 20px;
    background-image: url("../images/arrow-left.png"); }
  .bx-wrapper .bx-controls-direction a.bx-next {
    right: 20px;
    background-image: url("../images/arrow-right.png"); }
  .bx-wrapper .bx-controls-direction a:hover {
    background-position: left; }

.app-section {
  overflow: hidden; }
  .app-section.bg-gray .app-item {
    background: #fff !important; }
  .app-section h1 {
    font-family: "BrandonText-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60pt;
    line-height: 1em;
    display: block;
    margin-top: 57px;
    color: #0b9444;
    text-align: center;
    margin-bottom: 30px; }
    .app-section h1.orange {
      color: #fcb040; }
    .app-section h1.black {
      color: #333; }
  .app-section .short-desc {
    text-align: center;
    font-size: 16pt;
    margin-bottom: 50px; }
  .app-section .row .top {
    overflow: hidden;
    min-height: 100px; }
    .app-section .row .top .small-image {
      float: left;
      margin-right: 5px; }
    .app-section .row .top .text strong {
      margin-bottom: 10px; }
  .app-section .row .app-item {
    padding-bottom: 20px;
    background: #f2f2f2;
    text-align: center;
    border-bottom: 3px solid #e5e5e5; }
    .app-section .row .app-item .link {
      display: block;
      margin-bottom: 10px; }
    .app-section .row .app-item a.title {
      font-family: "BrandonText-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #f1592a;
      font-size: 18pt;
      text-transform: uppercase; }
  .app-section .large-button {
    text-align: center;
    font-size: 18pt;
    color: #fff;
    /* background: url("../images/large-button-green.png") no-repeat; */
    display: block;
    margin: 60px auto 70px auto;
    clear: both;
    width: 440px;
    height: 90px;
    padding: 26px;
    cursor: pointer;
    font-weight: bold;
    background-color: #8dc63f;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    border-radius: 45px;
    -webkit-box-shadow: inset 0px -9px 1px 0px #80b239;
    -moz-box-shadow: inset 0px -9px 1px 0px #80b239;
    box-shadow: inset 0px -9px 1px 0px #80b239;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s; }
    .app-section .large-button:hover {
      background-color: #94d141; }
    .app-section .large-button.orange {
      background-color: #fcb040;
      -webkit-box-shadow: inset 0px -9px 1px 0px #e29e39;
      -moz-box-shadow: inset 0px -9px 1px 0px #e29e39;
      box-shadow: inset 0px -9px 1px 0px #e29e39; }
      .app-section .large-button.orange:hover {
        background-color: #f0b55e; }
    .app-section .large-button.gray {
      background-color: #525e68;
      -webkit-box-shadow: inset 0px -9px 1px 0px #4a545d;
      -moz-box-shadow: inset 0px -9px 1px 0px #4a545d;
      box-shadow: inset 0px -9px 1px 0px #4a545d; }
      .app-section .large-button.gray:hover {
        background-color: #6e7a84; }

.social {
  background: #f2f2f2;
  padding: 70px 0px; }
  .social h3 {
    font-family: "BrandonText-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40pt;
    color: #333; }
  .social ul {
    list-style: none;
    margin: 50px 0px 40px 0px; }
    .social ul li {
      display: inline-block;
      padding: 0px 22px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s; }
      .social ul li:hover {
        -webkit-transform: rotate(-90deg) translateY(0);
        -moz-transform: rotate(-90deg) translateY(0);
        -o-transform: rotate(-90deg) translateY(0);
        -ms-transform: rotate(-90deg) translateY(0);
        transform: rotate(-90deg) translateY(0); }
      .social ul li a {
        display: inline-block;
        width: 81px;
        height: 81px;
        background-repeat: none; }
        .social ul li a.google {
          background-image: url("../images/social/google.png"); }
        .social ul li a.twitter {
          background-image: url("../images/social/twitter.png"); }
        .social ul li a.facebook {
          background-image: url("../images/social/facebook.png"); }
        .social ul li a.youtube {
          background-image: url("../images/social/youtube.png"); }
  .social p {
    font-size: 12pt; }
  .social form {
    margin-top: 10px;
    text-align: center;
    display: inline-block; }
    .social form input[type="email"] {
      border-top: 1px solid #08b0ef;
      border-bottom: 1px solid #08b0ef;
      border-left: 1px solid #08b0ef;
      border-right: none;
      -webkit-border-radius: 30px 0px 0px 30px;
      -moz-border-radius: 30px 0px 0px 30px;
      -ms-border-radius: 30px 0px 0px 30px;
      border-radius: 30px 0px 0px 30px;
      padding: 20px;
      width: 400px;
      height: 60px;
      float: left;
      display: inline-block;
      outline: none; }
    .social form input[type="submit"] {
      outline: none;
      display: inline-block;
      background: #08b0ef;
      color: #fff;
      font-size: 20pt;
      font-weight: bold;
      -webkit-border-radius: 0px 30px 30px 0px;
      -moz-border-radius: 0px 30px 30px 0px;
      -ms-border-radius: 0px 30px 30px 0px;
      border-radius: 0px 30px 30px 0px;
      width: 170px;
      height: 60px;
      border: none;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      /* float:left; */ }
      .social form input[type="submit"]:hover {
        background: #fcb040; }

.footer {
  background: #08b0ef;
  clear: both;
  float: left;
  width: 100%;
  padding-bottom: 25px; }
  .footer ul {
    list-style: none;
    margin: 40px 0px 30px 0px;
    padding: 0px; }
    .footer ul li {
      display: inline-block;
      margin: 0px 26px; }
      .footer ul li a {
        color: #3b5997;
        text-decoration: underline;
        font-size: 15pt; }
        .footer ul li a:hover {
          color: #fff; }
  .footer p {
    font-size: 12pt;
    color: #fff; }

a.market-link {
  display: inline-block;
  width: 186px;
  height: 54px;
  text-indent: -4000px;
  background-repeat: none;
  margin-left: 10px;
  cursor: pointer; }
  a.market-link:first-child {
    margin-left: 0px; }
  a.market-link.android {
    background-image: url("../images/playstore-icon.png"); }
  a.market-link.iphone {
    background-image: url("../images/appstore-icon.png");
    width: 192px;
    height: 56px; }

.main-section {
  border-top: 10px solid #f2f2f2;
  padding: 40px 0px 100px 0px; }

.app-list .sidebar ul {
  background: #f2f2f2;
  padding: 0px;
  list-style: none; }
  .app-list .sidebar ul li {
    padding: 10px;
    list-style: none;
    border-top: 2px solid #cfd0d3; }
    .app-list .sidebar ul li:hover {
      background: #e6e6e7; }
    .app-list .sidebar ul li:last-child {
      border-bottom: 2px solid #cfd0d3; }
    .app-list .sidebar ul li a {
      color: #333;
      font-size: 18pt;
      /* &:hover{
        color: #d4d5d7;
        
        
      } */ }
.app-list .app-item {
  border-bottom: 2px solid #f2f2f2;
  padding: 36px 0px 40px 0px; }
  .app-list .app-item:first-child {
    padding-top: 0px; }
  .app-list .app-item .head .icon {
    display: inline-block;
    float: left;
    margin-right: 10px; }
  .app-list .app-item .head .link > a.title {
    font-size: 30pt;
    font-family: "BrandonText-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #f1592a;
    line-height: 1em;
    margin-bottom: 15px;
    display: block; }
  .app-list .app-item .head .link ul li {
    list-style: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .app-list .app-item .image-link {
    margin: 15px 0px 40px 0px;
    display: block; }
    .app-list .app-item .image-link img {
      max-width: 95%; }
  .app-list .app-item .post-content {
    font-size: 14pt;
    line-height: 1.5em; }
  .app-list .app-item .large-button {
    text-align: center;
    font-size: 17pt;
    color: #fff;
    display: block;
    margin: 40px 0px 0px 0px;
    clear: both;
    width: 248px;
    height: 60px;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    background-color: #10bef2;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    /* inset 0px -9px 1px 0px rgba(226,158,57,1) */
    -webkit-box-shadow: inset 0px -9px 1px 0px #0eaad9;
    -moz-box-shadow: inset 0px -9px 1px 0px #0eaad9;
    box-shadow: inset 0px -9px 1px 0px #0eaad9;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s; }
    .app-list .app-item .large-button:hover {
      background-color: #2ec9f7; }

#contact-us h1 {
  margin: 0px;
  text-align: center;
  color: #0b9444;
  font-family: "BrandonText-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 45pt;
  padding-bottom: 30px;
  border-bottom: 1px solid #f2f2f2; }
#contact-us .body > .row {
  padding-top: 60px; }
#contact-us form {
  margin-bottom: 40px; }
  #contact-us form input.form-control, #contact-us form textarea {
    border: 1px solid #10bef2;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    padding: 20px; }
  #contact-us form input[type="submit"] {
    background: #10bef2;
    color: #fff;
    margin: 15px 0px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    border-radius: 28px;
    padding: 10px 30px;
    outline: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s; }
    #contact-us form input[type="submit"]:hover {
      background: #8dc63f; }
  #contact-us form .row .col-md-6 {
    margin-bottom: 15px; }
#contact-us .col-md-4 h3 {
  margin: 0px 0px 25px 0px;
  font-size: 14pt; }
#contact-us .col-md-4 p {
  color: #8b9194;
  line-height: 1.6em; }

#app-detail .head {
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 30px; }
  #app-detail .head img {
    display: inline-block;
    margin-right: 10px; }
  #app-detail .head h1 {
    color: #f1592a;
    font-size: 30pt;
    font-family: "BrandonText-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    margin: 0px;
    line-height: 1em; }
  #app-detail .head ul.market-links {
    float: right;
    list-style: none; }
    #app-detail .head ul.market-links li {
      display: inline-block; }

.post-content {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px; }
  .post-content img {
    margin-bottom: 15px;
    max-width: 100%; }
  .post-content p {
    line-height: 1.6em;
    color: #798083; }
  .post-content .aligncenter, .post-content dl.aligncenter, .post-content .html5-captions .wp-caption.aligncenter {
    display: table;
    margin-left: auto;
    margin-right: auto; }
  .post-content .alignright {
    float: right; }
  .post-content table {
    margin: 20px 0px 0px 0px; }
    .post-content table tr td {
      vertical-align: top;
      padding-bottom: 15px; }
      .post-content table tr td:last-child {
        padding-left: 10px; }
      .post-content table tr td img {
        max-width: inherit; }

#sidebar-blog .block {
  margin-bottom: 40px;
  padding: 0px 0px 0px 0px; }
  #sidebar-blog .block h2 {
    margin: 0px 10px 5px 0px;
    color: #dddcdc;
    font-size: 50pt;
    font-weight: bold; }
  #sidebar-blog .block form {
    background: #f2f2f2;
    margin: 0px;
    /* padding-bottom:20px; */
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    border-radius: 26px; }
    #sidebar-blog .block form input[type="text"] {
      background: transparent;
      border: none;
      /* border-left:1px solid $dark-gray;
      border-top:1px solid $dark-gray;
      border-bottom:1px solid $dark-gray; */
      /* @include border-radius( 7px 0px 0px 7px); */
      padding: 15px;
      outline: none;
      width: 82%;
      float: left;
      color: #798083; }
    #sidebar-blog .block form input[type="submit"] {
      border: none;
      /* @include border-radius( 0px 7px 7px 0px); */
      /* border:1px solid $blue; */
      /* background: url("../images/search.png") no-repeat center center $blue; */
      background: url("../images/sidebar-search.png") no-repeat center center transparent;
      padding: 15px;
      text-indent: -5000px;
      width: 18%; }
  #sidebar-blog .block ul.perline {
    margin: 0px;
    padding: 0px; }
    #sidebar-blog .block ul.perline li {
      padding: 23px 0px;
      display: block;
      border-bottom: 1px solid #cfd0d3;
      overflow: hidden;
      /* &:last-child{
        border-top:none;
      } */ }
      #sidebar-blog .block ul.perline li img {
        display: block;
        float: left;
        max-width: 70px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        border-radius: 15px;
        margin-right: 10px; }
      #sidebar-blog .block ul.perline li .content {
        display: inherit;
        padding-left: 10px; }
        #sidebar-blog .block ul.perline li .content a {
          line-height: 1.2em;
          color: #798083;
          font-size: 14pt;
          font-weight: bold;
          display: block; }
          #sidebar-blog .block ul.perline li .content a:hover {
            color: #f1592a; }
  #sidebar-blog .block ul.on-line {
    margin: 20px 0px 0px 0px;
    padding: 0px; }
    #sidebar-blog .block ul.on-line li {
      list-style: none;
      display: inline-block;
      margin: 0px 15px 15px 0px; }
      #sidebar-blog .block ul.on-line li img {
        max-width: 70px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px; }

#blog {
  /* end #sidebar */ }
  #blog .main > .item {
    clear: both;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d4d6d8; }
    #blog .main > .item h2 {
      margin: 0px 0px 20px 0px;
      line-height: 1em; }
      #blog .main > .item h2 a {
        color: #f1592a;
        font-family: "BrandonText-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 25pt; }
    #blog .main > .item a.image-link {
      display: block;
      margin-bottom: 25px; }
      #blog .main > .item a.image-link img {
        max-width: 100%; }
    #blog .main > .item .meta-experpt {
      display: table; }
      #blog .main > .item .meta-experpt .experpt {
        color: #798083;
        font-size: 12pt;
        line-height: 1.5em;
        margin-bottom: 15px;
        display: inherit; }
      #blog .main > .item .meta-experpt .wrap-meta-item {
        float: left;
        margin: 0px 20px 0px 0px;
        vertical-align: top;
        padding: 10px; }
        #blog .main > .item .meta-experpt .wrap-meta-item .meta-item {
          line-height: 1.5em;
          font-size: 11pt;
          display: block;
          padding: 0px; }
          #blog .main > .item .meta-experpt .wrap-meta-item .meta-item span {
            padding: 10px;
            display: block;
            background: #10bef2;
            color: #fff;
            font-weight: bold; }
          #blog .main > .item .meta-experpt .wrap-meta-item .meta-item span.year {
            padding: 10px;
            display: block;
            background: #f0f0f0;
            color: #999ea0;
            font-weight: bold; }
          #blog .main > .item .meta-experpt .wrap-meta-item .meta-item a {
            color: #798083;
            font-size: 11pt; }
    #blog .main > .item .btn-blue {
      float: right;
      margin-top: 30px;
      display: block;
      width: 248px;
      height: 60px;
      outline: none;
      color: #fff;
      padding: 12px;
      font-size: 19pt;
      text-transform: uppercase;
      font-family: "BrandonText-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px;
      background-color: #10bef2;
      -webkit-box-shadow: inset 0px -9px 1px 0px #0eaad9;
      -moz-box-shadow: inset 0px -9px 1px 0px #0eaad9;
      box-shadow: inset 0px -9px 1px 0px #0eaad9;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s; }
      #blog .main > .item .btn-blue:hover {
        background-color: #8dc63f;
        -webkit-box-shadow: inset 0px -9px 1px 0px #80b239;
        -moz-box-shadow: inset 0px -9px 1px 0px #80b239;
        box-shadow: inset 0px -9px 1px 0px #80b239; }

.pagination > p {
  display: none; }
.pagination ul {
  list-style: none;
  padding: 0px; }
  .pagination ul li {
    display: inline-block; }
    .pagination ul li.active span {
      background: #08b0ef;
      color: #fff; }
    .pagination ul li a, .pagination ul li span {
      width: 40px;
      height: 40px;
      display: block;
      padding: 4px 12px;
      margin: 0px 10px 0px 0px;
      font-size: 15pt;
      background: #f2f2f2;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      color: #333;
      text-align: center; }
      .pagination ul li a:hover, .pagination ul li span:hover {
        background: #08b0ef;
        color: #fff; }

#static-page h2.page-title {
  text-align: center;
  color: #f1592a;
  font-size: 50pt;
  font-weight: bold;
  margin: 44px 0px 50px 0px; }
#static-page img.feature-image {
  max-width: 100%; }
#static-page .post-content {
  border: none;
  color: #798083; }
  #static-page .post-content p {
    margin-bottom: 30px;
    color: #798083; }
  #static-page .post-content strong {
    color: #000; }

#blog-detail #sidebar-blog {
  margin-top: 50px; }
#blog-detail .feature-image {
  max-width: 100%; }
#blog-detail .border-bottom {
  padding: 25px 0px 45px 0px;
  border-bottom: 1px solid #c2c2c2;
  overflow: hidden; }
  #blog-detail .border-bottom:last-child {
    border-bottom: none; }
  #blog-detail .border-bottom:first-child {
    padding-top: 0px; }
#blog-detail .blog-entry > h2 {
  color: #f1592a;
  font-size: 27pt;
  margin: 29px 0px 25px 0px;
  font-weight: bold; }
#blog-detail .blog-entry .wrap-meta-item {
  margin-bottom: 32px; }
  #blog-detail .blog-entry .wrap-meta-item .meta-item {
    color: #666666;
    font-weight: bold;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    margin-right: 10px;
    display: inline-block;
    padding: 11px 22px 11px 40px;
    background: url("../images/calendar.png") no-repeat 10% center #f2f2f2; }
  #blog-detail .blog-entry .wrap-meta-item a {
    display: inline-block;
    margin-right: 10px;
    padding: 4px 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #a7a7a7;
    width: 34px;
    height: 34px;
    text-align: center; }
    #blog-detail .blog-entry .wrap-meta-item a i {
      color: #a7a7a7;
      font-size: 12pt; }
    #blog-detail .blog-entry .wrap-meta-item a:hover {
      background: #3b5997; }
      #blog-detail .blog-entry .wrap-meta-item a:hover i {
        color: #fff; }
#blog-detail .blog-entry .post-content {
  border-bottom: none; }
#blog-detail .change-button {
  display: inline-block; }
#blog-detail .large-button, #blog-detail .change-button a {
  text-align: center;
  font-size: 20pt;
  color: #fff;
  /* background: url("../images/large-button-green.png") no-repeat; */
  display: block;
  clear: both;
  width: 177px;
  height: 56px;
  padding: 7px;
  cursor: pointer;
  font-weight: bold;
  background-color: #10bef2;
  -webkit-box-shadow: inset 0px -7px 5px 0px #0eaad9;
  -moz-box-shadow: inset 0px -7px 5px 0px #0eaad9;
  box-shadow: inset 0px -7px 5px 0px #0eaad9;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  border-radius: 45px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  display: inline-block; }
  #blog-detail .large-button:hover, #blog-detail .change-button a:hover {
    background-color: #8dc63f;
    -webkit-box-shadow: inset 0px -7px 5px 0px #80b239;
    -moz-box-shadow: inset 0px -7px 5px 0px #80b239;
    box-shadow: inset 0px -7px 5px 0px #80b239; }
#blog-detail .change-button.pre {
  float: right; }
#blog-detail .author {
  display: table; }
  #blog-detail .author img {
    margin-right: 10px;
    float: left;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
  #blog-detail .author .content h3 {
    font-size: 15pt;
    color: #333333;
    font-weight: bold; }
  #blog-detail .author .content .description {
    color: #888888; }

form#commentform > h3 {
  color: #dddcdc;
  font-size: 22pt;
  margin-top: 0px;
  font-weight: bold;
  margin-bottom: 30px; }
form#commentform input.border {
  border-radius: 17px;
  font-size: 12pt;
  border: 1px solid #10bef2;
  outline: none;
  padding: 18px;
  height: 50px;
  margin-bottom: 15px; }
form#commentform textarea {
  outline: none;
  border-radius: 17px;
  width: 100%;
  font-size: 12pt;
  padding: 10px;
  border: 1px solid #10bef2; }
form#commentform p.center {
  text-align: center;
  margin: 15px 0px 30px 0px; }
form#commentform .large-button {
  margin: 20px 0px;
  border: none; }

.comment-list {
  list-style: none;
  margin: 0px 0px 30px 0px;
  padding: 0px; }
  .comment-list div.clearfix {
    background: #f2f2f2;
    clear: both;
    padding: 30px;
    margin: 16px 0px 0px 0px;
    position: relative; }
  .comment-list .children {
    list-style: none;
    margin-left: 70px;
    margin-left: 0px !important;
    padding-left: 40px;
    border-left: 1px solid #ddd;
    background-repeat: no-repeat;
    background-position: left 20px;
    background-image: url(../images/comment-children-line.jpg); }

#comments {
  font-size: 30pt;
  margin: 20px 0px;
  display: block;
  color: #dddcdc; }

.comment-author img {
  float: left;
  width: 70px;
  height: 70px;
  margin: 0 10px 10px 0; }

.comment-author .fn {
  color: #08b0ef;
  font-size: 17.5px;
  font-weight: bold;
  line-height: 0.8em; }

.comment-author .comment-meta {
  color: #555555;
  margin: 0px; }

.commentBody {
  color: #555;
  display: table; }

.commentBody .reply .comment-reply-link {
  background: #08b0ef;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  position: absolute;
  right: 25px;
  top: 25px; }

/* $fade_background : rgba(0,0,0,0.3); */
@media (max-width: 1200px) {
  .bxslider > li .text {
    padding-top: 50px !important; }
    .bxslider > li .text h2 {
      font-size: 40pt;
      margin-bottom: 20px; }
    .bxslider > li .text div.desc {
      font-size: 15pt;
      margin-bottom: 10px; }
  .bxslider > li img {
    margin: 20px 0px 20px 0px !important; } }
@media (max-width: 991px) {
  .body {
    width: 100% !important;
    padding-left: 10px;
    padding-right: 10px; }

  .bxslider > li img {
    margin: 5px;
    max-width: 400px !important; }
  .bxslider > li .text {
    top: 10%;
    padding-top: 30px !important; }
    .bxslider > li .text h2 {
      font-size: 30pt !important;
      margin-bottom: 10px; }
    .bxslider > li .text div.desc {
      font-size: 13pt;
      margin-bottom: 5px; }
    .bxslider > li .text p.download-links a {
      display: block;
      margin: 10px 0px 0px 0px; }

  #header .body nav ul li a {
    margin: 5px;
    padding: 8px 15px; }

  .app-section.bg-gray .row .col-md-4 {
    /* border-bottom:1px solid $white; */ }
  .app-section .row .col-md-4 {
    /* border-bottom: 1px solid $gray; */
    padding-top: 20px; }
    .app-section .row .col-md-4:last-child {
      border-bottom: none; }
  .app-section .row .app-item {
    padding-top: 5px;
    margin-bottom: 20px;
    background-color: transparent !important;
    border-bottom: none !important; }
    .app-section .row .app-item .link {
      display: block; }
      .app-section .row .app-item .link img {
        max-width: 100%; }

  .app-list .sidebar {
    text-align: center;
    margin-bottom: 20px; }
  .app-list .app-item {
    text-align: center; }
    .app-list .app-item .head .icon {
      float: none;
      margin-bottom: 10px; }
    .app-list .app-item .large-button {
      margin-left: auto;
      margin-right: auto; }

  #app-detail .head {
    padding: 20px; }
    #app-detail .head ul.market-links {
      clear: both;
      float: none;
      margin-top: 20px;
      padding: 0px; }

  .post-content table td {
    width: 100%;
    clear: both;
    display: block; }

  #blog .main > .item a.image-link {
    text-align: center; }

  #blog .main > .item .btn-blue {
    float: none !important;
    margin: auto !important; } }
@media (max-width: 820px) {
  #header {
    text-align: center; }
    #header #logo {
      float: none;
      margin-bottom: 10px; }
    #header nav {
      padding: 15px 0px !important; }

  .bx-wrapper .bx-controls-direction a {
    display: none; }

  .bxslider > li .wrap-text .text div.desc {
    display: none; }

  .bxslider > li img {
    margin: 5px;
    max-width: 300px !important; } }
@media (max-width: 766px) {
  #header nav {
    display: block !important; }
    #header nav .menu {
      display: block !important;
      background-color: #333;
      color: #fff;
      padding: 20px;
      font-size: 12pt; }
    #header nav ul {
      display: none; }
      #header nav ul li {
        display: block !important; }
        #header nav ul li a {
          margin: 0px;
          -webkit-border-radius: 0px !important;
          -moz-border-radius: 0px !important;
          -ms-border-radius: 0px !important;
          border-radius: 0px !important;
          display: block;
          padding: 10px !important;
          margin: 0px !important; }

  .social form input[type="email"] {
    width: 250px !important; }
  .social form input[type="submit"] {
    width: 100px;
    font-size: 15pt !important; }

  .footer ul li {
    display: block;
    margin: 10px; }

  #sidebar-blog .block h2 {
    text-align: center; }
  #sidebar-blog .block ul.on-line {
    text-align: center; }

  .app-section h1 {
    font-size: 45pt !important; }

  .app-section .large-button {
    width: 300px !important; }

  .bxslider > li .wrap-text .text p.download-links a {
    margin-left: 0px !important;
    /* display: block !important; */ }

  .app-section .row .top {
    text-align: center; }
    .app-section .row .top .small-image {
      float: none;
      clear: both; }
    .app-section .row .top .text {
      clear: both; }

  .app-section .row .app-item {
    border-bottom: none !important; } }
@media (max-width: 600px) {
  .bx-wrapper {
    margin: 0 auto 10px; }

  .bxslider > li {
    min-height: 300px; }
    .bxslider > li .wrap-text {
      width: 100%;
      text-align: center; }
    .bxslider > li img {
      display: none; }
    .bxslider > li .text p.desc {
      display: none; }
    .bxslider > li .text p.download-links a {
      display: block;
      margin: 10px 0px 0px 0px; } }

/*# sourceMappingURL=style.css.map */
