/* --------------------------------------------------------------------------
 * Prodigystudio  : Maleo - Multipurpose HTML Template
 *  
 * file           : maleo.css
 * Desc           : Maleo Framework - Core
 * Version        : 1.0
 * Date           : 07/12/2014
 * Author         : Prodigystudio - team
 * Author URI     : http://prodigystudio.net
 * Email          : Hello@prodigystudio.net
 *
 * Prodigy Studio. Copyright 2014. All Rights Reserved.
 * -------------------------------------------------------------------------- */
@import url("animate.css");
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-size: 100%;
}

body {
  background: white;
  color: #999999;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Helvetica", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 28px;
  position: relative;
  cursor: default;
  font-size: 16px;
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

img, object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.text-overflow {
  overflow: hidden;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* maleo wrapper */
#mo-wrapper.box {
  margin: 0 auto;
  /* editable in style.css */
  width: 74.375rem;
  *zoom: 1;
}
#mo-wrapper.box:before, #mo-wrapper.box:after {
  content: " ";
  display: table;
}
#mo-wrapper.box:after {
  clear: both;
}

/* maleo section */
.mo-content, .mo-contentfull {
  *zoom: 1;
}
.mo-content:before, .mo-content:after, .mo-contentfull:before, .mo-contentfull:after {
  content: " ";
  display: table;
}
.mo-content:after, .mo-contentfull:after {
  clear: both;
}
.mo-content .row, .mo-contentfull .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  *zoom: 1;
}

.mo-contentfull {
  width: 100%;
  margin: 30px 0;
  padding: 30px 0;
}
.mo-contentfull .rowfull {
  width: 100%;
}

/* maleo section end here */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 74.375rem;
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -1.40625rem;
  margin-right: -1.40625rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  position: relative;
  padding-left: 1.40625rem;
  padding-right: 1.40625rem;
  width: 100%;
  float: left;
}

/* Small Media Queries */
@media only screen {
  .column.small-left,
  .columns.small-left {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.small-right,
  .columns.small-right {
    float: right;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 1.40625rem;
    padding-right: 1.40625rem;
    float: left;
  }

  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  .small-3 {
    position: relative;
    width: 25%;
  }

  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  .small-6 {
    position: relative;
    width: 50%;
  }

  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  .small-9 {
    position: relative;
    width: 75%;
  }

  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  .small-12 {
    position: relative;
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: left;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .small-offset-0 {
    position: relative;
    margin-left: 0% !important;
  }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667% !important;
  }

  .small-offset-3 {
    position: relative;
    margin-left: 25% !important;
  }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667% !important;
  }

  .small-offset-6 {
    position: relative;
    margin-left: 50% !important;
  }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667% !important;
  }

  .small-offset-9 {
    position: relative;
    margin-left: 75% !important;
  }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333% !important;
  }

  .column.small-reset,
  .columns.small-reset {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
}
/* Medium Media Queries */
@media only screen and (min-width: 40.063em) {
  .column.medium-left,
  .columns.medium-left {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.medium-right,
  .columns.medium-right {
    float: right;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 1.40625rem;
    padding-right: 1.40625rem;
    float: left;
  }

  .medium-1 {
    position: relative;
    width: 8.33333%;
  }

  .medium-2 {
    position: relative;
    width: 16.66667%;
  }

  .medium-3 {
    position: relative;
    width: 25%;
  }

  .medium-4 {
    position: relative;
    width: 33.33333%;
  }

  .medium-5 {
    position: relative;
    width: 41.66667%;
  }

  .medium-6 {
    position: relative;
    width: 50%;
  }

  .medium-7 {
    position: relative;
    width: 58.33333%;
  }

  .medium-8 {
    position: relative;
    width: 66.66667%;
  }

  .medium-9 {
    position: relative;
    width: 75%;
  }

  .medium-10 {
    position: relative;
    width: 83.33333%;
  }

  .medium-11 {
    position: relative;
    width: 91.66667%;
  }

  .medium-12 {
    position: relative;
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: left;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .medium-offset-0 {
    position: relative;
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    position: relative;
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    position: relative;
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    position: relative;
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    position: relative;
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    position: relative;
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    position: relative;
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    position: relative;
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    position: relative;
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    position: relative;
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    position: relative;
    margin-left: 83.33333% !important;
  }

  .column.medium-reset,
  .columns.medium-reset {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* Large Media Queries */
@media only screen and (min-width: 64.063em) {
  .column.large-left,
  .columns.large-left {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.large-right,
  .columns.large-right {
    float: right;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 1.40625rem;
    padding-right: 1.40625rem;
    float: left;
  }

  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  .large-3 {
    position: relative;
    width: 25%;
  }

  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  .large-6 {
    position: relative;
    width: 50%;
  }

  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  .large-9 {
    position: relative;
    width: 75%;
  }

  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  .large-12 {
    position: relative;
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: left;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .large-offset-0 {
    position: relative;
    margin-left: 0% !important;
  }

  .large-offset-1 {
    position: relative;
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    position: relative;
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    position: relative;
    margin-left: 25% !important;
  }

  .large-offset-4 {
    position: relative;
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    position: relative;
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    position: relative;
    margin-left: 50% !important;
  }

  .large-offset-7 {
    position: relative;
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    position: relative;
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    position: relative;
    margin-left: 75% !important;
  }

  .large-offset-10 {
    position: relative;
    margin-left: 83.33333% !important;
  }

  .column.large-reset,
  .columns.large-reset {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0.625rem 0 0 0;
  *zoom: 1;
}
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}
[class*="block-grid-"].no-gutter > li {
  padding: 0rem;
}
[class*="block-grid-"].no-wrap {
  margin: 0 -0.625rem;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
#mo-header {
  width: 100%;
  position: relative;
}
#mo-header.logo-left > .header-left {
  float: left;
}
#mo-header.logo-left > .header-right {
  float: right;
}
#mo-header.logo-right > .header-left {
  float: right;
}
#mo-header.logo-right > .header-right {
  float: left;
}
#mo-header.logo-center > .header-left {
  float: left;
  width: 100%;
}
#mo-header.logo-center > .header-left .logo {
  margin: 0 auto;
  text-align: center;
}
#mo-header.logo-center > .header-right {
  float: left;
  width: 100%;
}

.header-right .nav-left {
  float: left;
}
.header-right .nav-right {
  float: right;
}
.header-right .nav-center {
  margin: 0 auto;
  text-align: center;
}

body {
  word-wrap: break-word;
}

pre code {
  word-wrap: normal;
}

html {
  font: normal 112.5%/1.65 serif;
}

body {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

small {
  font-size: 85%;
}

h1, h2, h3, h4, h5, {
  text-rendering: optimizeLegibility;
  line-height: 1;
  text-align:left;
  margin-top: 0;
}

h6 {text-align:center;
}

.tera {
  font-size: 117px;
  font-size: 6.5rem;
  margin-bottom: 0.25385px;
  margin-bottom: 0.25385rem;
}

.giga {
  font-size: 90px;
  font-size: 5rem;
  margin-bottom: 0.33px;
  margin-bottom: 0.33rem;
}

.mega {
  font-size: 72px;
  font-size: 4rem;
  margin-bottom: 0.4125px;
  margin-bottom: 0.4125rem;
}

.alpha, h1 {
  font-size: 60px;
  font-size: 3.33333rem;
  margin-bottom: 0.495px;
  margin-bottom: 0.495rem;
}

.beta, h2 {
  font-size: 48px;
  font-size: 2.66667rem;
  margin-bottom: 0.61875px;
  margin-bottom: 0.61875rem;
}

.gamma, h3 {
  font-size: 36px;
  font-size: 2rem;
  margin-bottom: 0.825px;
  margin-bottom: 0.825rem;
}

.delta, h4 {
  font-size: 24px;
  font-size: 1.33333rem;
  margin-bottom: 1.2375px;
  margin-bottom: 1.2375rem;
}

.epsilon, h5 {
  font-size: 21px;
  font-size: 1.16667rem;
  margin-bottom: 1.41429px;
  margin-bottom: 1.41429rem;
}

.zeta, h6 {
  font-size: 18px;
  font-size: 1rem;
  margin-bottom: 1.65px;
  margin-bottom: 1.65rem;
}

p {
  margin: auto auto 1.5em;
}

abbr,
acronym,
blockquote,
code,
dir,
kbd,
listing,
plaintext,
q,
samp,
tt,
var,
xmp {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}

pre code {
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
}

pre {
  white-space: pre;
}

code {
  white-space: pre;
  font-family: monospace;
}

abbr {
  font-variant: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: gray;
}

abbr[title]:hover {
  cursor: help;
}

abbr[title] {
  border-bottom: 1px dotted;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small {
  font-size: 65%;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small {
  font-size: 75%;
}

ul, ol, dl {
  margin-bottom: 1.750rem;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  /* Override nested font-size change */
}

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol {
  list-style-type: decimal;
  margin-left: 1.4rem;
}

ol li ul,
ol li ol {
  margin-left: 1.25rem;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.75rem;
}

/* Definition Horizontal */
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

/* Inline Lists */
.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}
.inline-list > li:first-child {
  margin-left: 0;
}
.inline-list > li > * {
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

p.lead {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 34px;
  font-weight: 500;
}

/* Blockquotes */
blockquote {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	margin: 0px;
	padding: 0 0 0 35px;
	font-weight: 500;
}

blockquote cite {
  display: block;
  font-size: 21px;
  font-style: normal;
  margin-top: -10px;
  color: #9c9c9c;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #9c9c9c;
}

blockquote:before {
  font-family: 'WebHostingHub-Glyphs' !important;
  background: none;
  width: 0px;
  height: 0px;
  font-style: normal;
  color: #c8c8c8;
  content: '\f328';
  font-size: 24px;
  position: relative;
  top: 0px;
  left: -35px;
  float: left;
}

blockquote,
blockquote p {
  font-size: 21px;
  color: #9c9c9c;
  line-height: 34px;
}

/* Pullquote */
.pullquote,
.pullquote-right,
.pullquote-left {
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  color: #9c9c9c;
  letter-spacing: 0;
  margin-bottom: 0;
  font-style: italic;
  margin-top: 9px;
  line-height: 34px;
}

.pullquote {
  width: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-bottom: 9px;
}
.pullquote:before {
  font-family: 'WebHostingHub-Glyphs' !important;
  background: none;
  width: 0px;
  height: 0px;
  font-style: normal;
  color: #c8c8c8;
  content: '\f328';
  font-size: 24px;
  position: relative;
  top: 0px;
  float: left;
}
.pullquote:after {
  font-family: 'WebHostingHub-Glyphs' !important;
  background: none;
  width: 0px;
  height: 0px;
  font-style: normal;
  color: #c8c8c8;
  content: '\f329';
  font-size: 24px;
  position: relative;
  top: 0px;
  right: 24px;
  float: right;
}

.pullquote-left {
  float: left;
  border-right: 2px solid #c8c8c8;
  margin-left: 0;
  padding-left: 0;
  margin-right: 30px;
  padding-right: 30px;
  width: 50%;
}

.pullquote-right {
  float: right;
  border-left: 2px solid #c8c8c8;
  margin-left: 30px;
  padding-left: 30px;
  width: 50%;
}

/* Dropcaps */
.dropcap {
  font-family: 'Goudy Bookletter 1911', serif;
  text-align: center;
  font-size: 46px;
  color: #a9a9a9;
  float: left;
  margin: 18px 12px 8px 0;
  padding: 0;
}

.dropcap.circle, .dropcap.square {
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 38px;
  line-height: 53px;
  margin: 8px 12px 0 0;
  background: #95a5a6;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}
.dropcap.circle.green, .dropcap.square.green {
  background: #36c1c8;
}
.dropcap.circle.blue, .dropcap.square.blue {
  background: #3498db;
}
.dropcap.circle.yellow, .dropcap.square.yellow {
  background: #f1c40f;
}
.dropcap.circle.red, .dropcap.square.red {
  background: #ed4f4f;
}
.dropcap.circle.white, .dropcap.square.white {
  color: #95a5a6;
  background: #f5f6f8;
}

.dropcap.square {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

kbd, .highlight {
  padding: 2px 5px 3px 5px;
  background: #95a5a6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  vertical-align: baseline;
}
kbd.blue, .highlight.blue {
  background: #3498db;
}
kbd.green, .highlight.green {
  background: #36c1c8;
}
kbd.yellow, .highlight.yellow {
  background: #f1c40f;
}
kbd.red, .highlight.red {
  background: #ed4f4f;
}
kbd.white, .highlight.white {
  background: #f5f6f8;
}

a {
  color: inherit;
}
a:hover {
  color: #3598db;
}

@font-face {
  font-family: 'list';
  src: url("../font/list.eot");
  src: url("../font/list.eot?#iefix") format("embedded-opentype"), url("../font/list.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.icon {
  font-family: 'list';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul.list-type1, ul.list-type2, ul.list-type3, ul.list-type4, ul.list-type5, ul.list-type6, ul.list-type7, ul.list-type8, ul.list-type9, ul.list-type10, ul.list-type11, ul.list-type12, ul.list-type13, ul.list-type14, ul.list-type15, ul.list-type16, ul.list-type17, ul.list-type18, ul.list-type19, ul.list-type20, ul.list-type21, ul.list-type22, ul.list-type23, ul.list-type24, ul.list-type25, ul.list-type26, ul.list-type27, ul.list-type28, ul.list-type29, ul.list-type30, ul.list-type31, ul.list-type32, ul.list-type33, ul.list-type34, ul.list-type35, ul.list-type36, ul.list-type37, ul.list-type38, ul.list-type39, ul.list-type40, ul.list-type41, ul.list-type42, ul.list-type43, ul.list-type44, ul.list-type45, ul.list-type46, ul.list-type47, ul.list-type48, ul.list-type49, ul.list-type50, ul.list-type51, ul.list-type52, ul.list-type53, ul.list-type54, ul.list-type55, ul.list-type56, ul.list-type57, ul.list-type58, ul.list-type59, ul.list-type60 {
  list-style: none;
  margin-left: 0;
}
ul.list-type1 li:before, ul.list-type2 li:before, ul.list-type3 li:before, ul.list-type4 li:before, ul.list-type5 li:before, ul.list-type6 li:before, ul.list-type7 li:before, ul.list-type8 li:before, ul.list-type9 li:before, ul.list-type10 li:before, ul.list-type11 li:before, ul.list-type12 li:before, ul.list-type13 li:before, ul.list-type14 li:before, ul.list-type15 li:before, ul.list-type16 li:before, ul.list-type17 li:before, ul.list-type18 li:before, ul.list-type19 li:before, ul.list-type20 li:before, ul.list-type21 li:before, ul.list-type22 li:before, ul.list-type23 li:before, ul.list-type24 li:before, ul.list-type25 li:before, ul.list-type26 li:before, ul.list-type27 li:before, ul.list-type28 li:before, ul.list-type29 li:before, ul.list-type30 li:before, ul.list-type31 li:before, ul.list-type32 li:before, ul.list-type33 li:before, ul.list-type34 li:before, ul.list-type35 li:before, ul.list-type36 li:before, ul.list-type37 li:before, ul.list-type38 li:before, ul.list-type39 li:before, ul.list-type40 li:before, ul.list-type41 li:before, ul.list-type42 li:before, ul.list-type43 li:before, ul.list-type44 li:before, ul.list-type45 li:before, ul.list-type46 li:before, ul.list-type47 li:before, ul.list-type48 li:before, ul.list-type49 li:before, ul.list-type50 li:before, ul.list-type51 li:before, ul.list-type52 li:before, ul.list-type53 li:before, ul.list-type54 li:before, ul.list-type55 li:before, ul.list-type56 li:before, ul.list-type57 li:before, ul.list-type58 li:before, ul.list-type59 li:before, ul.list-type60 li:before {
  font-family: 'list';
  background: none;
  width: auto;
  height: auto;
  font-style: normal;
  color: #999;
  margin-right: 9px;
  position: relative;
  top: 0px;
  float: left;
}

ul.list-type1 li:before {
  content: "\e213b";
  font-size: 13px;
}

ul.list-type2 li:before {
  content: "\e213a";
  font-size: 13px;
}

ul.list-type3 li:before {
  content: "\e2139";
  font-size: 13px;
}

ul.list-type4 li:before {
  content: "\e2138";
  font-size: 13px;
}

ul.list-type5 li:before {
  content: "\e2137";
  font-size: 13px;
}

ul.list-type6 li:before {
  content: "\e2136";
  font-size: 13px;
}

ul.list-type7 li:before {
  content: "\e2135";
  font-size: 13px;
}

ul.list-type8 li:before {
  content: "\e2134";
  font-size: 13px;
}

ul.list-type9 li:before {
  content: "\e2133";
  font-size: 13px;
}

ul.list-type10 li:before {
  content: "\e2132";
  font-size: 13px;
}

ul.list-type11 li:before {
  content: "\e2131";
  font-size: 13px;
}

ul.list-type12 li:before {
  content: "\e2130";
  font-size: 13px;
}

ul.list-type13 li:before {
  content: "\e212f";
  font-size: 9px;
}

ul.list-type14 li:before {
  content: "\e212e";
  font-size: 14px;
}

ul.list-type15 li:before {
  content: "\e212d";
  font-size: 8px;
}

ul.list-type16 li:before {
  content: "\e212c";
  font-size: 14px;
}

ul.list-type17 li:before {
  content: "\e212b";
  font-size: 8px;
}

ul.list-type18 li:before {
  content: "\e212a";
  font-size: 10px;
}

ul.list-type19 li:before {
  content: "\e2129";
  font-size: 9px;
}

ul.list-type20 li:before {
  content: "\e2128";
  font-size: 11px;
}

ul.list-type21 li:before {
  content: "\e2127";
  font-size: 12px;
}

ul.list-type22 li:before {
  content: "\e2126";
  font-size: 13px;
}

ul.list-type23 li:before {
  content: "\e2125";
  font-size: 12px;
}

ul.list-type24 li:before {
  content: "\e2124";
  font-size: 12px;
}

ul.list-type25 li:before {
  content: "\e2123";
  font-size: 13px;
}

ul.list-type26 li:before {
  content: "\e2122";
  font-size: 8px;
}

ul.list-type27 li:before {
  content: "\e2121";
  font-size: 9px;
}

ul.list-type28 li:before {
  content: "\e2120";
  font-size: 9px;
}

ul.list-type29 li:before {
  content: "\e211f";
  font-size: 11px;
}

ul.list-type30 li:before {
  content: "\e211e";
  font-size: 14px;
}

ul.list-type31 li:before {
  content: "\e211d";
  font-size: 15px;
}

ul.list-type32 li:before {
  content: "\e211c";
  font-size: 10px;
}

ul.list-type33 li:before {
  content: "\e211b";
  font-size: 12px;
}

ul.list-type34 li:before {
  content: "\e211a";
  font-size: 12px;
}

ul.list-type35 li:before {
  content: "\e2119";
  font-size: 15px;
}

ul.list-type36 li:before {
  content: "\e2118";
  font-size: 13px;
}

ul.list-type37 li:before {
  content: "\e2117";
  font-size: 13px;
}

ul.list-type38 li:before {
  content: "\e2116";
  font-size: 14px;
}

ul.list-type39 li:before {
  content: "\e2115";
  font-size: 12px;
}

ul.list-type40 li:before {
  content: "\e2114";
  font-size: 12px;
}

ul.list-type41 li:before {
  content: "\e2113";
  font-size: 6px;
}

ul.list-type42 li:before {
  content: "\e2112";
  font-size: 9px;
}

ul.list-type43 li:before {
  content: "\e2111";
  font-size: 13px;
}

ul.list-type44 li:before {
  content: "\e2110";
  font-size: 13px;
}

ul.list-type45 li:before {
  content: "\e210f";
  font-size: 13px;
}

ul.list-type46 li:before {
  content: "\e210e";
  font-size: 12px;
}

ul.list-type47 li:before {
  content: "\e210d";
  font-size: 13px;
}

ul.list-type48 li:before {
  content: "\e210c";
  font-size: 14px;
}

ul.list-type49 li:before {
  content: "\e210b";
  font-size: 12px;
}

ul.list-type50 li:before {
  content: "\e210a";
  font-size: 16px;
}

ul.list-type51 li:before {
  content: "\e2109";
  font-size: 13px;
}

ul.list-type52 li:before {
  content: "\e2108";
  font-size: 16px;
}

ul.list-type53 li:before {
  content: "\e2107";
  font-size: 12px;
}

ul.list-type54 li:before {
  content: "\e2106";
  font-size: 12px;
}

ul.list-type55 li:before {
  content: "\e2105";
  font-size: 10px;
}

ul.list-type56 li:before {
  content: "\e2104";
  font-size: 14px;
}

ul.list-type57 li:before {
  content: "\e2103";
  font-size: 12px;
}

ul.list-type58 li:before {
  content: "\e2102";
  font-size: 14px;
}

ul.list-type59 li:before {
  content: "\e2101";
  font-size: 14px;
}

ul.list-type60 li:before {
  content: "\e2100";
  font-size: 14px;
}

table {
  width: 100%;
  background: white;
  margin-bottom: 45px;
}

table thead,
table tfoot {
  background: whitesmoke;
}

table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  text-align: left;
}

table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #f9f9f9;
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.625rem;
  border-bottom: solid 1px #f0f0f0;
}

table thead {
  border-top: 1px solid #f2f3f4;
  border-left: none;
  border-right: none;
}

table.table thead {
  background: #95a5a6;
  color: white;
  border: none;
}
table.table.blue thead {
  background: #3498db;
  color: white;
  border: none;
}
table.table.green thead {
  background: #36c1c8;
  color: white;
  border: none;
}
table.table.yellow thead {
  background: #f1c40f;
  color: white;
  border: none;
}
table.table.red thead {
  background: #ed4f4f;
  color: white;
  border: none;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  /* IE8-9 */
  margin-top: 3px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

fieldset {
  border: solid 1px #dddddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 20px 34px 39px 34px;
  margin: 18px 0;
}

fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 5px;
  margin: 0;
  margin-left: -3px;
}

.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"] {
  line-height: 34px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
}

.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 4px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media only screen and (min-width: 40.063em) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 6px;
    padding-left: 0;
    vertical-align: middle;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media only screen {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

/* iCheck plugin Flat skin, green
----------------------------------- */
.icheckbox_flat,
.iradio_flat {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(../img/green.png) no-repeat;
  border: none;
  cursor: pointer;
}

.iradio_flat,
.icheckbox_flat {
  top: -2px;
  left: -4px;
}

.icheckbox_flat {
  background-position: 0 0;
}

.icheckbox_flat.checked {
  background-position: -22px 0;
}

.icheckbox_flat.disabled {
  background-position: -44px 0;
  cursor: default;
}

.icheckbox_flat.checked.disabled {
  background-position: -66px 0;
}

.iradio_flat {
  background-position: -88px 0;
}

.iradio_flat.checked {
  background-position: -110px 0;
}

.iradio_flat.disabled {
  background-position: -132px 0;
  cursor: default;
}

.iradio_flat.checked.disabled {
  background-position: -154px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_flat,
  .iradio_flat {
    background-image: url(../img/green@2x.png);
    -webkit-background-size: 176px 22px;
    background-size: 176px 22px;
  }
}
.img-left {
  float: left;
  border: none;
  margin: 3px 16px 11px 0;
}

.img-right {
  float: right;
  border: none;
  margin: 3px 0 11px 16px;
}

.img-center {
  display: block;
  margin: 5px auto 11px;
}

.img-rounded {
  border-radius: 6px;
}

.img-border {
  padding: 6px;
  line-height: 1.42857;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

.img-shadow {
  -webkit-box-shadow: 0px 0px 20px 5px rgba(233, 233, 233, 0.95);
  -moz-box-shadow: 0px 0px 20px 5px rgba(233, 233, 233, 0.95);
  box-shadow: 0px 0px 20px 5px rgba(233, 233, 233, 0.95);
}

/* image caption */
/* Maleo Framework - Caption component */
.mo-caption {
  padding:2px;
  float: left;
  text-align: center;
  position: relative;
}
.mo-caption img,
.mo-caption .mask,
.mo-caption .content {
  width: 100%;
  height: 100%;
}
.mo-caption .mask,
.mo-caption .content {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  z-index: 99;
}
.mo-caption .content {
  opacity: 0;
  overflow: hidden;
}
.mo-caption .mask {
  background-color: #fff;
  opacity: 0.35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
  z-index: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mo-caption .content .preview,
.mo-caption .content .permalink {
  font-size: 16px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  display: inline-block;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  color: #fff;
  background-color: #95a5a6;
}
.mo-caption .content .preview i,
.mo-caption .content .permalink i {
  position: relative;
  top: 9px;
}
.mo-caption .content .preview:hover,
.mo-caption .content .permalink:hover {
  background-color: #aab7b8;
}
.mo-caption .content .preview.blue,
.mo-caption .content .permalink.blue {
  background-color: #3498db;
}
.mo-caption .content .preview.blue:hover,
.mo-caption .content .permalink.blue:hover {
  background-color: #5dade2;
}
.mo-caption .content .preview.green,
.mo-caption .content .permalink.green {
  background-color: #36c1c8;
}
.mo-caption .content .preview.green:hover,
.mo-caption .content .permalink.green:hover {
  background-color: #72d3d8;
}
.mo-caption .content .preview.yellow,
.mo-caption .content .permalink.yellow {
  background-color: #f1c40f;
}
.mo-caption .content .preview.yellow:hover,
.mo-caption .content .permalink.yellow:hover {
  background-color: #f4d03f;
}
.mo-caption .content .preview.red,
.mo-caption .content .permalink.red {
  background-color: #ed4f4f;
}
.mo-caption .content .preview.red:hover,
.mo-caption .content .permalink.red:hover {
  background-color: #f17272;
}
.mo-caption .content .preview.white,
.mo-caption .content .permalink.white {
  color: #a7a7a7;
  background-color: #f5f6f8;
}
.mo-caption .content .preview.white:hover,
.mo-caption .content .permalink.white:hover {
  background-color: #fcfcfc;
}
.mo-caption .content .preview {
  left: -moz-calc(62%);
  left: -webkit-calc(62%);
  left: -o-calc(62%);
  left: calc(62%);
  top: -62px;
  margin-left: -60px;
}
.mo-caption .content .permalink {
  bottom: -50px;
  margin-left: 3px;
}
.mo-caption.move:hover .mask {
  opacity: 0;
}
.mo-caption.move .content:hover {
  opacity: 1;
}
.mo-caption.move .content:hover .preview {
  top: -moz-calc(50% - (45px / 2));
  top: -webkit-calc(50% - (45px / 2));
  top: -o-calc(50% - (45px / 2));
  top: calc(50% - (45px / 2));
}
.mo-caption.move .content:hover .permalink {
  bottom: -moz-calc(50% - (45px / 2));
  bottom: -webkit-calc(50% - (45px / 2));
  bottom: -o-calc(50% - (45px / 2));
  bottom: calc(50% - (45px / 2));
}

.button {
  font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 16px 11px 16px;
  font-size: 14px;
  line-height: 1.42857;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 0 10px;
}

.button:focus, .button:active:focus, .button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.button:hover, .button:focus {
  color: #333333;
  text-decoration: none;
}

.button:active, .button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.button.disabled, .button[disabled], fieldset[disabled] .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* button color */
.button {
  background: #95a5a6;
  color: white;
  border: none;
}
.button:hover, .button:focus, .button:active, .button.active {
  background: #aab7b8;
  color: white;
  border: none;
}
.button.blue {
  background: #3498db;
  color: white;
  border: none;
}
.button.blue:hover, .button.blue:focus, .button.blue:active, .button.blue.active {
  background: #5dade2;
  color: white;
  border: none;
}
.button.green {
  background: #36c1c8;
  color: white;
  border: none;
}
.button.green:hover, .button.green:focus, .button.green:active, .button.green.active {
  background: #72d3d8;
  color: white;
  border: none;
}
.button.yellow {
  background: #f1c40f;
  color: white;
  border: none;
}
.button.yellow:hover, .button.yellow:focus, .button.yellow:active, .button.yellow.active {
  background: #f4d03f;
  color: white;
  border: none;
}
.button.red {
  background: #ed4f4f;
  color: white;
  border: none;
}
.button.red:hover, .button.red:focus, .button.red:active, .button.red.active {
  background: #f17272;
  color: white;
  border: none;
}
.button.white {
  background: #f5f6f8;
  border: 1px solid #e8e9ed;
  color: #999;
}
.button.white:hover, .button.white:focus, .button.white:active, .button.white.active {
  background: #fcfcfc;
  border: 1px solid #e8e9ed;
  color: #999;
}

/* button border */
.button.button-border {
  border: 2px solid #95a5a6;
  color: #aab7b8;
  background: #fff;
}
.button.button-border:hover, .button.button-border:focus, .button.button-border:active, .button.button-border.active {
  color: #fff;
  background: #95a5a6;
  border: 2px solid #95a5a6;
}
.button.button-border.blue {
  border-color: #5dade2;
  color: #5dade2;
}
.button.button-border.blue:hover, .button.button-border.blue:focus, .button.button-border.blue:active, .button.button-border.blue.active {
  color: #fff;
  background: #3498db;
  border: 2px solid #3498db;
}
.button.button-border.green {
  border-color: #72d3d8;
  color: #72d3d8;
}
.button.button-border.green:hover, .button.button-border.green:focus, .button.button-border.green:active, .button.button-border.green.active {
  color: #fff;
  background: #36c1c8;
  border: 2px solid #36c1c8;
}
.button.button-border.yellow {
  border-color: #f4d03f;
  color: #f4d03f;
}
.button.button-border.yellow:hover, .button.button-border.yellow:focus, .button.button-border.yellow:active, .button.button-border.yellow.active {
  color: #fff;
  background: #f1c40f;
  border: 2px solid #f1c40f;
}
.button.button-border.red {
  border-color: #f17272;
  color: #f17272;
}
.button.button-border.red:hover, .button.button-border.red:focus, .button.button-border.red:active, .button.button-border.red.active {
  color: #fff;
  background: #ed4f4f;
  border: 2px solid #ed4f4f;
}
.button.button-border.white {
  color: #999;
  border-color: #f5f6f8;
}
.button.button-border.white:hover, .button.button-border.white:focus, .button.button-border.white:active, .button.button-border.white.active {
  color: #999;
  background: #f5f6f8;
  border: 2px solid #f5f6f8;
}

.open .button.dropdown-toggle {
  color: white;
  background-color: #b3c4c5;
}

.button:active, .button.active {
  background-image: none;
}

.open .button.dropdown-toggle {
  background-image: none;
}

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button.disabled:active, .button.disabled.active, .button[disabled], .button[disabled]:hover, .button[disabled]:focus, .button[disabled]:active, .button[disabled].active, fieldset[disabled] .button, fieldset[disabled] .button:hover, fieldset[disabled] .button:focus, fieldset[disabled] .button:active, fieldset[disabled] .button.active {
  background-color: #95a5a6;
}

.button .badge {
  color: #95a5a6;
  background-color: white;
}

.open .white.dropdown-toggle {
  color: #999;
  background-color: #ebebeb;
  border-color: #adadad;
}

.button.white:active, .button.white.active {
  background-image: none;
}

.open .white.dropdown-toggle {
  background-image: none;
}

.white.disabled, .white.disabled:hover, .white.disabled:focus, .white.disabled:active, .white.disabled.active, .white[disabled], .white[disabled]:hover, .white[disabled]:focus, .white[disabled]:active, .white[disabled].active, fieldset[disabled] .white, fieldset[disabled] .white:hover, fieldset[disabled] .white:focus, fieldset[disabled] .white:active, fieldset[disabled] .white.active {
  background-color: white;
  border-color: #cccccc;
}

.white .badge {
  color: white;
  background-color: #333333;
}

.open .green.dropdown-toggle {
  color: white;
  background-color: #30dab8;
}

.button.green:active, .button.green.active {
  background-image: none;
}

.open .green.dropdown-toggle {
  background-image: none;
}

.green.disabled, .green.disabled:hover, .green.disabled:focus, .green.disabled:active, .green.disabled.active, .green[disabled], .green[disabled]:hover, .green[disabled]:focus, .green[disabled]:active, .green[disabled].active, fieldset[disabled] .green, fieldset[disabled] .green:hover, fieldset[disabled] .green:focus, fieldset[disabled] .green:active, fieldset[disabled] .green.active {
  background-color: #1abc9c;
}

.green .badge {
  color: #1abc9c;
  background-color: white;
}

.open .blue.dropdown-toggle {
  color: white;
  background-color: #5ebeff;
}

.button.blue:active, .button.blue.active {
  background-image: none;
}

.open .blue.dropdown-toggle {
  background-image: none;
}

.blue.disabled, .blue.disabled:hover, .blue.disabled:focus, .blue.disabled:active, .blue.disabled.active, .blue[disabled], .blue[disabled]:hover, .blue[disabled]:focus, .blue[disabled]:active, .blue[disabled].active, fieldset[disabled] .blue, fieldset[disabled] .blue:hover, fieldset[disabled] .blue:focus, fieldset[disabled] .blue:active, fieldset[disabled] .blue.active {
  background-color: #3498db;
}

.blue .badge {
  color: #3498db;
  background-color: white;
}

.open .yellow.dropdown-toggle {
  color: white;
  background-color: #fdd845;
}

.button.yellow:active, .button.yellow.active {
  background-image: none;
}

.open .yellow.dropdown-toggle {
  background-image: none;
}

.yellow.disabled, .yellow.disabled:hover, .yellow.disabled:focus, .yellow.disabled:active, .yellow.disabled.active, .yellow[disabled], .yellow[disabled]:hover, .yellow[disabled]:focus, .yellow[disabled]:active, .yellow[disabled].active, fieldset[disabled] .yellow, fieldset[disabled] .yellow:hover, fieldset[disabled] .yellow:focus, fieldset[disabled] .yellow:active, fieldset[disabled] .yellow.active {
  background-color: #f1c40f;
}

.yellow .badge {
  color: #f1c40f;
  background-color: white;
}

.open .red.dropdown-toggle {
  color: white;
  background-color: #ff897c;
}

.button.red:active, .button.red.active {
  background-image: none;
}

.open .red.dropdown-toggle {
  background-image: none;
}

.red.disabled, .red.disabled:hover, .red.disabled:focus, .red.disabled:active, .red.disabled.active, .red[disabled], .red[disabled]:hover, .red[disabled]:focus, .red[disabled]:active, .red[disabled].active, fieldset[disabled] .red, fieldset[disabled] .red:hover, fieldset[disabled] .red:focus, fieldset[disabled] .red:active, fieldset[disabled] .red.active {
  background-color: #ed4f4f;
}

.red .badge {
  color: #ed4f4f;
  background-color: white;
}

.button.link {
  color: #72d3d8;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
  background: transparent;
}

.button.link, .button.link:active, .button.link[disabled], fieldset[disabled] .button.link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.link, .button.link:hover, .button.link:focus, .button.link:active {
  border-color: transparent;
}

.button.link:hover, .button.link:focus {
  color: #72d3d8;
  background-color: transparent;
}

.button.link[disabled]:hover, .button.link[disabled]:focus, fieldset[disabled] .button.link:hover, fieldset[disabled] .button.link:focus {
  color: #999999;
  text-decoration: none;
}

.button.large {
  padding: 14px 20px 15px 20px;
  font-size: 18px;
  line-height: 1.33;
}

.button.small {
  padding: 9px 14px 10px 14px;
  font-size: 12px;
  line-height: 1.5;
}

.button.tiny {
  padding: 4px 9px 5px 9px;
  font-size: 11px;
  line-height: 1.5;
}

.button-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.button-block + .button-block {
  margin-top: 5px;
}

input[type="submit"].button-block,
input[type="reset"].button-block,
input[type="button"].button-block {
  width: 100%;
}

button.radius, .button.radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

button.round, .button.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.button i {
  top: 3px;
  left: 3px;
  position: relative;
}

/* Responsive tab */
.resp-tabs-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.resp-tabs-list:before,
.resp-tabs-list:after {
  content: " ";
  display: table;
}

.resp-tabs-list:after {
  clear: both;
}

h4.resp-accordion:hover,
h4.resp-accordion:focus,
.resp-tabs-list li:hover,
.resp-tabs-list li:focus {
  text-decoration: none;
  background-color: #eee;
  border-color: #eee #eee #ddd;
  cursor: pointer;
  color: #36c1c8;
}

h4.resp-accordion,
.resp-tabs-list li {
  position: relative;
  font-size: 16px;
  background: #fafafa;
  line-height: 1.42857;
  padding: 10px 15px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
}
h4.resp-accordion.resp-tab-active, h4.resp-accordion.resp-tab-active:hover, h4.resp-accordion.resp-tab-active:active,
.resp-tabs-list li.resp-tab-active,
.resp-tabs-list li.resp-tab-active:hover,
.resp-tabs-list li.resp-tab-active:active {
  color: #fff;
  background: #36c1c8;
  border: 1px solid #36c1c8;
}

.resp-tab-content {
  display: none;
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.resp-arrow {
  float: right;
}
.resp-arrow:before {
  font-family: 'WebHostingHub-Glyphs';
  background: none;
  width: auto;
  height: auto;
  font-style: normal;
  content: '\f488';
  font-size: 11px;
  position: relative;
}

.resp-tab-active .resp-arrow {
  float: right;
}
.resp-tab-active .resp-arrow:before {
  font-family: 'WebHostingHub-Glyphs';
  content: '\f48b';
}

h4.resp-accordion {
  cursor: pointer;
  display: none;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

/* responsive tab top */
.resp-tabs-top .resp-tabs-list li {
  display: block;
  float: left;
  margin-bottom: -1px;
  margin-right: 2px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.resp-tabs-top .resp-tabs-list li.resp-tab-active, .resp-tabs-top .resp-tabs-list li.resp-tab-active:hover, .resp-tabs-top .resp-tabs-list li.resp-tab-active:active {
  border-bottom-color: transparent;
  cursor: default;
}
.resp-tabs-top .resp-tab-content {
  -webkit-border-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 5px;
  -moz-border-radius-topleft: 0;
  border-radius: 5px;
  border-top-left-radius: 0;
}

/* responsive tab bottom */
.resp-tabs-bottom .resp-tabs-list li {
  display: block;
  float: left;
  margin-top: -1px;
  margin-right: 2px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.resp-tabs-bottom .resp-tabs-list li.resp-tab-active, .resp-tabs-bottom .resp-tabs-list li.resp-tab-active:hover, .resp-tabs-bottom .resp-tabs-list li.resp-tab-active:active {
  border-top-color: transparent;
  cursor: default;
}
.resp-tabs-bottom .resp-tab-content {
  margin-bottom: 0px;
  -webkit-border-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 5px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 5px;
  border-bottom-left-radius: 0;
}

/* responsive tab left */
.resp-tabs-left .resp-tabs-list {
  float: left;
  width: 30%;
  margin-top: 20px;
}
.resp-tabs-left .resp-tabs-list li {
  margin-right: -1px;
  margin-bottom: 2px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.resp-tabs-left .resp-tabs-list li.resp-tab-active, .resp-tabs-left .resp-tabs-list li.resp-tab-active:hover, .resp-tabs-left .resp-tabs-list li.resp-tab-active:active {
  border-right: none;
  cursor: default;
}
.resp-tabs-left .resp-tabs-container {
  float: left;
  width: 70%;
}
.resp-tabs-left .resp-tab-content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/* responsive tab right */
.resp-tabs-right .resp-tabs-list {
  float: right;
  width: 30%;
  margin-top: 20px;
}
.resp-tabs-right .resp-tabs-list li {
  margin-left: -1px;
  margin-bottom: 2px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.resp-tabs-right .resp-tabs-list li.resp-tab-active, .resp-tabs-right .resp-tabs-list li.resp-tab-active:hover, .resp-tabs-right .resp-tabs-list li.resp-tab-active:active {
  border-left: none;
  cursor: default;
}
.resp-tabs-right .resp-tabs-container {
  float: left;
  width: 70%;
}
.resp-tabs-right .resp-tab-content {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* Accordion */
.resp-accordion h4.resp-accordion {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.resp-accordion .resp-tab-content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  ul.resp-tabs-list {
    display: none;
  }

  h4.resp-accordion {
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }

  .resp-tabs-container {
    width: 100% !important;
  }

  .resp-tab-content {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    border-radius: 5px !important;
  }

  h4.resp-accordion,
  .resp-tabs-list li {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
  }
}
/* icon default */
.svg-icon, .svg-icon .svg {
  width: 90px;
  height: 90px;
}

.svg-icon .icon-wrapper i {
  font-size: 32px;
}

/* icon small */
.svg-icon.small, .svg-icon.small .svg {
  width: 70px;
  height: 70px;
}

.svg-icon.small .icon-wrapper i {
  font-size: 28px;
}

/* icon large */
.svg-icon.large, .svg-icon.large .svg {
  width: 120px;
  height: 120px;
}

.svg-icon.large .icon-wrapper i {
  font-size: 48px;
}

/* icon style 1 */
.svg-icon .svg-path, .svg-icon.style1 .svg-path {
  fill: none;
  stroke: #95a5a6;
  stroke-width: 12;
}

.svg-icon .icon-wrapper i,
.svg-icon.style1 .icon-wrapper i,
.svg-icon.style2 .icon-wrapper i,
.no-shape i {
  color: #95a5a6;
}

.svg-icon.blue .svg-path,
.svg-icon.style1.blue .svg-path {
  stroke: #3498db;
}

.svg-icon.blue .icon-wrapper i,
.svg-icon.style1.blue .icon-wrapper i,
.svg-icon.style2.blue .icon-wrapper i,
.no-shape.blue i {
  color: #3498db;
}

.svg-icon.green .svg-path,
.svg-icon.style1.green .svg-path {
  stroke: #36c1c8;
}

.svg-icon.green .icon-wrapper i,
.svg-icon.style1.green .icon-wrapper i,
.svg-icon.style2.green .icon-wrapper i,
.no-shape.green i {
  color: #36c1c8;
}

.svg-icon.yellow .svg-path,
.svg-icon.style1.yellow .svg-path {
  stroke: #f1c40f;
}

.svg-icon.yellow .icon-wrapper i,
.svg-icon.style1.yellow .icon-wrapper i,
.svg-icon.style2.yellow .icon-wrapper i,
.no-shape.yellow i {
  color: #f1c40f;
}

.svg-icon.red .svg-path,
.svg-icon.style1.red .svg-path {
  stroke: #ed4f4f;
}

.svg-icon.red .icon-wrapper i,
.svg-icon.style1.red .icon-wrapper i,
.svg-icon.style2.red .icon-wrapper i,
.no-shape.red i {
  color: #ed4f4f;
}

.svg-icon.white .svg-path,
.svg-icon.style1.white .svg-path {
  stroke: #ffffff;
}

.svg-icon.style2.white .icon-wrapper i {
  color: #999;
}

.svg-icon.white .icon-wrapper i,
.svg-icon.style1.white .icon-wrapper i,
.no-shape.white i {
  color: #ffffff;
}

/* icon style 2 */
.svg-icon.style2 .svg-path {
  fill: #fcfcfc;
  stroke: #ebebed;
  stroke-width: 6px;
}

/* icon shield style 3 */
.svg-icon.style3 .icon-wrapper i {
  color: #ffffff;
}

/* icon style 3 - default */
.svg-icon.style3 .svg-path {
  fill: #95a5a6;
  stroke: none;
}

/* icon shield style 3 - green */
.svg-icon.style3.green .svg-path {
  fill: #36c1c8;
  stroke: none;
}

/* icon shield style 3 - blue */
.svg-icon.style3.blue .svg-path {
  fill: #3498db;
  stroke: none;
}

/* icon shield style 3 - yellow */
.svg-icon.style3.yellow .svg-path {
  fill: #f1c40f;
  stroke: none;
}

/* icon shield style 3 - red */
.svg-icon.style3.red .svg-path {
  fill: #ed4f4f;
  stroke: none;
}

/* icon shield style 3 - white */
.svg-icon.style3.white .svg-path {
  fill: #f5f6f8;
  stroke: none;
}

.svg-icon.style3.white .icon-wrapper i {
  color: #999;
}

/* no shape */
.no-shape {
  text-align: center;
}
.no-shape i {
  font-size: 48px;
  line-height: 67px;
}
.no-shape.small i {
  font-size: 34px;
  line-height: 38px;
}
.no-shape.large i {
  font-size: 64px;
  line-height: 97px;
}

.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  margin-bottom: 20px;
  padding: 30px 30px 20px 30px;
  background: #fcfcfc;
  -webkit-box-shadow: 0px 3px 0px 0px #f7f7f7;
  -moz-box-shadow: 0px 3px 0px 0px #f7f7f7;
  box-shadow: 0px 3px 0px 0px #f7f7f7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
}

.panel a.button {
  margin: 15px 0 10px 0;
}

.panel.fold {
  background: #95a5a6;
  border: none;
}
.panel.fold ul[class^="list-type"],
.panel.fold ul[class*="list-type"] {
  color: #fff;
}
.panel.fold ul[class^="list-type"] li:before,
.panel.fold ul[class*="list-type"] li:before {
  color: #fff;
}

.panel.fold:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0;
  border-style: solid;
  border-color: white white #617374 #617374;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  background: #4f4f4f;
  display: block;
  width: 0;
}

.panel.fold.green {
  background: #36c1c8;
}

.panel.fold.green:before {
  border-color: white white #207378 #207378;
}

.panel.fold.blue {
  background: #3498db;
}

.panel.fold.blue:before {
  border-color: white white #196090 #196090;
}

.panel.fold.yellow {
  background: #f1c40f;
}

.panel.fold.yellow:before {
  border-color: white white #927608 #927608;
}

.panel.fold.red {
  background: #ed4f4f;
}

.panel.fold.red:before {
  border-color: white white #c21414 #c21414;
}

.panel.fold h1, .panel.fold h2, .panel.fold h3, .panel.fold h4, .panel.fold h5, .panel.fold h6, .panel.fold p {
  color: #fff;
}

.panel.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* feature */
.feature .svg-icon, .feature .no-shape {
  margin: 7px auto 12px auto !important;
}
.feature h1, .feature h2, .feature h3, .feature h4, .feature h5, .feature h6, .feature p {
  text-align: center;
}

.feature-left .svg-icon, .feature-left .no-shape {
  float: left;
  margin: 7px 18px 0 0 !important;
}
.feature-left h1, .feature-left h2, .feature-left h3, .feature-left h4, .feature-left h5, .feature-left h6, .feature-left p {
  text-align: left;
}

.feature-right .svg-icon, .feature-right .no-shape {
  float: right;
  margin: 7px 0 0 18px !important;
}
.feature-right h1, .feature-right h2, .feature-right h3, .feature-right h4, .feature-right h5, .feature-right h6, .feature-right p {
  text-align: left;
}

.feature-right p, .feature-left p {
  overflow: hidden;
}

/* feature box */
.mo-feature {
  min-height: 280px;
}

.feature-box {
  height: 255px;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  padding: 20px;
}

.feature-box:hover {
  height: 299px;
  margin-top: -22px;
  position: relative;
  z-index: 99;
  box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 12px -4px rgba(0, 0, 0, 0.1), -12px 0 12px -4px rgba(0, 0, 0, 0.1);
}

.feature-box .svg-icon i,
.feature-box .no-shape i {
  position: relative;
  transition: all .85s ease-in-out !important;
  -moz-transition: all .85s ease-in-out !important;
  -webkit-transition: all .85s ease-in-out !important;
}

.feature-box:hover .svg-icon i,
.feature-box:hover .no-shape i {
  position: relative;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.feature-box:hover .svg-icon,
.feature-box:hover .no-shape {
  margin: 10px auto !important;
}

.feature-box .svg-icon {
  margin: 45px auto 12px auto !important;
  background: none;
  color: #fff;
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
}

.feature-box .no-shape {
  margin: 52px auto 12px auto !important;
  text-align: center;
  color: #fff;
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
}

.feature-box h1,
.feature-box h2,
.feature-box h3,
.feature-box h4,
.feature-box h5,
.feature-box h6,
.feature-box p {
  text-align: center;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

.feature-box:hover h1,
.feature-box:hover h2,
.feature-box:hover h3,
.feature-box:hover h4,
.feature-box:hover h5,
.feature-box:hover h6,
.feature-box:hover p {
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.feature-box-wrapper li:nth-child(1) .feature-box {
  background-color: #b5c0c1;
}

.feature-box-wrapper li:nth-child(2) .feature-box {
  background-color: #aab7b8;
}

.feature-box-wrapper li:nth-child(3) .feature-box {
  background-color: #9faeaf;
}

.feature-box-wrapper li:nth-child(4) .feature-box {
  background-color: #95a5a6;
}

.feature-box-wrapper.green li:nth-child(1) .feature-box {
  background-color: #5ed0ba;
}

.feature-box-wrapper.green li:nth-child(2) .feature-box {
  background-color: #48c9b0;
}

.feature-box-wrapper.green li:nth-child(3) .feature-box {
  background-color: #30c3a6;
}

.feature-box-wrapper.green li:nth-child(4) .feature-box {
  background-color: #1abc9c;
}

.feature-box-wrapper.blue li:nth-child(1) .feature-box {
  background-color: #71b7e6;
}

.feature-box-wrapper.blue li:nth-child(2) .feature-box {
  background-color: #5dade2;
}

.feature-box-wrapper.blue li:nth-child(3) .feature-box {
  background-color: #48a2df;
}

.feature-box-wrapper.blue li:nth-child(4) .feature-box {
  background-color: #3498db;
}

.feature-box-wrapper.yellow li:nth-child(1) .feature-box {
  background-color: #f6d966;
}

.feature-box-wrapper.yellow li:nth-child(2) .feature-box {
  background-color: #f4d248;
}

.feature-box-wrapper.yellow li:nth-child(3) .feature-box {
  background-color: #f3cb2c;
}

.feature-box-wrapper.yellow li:nth-child(4) .feature-box {
  background-color: #f1c40f;
}

.feature-box-wrapper.red li:nth-child(1) .feature-box {
  background-color: #ee8176;
}

.feature-box-wrapper.red li:nth-child(2) .feature-box {
  background-color: #ec7063;
}

.feature-box-wrapper.red li:nth-child(3) .feature-box {
  background-color: #e95e4f;
}

.feature-box-wrapper.red li:nth-child(4) .feature-box {
  background-color: #e74c3c;
}

/* feature offset */
.feature-offset {
  text-align: center;
}
.feature-offset.panel {
  margin-top: 45px;
  float: left;
  border-width: 1px;
  position: relative;
  border-style: solid;
  border-color: #e8e8e8;
  background: #fdfdfd;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(247, 247, 247, 0);
  -moz-box-shadow: 0px 3px 0px 0px rgba(247, 247, 247, 0);
  box-shadow: 0px 3px 0px 0px rgba(247, 247, 247, 0);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.feature-offset.panel .svg-icon {
  margin-top: -75px !important;
  position: relative;
}
.feature-offset.panel .small.svg-icon {
  margin-top: -60px !important;
  position: relative;
}
.feature-offset.panel .large.svg-icon {
  margin-top: -90px !important;
  position: relative;
}
.feature-offset.panel.small {
  margin-top: 30px;
}
.feature-offset.panel.large {
  margin-top: 60px;
}
.feature-offset.panel:after {
  left: 4px;
  right: 4px;
  bottom: -5px;
  box-shadow: 0 0 1px #ddd;
}
.feature-offset.panel:before {
  border: 1px solid #e8e8e8;
}
.feature-offset.panel:after, .feature-offset.panel:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 6px;
  right: 6px;
  height: 3px;
  border-top: none;
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.breadcrumb {
  margin: 0px;
  list-style: none;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
  margin: 20px 0;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  font-size: 14px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #3498db;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin-left: -1px;
  padding: 7px 12px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #3498db;
  cursor: default;
  border-color: #3498db;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
  font-size: 14px;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  color: #3498db;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 500px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #3498db;
  border-color: #3498db;
  color: #fff;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pagination > li, .pager li {
  display: inline;
}

/* line 5, ../sass/components/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .8em .3em;
  font-size: 11px;
  /*  font-weight: bold;*/
  line-height: 1;
  text-transform: uppercase;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.label[href]:hover, .label[href]:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label {
  background: #95a5a6;
  color: white;
  border: none;
}
.label.blue {
  background: #3498db;
  color: white;
  border: none;
}
.label.green {
  background: #36c1c8;
  color: white;
  border: none;
}
.label.yellow {
  background: #f1c40f;
  color: white;
  border: none;
}
.label.red {
  background: #ed4f4f;
  color: white;
  border: none;
}
.label.white {
  background: #f5f6f8;
  border: 1px solid #e8e9ed;
  color: #999;
}

.label[href]:hover, .label[href]:focus {
  background-color: #798d8f;
}

.label.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.label.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

/* alert box */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 14px 16px 15px 16px;
  font-size: 14px;
  background-color: #f8f8f8;
  border-color: #d1d1d1;
  color: #9a9a9a;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.alert-box .close {
  font-size: 20px;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 10px;
  color: #9a9a9a;
  opacity: 0.8;
}

.alert-box.radius {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.alert-box.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.alert-box.blue {
  background-color: #cce9f2;
  border-color: #86cde3;
  color: #3194b1;
}
.alert-box.blue .close {
  color: #3194b1;
}

.alert-box.green {
  background-color: #d8f1c6;
  border-color: #b3cda1;
  color: #749958;
}
.alert-box.green .close {
  color: #749958;
}

.alert-box.red {
  background-color: #f9d9d9;
  border-color: #e1a1a1;
  color: #b55454;
}
.alert-box.red .close {
  color: #b55454;
}

.alert-box.yellow {
  background-color: #fbf4dd;
  border-color: #d1c9ae;
  color: #978c68;
}
.alert-box.yellow .close {
  color: #978c68;
}

.alert-box i {
  margin-right: 3px;
  top: 2px;
  position: relative;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

.promo-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 15px 0px 25px 0px;
  padding-left: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  background: #95a5a6;
  color: white;
  border: none;
  /* promo box color */
}
.promo-box h1, .promo-box h2, .promo-box h3, .promo-box h4, .promo-box h5, .promo-box h6 {
  color: #fff;
  margin-bottom: 0px;
}
.promo-box p {
  color: #fff;
  margin-bottom: 5px;
}
.promo-box .promo-button {
  width: 25%;
  margin: 0;
  text-align: center;
  float: right;
  height: 100%;
  position: absolute;
  right: 0;
  padding: 45px 0;
  background-color: rgba(255, 255, 255, 0.15);
}
.promo-box .promo-button h3 {
  font-size: 30px;
  display: inline-block;
}
.promo-box .promo-button i {
  top: -5px;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  padding-top: 3px;
  background: #fff;
  color: #95a5a6;
  font-size: 11px;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.promo-box.blue {
  background: #3498db;
  color: white;
  border: none;
}
.promo-box.blue .promo-button i {
  color: #5dade2;
}
.promo-box.green {
  background: #36c1c8;
  color: white;
  border: none;
}
.promo-box.green .promo-button i {
  color: #72d3d8;
}
.promo-box.yellow {
  background: #f1c40f;
  color: white;
  border: none;
}
.promo-box.yellow .promo-button {
  background-color: rgba(255, 255, 255, 0.25);
}
.promo-box.yellow .promo-button i {
  color: #f4d03f;
}
.promo-box.red {
  background: #ed4f4f;
  color: white;
  border: none;
}
.promo-box.red .promo-button {
  background-color: rgba(255, 255, 255, 0.2);
}
.promo-box.red .promo-button i {
  color: #f17272;
}
.promo-box.white {
  background: #f5f6f8;
  border: 1px solid #e8e9ed;
  color: #999;
}
.promo-box.white h1, .promo-box.white h2, .promo-box.white h3, .promo-box.white h4, .promo-box.white h5, .promo-box.white h6 {
  color: #999;
}
.promo-box.white p {
  color: #999;
}
.promo-box.white .promo-button {
  background-color: rgba(160, 160, 160, 0.1);
}
.promo-box.white .promo-button i {
  color: #999;
}

.promo-text {
  width: 75%;
  padding-top: 28px;
  padding-bottom: 23px;
  float: left;
}
.promo-text .svg-icon, .promo-text .no-shape {
  top: -5px;
  position: relative;
}

/* Tablet Potrait */
@media screen and (max-width: 768px) {
  .promo-box {
    height: 198px !important;
  }
  .promo-box .promo-text {
    width: 100% !important;
    float: left !important;
  }
  .promo-box .promo-text .svg-icon,
  .promo-box .promo-text .no-shape {
    top: -16px !important;
  }
  .promo-box .promo-button {
    width: 100% !important;
    float: left !important;
    margin-top: 118px !important;
    padding: 25px 0 !important;
  }
  .promo-box .promo-button i {
    top: -2px !important;
  }
  .promo-box h1, .promo-box h2, .promo-box h3, .promo-box h4, .promo-box h5, .promo-box h6 {
    font-size: 24px !important;
  }
  .promo-box p {
    font-size: 14px !important;
  }
}
/* Pricing table */
.pricing-table {
  border: solid 1px #e0e0e0;
  text-align: center;
  margin-left: 0;
  margin-bottom: 1.25rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pricing-table * {
  list-style: none;
  line-height: 1;
}
.pricing-table .title {
  height: 120px;
  font-size: 18px;
  font-weight: 300;
  margin: -1px -1px 0 -1px;
  padding: 20px 20px;
  text-transform: uppercase;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #95a5a6;
  color: white;
  border: none;
}
.pricing-table .title.blue {
  background: #3498db;
  color: white;
  border: none;
}
.pricing-table .title.green {
  background: #36c1c8;
  color: white;
  border: none;
}
.pricing-table .title.yellow {
  background: #f1c40f;
  color: white;
  border: none;
}
.pricing-table .title.red {
  background: #ed4f4f;
  color: white;
  border: none;
}
.pricing-table .title.white {
  background: #f5f6f8;
  border: 1px solid #e8e9ed;
  color: #999;
}
.pricing-table.style2 .title {
  padding: 25px 0px;
  background: #95a5a6;
}
.pricing-table.style2 .title.blue {
  background: #3498db;
}
.pricing-table.style2 .title.green {
  background: #36c1c8;
}
.pricing-table.style2 .title.yellow {
  background: #f1c40f;
}
.pricing-table.style2 .title.red {
  background: #ed4f4f;
}
.pricing-table.style2 .title.white {
  background: #f5f6f8;
}
.pricing-table.style2 .price {
  color: white;
  border: none;
  background: #aab7b8;
}
.pricing-table.style2 .price.blue {
  background: #5dade2;
}
.pricing-table.style2 .price.green {
  background: #72d3d8;
}
.pricing-table.style2 .price.yellow {
  background: #f4d03f;
}
.pricing-table.style2 .price.red {
  background: #f17272;
}
.pricing-table.style2 .price.white {
  background: #fcfcfc;
  color: #999;
  border: 1px solid #e8e9ed;
}
.pricing-table.style3 .title {
  margin-bottom: 62px;
  padding: 25px 0px;
  height: 150px;
}
.pricing-table.style4 {
  text-align: left;
  border: none;
}
.pricing-table.style4 .title {
  height: 39px;
  padding: 0;
  text-transform: none;
  margin-bottom: -4px;
  font-size: 42px;
  font-weight: bold;
  background: none;
  color: #95a5a6;
}
.pricing-table.style4 .title.blue {
  background: none;
  color: #3498db;
}
.pricing-table.style4 .title.green {
  background: none;
  color: #36c1c8;
}
.pricing-table.style4 .title.yellow {
  background: none;
  color: #f1c40f;
}
.pricing-table.style4 .title.red {
  background: none;
  color: #ed4f4f;
}
.pricing-table.style4 .title.white {
  background: none;
  color: #f5f6f8;
  border: none;
}
.pricing-table .cta-button {
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #fcfcfc;
  padding: 38px 0 31px 0;
}
.pricing-table.style2 .cta-button {
  background-color: #fff;
}
.pricing-table.style4 .cta-button {
  width: 100%;
  padding: 38px 0 31px 0;
  float: left;
}
.pricing-table .price {
  width: 120px;
  height: 120px;
  margin: -62px auto 0 auto;
  border: solid 1px #e0e0e0;
  background-color: #f6f6f6;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  padding: 33px 0 0 0;
  font-weight: 300;
  font-size: 36px;
}
.pricing-table .price .currency {
  font-size: 16px;
  margin-left: -8px;
  margin-right: -4px;
  position: relative;
  top: -13px;
}
.pricing-table .price small {
  width: 100%;
  margin-top: 5px;
  font-size: 13px;
  float: left;
}
.pricing-table.style2 .price {
  width: auto;
  margin: -62px -1px 0 -1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pricing-table.style4 .price {
  background: #95a5a6;
  color: white;
  border: none;
}
.pricing-table.style4 .price.blue {
  background: #3498db;
  color: white;
  border: none;
}
.pricing-table.style4 .price.green {
  background: #36c1c8;
  color: white;
  border: none;
}
.pricing-table.style4 .price.yellow {
  background: #f1c40f;
  color: white;
  border: none;
}
.pricing-table.style4 .price.red {
  background: #ed4f4f;
  color: white;
  border: none;
}
.pricing-table.style4 .price.white {
  background: #f5f6f8;
  border: 1px solid #e8e9ed;
  color: #999;
  border: none;
}
.pricing-table.style3 .price {
  width: auto;
  height: 100px;
  margin: -63px -1px 0 -1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #fcfcfc;
  border-top: dotted 1px #dddddd;
  border-bottom: dotted 1px #dddddd;
  padding: 20px 0 0 0;
}
.pricing-table.style4 .price {
  margin: 0px -1px 0 -1px;
  width: 100%;
  height: 90px;
  padding: 25px;
  text-align: left;
  color: #fff;
  border: none;
  -webkit-border-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 6px;
  -moz-border-radius-topleft: 0;
  border-radius: 6px;
  border-top-left-radius: 0;
  float: left;
}
.pricing-table.style4 .price .no-shape {
  float: right;
  position: relative;
  margin-top: -11.5px;
  top: -3.5px;
  right: -35px;
}
.pricing-table.style4 .price .no-shape i {
  color: #fff;
}
.pricing-table.style4 .price .no-shape.small {
  right: -30px;
  top: 0;
  margin-top: 0;
}
.pricing-table.style4 .price .no-shape.large {
  margin-top: -25px;
  top: -3.5px;
  right: -35px;
}
.pricing-table.style4 .price small {
  float: none;
}
.pricing-table .description, .pricing-table .bullet-item {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  background-color: white;
  padding: 15px 30px;
  border-bottom: dotted 1px #dddddd;
}
.pricing-table.style4 .description, .pricing-table.style4 .bullet-item {
  width: 100%;
  padding: 15px 18px;
  border-bottom: dotted 1px #dddddd;
  float: left;
}
.pricing-table.style2 .bullet-item:nth-of-type(even), .pricing-table.style4 .bullet-item:nth-of-type(even) {
  background-color: #fcfcfc;
}

.progress-bar {
  width: 100%;
  font-size: 13px;
  height: 46px;
  margin-bottom: 12px;
  background-color: #f1f1f1;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.progress-bar .progress-content {
  height: 100%;
  padding: 9px 0;
  width: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #95a5a6;
  color: white;
  border: none;
}
.progress-bar .progress-content .progress-meter {
  right: 15px;
  width: 40px;
  color: #b2b2b2;
  text-align: center;
  background-color: #fff;
  position: absolute;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.progress-bar .progress-content.blue {
  background: #3498db;
  color: white;
  border: none;
}
.progress-bar .progress-content.green {
  background: #36c1c8;
  color: white;
  border: none;
}
.progress-bar .progress-content.yellow {
  background: #f1c40f;
  color: white;
  border: none;
}
.progress-bar .progress-content.red {
  background: #ed4f4f;
  color: white;
  border: none;
}
.progress-bar .progress-title {
  float: left;
  color: #fff;
  position: absolute;
  left: 15px;
  z-index: 5;
}
.progress-bar.thin {
  height: 40px;
  padding: 15px 0;
  margin-bottom: 35px;
  background-color: transparent;
}
.progress-bar.thin .progress-content {
  padding: 0;
  height: 10px !important;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}
.progress-bar.thin .progress-content .progress-meter {
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: absolute;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
  background: #95a5a6;
  color: white;
  border: none;
}
.progress-bar.thin .progress-content.blue .progress-meter {
  background: #3498db;
  color: white;
  border: none;
}
.progress-bar.thin .progress-content.green .progress-meter {
  background: #36c1c8;
  color: white;
  border: none;
}
.progress-bar.thin .progress-content.yellow .progress-meter {
  background: #f1c40f;
  color: white;
  border: none;
}
.progress-bar.thin .progress-content.red .progress-meter {
  background: #ed4f4f;
  color: white;
  border: none;
}
.progress-bar.thin .progress-title {
  color: #999;
  bottom: -25px;
  left: 0px;
}

.progress-bar.thermo {
  height: 20px;
  padding: 5px;
  margin-bottom: 36px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
  background-color: #fff;
}
.progress-bar.thermo .progress-meter {
  top: -10px;
  right: 0px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}
.progress-bar.thermo .progress-content {
  height: 10px;
  padding: 0;
}

.chart2,
.chart2-green,
.chart2-blue,
.chart2-yellow,
.chart2-red,
.chart2-white {
  background-color: #95a5a6;
  color: #fff;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

.chart2-white {
  color: #999;
}

.chart2-blue {
  background-color: #3498db;
}

.chart2-green {
  background-color: #36c1c8;
}

.chart2-yellow {
  background-color: #f1c40f;
}

.chart2-red {
  background-color: #ed4f4f;
}

.chart2-white {
  background-color: #f5f6f8;
}

/* Testimonial */
.testi .testi-container {
  width: 100%;
  position: relative;
  float: left;
  padding: 20px;
  z-index: 2;
}
.testi .testi-container blockquote:before {
  font-size: 22px;
}
.testi .testi-container blockquote p {
  font-size: 18px;
  line-height: 28px;
  color: #b6b6b6;
  margin-bottom: 20px;
}
.testi.style1 .testi-container {
  margin-bottom: 14px;
  background-color: #fcfcfc;
  border: solid 1px #e0e0e0;
  -webkit-box-shadow: 0px 2px 0px 0px #f7f7f7;
  -moz-box-shadow: 0px 2px 0px 0px #f7f7f7;
  box-shadow: 0px 2px 0px 0px #f7f7f7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.testi.style1 .testi-container:before {
  width: 29px;
  height: 20px;
  background: #fcfcfc;
  content: '';
  position: absolute;
  z-index: 3;
  left: 50px;
  bottom: 0px;
  margin-left: -8px;
}
.testi.style1 .testi-container:after {
  width: 20px;
  height: 20px;
  background: #fcfcfc;
  border: 1px solid #e0e0e0;
  content: '';
  position: absolute;
  z-index: 1;
  left: 53px;
  bottom: -5px;
  margin-left: -7px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.testi.style2 .testi-container {
  padding: 0;
  margin-bottom: 25px;
}
.testi.style2 .testi-container blockquote {
  padding-left: 0px;
  border-left: 5px solid #ebebeb;
}
.testi.style2 .testi-container blockquote:before {
  display: none;
}
.testi.style2 .testi-container blockquote p {
  padding-left: 20px;
  font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 28px;
  color: #b6b6b6;
}
.testi.style3 {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 0px 3px #ebebeb;
  -moz-box-shadow: 0px 0px 0px 3px #ebebeb;
  box-shadow: 0px 0px 0px 3px #ebebeb;
  margin-bottom: 30px;
  padding: 14px 15px 8px 12px;
  background-color: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  float: left;
}
.testi.style3 .testi-container {
  margin-bottom: 0;
  padding: 0;
}
.testi.style3 .testi-container.blue blockquote:before {
  background: #3498db;
  -webkit-box-shadow: 0px 0px 0px 3px #3498db;
  -moz-box-shadow: 0px 0px 0px 3px #3498db;
  box-shadow: 0px 0px 0px 3px #3498db;
}
.testi.style3 .testi-container.green blockquote:before {
  background: #36c1c8;
  -webkit-box-shadow: 0px 0px 0px 3px #36c1c8;
  -moz-box-shadow: 0px 0px 0px 3px #36c1c8;
  box-shadow: 0px 0px 0px 3px #36c1c8;
}
.testi.style3 .testi-container.yellow blockquote:before {
  background: #f1c40f;
  -webkit-box-shadow: 0px 0px 0px 3px #f1c40f;
  -moz-box-shadow: 0px 0px 0px 3px #f1c40f;
  box-shadow: 0px 0px 0px 3px #f1c40f;
}
.testi.style3 .testi-container.red blockquote:before {
  background: #ed4f4f;
  -webkit-box-shadow: 0px 0px 0px 3px #ed4f4f;
  -moz-box-shadow: 0px 0px 0px 3px #ed4f4f;
  box-shadow: 0px 0px 0px 3px #ed4f4f;
}
.testi.style3 .testi-container.white blockquote:before {
  color: #ebebeb;
  background: #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #ebebeb;
  -moz-box-shadow: 0px 0px 0px 3px #ebebeb;
  box-shadow: 0px 0px 0px 3px #ebebeb;
}
.testi.style3 .testi-container blockquote {
  margin-bottom: -5px;
  padding-left: 22px;
}
.testi.style3 .testi-container blockquote:before {
  width: 36px;
  height: 36px;
  background: #95a5a6;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  margin-right: -25px;
  margin-left: -18px;
  -webkit-box-shadow: 0px 0px 0px 3px #95a5a6;
  -moz-box-shadow: 0px 0px 0px 3px #95a5a6;
  box-shadow: 0px 0px 0px 3px #95a5a6;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.testi.style3 .testi-container blockquote p {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 28px;
  color: #b7b7b7;
  padding-right: 20px;
}
.testi.style4 {
  text-align: center;
}
.testi.style4 .testi-container {
  padding: 0;
}
.testi.style4 .testi-container blockquote {
  padding: 0;
}
.testi.style4 .testi-container blockquote:before {
  display: none;
}
.testi.style4 .testi-container blockquote p {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 30px;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 46px;
	color: #FF6600;
	font-weight: 700;
}
.testi.style5 .testi-container {
  padding: 10px 14px 0px 27px;
  border: solid 1px #e0e0e0;
  margin-bottom: 26px;
}
.testi.style5 .testi-container:after {
  background: #e0e0e0;
  content: '';
  position: absolute;
  z-index: 888;
  right: 0px;
  bottom: -27px;
  border: 13px solid #fff;
  border-left: 13px solid #e0e0e0;
  border-top: 13px solid #e0e0e0;
}
.testi.style5 .testi-container blockquote {
  padding-right: 15px;
  padding-left: 0;
}
.testi.style5 .testi-container blockquote:before {
  display: none;
}
.testi .image {
  width: 70px;
  height: 70px;
  margin: 5px 10px 25px 21px;
  background-color: #e7e7e7;
  float: left;
}
.testi .image img {
  width: 70px;
  height: 70px;
}
.testi.style1 .image, .testi.style3 .image {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.testi.style1 .image img, .testi.style3 .image img {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.testi.style2 .image {
  width: 90px;
  height: 90px;
  margin: 0px 0px 25px 0px;
  background-color: #e7e7e7;
  -webkit-box-shadow: 0px 2px 0px 0px #f7f7f7;
  -moz-box-shadow: 0px 2px 0px 0px #f7f7f7;
  box-shadow: 0px 2px 0px 0px #f7f7f7;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.testi.style2 .image img {
  width: 90px;
  height: 90px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  float: left;
}
.testi .name {
  color: #a6a6a6;
  margin-top: 6px;
  float: left;
}
.testi.style2 .name {
  color: #fff;
  width: -moz-calc(100% - 90px);
  width: -webkit-calc(100% - 90px);
  width: -o-calc(100% - 90px);
  width: calc(100% - 90px);
  margin-top: 0;
  padding: 13px 20px 21px 20px;
  -webkit-box-shadow: 0px 2px 0px 0px #f7f7f7;
  -moz-box-shadow: 0px 2px 0px 0px #f7f7f7;
  box-shadow: 0px 2px 0px 0px #f7f7f7;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #95a5a6;
  color: white;
  border: none;
}
.testi.style2 .name:before {
  background: #95a5a6;
  content: '';
  position: absolute;
  z-index: 3;
  margin-top: 90px;
  right: 70px;
  top: 0;
  border: 8px solid #fff;
  border-left: 8px solid #95a5a6;
  border-top: 8px solid #95a5a6;
}
.testi.style2 .name.blue {
  background: #3498db;
  color: white;
  border: none;
}
.testi.style2 .name.blue:before {
  background: #3498db;
  border-left: 8px solid #3498db;
  border-top: 8px solid #3498db;
}
.testi.style2 .name.green {
  background: #36c1c8;
  color: white;
  border: none;
}
.testi.style2 .name.green:before {
  background: #36c1c8;
  border-left: 8px solid #36c1c8;
  border-top: 8px solid #36c1c8;
}
.testi.style2 .name.yellow {
  background: #f1c40f;
  color: white;
  border: none;
}
.testi.style2 .name.yellow:before {
  background: #f1c40f;
  border-left: 8px solid #f1c40f;
  border-top: 8px solid #f1c40f;
}
.testi.style2 .name.red {
  background: #ed4f4f;
  color: white;
  border: none;
}
.testi.style2 .name.red:before {
  background: #ed4f4f;
  border-left: 8px solid #ed4f4f;
  border-top: 8px solid #ed4f4f;
}
.testi.style2 .name.white {
  background: #f5f6f8;
  border: 1px solid #e8e9ed;
  color: #999;
  border: none;
}
.testi.style2 .name.white:before {
  background: #f5f6f8;
  border-left: 8px solid #f5f6f8;
  border-top: 8px solid #f5f6f8;
}
.testi.style3 .image {
  float: right;
  margin-bottom: 15px;
}
.testi.style3 .name {
  float: right;
  text-align: right;
}
.testi.style4 .name {
  margin-bottom: 48px;
  border-top: 3px solid #ebebeb;
  color: #fff;
  width: 100%;
}
.testi.style4 .name span {
  width: 70%;
  padding: 10px 25px;
  background: #95a5a6;
  -webkit-box-shadow: 0px 0px 0px 3px #ebebeb;
  -moz-box-shadow: 0px 0px 0px 3px #ebebeb;
  box-shadow: 0px 0px 0px 3px #ebebeb;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  position: relative;
  top: -19px;
}
.testi.style4 .name i {
  font-size: 21px;
  position: relative;
  top: 4px;
  margin-right: 4px;
}
.testi.style4 .name.blue span {
  background: #3498db;
}
.testi.style4 .name.green span {
  background: #36c1c8;
}
.testi.style4 .name.yellow span {
  background: #f1c40f;
}
.testi.style4 .name.red span {
  background: #ed4f4f;
}
.testi.style4 .name.white span {
  color: #a6a6a6;
  background: #f5f6f8;
}
.testi.style5 .name {
  float: right;
  margin-right: 26px;
  text-align: right;
  margin-bottom: 20px;
}
.testi.style6 {
  margin: 0 0 20px 0;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 8px;
  -moz-border-radius-bottomright: 0;
  border-radius: 8px;
  border-bottom-right-radius: 0;
}
.testi.style6:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 32px 32px 0px 0px;
  border-style: solid;
  border-color: #c1c1c1 #fff #c1c1c1 #fff;
  background: #c1c1c1;
  display: block;
  width: 0;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  z-index: 1;
}
.testi.style6 .testi-wrap {
  padding: 20px;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}
.testi.style6 img {
  width: 100%;
  height: auto;
}
.testi.style6 .testi-container {
  padding: 10px 0;
}
.testi.style6 .testi-container blockquote:before {
  color: white;
}
.testi.style6 .testi-container blockquote p {
  font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
  color: white;
  font-size: 16px;
}
.testi.style6 .name h4 {
  margin: 0;
  color: #fff;
  padding: 6px 40px 7px 11px;
  min-width: 240px;
  background-color: rgba(149, 165, 166, 0.7);
}
.testi.style6 .name h4.blue {
  background-color: rgba(52, 152, 219, 0.7);
}
.testi.style6 .name h4.green {
  background-color: rgba(54, 193, 200, 0.7);
}
.testi.style6 .name h4.yellow {
  background-color: rgba(241, 196, 15, 0.7);
}
.testi.style6 .name h4.red {
  background-color: rgba(237, 79, 79, 0.7);
}
.testi.style6 .name h4.white {
  background-color: rgba(245, 246, 248, 0.7);
}
.testi.style6 .name span {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 6px 12px 6px 12px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  color: #fff;
}

@media \0screen {
  .testi .testi-container:before {
    background: none;
  }
}
@media \0screen {
  .testi .testi-container:after {
    background: none;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .testi.style2 .name {
    height: 90px !important;
  }
}
@media only screen and (max-width: 479px) {
  .testi.style2 .name {
    padding-top: 30px !important;
  }
  .testi.style2 .name .label {
    display: none !important;
  }
}
.timeline {
  width: 100%;
  list-style: none;
}
.timeline:before {
  content: "";
  position: absolute;
  width: 3px;
  background: #d3d3d3;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.timeline > li {
  width: 50%;
  padding: 30px;
  margin-top: 15px;
}

.timeline > li {
  float: left;
}
.timeline > li:before {
  display: block;
  position: relative;
  content: "";
  left: 100%;
  top: 50px;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-left-color: #d3d3d3;
  border-width: 12px;
}
.timeline > li:first-child + li {
  margin-top: 100px;
}
.timeline > li:nth-child(2n) {
  float: right;
}
.timeline > li:nth-child(2n):before {
  display: block;
  position: relative;
  content: "";
  left: -24px;
  top: 50px;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-right-color: #d3d3d3;
  border-width: 12px;
}

.timeline .timeline-container {
  padding: 18px 28px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 3px lightgrey;
  -moz-box-shadow: 0px 0px 0px 3px lightgrey;
  box-shadow: 0px 0px 0px 3px lightgrey;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.timeline .timeline-container h1, .timeline .timeline-container h2, .timeline .timeline-container h3, .timeline .timeline-container h4, .timeline .timeline-container h5, .timeline .timeline-container h6 {
  margin-top: 15px;
}
.timeline .timeline-container + .timeline-footer {
  margin-top: -1px;
}
.timeline .timeline-footer {
  min-height: 52px;
  position: relative;
  padding: 12px 28px 10px 28px;
  background-color: #fafafa;
  -webkit-box-shadow: 0px 0px 0px 3px lightgrey;
  -moz-box-shadow: 0px 0px 0px 3px lightgrey;
  box-shadow: 0px 0px 0px 3px lightgrey;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.timeline .timeline-footer ul {
  margin-bottom: 0;
  display: inline;
  color: #838383;
}
.timeline .timeline-footer .footer-content {
  font-size: 12px;
}
.timeline .timeline-footer .timeline-social {
  float: right;
  width: auto;
}
.timeline .timeline-footer .social-icon li a {
  width: 20px;
  height: 20px;
  margin: 0;
  line-height: 20px;
  color: #838383;
  font-size: 14px;
  top: 3px;
}
.timeline .timeline-footer .social-icon li a:hover {
  color: #95a5a6;
}

/* Tablet Potrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .timeline:before {
    left: 12% !important;
  }

  .timeline > li {
    width: 88% !important;
    float: right !important;
  }

  .timeline > li:before {
    left: -4.5% !important;
    display: block;
    border: solid transparent;
    border-right-color: #d3d3d3 !important;
    border-width: 12px;
  }

  .timeline > li:first-child + li {
    margin-top: 17px !important;
  }
}
/* Mobile Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .timeline:before {
    left: 12% !important;
  }

  .timeline > li {
    width: 88% !important;
    float: right !important;
  }

  .timeline > li:before {
    left: -6.1% !important;
    display: block;
    border: solid transparent;
    border-right-color: #d3d3d3 !important;
    border-width: 12px;
  }

  .timeline > li:first-child {
    margin-top: -20px !important;
  }

  .timeline > li:first-child + li {
    margin-top: 17px !important;
  }
}
/* Mobile Portrait */
@media only screen and (max-width: 479px) {
  .timeline:before {
    left: 9% !important;
  }

  .timeline > li {
    width: 100% !important;
    float: right !important;
    padding-right: 5px !important;
  }

  .timeline > li:before {
    left: -10.3% !important;
    display: block;
    border: solid transparent;
    border-right-color: #d3d3d3 !important;
    border-width: 12px;
  }

  .timeline > li:first-child {
    margin-top: -20px !important;
  }

  .timeline > li:first-child + li {
    margin-top: 17px !important;
  }

  .timeline .timeline-container {
    padding: 12px 22px !important;
  }

  .timeline .timeline-container .feature-left .square-shape {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
}
.mo-icon-list {
  margin-top: 12px;
  padding-top: 20px;
}

.mo-icon-list li {
  height: 64px;
  font-size: 20px;
  margin-bottom: 25px;
  padding: 12px 12px 11px 12px;
}

.mo-icon-list li i {
  width: 100%;
  margin: -20px 0px -2px 0px;
  font-size: 32px;
  text-align: center;
  float: left;
  margin-bottom: 12px;
}

.mo-icon-list li span {
  width: 100%;
  padding: 3px 5px 4px 5px;
  font: 10px consolas, monospace;
  text-align: center;
  background: #fafafa;
  border: 1px solid #ddd;
  float: left;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(../img/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../img/AjaxLoader.gif) no-repeat center center;
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
