@charset "UTF-8";
@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=Raleway:400,800,700,600,500);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #777777;
  font: 500 13px/25px "Raleway", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: none;
  font-size:16px;
  background: #1c1c1c; }

img {
  max-width: 100%;
  height: auto; }

h1 {
  font-size: 50px;
  line-height: 76px;
  color: #1c1c1c;
  font-weight: 800; }

h2 {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  text-align: center; }
  h2 span {
    display: block;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700; }
  h2 .num {
    display: block;
    font-size: 110px;
    line-height: 150px;
    font-weight: 700; }
  @media (max-width: 767px) {
    h2 {
      font-size: 44px;
      line-height: 60px; }
      h2 span {
        font-size: 50px;
        line-height: 60px; }
      h2 .num {
        font-size: 70px;
        line-height: 80px; } }

h3 {
  font-size: 30px;
  line-height: 40px;
  color: #1c1c1c;
  text-align: center; }
  h3 span {
    font-weight: 700; }
  h3.mod {
    margin-top: 12px;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    font-weight: 700;
    text-align: left; }
    @media (min-width: 479px) and (max-width: 1199px) {
      h3.mod {
        font-size: 24px; } }

h4 {
  font-size: 20px;
  line-height: 33px;
  color: #1c1c1c; }

h5 {
  font-size: 29px;
  line-height: 33px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase; }
  @media (min-width: 480px) and (max-width: 767px) {
    h5 {
      font-size: 22px; } }

h6 {
  font-size: 17px;
  line-height: 17px;
  font-weight: 400; }

h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #38a99c; }

p a:hover, .marked-list a:hover, .addr a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .addr .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

@media (max-width: 479px) {
  [class*='col-'] + [class*='col-'] {
    margin-top: 30px; } }
@media (max-width: 767px) {
  .col-xs-12 + .col-xs-12 {
    margin-top: 30px; } }
/*=======================================================
                       Main Layout
=========================================================*/
h2 + * {
  margin-top: 15px; }

h2 + h4 {
  margin-top: 20px; }

h3 + * {
  margin-top: 53px; }

h4 + * {
  margin-top: 3px; }

* + h4 {
  margin-top: 30px; }

p + h4 {
  margin-top: 10px; }

h6 + * {
  margin-top: 5px; }

.row + .row {
  margin-top: 30px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative;
  margin-top: 16px;
  margin-bottom: 28px; }
  .brand_name {
    position: relative;
    padding-left: 82px;
    padding-right: 82px; }
    .brand_name:before {
      content: url(../images/logo_img.png);
      position: absolute;
      left: 0;
      top: 8px; }
  .brand_slogan {
    display: block;
    position: absolute;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    bottom: 3px;
    left: 190px;
    width: 100%;
    text-align: left; }
    @media (max-width: 767px) {
      .brand_slogan {
        bottom: -5px;
        left: 150px; } }

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #38a99c; }

.bg-secondary {
  background: #1c1c1c;
  color: #888; }
  .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6 {
    color: #fff; }

.bg1 {
  background: #4884f2; }

.bg2 {
  background: #d24f4f; }

/*==================     Icons     ======================*/
/*==================     Panels      ====================*/
.panel {
  background: #f3f3f3;
  padding: 12px 0 10px; }
  .panel .inline-list {
    float: left;
    padding: 5px 0; }
  .panel .btn-wr-header {
    float: right; }
  @media (max-width: 767px) {
    .panel {
      text-align: center; }
      .panel .inline-list,
      .panel .btn-wr-header {
        float: none; }
      .panel .inline-list {
        margin: 20px 0 10px; }
      .panel .btn-wr-header {
        margin-bottom: 20px; } }

/*==================    Buttons    ======================*/
.btn, .btn3, .btn4 {
  display: inline-block;
  position: relative;
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 500 !important;
  color: #fff !important;
  background: #1c1c1c;
  padding: 14px 30px;
  border: 2px solid #1c1c1c;
  text-align: center; }
  .btn:after, .btn3:after, .btn4:after {
    content: '\f105';
    font: 400 30px/30px 'FontAwesome';
    display: inline-block;
    vertical-align: top;
    padding-left: 17px; }
  .btn:hover, .btn3:hover, .btn4:hover {
    background: #38a99c;
    border-color: #38a99c; }
  .btn:active, .btn3:active, .btn4:active {
    background: #2b8379; }

.btn {
  min-width: 260px; }

.btn3 {
  border: 2px solid #333333; }
  * + .btn3 {
    margin-top: 35px; }

.btn4 {
  background: #d73f0f !important;
  border-color: #d73f0f !important;
  padding-right: 75px !important;
  padding-left: 75px !important; }
  .btn4:after {
    display: none; }
  * + .btn4 {
    margin-top: 32px; }

.btn5 {
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  color: #1c1c1c;
  padding: 12px 27px;
  border: 3px solid #d0cece; }
  .btn5:hover {
    background: #38a99c;
    color: #fff; }
  .btn5:active {
    background: #2b8379; }
  * + .btn5 {
    margin-top: 15px; }

.btn2 {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #1c1c1c;
  padding: 5px 20px;
  border: 2px solid #d0cece; }
  .btn2:hover {
    background: #38a99c;
    border-color: #38a99c;
    color: #fff; }
  .btn2:active {
    background: #2b8379; }
  .btn2 + * {
    margin-left: 6px; }

.btn-link {
  display: inline-block;
  position: relative;
  font: 400 23px/22px 'FontAwesome';
  color: #1c1c1c;
  padding: 0 5px;
  margin-left: 5px; }
  .btn-link:hover {
    color: #38a99c;
    text-decoration: none; }

.btn-wrap {
  text-align: center; }
  * + .btn-wrap {
    margin-top: 40px; }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box + .box {
  margin-top: 25px; }
.box_aside {
  float: left;
  margin-right: 28px; }
  @media (max-width: 991px) {
    .box_aside {
      float: none;
      margin-right: 0;
      margin-bottom: 10px;
      text-align: center; } }
.box_aside2 {
  float: left;
  margin-right: 20px;
  text-align: left; }
  @media (min-width: 480px) and (max-width: 767px) {
    .box_aside2 {
      float: none;
      margin-right: 0;
      margin-bottom: 20px; } }
.box_aside3 {
  float: left;
  margin-right: 30px; }
  @media (max-width: 1199px) {
    .box_aside3 {
      float: none;
      margin-right: 0;
      margin-bottom: 20px; } }
  @media (max-width: 479px) {
    .box_aside3 {
      text-align: center; } }
  @media (max-width: 767px) {
    .box_aside3 {
      text-align: center; } }
.box_aside4 {
  float: left;
  margin-right: 20px;
  text-align: left; }
  @media (min-width: 768px) and (max-width: 991px) {
    .box_aside4 {
      float: none;
      margin-right: 0;
      margin-bottom: 20px; } }
.box_cnt__no-flow {
  overflow: hidden;
  text-align: left; }
@media (max-width: 991px) {
  .box_aside + .box_cnt__no-flow {
    text-align: center; }
    .box_aside + .box_cnt__no-flow h3.mod {
      text-align: center; } }
@media (max-width: 767px) {
  .box_aside3, .box_aside3 + .box_cnt__no-flow {
    text-align: center; } }

.icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  font-size: 50px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .icon.fa-file-archive-o {
    background: #43d2e3; }
  .icon.fa-codepen {
    background: #745d93; }
  .icon.fa-lastfm {
    background: #47cd3d;
    font-size: 70px; }
  .icon.fa-cc-paypal {
    background: #e76f00;
    font-size: 51px; }
  .icon.ex {
    background: #e31836;
    font-size: 60px;
    font-weight: 800; }
  .icon.fa-jsfiddle {
    background: #37bcb4;
    font-size: 59px; }
  .icon:hover {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }

.icon2 {
  display: inline-block;
  width: 270px;
  height: 270px;
  text-align: center;
  color: #fff;
  font-size: 130px;
  line-height: 130px;
  padding: 33px 20px 30px;
  max-width: 100%; }
  .icon2:before {
    display: inline-block; }
  .icon2.fa-shekel {
    background: #4884f2; }
  .icon2.fa-compass {
    background: #d24f4f; }

.icon3 {
  display: inline-block;
  width: 83px;
  height: 83px;
  text-align: center;
  color: #fff;
  font-size: 36px;
  line-height: 83px;
  margin-top: 10px; }
  .icon3.fa-cloud-upload {
    background: #43d2e3; }
  .icon3.fa-comments-o {
    background: #47cd3d; }
  .icon3.fa-database {
    background: #e31836; }

/*==================     Table       ====================*/
table {
  background: #1c1c1c;
  color: #fff;
  width: 100%; }
  * + table {
    margin-top: 20px; }
  @media (max-width: 991px) {
    table {
      margin: 20px auto; } }
  table th + th {
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
  table th {
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0px 7px; }
  table td, table th {
    width: 15.7894%;
    text-align: center; }
  table .lg {
    width: 51%;
    text-align: left;
    padding-left: 8px;
    padding-right: 38px; }
  table a:hover {
    color: #38a99c; }
  table td {
    font-size: 13px;
    line-height: 30px; }
    table td a.fa {
      color: #fff; }
      table td a.fa:before {
        font-size: 13px; }
      table td a.fa:hover {
        color: #e31836; }
    table td a.fa + a.fa {
      margin-left: -3px; }
    table td a.act {
      color: #e31836; }
  table .pd-add {
    padding: 23px 0px 5px; }
  table .bg1 {
    background: #e31836; }
  table .bg2 {
    background: #745d93; }
  table .bg3 {
    background: #37bcb4; }
  table .bg4 {
    background: #e76f00; }
  table .bg5 {
    background: #43d2e3; }
  table .bg6 {
    background: #6082bb; }
  @media only screen and (max-width: 489px) {
    table {
      display: none; } }

.stacktable.small-only {
  display: none; }
  @media (max-width: 489px) {
    .stacktable.small-only {
      display: block; }
      .stacktable.small-only tbody {
        width: 100%; }
      .stacktable.small-only .st-key {
        text-align: center;
        width: 20%; }
      .stacktable.small-only .st-val {
        padding: 0;
        text-align: left;
        width: 30%;
        padding-right: 10px; }
      .stacktable.small-only .st-head-row {
        color: #38a99c;
        padding: 5px 0; }
      .stacktable.small-only .st-head-row-main {
        padding: 20px 0 5px;
        font-size: 18px;
        font-weight: 700; } }

/*==================      Lists      ======================*/
.inline-list li {
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  font-weight: 500;
  color: #1c1c1c; }
  .inline-list li a:hover {
    color: #d73f0f; }
  .inline-list li + li {
    margin-left: 25px; }
    @media (max-width: 767px) {
      .inline-list li + li {
        margin-left: 15px; } }

.index-list {
  counter-reset: li; }
  .index-list li {
    position: relative; }
    .index-list li:before {
      content: counter(li,decimal-leading-zero) "/";
      counter-increment: li;
      display: block;
      font-size: 53px;
      line-height: 55px; }
    .index-list li:first-child:before {
      color: #e2cb31; }
    .index-list li:nth-child(2):before {
      color: #d73f0f; }
    .index-list li:nth-child(3):before {
      color: #38a99c; }
  * + .index-list {
    margin-top: 40px; }
  .index-list h4 {
    margin-top: 10px; }
    .index-list h4 + * {
      margin-top: 10px; }

.list {
  color: #888888; }
  .list li + li {
    margin-top: 11px; }
  .list a:hover {
    color: #38a99c; }

.list2 li {
  font-size: 13px;
  color: #1c1c1c; }
  .list2 li + li {
    margin-top: 11px; }
.list2 a:hover {
  color: #38a99c; }
.list2 + * {
  margin-top: 23px; }
* + .list2 {
  margin-top: 23px; }

.list3 li {
  position: relative;
  padding-left: 60px; }
  .list3 li + li {
    margin-top: 23px; }
.list3_aside {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  line-height: 25px;
  color: #1c1c1c; }

/*==================      Address      ======================*/
.addr dt, .addr dd {
  display: inline-block; }
.addr dt {
  min-width: 75px; }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  text-align: left; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
    .sf-menu > li + li {
      margin-left: 36px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .sf-menu > li + li {
          margin-left: 26px; } }
  .sf-menu a {
    display: block; }

.sf-menu > li > a {
  color: #1c1c1c;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  white-space: nowrap; }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #38a99c; }
.sf-menu > li.active > a {
  color: #38a99c; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 188px;
  padding: 15px 0 20px;
  margin-top: 42px;
  margin-left: -15px;
  font-size: 13px;
  line-height: 20px;
  background: #FFF;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul > li {
  position: relative;
  padding: 0px 20px; }
  .sf-menu ul > li > a {
    color: #888;
    font-weight: 400; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #d73f0f; }
  .sf-menu ul > li.sfHover > .sf-with-ul, .sf-menu ul > li > .sf-with-ul:hover {
    color: #38a99c; }
  .sf-menu ul > li + li {
    margin-top: 16px; }

.sf-menu ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 95px;
  margin-top: -30px;
  margin-left: 3px;
  padding: 20px 0;
  z-index: 4; }

.sf-menu ul ul > li > a {
  color: #888;
  font-weight: 400; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #d73f0f; }
.sf-menu ul ul > li + li {
  margin-top: 16px; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 73%;
    margin-left: -6px;
    content: "";
    font: 400 16px/16px "FontAwesome"; }

.sf-menu ul > li > .sf-with-ul {
  position: relative; }
  .sf-menu ul > li > .sf-with-ul:before {
    position: absolute;
    right: -5px;
    top: 0;
    margin-top: 2px;
    content: "";
    font: 400 16px/16px "FontAwesome"; }

@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px; }
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
      background: #38a99c;
      color: #FFF; }
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left; }

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } }
/*==================  Stuck menu  ======================*/
.stuck_container {
  background: #ffffff; }

.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #1c1c1c; }
  .isStuck .brand {
    margin-top: 0;
    margin-bottom: 12px; }
  .isStuck .brand_name {
    line-height: 66px; }
    .isStuck .brand_name:before {
      top: 2px; }
  .isStuck .brand_slogan {
    bottom: -2px; }
  .isStuck .nav {
    margin-top: 25px; }
  .isStuck .sf-menu > li > ul {
    margin-top: 22px; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 47px;
  height: 47px;
  font-size: 22px;
  line-height: 43px;
  font-weight: 700;
  color: #fff;
  background: #38a99c;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #1c1c1c;
    text-decoration: none;
    transform: scale(1.1); }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*=================       Tabs     ======================*/
.resp-tabs-list {
  text-align: center; }
  .resp-tabs-list li {
    display: inline-block;
    cursor: pointer;
    font-size: 17px;
    line-height: 23px;
    padding-bottom: 4px;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .resp-tabs-list li:hover {
      border-bottom: 4px solid #1c1c1c; }
    .resp-tabs-list li + li {
      margin-left: 23px; }
  .resp-tabs-list .resp-tab-active {
    border-bottom: 4px solid #1c1c1c; }

* + .resp-tabs {
  margin-top: 30px; }

.resp-tabs-container .row + .row {
  margin-top: 20px; }
* + .resp-tabs-container {
  margin-top: 30px; }
@media (max-width: 767px) {
  .resp-tabs-container {
    text-align: center; } }

.resp-accordion {
  display: none; }

.resp-tab-content {
  display: none; }
  @media (max-width: 767px) {
    .resp-tab-content {
      padding: 20px 0; } }

.resp-tab-content-active {
  display: block; }

@media (max-width: 767px) {
  .resp-accordion {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 5px 0px 5px;
    background: #38a99c;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: 80%;
    margin: 15px auto; }
    .resp-accordion:hover {
      background: #38a99c; }

  .resp-tabs-list {
    display: none; } }
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding-top: 145px;
  padding-bottom: 150px; }
  @media (max-width: 767px) {
    .parallax {
      padding-top: 70px;
      padding-bottom: 80px; } }
  .parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax h6 {
    color: #fff;
    text-align: center; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative;
    text-align: center; }

/*========================================================
                     HEADER  Section
=========================================================*/
header .brand {
  float: left; }
header .nav {
  float: right;
  margin-top: 46px;
  margin-bottom: 23px; }
@media (max-width: 991px) {
  header {
    text-align: center; }
    header .brand, header .nav {
      float: none; }
    header .nav {
      margin-bottom: 40px;
      margin-top: 10px; } }
@media (max-width: 767px) {
  header .nav {
    margin-bottom: 0;
    margin-top: 0; } }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #f3f3f3; }

.bg-img {
  background: no-repeat url(../images/bg-img.jpg);
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 50px;
  text-align: center; }
  @media (max-width: 767px) {
    .bg-img {
      padding-top: 70px;
      padding-bottom: 80px; } }

.text1 {
  font-size: 11px;
  line-height: 20px; }

.text-left {
  text-align: left; }

@media (max-width: 991px) {
  .cl {
    clear: both; }

  .pt {
    padding-top: 30px; } }
.badge {
  display: inline-block;
  color: #888888;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  margin-top: 2px; }

.mt1, .row.mt1 {
  margin-top: 45px; }

.pt1 {
  padding-top: 18px; }

.box.mt2 {
  margin-top: 50px; }

.link {
  color: #e31836; }

.terms {
  padding-top: 62px;
  padding-bottom: 85px; }
  .terms p + h4 {
    margin-top: 31px; }
  .terms h3 + h4 {
    margin-top: 45px; }

* + .policy-link {
  margin-top: 27px; }
  
ul {
    padding: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 20px;
}
ul li{
	position: relative;
    padding-left: 20px;
}  
li{
	display: list-item;
	margin-left:40px;
	list-style:disc;
}

@media (max-width: 767px) {
  [class*='col-'] > img {
    display: block;
    margin-left: auto;
    margin-right: auto; } }
/*==================      Well     ======================*/
.well-top {
  padding-top: 75px;
  padding-bottom: 75px; }

.well2 {
  padding-top: 58px;
  padding-bottom: 58px; }

.well3 {
  padding-top: 42px;
  padding-bottom: 60px; }

.well4 {
  padding-top: 52px;
  padding-bottom: 60px; }

.well5 {
  padding-top: 52px;
  padding-bottom: 85px; }

.well6 {
  padding-top: 48px;
  padding-bottom: 45px; }

.well7 {
  padding-top: 60px;
  padding-bottom: 55px; }

.well8 {
  padding-top: 45px;
  padding-bottom: 50px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #1c1c1c; }
  footer hr {
    border: none;
    height: 1px;
    width: 100%;
    background: #333333; }
  footer .brand_name {
    color: #fff; }
  footer .brand {
    margin-top: 26px; }
  footer h4 {
    color: #fff; }
  footer h4 + * {
    margin-top: 12px; }
  footer .copy {
    text-align:center;
	letter-spacing:0.05em;
    padding: 12px 0;
    font-size: 13px;
    line-height: 20px;
    color: #999; }
    footer .copy a:hover {
      text-decoration: none;
      color: #38a99c; }
