/* --------------------------------------------------------------------------
 * Prodigystudio  : Kyma - Multipurpose HTML Template
 *  
 * file           : maleo.css
 * Desc           : Maleo Framework - Core
 * Version        : 1.0
 * Date           : 06/12/2014
 * Author         : Prodigystudio - team
 * Author URI     : http://prodigystudio.net
 * Email          : Hello@prodigystudio.net
 *
 * Prodigy Studio. Copyright © 2014. All Rights Reserved.
 * -------------------------------------------------------------------------- */

/* Maleo import css */
@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;
}

.text-overflow { 
  overflow: hidden !important; 
}

.hide {
  display: none;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

*::-ms-backdrop, textarea {
  overflow: auto;
}

select {
  width: 100%;
}

/* maleo wrapper */
#mo-wrapper.box {
  margin: 0 auto;
  /* editable in style.css */
  width: 70%;
}

/* maleo section */
.mo-content .row, .mo-contentfull .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;  
  *zoom: 1;
}
.mo-content .row:before, .mo-content .row:after, .mo-contentfull .row:before, .mo-contentfull .row:after {
  content: " ";
  display: table;
}
.mo-content .row:after, .mo-contentfull .row:after {
  clear: both;
}
.mo-contentfull {
  width: 100%;
  margin: 30px 0;
  padding: 40px 0;
  float: left;
}
.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: 1240px;
  *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-center,
  .columns.small-center {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .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-center,
  .columns.medium-center {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .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-center,
  .columns.large-center {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .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, h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
}

.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: 'Goudy Bookletter 1911', serif;
  line-height: 34px;  
}

/* Blockquotes */
blockquote {
  font-family: 'Goudy Bookletter 1911', serif;
  margin: 0px;
  padding: 0 0 0 35px;
}

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: 'Goudy Bookletter 1911', serif;
  font-size: 21px;
  color: #9c9c9c;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-top: 4px;
  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: 'Noto Serif', serif;
  text-align: center;
  font-size: 46px;
  color: #4f4f4f;
  float: left;
  margin: 14px 12px 8px 0;
  padding: 0;
}

.dropcap.circle, .dropcap.square {
  width: 48px;
  height: 48px;
  color: #4f4f4f;
  font-size: 38px;
  line-height: 46px;
  margin: 8px 12px 0 0;
  background: #fbaf3f;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}

.dropcap.square {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

kbd, .highlight {
  padding: 2px 9px 3px 9px;
  background: #fbaf3f;
  color: #4f4f4f;
  vertical-align: baseline;
}

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-color: #767676;
  color: white;
  border: none;
}
table.table.blue thead {
  background-color: #3ba5ed;
  color: #4f4f4f;
  border: none;
}
table.table.green thead {
  background-color: #21cba9;
  color: #4f4f4f;
  border: none;
}
table.table.yellow thead {
  background-color: #fbaf3f;
  color: #4f4f4f;
  border: none;
}
table.table.red thead {
  background-color: #fd7070;
  color: #4f4f4f;
  border: none;
}

.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: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -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 2px 0px 0px #f7f7f7;
  -moz-box-shadow: 0px 2px 0px 0px #f7f7f7;
  box-shadow: 0px 2px 0px 0px #f7f7f7;
}

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/icheck.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/icheck@2x.png);
    -webkit-background-size: 176px 22px;
    background-size: 176px 22px;
  }
}
.button {
  font-family: 'Noto Serif', 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 25px 13px 25px;
  font-size: 16px;
  line-height: 1.42857;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 0 1.25rem;
}

.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: #606060;
  color: #fff;
  border: none;
}
.button:hover, .button:focus, .button:active, .button.active {
  background: #787878;
  color: #fff;
  border: none;
}
.button.blue {
  background-color: #3ba5ed;
  color: #4f4f4f;
  border: none;
}
.button.blue:hover, .button.blue:focus, .button.blue:active, .button.blue.active {
  background-color: #4eb0f2;
  color: #4f4f4f;
  border: none;
}
.button.green {
  background-color: #21cba9;
  color: #4f4f4f;
  border: none;
}
.button.green:hover, .button.green:focus, .button.green:active, .button.green.active {
  background-color: #2dd2b1;
  color: #4f4f4f;
  border: none;
}
.button.yellow {
  background-color: #fbaf3f;
  color: #4f4f4f;
  border: none;
}
.button.yellow:hover, .button.yellow:focus, .button.yellow:active, .button.yellow.active {
  background-color: #ffdc53;
  color: #4f4f4f;
  border: none;
}
.button.red {
  background-color: #fd7070;
  color: #4f4f4f;
  border: none;
}
.button.red:hover, .button.red:focus, .button.red:active, .button.red.active {
  background-color: #fe8181;
  color: #4f4f4f;
  border: none;
}
.button.white {
  background-color: #f5f6f8;
  border: 1px solid #e8e9ed;
  color: #4f4f4f;
}
.button.white:hover, .button.white:focus, .button.white:active, .button.white.active {
  background-color: #fcfcfc;
  border: 1px solid #e8e9ed;
  color: #4f4f4f;
}

.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: #95a5a6;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

.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: #6d8082;
  text-decoration: underline;
  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: 13px 32px 15px 32px;
  font-size: 18px;
  line-height: 1.33;
}

.button.small {
  padding: 8px 20px 12px 20px;
  font-size: 14px;
  line-height: 1.5;
}

.button.tiny {
  padding: 4px 9px 5px 9px;
  font-size: 12px;
  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;
  border-radius: 5px;
}

button.round, .button.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

/* 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: #3498db;
}

h4.resp-accordion,
.resp-tabs-list li {
  position: relative;
  font-size: 16px;
  background: #fafafa;
  line-height: 1.42857;
  padding: 16px 20px 16px 23px;
  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: #3498db;
  border: 1px solid #3498db;
}

.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: -1px;
  -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-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
  -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: -1px;
  -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-box-shadow: 3px -3px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px -3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 3px -3px 3px rgba(0, 0, 0, 0.05);
  -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: -1px;
  -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-box-shadow: 3px -3px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px -3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 3px -3px 3px rgba(0, 0, 0, 0.05);
  -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 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: -1px;
  -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-box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 5px;
  -moz-border-radius-topright: 0;
  border-radius: 5px;
  border-top-right-radius: 0;
}

/* 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;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
}
.resp-accordion .resp-tab-content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 768px) {
  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;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
  }

  .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;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
  }
}
/* icon default */
.svg-icon, .svg-icon .svg {
  width: 90px;
  height: 90px;
}

.svg-icon .icon-wrapper i {
  position: relative;
  top: 2px;
  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: #4f4f4f;
  stroke-width: 12;
}

.svg-icon .icon-wrapper i,
.svg-icon.style1 .icon-wrapper i,
.svg-icon.style2 .icon-wrapper i,
.no-shape i {
  color: #4f4f4f;
}

.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: #1cbd9d;
}

.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: #1cbd9d;
}

.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.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: #fff;
  stroke-width: 0px;
}

/* icon shield style 3 */
.svg-icon.style3 .icon-wrapper i {
  color: #fff;
}

.svg-icon.style3.green .icon-wrapper i, 
.svg-icon.style3.blue .icon-wrapper i,
.svg-icon.style3.yellow .icon-wrapper i,
.svg-icon.style3.red .icon-wrapper i {
  color: #4f4f4f;
}

/* icon style 3 - default */
.svg-icon.style3 .svg-path {
  fill: #767676;
  stroke: none;
}

/* icon shield style 3 - green */
.svg-icon.style3.green .svg-path {
  fill: #21cba9;
  stroke: none;
}

/* icon shield style 3 - blue */
.svg-icon.style3.blue .svg-path {
  fill: #3ba5ed;
  stroke: none;
}

/* icon shield style 3 - yellow */
.svg-icon.style3.yellow .svg-path {
  fill: #fbaf3f;
  stroke: none;
}

/* icon shield style 3 - red */
.svg-icon.style3.red .svg-path {
  fill: #fd7070;
  stroke: none;
}

/* icon shield style 3 - white */
/* 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: 50px;
  padding: 30px 30px 20px 30px;
  background: #fcfcfc;
  position: relative;
}

.panel a.button {
  margin: 15px 0 10px 0;
}

.panel.fold {
  background: #767676;
  border: none;
}

.panel.fold:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 30px 30px 0px 0px;
  border-style: solid;
  border-color: #585858 #fff #585858 #fff;
  background: #585858;
  display: block;
  width: 0;
}

.panel.fold.green {
  background: #21cba9;
}

.panel.fold.green:before {
  border-color: #009b7c #fff #009b7c #fff;
}

.panel.fold.blue {
  background: #3ba5ed;
}

.panel.fold.blue:before {
  border-color: #097fcf #fff #097fcf #fff;
}

.panel.fold.yellow {
  background: #fbaf3f;
}

.panel.fold.yellow:before {
  border-color: #c19d0f #fff #c19d0f #fff;
}

.panel.fold.red {
  background: #fd7070;
}

.panel.fold.red:before {
  border-color: #e14747 #fff #e14747 #fff;
}

.panel.fold h1, .panel.fold h2, .panel.fold h3, .panel.fold h4, .panel.fold h5, .panel.fold h6, .panel.fold p {
  color: #fff;
}

/*.panel.fold.blue h1, .panel.fold.blue h2, .panel.fold.blue h3, .panel.fold.blue h4, .panel.fold.blue h5, .panel.fold.blue h6, .panel.fold.blue p,
.panel.fold.green h1, .panel.fold.green h2, .panel.fold.green h3, .panel.fold.green h4, .panel.fold.green h5, .panel.fold.green h6, .panel.fold.green p,
.panel.fold.yellow h1, .panel.fold.yellow h2, .panel.fold.yellow h3, .panel.fold.yellow h4, .panel.fold.yellow h5, .panel.fold.yellow h6, .panel.fold.yellow p,
.panel.fold.red h1, .panel.fold.red h2, .panel.fold.red h3, .panel.fold.red h4, .panel.fold.red h5, .panel.fold.red h6, .panel.fold.red p {
  color: #4f4f4f;
}*/

.panel.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* feature */
.feature .svg-icon, .feature .no-shape {
  margin: 0px 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: 0px 32px 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: 0px 0 0 32px !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 {
  font-size: 14px;
  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: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.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: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.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;
  background: -webkit-linear-gradient(#aab7b8, #95a5a6);
  background: -moz-linear-gradient(#aab7b8, #95a5a6);
  background: -ms-linear-gradient(#aab7b8, #95a5a6);
  background: -o-linear-gradient(#aab7b8, #95a5a6);
  background: linear-gradient(#aab7b8, #95a5a6);
  color: white;
  border: none;
}
.label.blue {
  background: #3498db;
  background: -webkit-linear-gradient(#5dade2, #3498db);
  background: -moz-linear-gradient(#5dade2, #3498db);
  background: -ms-linear-gradient(#5dade2, #3498db);
  background: -o-linear-gradient(#5dade2, #3498db);
  background: linear-gradient(#5dade2, #3498db);
  color: white;
  border: none;
}
.label.green {
  background: #1abc9c;
  background: -webkit-linear-gradient(#48c9b0, #1abc9c);
  background: -moz-linear-gradient(#48c9b0, #1abc9c);
  background: -ms-linear-gradient(#48c9b0, #1abc9c);
  background: -o-linear-gradient(#48c9b0, #1abc9c);
  background: linear-gradient(#48c9b0, #1abc9c);
  color: white;
  border: none;
}
.label.yellow {
  background: #fbaf3f;
  color: #4f4f4f;
  border: none;
}
.label.red {
  background: #ed4f4f;
  background: -webkit-linear-gradient(#f17272, #ed4f4f);
  background: -moz-linear-gradient(#f17272, #ed4f4f);
  background: -ms-linear-gradient(#f17272, #ed4f4f);
  background: -o-linear-gradient(#f17272, #ed4f4f);
  background: linear-gradient(#f17272, #ed4f4f);
  color: white;
  border: none;
}
.label.white {
  background: #f5f6f8;
  background: -webkit-linear-gradient(#fcfcfc, #f5f6f8);
  background: -moz-linear-gradient(#fcfcfc, #f5f6f8);
  background: -ms-linear-gradient(#fcfcfc, #f5f6f8);
  background: -o-linear-gradient(#fcfcfc, #f5f6f8);
  background: linear-gradient(#fcfcfc, #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 25px 15px 25px;
  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: 20px;
  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;
  float: left;
  background-color: #767676;
  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-color: #3ba5ed;
  color: white;
  border: none;
}
.promo-box.blue .promo-button i {
  color: #3ba5ed;
}
.promo-box.green {
  background-color: #21cba9;
  color: white;
  border: none;
}
.promo-box.green .promo-button i {
  color: #21cba9;
}
.promo-box.yellow {
  background-color: #fbaf3f;
  color: #4f4f4f;
  border: none;
}
.promo-box.yellow .promo-button {
  background-color: rgba(255, 255, 255, 0.25);
}
.promo-box.yellow .promo-button i {
  color: #fbaf3f;
}
.promo-box.red {
  background-color: #fd7070;
  color: white;
  border: none;
}
.promo-box.red .promo-button {
  background-color: rgba(255, 255, 255, 0.2);
}
.promo-box.red .promo-button i {
  color: #fd7070;
}
.promo-box.white {
  background-color: #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;
}

/* Pricing table */
.pricing-table {
  border: solid 1px #e0e0e0;
  text-align: center;
  margin-left: 0;
  margin-bottom: 1.25rem;
}
.pricing-table * {
  list-style: none;
  line-height: 1;
}
.pricing-table .title {
  height: 129px;
  font-family: 'Noto Serif', 'Open Sans', Arial;
  font-size: 18px;
  margin: 0 -1px 0 -1px;
  padding: 0px 20px;
  background: #606060;
  color: white;
  border: none;
}
.pricing-table .title.blue {
  background-color: #3498db;
  color: white;
  border: none;
}
.pricing-table .title.green {
  background-color: #1abc9c;
  color: white;
  border: none;
}
.pricing-table .title.yellow {
  background-color: #fbaf3f;
  color: #4f4f4f;
  border: none;
}
.pricing-table .title.red {
  background-color: #ed4f4f;
  color: white;
  border: none;
}
.pricing-table .title.white {
  background-color: #f5f6f8;
  border: 1px solid #e8e9ed;
  color: #999;
}
.pricing-table.style2 .title {
  padding: 25px 0px;
  background: #606060;
}
.pricing-table.style2 .title.blue {
  background: #3498db;
}
.pricing-table.style2 .title.green {
  background: #1abc9c;
}
.pricing-table.style2 .title.yellow {
  background: #e1b508;
}
.pricing-table.style2 .title.red {
  background: #ed4f4f;
}
.pricing-table.style2 .title.white {
  background: #f5f6f8;
}
.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: #aab7b8;
}
.pricing-table.style4 .title.blue {
  background: none;
  color: #5dade2;
}
.pricing-table.style4 .title.green {
  background: none;
  color: #48c9b0;
}
.pricing-table.style4 .title.yellow {
  background: none;
  color: #f4d03f;
}
.pricing-table.style4 .title.red {
  background: none;
  color: #f17272;
}
.pricing-table.style4 .title.white {
  background: none;
  color: #fcfcfc;
}
.pricing-table .cta-button {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #fcfcfc;
  padding: 38px 0 31px 0;
}
.pricing-table.style2 .cta-button {
  padding-bottom: 38px;
  background-color: #fafafa;
}
.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: 20px 0 0 0;
  font-family: 'Noto Serif', 'Open Sans', Arial;
  font-size: 48px;
}
.pricing-table .price .currency {
  font-family: 'Noto Serif', 'Open Sans', Arial;
  font-size: 26px;
  margin-left: -8px;
  margin-right: -4px;
  position: relative;
  top: -11px;
}
.pricing-table .price small {
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  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.style2 .price, .pricing-table.style4 .price {
  background-color: #747474;
  color: white;
  border: none;
}
.pricing-table.style2 .price.blue, .pricing-table.style4 .price.blue {
  background-color: #3498db;
  color: white;
  border: none;
}
.pricing-table.style2 .price.green, .pricing-table.style4 .price.green {
  background-color: #1abc9c;
  color: white;
  border: none;
}
.pricing-table.style2 .price.yellow, .pricing-table.style4 .price.yellow {
  background: #fbaf3f;
  color: #4f4f4f;
  border: none;
}
.pricing-table.style2 .price.red, .pricing-table.style4 .price.red {
  background-color: #ed4f4f;
  color: white;
  border: none;
}
.pricing-table.style2 .price.white, .pricing-table.style4 .price.white {
  background-color: #f5f6f8;
  border: 1px solid #e8e9ed;
  color: #999;
}
.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;
  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;
}
.progress-bar .progress-content {
  height: 100%;
  padding: 9px 0;
  width: 0;
  background-color: #767676;
  color: white;
  border: none;
}
.progress-bar .progress-content .progress-meter {
  right: 12px;
  width: 40px;
  color: #a7a7a7;
  text-align: center;
  background-color: #fff;
  position: absolute;
}
.progress-bar .progress-content.blue {
  background-color: #3ba5ed;
  color: white;
  border: none;
}
.progress-bar .progress-content.green {
  background-color: #21cba9;
  color: white;
  border: none;
}
.progress-bar .progress-content.yellow {
  background-color: #fbaf3f;
  color: white;
  border: none;
}

.progress-bar .progress-content.yellow .progress-title,
.progress-bar .progress-content.green .progress-title,
.progress-bar .progress-content.blue .progress-title,
.progress-bar .progress-content.red .progress-title {
  color: #4f4f4f;
}

.progress-bar .progress-content.red {
  background-color: #fd7070;
  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-color: #767676;
  color: white;
  border: none;
}
.progress-bar.thin .progress-content.blue .progress-meter {
  background-color: #3ba5ed;
  color: #4f4f4f;
  border: none;
}
.progress-bar.thin .progress-content.green .progress-meter {
  background-color: #21cba9;
  color: #4f4f4f;
  border: none;
}
.progress-bar.thin .progress-content.yellow .progress-meter {
  background-color: #fbaf3f;
  color: #4f4f4f;
  border: none;
}
.progress-bar.thin .progress-content.red .progress-meter {
  background-color: #fd7070;
  color: #4f4f4f;
  border: none;
}
.progress-bar.thin .progress-title {
  color: #999;
  bottom: -25px;
  left: 0px;
}

.progress-bar2 .progress-content .progress-meter {
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  background-color: #767676;
  position: absolute;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}

.progress-bar2 .progress-content.green .progress-meter {
  background-color: #1abc9c;
}

.progress-bar2 .progress-content.blue .progress-meter {
  background-color: #3498db;
}

.progress-bar2 .progress-content.yellow .progress-meter {
  background-color: #fbaf3f;
}

.progress-bar2 .progress-content.red .progress-meter {
  background-color: #ed4f4f;
}

.chart2,
.chart2-green,
.chart2-blue,
.chart2-yellow,
.chart2-red {
  background-color: #606060;
  color: #fff;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

.chart2-green {
  background-color: #21cba9;
}

.chart2-blue {
  background-color: #3ba5ed;
}

.chart2-yellow {
  background-color: #fbaf3f;
}

.chart2-red {
  background-color: #fd7070;
}

/* 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;
}
.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;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #d3d3d3;
  -moz-box-shadow: 0px 0px 0px 3px #d3d3d3;
  box-shadow: 0px 0px 0px 3px #d3d3d3;
  margin-bottom: 50px;
  padding: 22px 15px 8px 12px;
  background-color: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  float: left;
}
.testi.style3 .testi-container {
  margin-bottom: 0;
  padding: 0;
}
.testi.style3 .testi-container blockquote {
  margin-bottom: -5px;
  padding-left: 22px;
}
.testi.style3 .testi-container blockquote:before {
  width: 36px;
  height: 36px;
  background: #fbaf3f;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  color: #4f4f4f;
  margin-right: -25px;
  margin-left: -18px;
  -webkit-box-shadow: 0px 0px 0px 3px #fbaf3f;
  -moz-box-shadow: 0px 0px 0px 3px #fbaf3f;
  box-shadow: 0px 0px 0px 3px #fbaf3f;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.testi.style3 .testi-container blockquote p {
  font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 30px;
  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: 'Amatic SC', cursive;
  font-size: 36px;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 46px;
  color: #959595;
  margin-bottom: 34px;
}
.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-color: #767676;
  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-color: #3498db;
  color: white;
  border: none;
}
.testi.style2 .name.blue:before {
  background-color: #3598db;
  border-left: 8px solid #3598db;
  border-top: 8px solid #3598db;
}
.testi.style2 .name.green {
  background-color: #1abc9c;
  color: white;
  border: none;
}
.testi.style2 .name.green:before {
  background-color: #1cbd9c;
  border-left: 8px solid #1cbd9c;
  border-top: 8px solid #1cbd9c;
}
.testi.style2 .name.yellow {
  background-color: #fbaf3f;
  color: #4f4f4f;
  border: none;
}
.testi.style2 .name.yellow:before {
  background-color: #f1c40f;
  border-left: 8px solid #f1c40f;
  border-top: 8px solid #f1c40f;
}
.testi.style2 .name.red {
  background-color: #ed4f4f;
  color: white;
  border: none;
}
.testi.style2 .name.red:before {
  background-color: #eb504e;
  border-left: 8px solid #eb504e;
  border-top: 8px solid #eb504e;
}
.testi.style3 .image {
  float: right;
  margin-bottom: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.testi.style3 .image img {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.testi.style3 .name {
  font-size: 14px;
  text-align: right;
  margin-top: 9px;
  float: right;
}
.testi.style4 .name {
  margin-bottom: 15px;
  border-top: 3px solid #ebebeb;
  color: #a6a6a6;
  width: 100%;
}
.testi.style4 .name span {
  width: 70%;
  padding: 10px 25px;
  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;
  -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.style5 .name {
  float: right;
  margin-right: 26px;
  text-align: right;
}
.testi.style6 {
  margin: 0;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 8px;
  -moz-border-radius-topright: 0;
  border-radius: 8px;
  border-top-right-radius: 0;
}
.testi.style6:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 32px 32px 0;
  border-style: solid;
  border-color: #fff #fff #c1c1c1 #c1c1c1;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  background: #c1c1c1;
  display: block;
  width: 0;
}
.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 div {
  bottom: -moz-calc(-100% + 210px);
  bottom: -webkit-calc(-100% + 210px);
  bottom: -o-calc(-100% + 210px);
  bottom: calc(-100% + 210px);
  position: relative;
}
.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;
}
.testi.style6 .name h4.blue {
  background-color: #3498db;
}
.testi.style6 .name h4.green {
  background-color: #1abc9c;
}
.testi.style6 .name h4.yellow {
  background-color: #f1c40f;
}
.testi.style6 .name h4.red {
  background-color: #e74c3c;
}
.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;
  }
}
.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 {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #d3d3d3;
  -moz-box-shadow: 0px 0px 0px 3px #d3d3d3;
  box-shadow: 0px 0px 0px 3px #d3d3d3;
  padding: 18px 28px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-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;
  padding: 12px 28px 10px 28px;
  position: relative;
  background-color: #fafafa;
  -webkit-box-shadow: 0px 0px 0px 3px #d3d3d3;
  -moz-box-shadow: 0px 0px 0px 3px #d3d3d3;
  box-shadow: 0px 0px 0px 3px #d3d3d3;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 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 .mo-social {
    font-size: 14px;
}

.timeline .timeline-footer .mo-social li a {
  width: 20px;
  height: 20px;
  margin: 0;
  line-height: 20px;
  color: #838383;
}

.timeline .timeline-footer .mo-social li a:hover {
  color: #fbaf3f;
}

/*ul.team-social {
  margin-bottom: 30px;
  position: relative;
  left: 21.8%;
}

ul.team-social li {
  width: 20px;
  height: 20px;
  margin: 0 6px;
  line-height: 20px;
  font-size: 20px;
}

ul.team-social li a{
  color: #838383;
}*/

/* 
 * 	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);
  }
}

/* social icon  */
@font-face {
  font-family: 'socicon';
  src: url("../font/socicon.eot?cploc9");
  src: url("../font/socicon.eot?#iefixcploc9") format("embedded-opentype"), url("../font/socicon.woff?cploc9") format("woff"), url("../font/socicon.ttf?cploc9") format("truetype"), url("../font/socicon.svg?cploc9#socicon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="social-"], [class*=" social-"] {
  font-family: 'socicon';
  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;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: socicon;
    src: url(../font/socicon.svg) format(svg);
}
}
a[class^="social-"], a[class*="social-"] {
  font-family: 'socicon';
  background: none;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-style: normal;
  margin: 0 6px 2px 0;
}

.mo-social {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2.000;
  font-size: 40px;
}

.mo-social li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.mo-social li a {
  text-decoration: none;
  text-align: center;
  position: relative;
  display: block;
  margin-right: 10px;
  z-index: 1;
}

.mo-social li a,
.mo-social li i {
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}

.mo-social a:hover {
  z-index: 2;
}

.mo-social li a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.social-path {
  color: #e41f11;
}
.social-path:before {
  content: "\f800";
}
.social-path:hover {
  color: #f47167;
}

.social-android {
  color: #a4c639;
}
.social-android:before {
  content: "\f801";
}
.social-android:hover {
  color: #c8dd88;
}

.social-evernote {
  color: #6bb130;
}
.social-evernote:before {
  content: "\f802";
}
.social-evernote:hover {
  color: #9fd86f;
}

.social-envato {
  color: #82b541;
}
.social-envato:before {
  content: "\f803";
}
.social-envato:hover {
  color: #b3d488;
}

.social-twitter {
  color: #4da7de;
}
.social-twitter:before {
  content: "\f804";
}
.social-twitter:hover {
  color: #a3d2ee;
}

.social-facebook {
  color: #3e5b98;
}
.social-facebook:before {
  content: "\f805";
}
.social-facebook:hover {
  color: #758fc7;
}

.social-google {
  color: #d93e2d;
}
.social-google:before {
  content: "\f806";
}
.social-google:hover {
  color: #e98d83;
}

.social-pinterest {
  color: #c92619;
}
.social-pinterest:before {
  content: "\f807";
}
.social-pinterest:hover {
  color: #eb685d;
}

.social-foursquare {
  color: #23b7e0;
}
.social-foursquare:before {
  content: "\f808";
}
.social-foursquare:hover {
  color: #7cd4ed;
}

.social-yahoo {
  color: #6e2a85;
}
.social-yahoo:before {
  content: "\f809";
}
.social-yahoo:hover {
  color: #a84ec7;
}

.social-skype {
  color: #28abe3;
}
.social-skype:before {
  content: "\f80a";
}
.social-skype:hover {
  color: #82ceef;
}

.social-yelp {
  color: #c83218;
}
.social-yelp:before {
  content: "\f80b";
}
.social-yelp:hover {
  color: #eb705b;
}

.social-feedburner {
  color: #ffcc00;
}
.social-feedburner:before {
  content: "\f80c";
}
.social-feedburner:hover {
  color: #ffe066;
}

.social-linkedin {
  color: #3371b7;
}
.social-linkedin:before {
  content: "\f80d";
}
.social-linkedin:hover {
  color: #77a5d9;
}

.social-viadeo {
  color: #e4a000;
}
.social-viadeo:before {
  content: "\f80e";
}
.social-viadeo:hover {
  color: #ffc94b;
}

.social-xing {
  color: #005a60;
}
.social-xing:before {
  content: "\f80f";
}
.social-xing:hover {
  color: #00bac6;
}

.social-myspace {
  color: #323232;
}
.social-myspace:before {
  content: "\f810";
}
.social-myspace:hover {
  color: #656565;
}

.social-soundcloud {
  color: #fe3801;
}
.social-soundcloud:before {
  content: "\f811";
}
.social-soundcloud:hover {
  color: #fe8867;
}

.social-spotify {
  color: #7bb342;
}
.social-spotify:before {
  content: "\f812";
}
.social-spotify:hover {
  color: #aed388;
}

.social-grooveshark {
  color: black;
}
.social-grooveshark:before {
  content: "\f813";
}
.social-grooveshark:hover {
  color: #333333;
}

.social-lastfm {
  color: #d41316;
}
.social-lastfm:before {
  content: "\f814";
}
.social-lastfm:hover {
  color: #f05d5f;
}

.social-youtube {
  color: #e02a20;
}
.social-youtube:before {
  content: "\f815";
}
.social-youtube:hover {
  color: #ec807a;
}

.social-vimeo {
  color: #51b5e7;
}
.social-vimeo:before {
  content: "\f816";
}
.social-vimeo:hover {
  color: #abdbf3;
}

.social-dailymotion {
  color: #004e72;
}
.social-dailymotion:before {
  content: "\f817";
}
.social-dailymotion:hover {
  color: #0094d8;
}

.social-vine {
  color: #00b389;
}
.social-vine:before {
  content: "\f818";
}
.social-vine:hover {
  color: #1affc9;
}

.social-flickr {
  color: #1e1e1b;
}
.social-flickr:before {
  content: "\f819";
}
.social-flickr:hover {
  color: #54544b;
}

.social-500px {
  color: #58a9de;
}
.social-500px:before {
  content: "\f81a";
}
.social-500px:hover {
  color: #add5ef;
}

.social-instagram {
  color: #9c7c6e;
}
.social-instagram:before {
  content: "\f81b";
}
.social-instagram:hover {
  color: #c5b3ab;
}

.social-wordpress {
  color: #464646;
}
.social-wordpress:before {
  content: "\f81c";
}
.social-wordpress:hover {
  color: #797979;
}

.social-tumblr {
  color: #45556c;
}
.social-tumblr:before {
  content: "\f81d";
}
.social-tumblr:hover {
  color: #7287a5;
}

.social-blogger {
  color: #ec661c;
}
.social-blogger:before {
  content: "\f81e";
}
.social-blogger:hover {
  color: #f4a57a;
}

.social-technorati {
  color: #5cb030;
}
.social-technorati:before {
  content: "\f81f";
}
.social-technorati:hover {
  color: #93d86e;
}

.social-reddit {
  color: #e74a1e;
}
.social-reddit:before {
  content: "\f820";
}
.social-reddit:hover {
  color: #f1947a;
}

.social-dribbble {
  color: #e84d88;
}
.social-dribbble:before {
  content: "\f821";
}
.social-dribbble:hover {
  color: #f4a7c4;
}

.social-stumbleupon {
  color: #e64011;
}
.social-stumbleupon:before {
  content: "\f822";
}
.social-stumbleupon:hover {
  color: #f48869;
}

.social-digg {
  color: #1d1d1b;
}
.social-digg:before {
  content: "\f823";
}
.social-digg:hover {
  color: #52524c;
}

.social-behance {
  color: black;
}
.social-behance:before {
  content: "\f825";
}
.social-behance:hover {
  color: #333333;
}

.social-delicious {
  color: #020202;
}
.social-delicious:before {
  content: "\f826";
}
.social-delicious:hover {
  color: #353535;
}

.social-deviantart {
  color: #c5d200;
}
.social-deviantart:before {
  content: "\f827";
}
.social-deviantart:hover {
  color: #f3ff39;
}

.social-forrst {
  color: #5b9a68;
}
.social-forrst:before {
  content: "\f828";
}
.social-forrst:hover {
  color: #99c2a1;
}

.social-play {
  color: black;
}
.social-play:before {
  content: "\f829";
}
.social-play:hover {
  color: #333333;
}

.social-zerply {
  color: #9dbc7a;
}
.social-zerply:before {
  content: "\f82a";
}
.social-zerply:hover {
  color: #cfdebe;
}

.social-wikipedia {
  color: black;
}
.social-wikipedia:before {
  content: "\f82b";
}
.social-wikipedia:hover {
  color: #333333;
}

.social-apple {
  color: #b9bfc1;
}
.social-apple:before {
  content: "\f82c";
}
.social-apple:hover {
  color: #eff0f1;
}

.social-flattr {
  color: #f67c1a;
}
.social-flattr:before {
  content: "\f82d";
}
.social-flattr:hover {
  color: #fab47c;
}

.social-github {
  color: #5380c0;
}
.social-github:before {
  content: "\f82e";
}
.social-github:hover {
  color: #9eb7db;
}

.social-chimein {
  color: #888688;
}
.social-chimein:before {
  content: "\f82f";
}
.social-chimein:hover {
  color: #bbb9bb;
}

.social-friendfeed {
  color: #2f72c4;
}
.social-friendfeed:before {
  content: "\f830";
}
.social-friendfeed:hover {
  color: #7aa7df;
}

.social-newsvine {
  color: #075b2f;
}
.social-newsvine:before {
  content: "\f831";
}
.social-newsvine:hover {
  color: #0eba60;
}

.social-identica {
  color: black;
}
.social-identica:before {
  content: "\f832";
}
.social-identica:hover {
  color: #333333;
}

.social-bebo {
  color: #ef1011;
}
.social-bebo:before {
  content: "\f833";
}
.social-bebo:hover {
  color: #f57070;
}

.social-zynga {
  color: #dc0606;
}
.social-zynga:before {
  content: "\f834";
}
.social-zynga:hover {
  color: #fa4e4e;
}

.social-steam {
  color: #8f8d8a;
}
.social-steam:before {
  content: "\f835";
}
.social-steam:hover {
  color: #c1c0be;
}

.social-xbox {
  color: #92c83e;
}
.social-xbox:before {
  content: "\f836";
}
.social-xbox:hover {
  color: #bfdf8d;
}

.social-windows {
  color: #00bdf6;
}
.social-windows:before {
  content: "\f837";
}
.social-windows:hover {
  color: #5dd9ff;
}

.social-outlook {
  color: #0072c6;
}
.social-outlook:before {
  content: "\f838";
}
.social-outlook:hover {
  color: #2da6ff;
}

.social-coderwall {
  color: #3e8dcc;
}
.social-coderwall:before {
  content: "\f839";
}
.social-coderwall:hover {
  color: #8fbde1;
}

.social-tripadvisor {
  color: black;
}
.social-tripadvisor:before {
  content: "\f83a";
}
.social-tripadvisor:hover {
  color: #333333;
}

.social-netcodes {
  color: #2e3436;
}
.social-netcodes:before {
  content: "\f83b";
}
.social-netcodes:hover {
  color: #5d696d;
}

.social-lanyrd {
  color: #3c80c9;
}
.social-lanyrd:before {
  content: "\f83c";
}
.social-lanyrd:hover {
  color: #8cb4df;
}

.social-slideshare {
  color: #4ba3a6;
}
.social-slideshare:before {
  content: "\f83d";
}
.social-slideshare:hover {
  color: #8cc9cb;
}

.social-buffer {
  color: black;
}
.social-buffer:before {
  content: "\f83e";
}
.social-buffer:hover {
  color: #333333;
}

.social-rss {
  color: #f26109;
}
.social-rss:before {
  content: "\f83f";
}
.social-rss:hover {
  color: #f99f68;
}

.social-vkontakte {
  color: #5a7fa6;
}
.social-vkontakte:before {
  content: "\f840";
}
.social-vkontakte:hover {
  color: #9cb2ca;
}

.social-disqus {
  color: #2e9fff;
}
.social-disqus:before {
  content: "\f841";
}
.social-disqus:hover {
  color: #94ceff;
}

.social-joomla {
  color: #ed2e38;
}
.social-joomla:before {
  content: "\f842";
}
.social-joomla:hover {
  color: #f58c91;
}

.social-email1 {
  color: #578ad6;
}
.social-email1:before {
  content: "\f843";
}
.social-email1:hover {
  color: #a9c3ea;
}

.social-email2 {
  color: #578ad6;
}
.social-email2:before {
  content: "\f844";
}
.social-email2:hover {
  color: #a9c3ea;
}

.mo-social.cube .back, .mo-social.radius, .mo-social.circle, .mo-social.square {
  margin-left: 0;
}
.mo-social.cube .back a, .mo-social.radius a, .mo-social.circle a, .mo-social.square a {
  color: #fff !important;
}
.mo-social.cube .back .social-path, .mo-social.radius .social-path, .mo-social.circle .social-path, .mo-social.square .social-path {
  background-color: #e41f11;
}
.mo-social.cube .back .social-android, .mo-social.radius .social-android, .mo-social.circle .social-android, .mo-social.square .social-android {
  background-color: #a4c639;
}
.mo-social.cube .back .social-evernote, .mo-social.radius .social-evernote, .mo-social.circle .social-evernote, .mo-social.square .social-evernote {
  background-color: #6bb130;
}
.mo-social.cube .back .social-envato, .mo-social.radius .social-envato, .mo-social.circle .social-envato, .mo-social.square .social-envato {
  background-color: #82b541;
}
.mo-social.cube .back .social-twitter, .mo-social.radius .social-twitter, .mo-social.circle .social-twitter, .mo-social.square .social-twitter {
  background-color: #4da7de;
}
.mo-social.cube .back .social-facebook, .mo-social.radius .social-facebook, .mo-social.circle .social-facebook, .mo-social.square .social-facebook {
  background-color: #3e5b98;
}
.mo-social.cube .back .social-google, .mo-social.radius .social-google, .mo-social.circle .social-google, .mo-social.square .social-google {
  background-color: #d93e2d;
}
.mo-social.cube .back .social-pinterest, .mo-social.radius .social-pinterest, .mo-social.circle .social-pinterest, .mo-social.square .social-pinterest {
  background-color: #c92619;
}
.mo-social.cube .back .social-foursquare, .mo-social.radius .social-foursquare, .mo-social.circle .social-foursquare, .mo-social.square .social-foursquare {
  background-color: #23b7e0;
}
.mo-social.cube .back .social-yahoo, .mo-social.radius .social-yahoo, .mo-social.circle .social-yahoo, .mo-social.square .social-yahoo {
  background-color: #6e2a85;
}
.mo-social.cube .back .social-skype, .mo-social.radius .social-skype, .mo-social.circle .social-skype, .mo-social.square .social-skype {
  background-color: #28abe3;
}
.mo-social.cube .back .social-yelp, .mo-social.radius .social-yelp, .mo-social.circle .social-yelp, .mo-social.square .social-yelp {
  background-color: #c83218;
}
.mo-social.cube .back .social-feedburner, .mo-social.radius .social-feedburner, .mo-social.circle .social-feedburner, .mo-social.square .social-feedburner {
  background-color: #ffcc00;
}
.mo-social.cube .back .social-linkedin, .mo-social.radius .social-linkedin, .mo-social.circle .social-linkedin, .mo-social.square .social-linkedin {
  background-color: #3371b7;
}
.mo-social.cube .back .social-viadeo, .mo-social.radius .social-viadeo, .mo-social.circle .social-viadeo, .mo-social.square .social-viadeo {
  background-color: #e4a000;
}
.mo-social.cube .back .social-xing, .mo-social.radius .social-xing, .mo-social.circle .social-xing, .mo-social.square .social-xing {
  background-color: #005a60;
}
.mo-social.cube .back .social-myspace, .mo-social.radius .social-myspace, .mo-social.circle .social-myspace, .mo-social.square .social-myspace {
  background-color: #323232;
}
.mo-social.cube .back .social-soundcloud, .mo-social.radius .social-soundcloud, .mo-social.circle .social-soundcloud, .mo-social.square .social-soundcloud {
  background-color: #fe3801;
}
.mo-social.cube .back .social-spotify, .mo-social.radius .social-spotify, .mo-social.circle .social-spotify, .mo-social.square .social-spotify {
  background-color: #7bb342;
}
.mo-social.cube .back .social-grooveshark, .mo-social.radius .social-grooveshark, .mo-social.circle .social-grooveshark, .mo-social.square .social-grooveshark {
  background-color: black;
}
.mo-social.cube .back .social-lastfm, .mo-social.radius .social-lastfm, .mo-social.circle .social-lastfm, .mo-social.square .social-lastfm {
  background-color: #d41316;
}
.mo-social.cube .back .social-youtube, .mo-social.radius .social-youtube, .mo-social.circle .social-youtube, .mo-social.square .social-youtube {
  background-color: #e02a20;
}
.mo-social.cube .back .social-vimeo, .mo-social.radius .social-vimeo, .mo-social.circle .social-vimeo, .mo-social.square .social-vimeo {
  background-color: #51b5e7;
}
.mo-social.cube .back .social-dailymotion, .mo-social.radius .social-dailymotion, .mo-social.circle .social-dailymotion, .mo-social.square .social-dailymotion {
  background-color: #004e72;
}
.mo-social.cube .back .social-vine, .mo-social.radius .social-vine, .mo-social.circle .social-vine, .mo-social.square .social-vine {
  background-color: #00b389;
}
.mo-social.cube .back .social-flickr, .mo-social.radius .social-flickr, .mo-social.circle .social-flickr, .mo-social.square .social-flickr {
  background-color: #1e1e1b;
}
.mo-social.cube .back .social-500px, .mo-social.radius .social-500px, .mo-social.circle .social-500px, .mo-social.square .social-500px {
  background-color: #58a9de;
}
.mo-social.cube .back .social-instagram, .mo-social.radius .social-instagram, .mo-social.circle .social-instagram, .mo-social.square .social-instagram {
  background-color: #9c7c6e;
}
.mo-social.cube .back .social-wordpress, .mo-social.radius .social-wordpress, .mo-social.circle .social-wordpress, .mo-social.square .social-wordpress {
  background-color: #464646;
}
.mo-social.cube .back .social-tumblr, .mo-social.radius .social-tumblr, .mo-social.circle .social-tumblr, .mo-social.square .social-tumblr {
  background-color: #45556c;
}
.mo-social.cube .back .social-blogger, .mo-social.radius .social-blogger, .mo-social.circle .social-blogger, .mo-social.square .social-blogger {
  background-color: #ec661c;
}
.mo-social.cube .back .social-technorati, .mo-social.radius .social-technorati, .mo-social.circle .social-technorati, .mo-social.square .social-technorati {
  background-color: #5cb030;
}
.mo-social.cube .back .social-reddit, .mo-social.radius .social-reddit, .mo-social.circle .social-reddit, .mo-social.square .social-reddit {
  background-color: #e74a1e;
}
.mo-social.cube .back .social-dribbble, .mo-social.radius .social-dribbble, .mo-social.circle .social-dribbble, .mo-social.square .social-dribbble {
  background-color: #e84d88;
}
.mo-social.cube .back .social-stumbleupon, .mo-social.radius .social-stumbleupon, .mo-social.circle .social-stumbleupon, .mo-social.square .social-stumbleupon {
  background-color: #e64011;
}
.mo-social.cube .back .social-digg, .mo-social.radius .social-digg, .mo-social.circle .social-digg, .mo-social.square .social-digg {
  background-color: #1d1d1b;
}
.mo-social.cube .back .social-behance, .mo-social.radius .social-behance, .mo-social.circle .social-behance, .mo-social.square .social-behance {
  background-color: black;
}
.mo-social.cube .back .social-delicious, .mo-social.radius .social-delicious, .mo-social.circle .social-delicious, .mo-social.square .social-delicious {
  background-color: #020202;
}
.mo-social.cube .back .social-deviantart, .mo-social.radius .social-deviantart, .mo-social.circle .social-deviantart, .mo-social.square .social-deviantart {
  background-color: #c5d200;
}
.mo-social.cube .back .social-forrst, .mo-social.radius .social-forrst, .mo-social.circle .social-forrst, .mo-social.square .social-forrst {
  background-color: #5b9a68;
}
.mo-social.cube .back .social-play, .mo-social.radius .social-play, .mo-social.circle .social-play, .mo-social.square .social-play {
  background-color: black;
}
.mo-social.cube .back .social-zerply, .mo-social.radius .social-zerply, .mo-social.circle .social-zerply, .mo-social.square .social-zerply {
  background-color: #9dbc7a;
}
.mo-social.cube .back .social-wikipedia, .mo-social.radius .social-wikipedia, .mo-social.circle .social-wikipedia, .mo-social.square .social-wikipedia {
  background-color: black;
}
.mo-social.cube .back .social-apple, .mo-social.radius .social-apple, .mo-social.circle .social-apple, .mo-social.square .social-apple {
  background-color: #b9bfc1;
}
.mo-social.cube .back .social-flattr, .mo-social.radius .social-flattr, .mo-social.circle .social-flattr, .mo-social.square .social-flattr {
  background-color: #f67c1a;
}
.mo-social.cube .back .social-github, .mo-social.radius .social-github, .mo-social.circle .social-github, .mo-social.square .social-github {
  background-color: #5380c0;
}
.mo-social.cube .back .social-chimein, .mo-social.radius .social-chimein, .mo-social.circle .social-chimein, .mo-social.square .social-chimein {
  background-color: #888688;
}
.mo-social.cube .back .social-friendfeed, .mo-social.radius .social-friendfeed, .mo-social.circle .social-friendfeed, .mo-social.square .social-friendfeed {
  background-color: #2f72c4;
}
.mo-social.cube .back .social-newsvine, .mo-social.radius .social-newsvine, .mo-social.circle .social-newsvine, .mo-social.square .social-newsvine {
  background-color: #075b2f;
}
.mo-social.cube .back .social-identica, .mo-social.radius .social-identica, .mo-social.circle .social-identica, .mo-social.square .social-identica {
  background-color: black;
}
.mo-social.cube .back .social-bebo, .mo-social.radius .social-bebo, .mo-social.circle .social-bebo, .mo-social.square .social-bebo {
  background-color: #ef1011;
}
.mo-social.cube .back .social-zynga, .mo-social.radius .social-zynga, .mo-social.circle .social-zynga, .mo-social.square .social-zynga {
  background-color: #dc0606;
}
.mo-social.cube .back .social-steam, .mo-social.radius .social-steam, .mo-social.circle .social-steam, .mo-social.square .social-steam {
  background-color: #8f8d8a;
}
.mo-social.cube .back .social-xbox, .mo-social.radius .social-xbox, .mo-social.circle .social-xbox, .mo-social.square .social-xbox {
  background-color: #92c83e;
}
.mo-social.cube .back .social-windows, .mo-social.radius .social-windows, .mo-social.circle .social-windows, .mo-social.square .social-windows {
  background-color: #00bdf6;
}
.mo-social.cube .back .social-outlook, .mo-social.radius .social-outlook, .mo-social.circle .social-outlook, .mo-social.square .social-outlook {
  background-color: #0072c6;
}
.mo-social.cube .back .social-coderwall, .mo-social.radius .social-coderwall, .mo-social.circle .social-coderwall, .mo-social.square .social-coderwall {
  background-color: #3e8dcc;
}
.mo-social.cube .back .social-tripadvisor, .mo-social.radius .social-tripadvisor, .mo-social.circle .social-tripadvisor, .mo-social.square .social-tripadvisor {
  background-color: black;
}
.mo-social.cube .back .social-netcodes, .mo-social.radius .social-netcodes, .mo-social.circle .social-netcodes, .mo-social.square .social-netcodes {
  background-color: #2e3436;
}
.mo-social.cube .back .social-lanyrd, .mo-social.radius .social-lanyrd, .mo-social.circle .social-lanyrd, .mo-social.square .social-lanyrd {
  background-color: #3c80c9;
}
.mo-social.cube .back .social-slideshare, .mo-social.radius .social-slideshare, .mo-social.circle .social-slideshare, .mo-social.square .social-slideshare {
  background-color: #4ba3a6;
}
.mo-social.cube .back .social-buffer, .mo-social.radius .social-buffer, .mo-social.circle .social-buffer, .mo-social.square .social-buffer {
  background-color: black;
}
.mo-social.cube .back .social-rss, .mo-social.radius .social-rss, .mo-social.circle .social-rss, .mo-social.square .social-rss {
  background-color: #f26109;
}
.mo-social.cube .back .social-vkontakte, .mo-social.radius .social-vkontakte, .mo-social.circle .social-vkontakte, .mo-social.square .social-vkontakte {
  background-color: #5a7fa6;
}
.mo-social.cube .back .social-disqus, .mo-social.radius .social-disqus, .mo-social.circle .social-disqus, .mo-social.square .social-disqus {
  background-color: #2e9fff;
}
.mo-social.cube .back .social-joomla, .mo-social.radius .social-joomla, .mo-social.circle .social-joomla, .mo-social.square .social-joomla {
  background-color: #ed2e38;
}
.mo-social.cube .back .social-email1, .mo-social.radius .social-email1, .mo-social.circle .social-email1, .mo-social.square .social-email1 {
  background-color: #578ad6;
}
.mo-social.cube .back .social-email2, .mo-social.radius .social-email2, .mo-social.circle .social-email2, .mo-social.square .social-email2 {
  background-color: #578ad6;
}
.mo-social.radius.bg-light .social-path:hover, .mo-social.circle.bg-light .social-path:hover, .mo-social.square.bg-light .social-path:hover {
  background-color: #f47167;
}
.mo-social.radius.bg-light .social-android:hover, .mo-social.circle.bg-light .social-android:hover, .mo-social.square.bg-light .social-android:hover {
  background-color: #c8dd88;
}
.mo-social.radius.bg-light .social-evernote:hover, .mo-social.circle.bg-light .social-evernote:hover, .mo-social.square.bg-light .social-evernote:hover {
  background-color: #9fd86f;
}
.mo-social.radius.bg-light .social-envato:hover, .mo-social.circle.bg-light .social-envato:hover, .mo-social.square.bg-light .social-envato:hover {
  background-color: #b3d488;
}
.mo-social.radius.bg-light .social-twitter:hover, .mo-social.circle.bg-light .social-twitter:hover, .mo-social.square.bg-light .social-twitter:hover {
  background-color: #a3d2ee;
}
.mo-social.radius.bg-light .social-facebook:hover, .mo-social.circle.bg-light .social-facebook:hover, .mo-social.square.bg-light .social-facebook:hover {
  background-color: #758fc7;
}
.mo-social.radius.bg-light .social-google:hover, .mo-social.circle.bg-light .social-google:hover, .mo-social.square.bg-light .social-google:hover {
  background-color: #e98d83;
}
.mo-social.radius.bg-light .social-pinterest:hover, .mo-social.circle.bg-light .social-pinterest:hover, .mo-social.square.bg-light .social-pinterest:hover {
  background-color: #eb685d;
}
.mo-social.radius.bg-light .social-foursquare:hover, .mo-social.circle.bg-light .social-foursquare:hover, .mo-social.square.bg-light .social-foursquare:hover {
  background-color: #7cd4ed;
}
.mo-social.radius.bg-light .social-yahoo:hover, .mo-social.circle.bg-light .social-yahoo:hover, .mo-social.square.bg-light .social-yahoo:hover {
  background-color: #a84ec7;
}
.mo-social.radius.bg-light .social-skype:hover, .mo-social.circle.bg-light .social-skype:hover, .mo-social.square.bg-light .social-skype:hover {
  background-color: #82ceef;
}
.mo-social.radius.bg-light .social-yelp:hover, .mo-social.circle.bg-light .social-yelp:hover, .mo-social.square.bg-light .social-yelp:hover {
  background-color: #eb705b;
}
.mo-social.radius.bg-light .social-feedburner:hover, .mo-social.circle.bg-light .social-feedburner:hover, .mo-social.square.bg-light .social-feedburner:hover {
  background-color: #ffe066;
}
.mo-social.radius.bg-light .social-linkedin:hover, .mo-social.circle.bg-light .social-linkedin:hover, .mo-social.square.bg-light .social-linkedin:hover {
  background-color: #77a5d9;
}
.mo-social.radius.bg-light .social-viadeo:hover, .mo-social.circle.bg-light .social-viadeo:hover, .mo-social.square.bg-light .social-viadeo:hover {
  background-color: #ffc94b;
}
.mo-social.radius.bg-light .social-xing:hover, .mo-social.circle.bg-light .social-xing:hover, .mo-social.square.bg-light .social-xing:hover {
  background-color: #00bac6;
}
.mo-social.radius.bg-light .social-myspace:hover, .mo-social.circle.bg-light .social-myspace:hover, .mo-social.square.bg-light .social-myspace:hover {
  background-color: #656565;
}
.mo-social.radius.bg-light .social-soundcloud:hover, .mo-social.circle.bg-light .social-soundcloud:hover, .mo-social.square.bg-light .social-soundcloud:hover {
  background-color: #fe8867;
}
.mo-social.radius.bg-light .social-spotify:hover, .mo-social.circle.bg-light .social-spotify:hover, .mo-social.square.bg-light .social-spotify:hover {
  background-color: #aed388;
}
.mo-social.radius.bg-light .social-grooveshark:hover, .mo-social.circle.bg-light .social-grooveshark:hover, .mo-social.square.bg-light .social-grooveshark:hover {
  background-color: #333333;
}
.mo-social.radius.bg-light .social-lastfm:hover, .mo-social.circle.bg-light .social-lastfm:hover, .mo-social.square.bg-light .social-lastfm:hover {
  background-color: #f05d5f;
}
.mo-social.radius.bg-light .social-youtube:hover, .mo-social.circle.bg-light .social-youtube:hover, .mo-social.square.bg-light .social-youtube:hover {
  background-color: #ec807a;
}
.mo-social.radius.bg-light .social-vimeo:hover, .mo-social.circle.bg-light .social-vimeo:hover, .mo-social.square.bg-light .social-vimeo:hover {
  background-color: #abdbf3;
}
.mo-social.radius.bg-light .social-dailymotion:hover, .mo-social.circle.bg-light .social-dailymotion:hover, .mo-social.square.bg-light .social-dailymotion:hover {
  background-color: #0094d8;
}
.mo-social.radius.bg-light .social-vine:hover, .mo-social.circle.bg-light .social-vine:hover, .mo-social.square.bg-light .social-vine:hover {
  background-color: #1affc9;
}
.mo-social.radius.bg-light .social-flickr:hover, .mo-social.circle.bg-light .social-flickr:hover, .mo-social.square.bg-light .social-flickr:hover {
  background-color: #54544b;
}
.mo-social.radius.bg-light .social-500px:hover, .mo-social.circle.bg-light .social-500px:hover, .mo-social.square.bg-light .social-500px:hover {
  background-color: #add5ef;
}
.mo-social.radius.bg-light .social-instagram:hover, .mo-social.circle.bg-light .social-instagram:hover, .mo-social.square.bg-light .social-instagram:hover {
  background-color: #c5b3ab;
}
.mo-social.radius.bg-light .social-wordpress:hover, .mo-social.circle.bg-light .social-wordpress:hover, .mo-social.square.bg-light .social-wordpress:hover {
  background-color: #797979;
}
.mo-social.radius.bg-light .social-tumblr:hover, .mo-social.circle.bg-light .social-tumblr:hover, .mo-social.square.bg-light .social-tumblr:hover {
  background-color: #7287a5;
}
.mo-social.radius.bg-light .social-blogger:hover, .mo-social.circle.bg-light .social-blogger:hover, .mo-social.square.bg-light .social-blogger:hover {
  background-color: #f4a57a;
}
.mo-social.radius.bg-light .social-technorati:hover, .mo-social.circle.bg-light .social-technorati:hover, .mo-social.square.bg-light .social-technorati:hover {
  background-color: #93d86e;
}
.mo-social.radius.bg-light .social-reddit:hover, .mo-social.circle.bg-light .social-reddit:hover, .mo-social.square.bg-light .social-reddit:hover {
  background-color: #f1947a;
}
.mo-social.radius.bg-light .social-dribbble:hover, .mo-social.circle.bg-light .social-dribbble:hover, .mo-social.square.bg-light .social-dribbble:hover {
  background-color: #f4a7c4;
}
.mo-social.radius.bg-light .social-stumbleupon:hover, .mo-social.circle.bg-light .social-stumbleupon:hover, .mo-social.square.bg-light .social-stumbleupon:hover {
  background-color: #f48869;
}
.mo-social.radius.bg-light .social-digg:hover, .mo-social.circle.bg-light .social-digg:hover, .mo-social.square.bg-light .social-digg:hover {
  background-color: #52524c;
}
.mo-social.radius.bg-light .social-behance:hover, .mo-social.circle.bg-light .social-behance:hover, .mo-social.square.bg-light .social-behance:hover {
  background-color: #333333;
}
.mo-social.radius.bg-light .social-delicious:hover, .mo-social.circle.bg-light .social-delicious:hover, .mo-social.square.bg-light .social-delicious:hover {
  background-color: #353535;
}
.mo-social.radius.bg-light .social-deviantart:hover, .mo-social.circle.bg-light .social-deviantart:hover, .mo-social.square.bg-light .social-deviantart:hover {
  background-color: #f3ff39;
}
.mo-social.radius.bg-light .social-forrst:hover, .mo-social.circle.bg-light .social-forrst:hover, .mo-social.square.bg-light .social-forrst:hover {
  background-color: #99c2a1;
}
.mo-social.radius.bg-light .social-play:hover, .mo-social.circle.bg-light .social-play:hover, .mo-social.square.bg-light .social-play:hover {
  background-color: #333333;
}
.mo-social.radius.bg-light .social-zerply:hover, .mo-social.circle.bg-light .social-zerply:hover, .mo-social.square.bg-light .social-zerply:hover {
  background-color: #cfdebe;
}
.mo-social.radius.bg-light .social-wikipedia:hover, .mo-social.circle.bg-light .social-wikipedia:hover, .mo-social.square.bg-light .social-wikipedia:hover {
  background-color: #333333;
}
.mo-social.radius.bg-light .social-apple:hover, .mo-social.circle.bg-light .social-apple:hover, .mo-social.square.bg-light .social-apple:hover {
  background-color: #eff0f1;
}
.mo-social.radius.bg-light .social-flattr:hover, .mo-social.circle.bg-light .social-flattr:hover, .mo-social.square.bg-light .social-flattr:hover {
  background-color: #fab47c;
}
.mo-social.radius.bg-light .social-github:hover, .mo-social.circle.bg-light .social-github:hover, .mo-social.square.bg-light .social-github:hover {
  background-color: #9eb7db;
}
.mo-social.radius.bg-light .social-chimein:hover, .mo-social.circle.bg-light .social-chimein:hover, .mo-social.square.bg-light .social-chimein:hover {
  background-color: #bbb9bb;
}
.mo-social.radius.bg-light .social-friendfeed:hover, .mo-social.circle.bg-light .social-friendfeed:hover, .mo-social.square.bg-light .social-friendfeed:hover {
  background-color: #7aa7df;
}
.mo-social.radius.bg-light .social-newsvine:hover, .mo-social.circle.bg-light .social-newsvine:hover, .mo-social.square.bg-light .social-newsvine:hover {
  background-color: #0eba60;
}
.mo-social.radius.bg-light .social-identica:hover, .mo-social.circle.bg-light .social-identica:hover, .mo-social.square.bg-light .social-identica:hover {
  background-color: #333333;
}
.mo-social.radius.bg-light .social-bebo:hover, .mo-social.circle.bg-light .social-bebo:hover, .mo-social.square.bg-light .social-bebo:hover {
  background-color: #f57070;
}
.mo-social.radius.bg-light .social-zynga:hover, .mo-social.circle.bg-light .social-zynga:hover, .mo-social.square.bg-light .social-zynga:hover {
  background-color: #fa4e4e;
}
.mo-social.radius.bg-light .social-steam:hover, .mo-social.circle.bg-light .social-steam:hover, .mo-social.square.bg-light .social-steam:hover {
  background-color: #c1c0be;
}
.mo-social.radius.bg-light .social-xbox:hover, .mo-social.circle.bg-light .social-xbox:hover, .mo-social.square.bg-light .social-xbox:hover {
  background-color: #bfdf8d;
}
.mo-social.radius.bg-light .social-windows:hover, .mo-social.circle.bg-light .social-windows:hover, .mo-social.square.bg-light .social-windows:hover {
  background-color: #5dd9ff;
}
.mo-social.radius.bg-light .social-outlook:hover, .mo-social.circle.bg-light .social-outlook:hover, .mo-social.square.bg-light .social-outlook:hover {
  background-color: #2da6ff;
}
.mo-social.radius.bg-light .social-coderwall:hover, .mo-social.circle.bg-light .social-coderwall:hover, .mo-social.square.bg-light .social-coderwall:hover {
  background-color: #8fbde1;
}
.mo-social.radius.bg-light .social-tripadvisor:hover, .mo-social.circle.bg-light .social-tripadvisor:hover, .mo-social.square.bg-light .social-tripadvisor:hover {
  background-color: #333333;
}
.mo-social.radius.bg-light .social-netcodes:hover, .mo-social.circle.bg-light .social-netcodes:hover, .mo-social.square.bg-light .social-netcodes:hover {
  background-color: #5d696d;
}
.mo-social.radius.bg-light .social-lanyrd:hover, .mo-social.circle.bg-light .social-lanyrd:hover, .mo-social.square.bg-light .social-lanyrd:hover {
  background-color: #8cb4df;
}
.mo-social.radius.bg-light .social-slideshare:hover, .mo-social.circle.bg-light .social-slideshare:hover, .mo-social.square.bg-light .social-slideshare:hover {
  background-color: #8cc9cb;
}
.mo-social.radius.bg-light .social-buffer:hover, .mo-social.circle.bg-light .social-buffer:hover, .mo-social.square.bg-light .social-buffer:hover {
  background-color: #333333;
}
.mo-social.radius.bg-light .social-rss:hover, .mo-social.circle.bg-light .social-rss:hover, .mo-social.square.bg-light .social-rss:hover {
  background-color: #f99f68;
}
.mo-social.radius.bg-light .social-vkontakte:hover, .mo-social.circle.bg-light .social-vkontakte:hover, .mo-social.square.bg-light .social-vkontakte:hover {
  background-color: #9cb2ca;
}
.mo-social.radius.bg-light .social-disqus:hover, .mo-social.circle.bg-light .social-disqus:hover, .mo-social.square.bg-light .social-disqus:hover {
  background-color: #94ceff;
}
.mo-social.radius.bg-light .social-joomla:hover, .mo-social.circle.bg-light .social-joomla:hover, .mo-social.square.bg-light .social-joomla:hover {
  background-color: #f58c91;
}
.mo-social.radius.bg-light .social-email1:hover, .mo-social.circle.bg-light .social-email1:hover, .mo-social.square.bg-light .social-email1:hover {
  background-color: #a9c3ea;
}
.mo-social.radius.bg-light .social-email2:hover, .mo-social.circle.bg-light .social-email2:hover, .mo-social.square.bg-light .social-email2:hover {
  background-color: #a9c3ea;
}
.mo-social.radius.bg-dark .social-path:hover, .mo-social.circle.bg-dark .social-path:hover, .mo-social.square.bg-dark .social-path:hover {
  background-color: #85120a;
}
.mo-social.radius.bg-dark .social-android:hover, .mo-social.circle.bg-dark .social-android:hover, .mo-social.square.bg-dark .social-android:hover {
  background-color: #627722;
}
.mo-social.radius.bg-dark .social-evernote:hover, .mo-social.circle.bg-dark .social-evernote:hover, .mo-social.square.bg-dark .social-evernote:hover {
  background-color: #3a611a;
}
.mo-social.radius.bg-dark .social-envato:hover, .mo-social.circle.bg-dark .social-envato:hover, .mo-social.square.bg-dark .social-envato:hover {
  background-color: #4c6a26;
}
.mo-social.radius.bg-dark .social-twitter:hover, .mo-social.circle.bg-dark .social-twitter:hover, .mo-social.square.bg-dark .social-twitter:hover {
  background-color: #1f73a6;
}
.mo-social.radius.bg-dark .social-facebook:hover, .mo-social.circle.bg-dark .social-facebook:hover, .mo-social.square.bg-dark .social-facebook:hover {
  background-color: #203050;
}
.mo-social.radius.bg-dark .social-google:hover, .mo-social.circle.bg-dark .social-google:hover, .mo-social.square.bg-dark .social-google:hover {
  background-color: #872319;
}
.mo-social.radius.bg-dark .social-pinterest:hover, .mo-social.circle.bg-dark .social-pinterest:hover, .mo-social.square.bg-dark .social-pinterest:hover {
  background-color: #6e150e;
}
.mo-social.radius.bg-dark .social-foursquare:hover, .mo-social.circle.bg-dark .social-foursquare:hover, .mo-social.square.bg-dark .social-foursquare:hover {
  background-color: #13708a;
}
.mo-social.radius.bg-dark .social-yahoo:hover, .mo-social.circle.bg-dark .social-yahoo:hover, .mo-social.square.bg-dark .social-yahoo:hover {
  background-color: #2e1237;
}
.mo-social.radius.bg-dark .social-skype:hover, .mo-social.circle.bg-dark .social-skype:hover, .mo-social.square.bg-dark .social-skype:hover {
  background-color: #136c92;
}
.mo-social.radius.bg-dark .social-yelp:hover, .mo-social.circle.bg-dark .social-yelp:hover, .mo-social.square.bg-dark .social-yelp:hover {
  background-color: #6d1b0d;
}
.mo-social.radius.bg-dark .social-feedburner:hover, .mo-social.circle.bg-dark .social-feedburner:hover, .mo-social.square.bg-dark .social-feedburner:hover {
  background-color: #997a00;
}
.mo-social.radius.bg-dark .social-linkedin:hover, .mo-social.circle.bg-dark .social-linkedin:hover, .mo-social.square.bg-dark .social-linkedin:hover {
  background-color: #1d4067;
}
.mo-social.radius.bg-dark .social-viadeo:hover, .mo-social.circle.bg-dark .social-viadeo:hover, .mo-social.square.bg-dark .social-viadeo:hover {
  background-color: #7e5800;
}
.mo-social.radius.bg-dark .social-xing:hover, .mo-social.circle.bg-dark .social-xing:hover, .mo-social.square.bg-dark .social-xing:hover {
  background-color: black;
}
.mo-social.radius.bg-dark .social-myspace:hover, .mo-social.circle.bg-dark .social-myspace:hover, .mo-social.square.bg-dark .social-myspace:hover {
  background-color: black;
}
.mo-social.radius.bg-dark .social-soundcloud:hover, .mo-social.circle.bg-dark .social-soundcloud:hover, .mo-social.square.bg-dark .social-soundcloud:hover {
  background-color: #982201;
}
.mo-social.radius.bg-dark .social-spotify:hover, .mo-social.circle.bg-dark .social-spotify:hover, .mo-social.square.bg-dark .social-spotify:hover {
  background-color: #486827;
}
.mo-social.radius.bg-dark .social-grooveshark:hover, .mo-social.circle.bg-dark .social-grooveshark:hover, .mo-social.square.bg-dark .social-grooveshark:hover {
  background-color: black;
}
.mo-social.radius.bg-dark .social-lastfm:hover, .mo-social.circle.bg-dark .social-lastfm:hover, .mo-social.square.bg-dark .social-lastfm:hover {
  background-color: #760b0c;
}
.mo-social.radius.bg-dark .social-youtube:hover, .mo-social.circle.bg-dark .social-youtube:hover, .mo-social.square.bg-dark .social-youtube:hover {
  background-color: #871913;
}
.mo-social.radius.bg-dark .social-vimeo:hover, .mo-social.circle.bg-dark .social-vimeo:hover, .mo-social.square.bg-dark .social-vimeo:hover {
  background-color: #1984b9;
}
.mo-social.radius.bg-dark .social-dailymotion:hover, .mo-social.circle.bg-dark .social-dailymotion:hover, .mo-social.square.bg-dark .social-dailymotion:hover {
  background-color: #00080c;
}
.mo-social.radius.bg-dark .social-vine:hover, .mo-social.circle.bg-dark .social-vine:hover, .mo-social.square.bg-dark .social-vine:hover {
  background-color: #004d3b;
}
.mo-social.radius.bg-dark .social-flickr:hover, .mo-social.circle.bg-dark .social-flickr:hover, .mo-social.square.bg-dark .social-flickr:hover {
  background-color: black;
}
.mo-social.radius.bg-dark .social-500px:hover, .mo-social.circle.bg-dark .social-500px:hover, .mo-social.square.bg-dark .social-500px:hover {
  background-color: #2277ae;
}
.mo-social.radius.bg-dark .social-instagram:hover, .mo-social.circle.bg-dark .social-instagram:hover, .mo-social.square.bg-dark .social-instagram:hover {
  background-color: #614c43;
}
.mo-social.radius.bg-dark .social-wordpress:hover, .mo-social.circle.bg-dark .social-wordpress:hover, .mo-social.square.bg-dark .social-wordpress:hover {
  background-color: #131313;
}
.mo-social.radius.bg-dark .social-tumblr:hover, .mo-social.circle.bg-dark .social-tumblr:hover, .mo-social.square.bg-dark .social-tumblr:hover {
  background-color: #1d242e;
}
.mo-social.radius.bg-dark .social-blogger:hover, .mo-social.circle.bg-dark .social-blogger:hover, .mo-social.square.bg-dark .social-blogger:hover {
  background-color: #953d0d;
}
.mo-social.radius.bg-dark .social-technorati:hover, .mo-social.circle.bg-dark .social-technorati:hover, .mo-social.square.bg-dark .social-technorati:hover {
  background-color: #32601a;
}
.mo-social.radius.bg-dark .social-reddit:hover, .mo-social.circle.bg-dark .social-reddit:hover, .mo-social.square.bg-dark .social-reddit:hover {
  background-color: #902b0f;
}
.mo-social.radius.bg-dark .social-dribbble:hover, .mo-social.circle.bg-dark .social-dribbble:hover, .mo-social.square.bg-dark .social-dribbble:hover {
  background-color: #b71854;
}
.mo-social.radius.bg-dark .social-stumbleupon:hover, .mo-social.circle.bg-dark .social-stumbleupon:hover, .mo-social.square.bg-dark .social-stumbleupon:hover {
  background-color: #87260a;
}
.mo-social.radius.bg-dark .social-digg:hover, .mo-social.circle.bg-dark .social-digg:hover, .mo-social.square.bg-dark .social-digg:hover {
  background-color: black;
}
.mo-social.radius.bg-dark .social-behance:hover, .mo-social.circle.bg-dark .social-behance:hover, .mo-social.square.bg-dark .social-behance:hover {
  background-color: black;
}
.mo-social.radius.bg-dark .social-delicious:hover, .mo-social.circle.bg-dark .social-delicious:hover, .mo-social.square.bg-dark .social-delicious:hover {
  background-color: black;
}
.mo-social.radius.bg-dark .social-deviantart:hover, .mo-social.circle.bg-dark .social-deviantart:hover, .mo-social.square.bg-dark .social-deviantart:hover {
  background-color: #656c00;
}
.mo-social.radius.bg-dark .social-forrst:hover, .mo-social.circle.bg-dark .social-forrst:hover, .mo-social.square.bg-dark .social-forrst:hover {
  background-color: #355a3d;
}
.mo-social.radius.bg-dark .social-play:hover, .mo-social.circle.bg-dark .social-play:hover, .mo-social.square.bg-dark .social-play:hover {
  background-color: black;
}
.mo-social.radius.bg-dark .social-zerply:hover, .mo-social.circle.bg-dark .social-zerply:hover, .mo-social.square.bg-dark .social-zerply:hover {
  background-color: #6a8a46;
}
.mo-social.radius.bg-dark .social-wikipedia:hover, .mo-social.circle.bg-dark .social-wikipedia:hover, .mo-social.square.bg-dark .social-wikipedia:hover {
  background-color: black;
}
.mo-social.radius.bg-dark .social-apple:hover, .mo-social.circle.bg-dark .social-apple:hover, .mo-social.square.bg-dark .social-apple:hover {
  background-color: #838e91;
}
.mo-social.radius.bg-dark .social-flattr:hover, .mo-social.circle.bg-dark .social-flattr:hover, .mo-social.square.bg-dark .social-flattr:hover {
  background-color: #a44c06;
}
.mo-social.radius.bg-dark .social-github:hover, .mo-social.circle.bg-dark .social-github:hover, .mo-social.square.bg-dark .social-github:hover {
  background-color: #2e507f;
}
.mo-social.radius.bg-dark .social-chimein:hover, .mo-social.circle.bg-dark .social-chimein:hover, .mo-social.square.bg-dark .social-chimein:hover {
  background-color: #555355;
}
.mo-social.radius.bg-dark .social-friendfeed:hover, .mo-social.circle.bg-dark .social-friendfeed:hover, .mo-social.square.bg-dark .social-friendfeed:hover {
  background-color: #1b4272;
}
.mo-social.radius.bg-dark .social-newsvine:hover, .mo-social.circle.bg-dark .social-newsvine:hover, .mo-social.square.bg-dark .social-newsvine:hover {
  background-color: black;
}
.mo-social.radius.bg-dark .social-identica:hover, .mo-social.circle.bg-dark .social-identica:hover, .mo-social.square.bg-dark .social-identica:hover {
  background-color: black;
}
.mo-social.radius.bg-dark .social-bebo:hover, .mo-social.circle.bg-dark .social-bebo:hover, .mo-social.square.bg-dark .social-bebo:hover {
  background-color: #8f0a0a;
}
.mo-social.radius.bg-dark .social-zynga:hover, .mo-social.circle.bg-dark .social-zynga:hover, .mo-social.square.bg-dark .social-zynga:hover {
  background-color: #790303;
}
.mo-social.radius.bg-dark .social-steam:hover, .mo-social.circle.bg-dark .social-steam:hover, .mo-social.square.bg-dark .social-steam:hover {
  background-color: #5b5a58;
}
.mo-social.radius.bg-dark .social-xbox:hover, .mo-social.circle.bg-dark .social-xbox:hover, .mo-social.square.bg-dark .social-xbox:hover {
  background-color: #5a7d23;
}
.mo-social.radius.bg-dark .social-windows:hover, .mo-social.circle.bg-dark .social-windows:hover, .mo-social.square.bg-dark .social-windows:hover {
  background-color: #006f90;
}
.mo-social.radius.bg-dark .social-outlook:hover, .mo-social.circle.bg-dark .social-outlook:hover, .mo-social.square.bg-dark .social-outlook:hover {
  background-color: #003760;
}
.mo-social.radius.bg-dark .social-coderwall:hover, .mo-social.circle.bg-dark .social-coderwall:hover, .mo-social.square.bg-dark .social-coderwall:hover {
  background-color: #225782;
}
.mo-social.radius.bg-dark .social-tripadvisor:hover, .mo-social.circle.bg-dark .social-tripadvisor:hover, .mo-social.square.bg-dark .social-tripadvisor:hover {
  background-color: black;
}
.mo-social.radius.bg-dark .social-netcodes:hover, .mo-social.circle.bg-dark .social-netcodes:hover, .mo-social.square.bg-dark .social-netcodes:hover {
  background-color: black;
}
.mo-social.radius.bg-dark .social-lanyrd:hover, .mo-social.circle.bg-dark .social-lanyrd:hover, .mo-social.square.bg-dark .social-lanyrd:hover {
  background-color: #224e7d;
}
.mo-social.radius.bg-dark .social-slideshare:hover, .mo-social.circle.bg-dark .social-slideshare:hover, .mo-social.square.bg-dark .social-slideshare:hover {
  background-color: #2b5e60;
}
.mo-social.radius.bg-dark .social-buffer:hover, .mo-social.circle.bg-dark .social-buffer:hover, .mo-social.square.bg-dark .social-buffer:hover {
  background-color: black;
}
.mo-social.radius.bg-dark .social-rss:hover, .mo-social.circle.bg-dark .social-rss:hover, .mo-social.square.bg-dark .social-rss:hover {
  background-color: #903a05;
}
.mo-social.radius.bg-dark .social-vkontakte:hover, .mo-social.circle.bg-dark .social-vkontakte:hover, .mo-social.square.bg-dark .social-vkontakte:hover {
  background-color: #364c64;
}
.mo-social.radius.bg-dark .social-disqus:hover, .mo-social.circle.bg-dark .social-disqus:hover, .mo-social.square.bg-dark .social-disqus:hover {
  background-color: #006cc7;
}
.mo-social.radius.bg-dark .social-joomla:hover, .mo-social.circle.bg-dark .social-joomla:hover, .mo-social.square.bg-dark .social-joomla:hover {
  background-color: #a70e16;
}
.mo-social.radius.bg-dark .social-email1:hover, .mo-social.circle.bg-dark .social-email1:hover, .mo-social.square.bg-dark .social-email1:hover {
  background-color: #2758a0;
}
.mo-social.radius.bg-dark .social-email2:hover, .mo-social.circle.bg-dark .social-email2:hover, .mo-social.square.bg-dark .social-email2:hover {
  background-color: #2758a0;
}
.mo-social.square li a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.mo-social.radius li a {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.mo-social.circle li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.mo-social.grow, .mo-social.float {
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  padding: 5px;
}
.mo-social.float a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.mo-social.grow a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.mo-social.cube {
  background-color: #fcfcfc;
  height: 80px;
  overflow: visible;
}
.mo-social.cube li {
  position: relative;
  margin-right: 10px;
  height: 80px;
  width: 80px;
  -webkit-transition: -webkit-transform .3s linear;
  -webkit-transform-style: preserve-3d;
  -moz-transition: -moz-transform .3s linear;
  -moz-transform-style: preserve-3d;
}
.mo-social.cube .front, .mo-social.cube .back {
  position: absolute;
}
.mo-social.cube .front {
  -webkit-transform: translateZ(40px);
  -moz-transform: translateZ(40px);
}
.mo-social.cube .back {
  -webkit-transform: rotateX(-90deg) translateZ(40px);
  -moz-transform: rotateX(-90deg) translateZ(40px);
}
.mo-social.cube li:hover {
  -webkit-transform: rotateX(90deg);
}

.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;
}