
* {
}
body {
    color: #7C7C7C;
    font-size: 14px;
    line-height: 1.6;
	margin: 0px;
}
p, li {
    color: #7C7C7C;
}
a {
    color: #FD8140;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}
a, a:focus, a:hover, a:active {
    outline-color: -moz-use-text-color !important;
    outline-style: none !important;
    outline-width: 0 !important;
}
a:focus {
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}
a:hover {
    color: #FD8140;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: underline;
    text-decoration-style: solid;
}
hr {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
}
h1 {
    font-size: 28px;
    line-height: 35px;
}
h2 {
    font-size: 24px;
    line-height: 33px;
}
h3 {
    font-size: 20px;
    line-height: 27px;
}
h4 {
    line-height: 25px;
}
h5 {
    line-height: 20px;
}
h6 {
    line-height: 18px;
}
h1, h2, h3, h4, h5, h6 {
    color: #585f69;
    font-family: NotoSansHans-Regular,AvenirNext-Regular,"proxima-nova","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei","Open Sans","Helvetica Neue",Arial,sans-serif;
    font-weight: normal;
    margin-top: 5px;
    text-shadow: none;
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
    margin-right: 5px;
}
.headline {
    border-bottom-color: #e4e9f0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: block;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}
.headline h2 {
    font-size: 22px;
}
.headline h2, .headline h3, .headline h4 {
    border-bottom-color: #72c02c;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    display: inline-block;
    margin-bottom: -2px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 5px;
}
.headline-md {
    margin-bottom: 15px;
}
.headline-md h2 {
    font-size: 21px;
}
.heading {
    text-align: center;
}
.heading h2 {
    display: inline-block;
    line-height: 34px !important;
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0;
    position: relative;
}
.heading h2::before, .heading h2::after {
    border-bottom-color: #bbb;
    border-bottom-width: 1px;
    border-left-color: #bbb;
    border-left-width: 1px;
    border-right-color: #bbb;
    border-right-width: 1px;
    border-top-color: #bbb;
    border-top-width: 1px;
    content: " ";
    position: absolute;
    width: 70%;
}
.heading h2::before {
    right: 100%;
}
.heading h2::after {
    left: 100%;
}
@media (max-width: 768px) {
.heading h2::before, .heading h2::after {
    width: 35%;
}
}
@media (max-width: 600px) {
.heading h2 {
    font-size: 19px;
}
.heading h2::before, .heading h2::after {
    width: 15%;
}
}
.heading-v1 h2::before, .heading-v1 h2::after {
    border-bottom-style: solid;
    border-top-style: solid;
    height: 6px;
    top: 15px;
}
.heading-v2 h2::before, .heading-v2 h2::after {
    border-bottom-style: dashed;
    border-top-style: dashed;
    height: 6px;
    top: 15px;
}
.heading-v3 h2::before, .heading-v3 h2::after {
    border-bottom-style: dotted;
    border-top-style: dotted;
    height: 6px;
    top: 15px;
}
.heading-v4 h2::before, .heading-v4 h2::after {
    border-bottom-style: solid;
    top: 17px;
}
.heading-v5 h2::before, .heading-v5 h2::after {
    border-bottom-style: dashed;
    top: 17px;
}
.heading-v6 h2::before, .heading-v6 h2::after {
    border-bottom-style: dotted;
    top: 17px;
}
h2.heading-md {
    font-size: 20px;
    line-height: 24px;
}
h2.heading-sm, h3.heading-md {
    font-size: 18px;
    line-height: 24px;
}
h3.heading-md {
    line-height: 22px;
}
h3.heading-sm {
    font-size: 16px;
    line-height: 20px;
}
h3.heading-xs {
    font-size: 14px;
    margin-bottom: 0;
}
.devider.devider-dotted {
    border-top-color: #eee;
    border-top-style: dotted;
    border-top-width: 2px;
}
.devider.devider-dashed {
    border-top-color: #eee;
    border-top-style: dashed;
    border-top-width: 2px;
}
.devider.devider-db {
    border-bottom-color: #eee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #eee;
    border-top-style: solid;
    border-top-width: 1px;
    height: 5px;
}
.devider.devider-db-dashed {
    border-bottom-color: #ddd;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-top-color: #ddd;
    border-top-style: dashed;
    border-top-width: 1px;
    height: 5px;
}
.devider.devider-db-dotted {
    border-bottom-color: #ddd;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-top-color: #ddd;
    border-top-style: dotted;
    border-top-width: 1px;
    height: 5px;
}
.table thead > tr > th {
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
}
@media (max-width: 768px) {
.table th.hidden-sm, .table td.hidden-sm {
    display: none !important;
}
}
.form-control {
    box-shadow: none;
}
.form-control:focus {
    border-bottom-color: #bbb;
    border-left-color: #bbb;
    border-right-color: #bbb;
    border-top-color: #bbb;
    box-shadow: 0 0 2px #c9c9c9;
}
.form-spacing .form-control {
    margin-bottom: 15px;
}
.input-group-addon {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #b3b3b3;
    font-size: 14px;
}
.carousel-v1 .carousel-caption {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    bottom: 0;
    left: 0;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    right: 0;
}
.carousel-v1 .carousel-caption p {
    color: #fff;
    margin-bottom: 0;
}
.carousel-v1 .carousel-arrow a.carousel-control {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    font-size: 30px;
    height: inherit;
    opacity: 1;
    position: inherit;
    text-shadow: none;
    width: inherit;
}
.carousel-v1 .carousel-arrow a i {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #000;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-top: -18px;
    opacity: 0.6;
    padding-bottom: 2px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    position: absolute;
    top: 50%;
}
.carousel-v1 .carousel-arrow a i:hover {
    opacity: 0.8;
}
.carousel-v1 .carousel-arrow a.left i {
    left: 0;
}
.carousel-v1 .carousel-arrow a.right i {
    right: 0;
}
.tab-v1 .nav-tabs {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #72c02c;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
}
.tab-v1 .nav-tabs a {
    font-size: 14px;
    padding-bottom: 8px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 8px;
}
.tab-v1 .nav-tabs > .active > a, .tab-v1 .nav-tabs > .active > a:hover, .tab-v1 .nav-tabs > .active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #72c02c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    color: #fff;
}
.tab-v1 .nav-tabs > li > a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
}
.tab-v1 .nav-tabs > li > a:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #72c02c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
}
.tab-v1 .tab-content {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.tab-v1 .tab-content img {
    margin-bottom: 15px;
    margin-top: 4px;
}
.tab-v1 .tab-content img.img-tab-space {
    margin-top: 7px;
}
.tab-v2 .nav-tabs {
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
}
.tab-v2 .nav-tabs li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    padding-bottom: 9px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 9px;
}
.tab-v2 .nav-tabs li.active a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color !important;
    border-bottom-style: none !important;
    border-bottom-width: medium !important;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #eee;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #eee;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #72c02c;
    border-top-style: solid;
    border-top-width: 2px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
}
.tab-v2 .tab-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #eee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #eee;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #eee;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #eee;
    border-top-style: solid;
    border-top-width: 1px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
}
.tab-v3 .nav-pills li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fafafa;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #eee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #eee;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #eee;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #eee;
    border-top-style: solid;
    border-top-width: 1px;
    color: #777;
    font-size: 17px;
    margin-bottom: 3px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
}
.tab-v3 .nav-pills li a:hover, .tab-v3 .nav-pills li.active a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #72c02c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #68af28;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #68af28;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #68af28;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #68af28;
    border-top-style: solid;
    border-top-width: 1px;
    color: #fff;
}
.tab-v3 .nav-pills li i {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    width: 1.25em;
}
.tab-v3 .tab-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fafafa;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #eee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #eee;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #eee;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #eee;
    border-top-style: solid;
    border-top-width: 1px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
.acc-v1 .panel-heading {
    box-shadow: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.acc-v1 .panel-heading a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fefefe;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    display: block;
    font-size: 14px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}
.acc-icon a.accordion-toggle i {
    color: #585f69;
    margin-right: 8px;
}
.acc-icon a.accordion-toggle:hover i {
    color: #39414c;
}
.pagination li a {
    color: #777;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}
.pagination li a:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #56997c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #56997c;
    border-left-color: #56997c;
    border-right-color: #56997c;
    border-top-color: #56997c;
    color: #fff;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #72c02c;
    border-bottom-color: #72c02c;
    border-left-color: #72c02c;
    border-right-color: #72c02c;
    border-top-color: #72c02c;
}
.pagination-no-space .pagination {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.pager li > a:hover, .pager li > a:focus {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #56997c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #56997c;
    border-left-color: #56997c;
    border-right-color: #56997c;
    border-top-color: #56997c;
    color: #fff;
}
.sidebar-nav-v1 li {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.sidebar-nav-v1 li a {
    display: block;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 30px;
    padding-top: 8px;
}
.sidebar-nav-v1 li a:hover {
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}
.sidebar-nav-v1 > li.active, .sidebar-nav-v1 > li.active:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #717984;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.sidebar-nav-v1 > li.active > a {
    color: #fff;
}
.sidebar-nav-v1 li ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.sidebar-nav-v1 li ul, .sidebar-nav-v1 li.active ul a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f8f8f8;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.sidebar-nav-v1 li ul a {
    border-top-color: #ddd;
    border-top-style: solid;
    border-top-width: 1px;
    color: #585f69;
    font-size: 12px;
    padding-bottom: 6px;
    padding-left: 17px;
    padding-right: 30px;
    padding-top: 6px;
}
.sidebar-nav-v1 ul li:hover a, .sidebar-nav-v1 ul li.active a {
    color: #72c02c;
}
.list-group-item li > .badge {
    float: right;
}
.sidebar-nav-v1 span.badge {
    margin-right: 10px;
    margin-top: 8px;
}
.sidebar-nav-v1 .list-toggle > span.badge {
    margin-right: 25px;
}
.sidebar-nav-v1 ul li span.badge {
    font-size: 11px;
    margin-right: 10px;
    margin-top: 8px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
}
.list-toggle::after {
    color: #777;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: 7px;
}
.list-toggle.active::after {
    color: #fff;
    content: "";
}
.sidebar-nav-v1 li [class^="fa"], .sidebar-nav-v1 li [class*=" fa"] {
    display: inline-block;
    left: -2px;
    margin-right: 2px;
    position: relative;
    text-align: center;
    width: 1.25em;
}
.sidebar-nav-v1 li .fa-lg[class^="fa"], .sidebar-nav-v1 li .fa-lg[class*=" fa"] {
    width: 1.5625em;
}
.btn {
    box-shadow: none;
}
.btn-u {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    /**background-color: #56bc94;**/
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 6px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 6px;
    position: relative;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
	border-radius: 0.2em;
}
.btn-u:hover {
    color: #fff;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
a.btn-u {
}
.btn-u-sm, a.btn-u-sm {
    padding-bottom: 3px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 3px;
}
.btn-u-lg, a.btn-u-lg {
    font-size: 15px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
}
.btn-u-xs, a.btn-u-xs {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 2px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
}
.btn-group .dropdown-menu > li > a {
    padding-bottom: 3px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 3px;
}
.btn-group > .btn-u, .btn-group-vertical > .btn-u {
    float: left;
    position: relative;
}
.btn-group > .btn-u:first-child {
    margin-left: 0;
}
@-moz-document url-prefix("") {
.footer-subsribe .btn-u {
    padding-bottom: 4px;
}
}
@media (max-width: 768px) {
@-moz-document url-prefix("") {
.btn-u {
    padding-bottom: 6px;
}
}
}
.btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active, .open .dropdown-toggle.btn-u {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #56997c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u-split.dropdown-toggle {
    border-left-color: #56997c;
    border-left-style: solid;
    border-left-width: 1px;
}
.btn-u.btn-u-blue {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #3498db;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-blue:hover, .btn-u.btn-u-blue:focus, .btn-u.btn-u-blue:active, .btn-u.btn-u-blue.active, .open .dropdown-toggle.btn-u.btn-u-blue {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #2980b9;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-split-blue.dropdown-toggle {
    border-left-color: #2980b9;
    border-left-style: solid;
    border-left-width: 1px;
}
.btn-u.btn-u-red {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e74c3c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-red:hover, .btn-u.btn-u-red:focus, .btn-u.btn-u-red:active, .btn-u.btn-u-red.active, .open .dropdown-toggle.btn-u.btn-u-red {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #c0392b;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-split-red.dropdown-toggle {
    border-left-color: #c0392b;
    border-left-style: solid;
    border-left-width: 1px;
}
.btn-u.btn-u-orange {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e67e22;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-orange:hover, .btn-u.btn-u-orange:focus, .btn-u.btn-u-orange:active, .btn-u.btn-u-orange.active, .open .dropdown-toggle.btn-u.btn-u-orange {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #d35400;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-split-orange.dropdown-toggle {
    border-left-color: #d35400;
    border-left-style: solid;
    border-left-width: 1px;
}
.btn-u.btn-u-sea {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #1abc9c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-sea:hover, .btn-u.btn-u-sea:focus, .btn-u.btn-u-sea:active, .btn-u.btn-u-sea.active, .open .dropdown-toggle.btn-u.btn-u-sea {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #16a085;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-split-sea.dropdown-toggle {
    border-left-color: #16a085;
    border-left-style: solid;
    border-left-width: 1px;
}
.btn-u.btn-u-green {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #2ecc71;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-green:hover, .btn-u.btn-u-green:focus, .btn-u.btn-u-green:active, .btn-u.btn-u-green.active, .open .dropdown-toggle.btn-u.btn-u-green {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #27ae60;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-split-green.dropdown-toggle {
    border-left-color: #27ae60;
    border-left-style: solid;
    border-left-width: 1px;
}
.btn-u.btn-u-yellow {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f1c40f;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-yellow:hover, .btn-u.btn-u-yellow:focus, .btn-u.btn-u-yellow:active, .btn-u.btn-u-yellow.active, .open .dropdown-toggle.btn-u.btn-u-yellow {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f39c12;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-split-yellow.dropdown-toggle {
    border-left-color: #f39c12;
    border-left-style: solid;
    border-left-width: 1px;
}
.btn-u.btn-u-default {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #95a5a6;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-default:hover, .btn-u.btn-u-default:focus, .btn-u.btn-u-default:active, .btn-u.btn-u-default.active, .open .dropdown-toggle.btn-u.btn-u-default {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #7f8c8d;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-split-default.dropdown-toggle {
    border-left-color: #7f8c8d;
    border-left-style: solid;
    border-left-width: 1px;
}
.btn-u.btn-u-purple {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #9b6bcc;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-purple:hover, .btn-u.btn-u-purple:focus, .btn-u.btn-u-purple:active, .btn-u.btn-u-purple.active, .open .dropdown-toggle.btn-u.btn-u-purple {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #814fb5;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-split-purple.dropdown-toggle {
    border-left-color: #814fb5;
    border-left-style: solid;
    border-left-width: 1px;
}
.btn-u.btn-u-aqua {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #27d7e7;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-aqua:hover, .btn-u.btn-u-aqua:focus, .btn-u.btn-u-aqua:active, .btn-u.btn-u-aqua.active, .open .dropdown-toggle.btn-u.btn-u-aqua {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #26bac8;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-split-aqua.dropdown-toggle {
    border-left-color: #26bac8;
    border-left-style: solid;
    border-left-width: 1px;
}
.btn-u.btn-u-brown {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #9c8061;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-brown:hover, .btn-u.btn-u-brown:focus, .btn-u.btn-u-brown:active, .btn-u.btn-u-brown.active, .open .dropdown-toggle.btn-u.btn-u-brown {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #81674b;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-split-brown.dropdown-toggle {
    border-left-color: #81674b;
    border-left-style: solid;
    border-left-width: 1px;
}
.btn-u.btn-u-dark-blue {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #4765a0;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-dark-blue:hover, .btn-u.btn-u-dark-blue:focus, .btn-u.btn-u-dark-blue:active, .btn-u.btn-u-dark-blue.active, .open .dropdown-toggle.btn-u.btn-u-dark-blue {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #324c80;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-split-dark.dropdown-toggle {
    border-left-color: #324c80;
    border-left-style: solid;
    border-left-width: 1px;
}
.btn-u.btn-u-light-green {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #79d5b3;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-light-green:hover, .btn-u.btn-u-light-green:focus, .btn-u.btn-u-light-green:active, .btn-u.btn-u-light-green.active, .open .dropdown-toggle.btn-u.btn-u-light-green {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #59b795;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-split-light-green.dropdown-toggle {
    border-left-color: #59b795;
    border-left-style: solid;
    border-left-width: 1px;
}
.btn-u.btn-u-dark {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #555;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-dark:hover, .btn-u.btn-u-dark:focus, .btn-u.btn-u-dark:active, .btn-u.btn-u-dark.active, .open .dropdown-toggle.btn-u.btn-u-dark {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #333;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-split-dark.dropdown-toggle {
    border-left-color: #333;
    border-left-style: solid;
    border-left-width: 1px;
}
.btn-u.btn-u-light-grey {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #585f69;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-light-grey:hover, .btn-u.btn-u-light-grey:focus, .btn-u.btn-u-light-grey:active, .btn-u.btn-u-light-grey.active, .open .dropdown-toggle.btn-u.btn-u-light-grey {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #484f58;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-u-split-light-grey.dropdown-toggle {
    border-left-color: #484f58;
    border-left-style: solid;
    border-left-width: 1px;
}
.btn-u.btn-brd {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 1px;
    color: #555;
    font-weight: 200;
    transition-delay: 0s;
    transition-duration: 0.1s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
.btn-u.btn-brd:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #eee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #eee;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #eee;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #eee;
    border-top-style: solid;
    border-top-width: 1px;
}
.btn-u.btn-brd:focus {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-brd.btn-brd-hover:hover {
    color: #fff !important;
}
.btn-u.btn-brd {
    border-bottom-color: #72c02c;
    border-left-color: #72c02c;
    border-right-color: #72c02c;
    border-top-color: #72c02c;
}
.btn-u.btn-brd:hover {
    border-bottom-color: #56997c;
    border-left-color: #56997c;
    border-right-color: #56997c;
    border-top-color: #56997c;
    color: #56997c;
}
.btn-u.btn-brd.btn-brd-hover:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #56997c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-brd.btn-u-blue {
    border-bottom-color: #3498db;
    border-left-color: #3498db;
    border-right-color: #3498db;
    border-top-color: #3498db;
}
.btn-u.btn-brd.btn-u-blue:hover {
    border-bottom-color: #2980b9;
    border-left-color: #2980b9;
    border-right-color: #2980b9;
    border-top-color: #2980b9;
    color: #2980b9;
}
.btn-u.btn-brd.btn-u-blue.btn-brd-hover:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #2980b9;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-brd.btn-u-red {
    border-bottom-color: #e74c3c;
    border-left-color: #e74c3c;
    border-right-color: #e74c3c;
    border-top-color: #e74c3c;
}
.btn-u.btn-brd.btn-u-red:hover {
    border-bottom-color: #c0392b;
    border-left-color: #c0392b;
    border-right-color: #c0392b;
    border-top-color: #c0392b;
    color: #c0392b;
}
.btn-u.btn-brd.btn-u-red.btn-brd-hover:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #c0392b;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-brd.btn-u-orange {
    border-bottom-color: #e67e22;
    border-left-color: #e67e22;
    border-right-color: #e67e22;
    border-top-color: #e67e22;
}
.btn-u.btn-brd.btn-u-orange:hover {
    border-bottom-color: #d35400;
    border-left-color: #d35400;
    border-right-color: #d35400;
    border-top-color: #d35400;
    color: #d35400;
}
.btn-u.btn-brd.btn-u-orange.btn-brd-hover:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #d35400;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-brd.btn-u-sea {
    border-bottom-color: #1abc9c;
    border-left-color: #1abc9c;
    border-right-color: #1abc9c;
    border-top-color: #1abc9c;
}
.btn-u.btn-brd.btn-u-sea:hover {
    border-bottom-color: #16a085;
    border-left-color: #16a085;
    border-right-color: #16a085;
    border-top-color: #16a085;
    color: #16a085;
}
.btn-u.btn-brd.btn-u-sea.btn-brd-hover:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #16a085;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-brd.btn-u-green {
    border-bottom-color: #2ecc71;
    border-left-color: #2ecc71;
    border-right-color: #2ecc71;
    border-top-color: #2ecc71;
}
.btn-u.btn-brd.btn-u-green:hover {
    border-bottom-color: #27ae60;
    border-left-color: #27ae60;
    border-right-color: #27ae60;
    border-top-color: #27ae60;
    color: #27ae60;
}
.btn-u.btn-brd.btn-u-green.btn-brd-hover:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #27ae60;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-brd.btn-u-yellow {
    border-bottom-color: #f1c40f;
    border-left-color: #f1c40f;
    border-right-color: #f1c40f;
    border-top-color: #f1c40f;
}
.btn-u.btn-brd.btn-u-yellow:hover {
    border-bottom-color: #f39c12;
    border-left-color: #f39c12;
    border-right-color: #f39c12;
    border-top-color: #f39c12;
    color: #f39c12;
}
.btn-u.btn-brd.btn-u-yellow.btn-brd-hover:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f39c12;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-brd.btn-u-default {
    border-bottom-color: #95a5a6;
    border-left-color: #95a5a6;
    border-right-color: #95a5a6;
    border-top-color: #95a5a6;
}
.btn-u.btn-brd.btn-u-default:hover {
    border-bottom-color: #7f8c8d;
    border-left-color: #7f8c8d;
    border-right-color: #7f8c8d;
    border-top-color: #7f8c8d;
    color: #7f8c8d;
}
.btn-u.btn-brd.btn-u-default.btn-brd-hover:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #7f8c8d;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-brd.btn-u-dark {
    border-bottom-color: #555;
    border-left-color: #555;
    border-right-color: #555;
    border-top-color: #555;
}
.btn-u.btn-brd.btn-u-dark:hover {
    border-bottom-color: #333;
    border-left-color: #333;
    border-right-color: #333;
    border-top-color: #333;
    color: #333;
}
.btn-u.btn-brd.btn-u-dark.btn-brd-hover:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #333;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-brd.btn-u-light-grey {
    border-bottom-color: #585f69;
    border-left-color: #585f69;
    border-right-color: #585f69;
    border-top-color: #585f69;
}
.btn-u.btn-brd.btn-u-light-grey:hover {
    border-bottom-color: #484f58;
    border-left-color: #484f58;
    border-right-color: #484f58;
    border-top-color: #484f58;
    color: #484f58;
}
.btn-u.btn-brd.btn-u-light-grey.btn-brd-hover:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #484f58;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-brd.btn-u-purple {
    border-bottom-color: #9b6bcc;
    border-left-color: #9b6bcc;
    border-right-color: #9b6bcc;
    border-top-color: #9b6bcc;
}
.btn-u.btn-brd.btn-u-purple:hover {
    border-bottom-color: #814fb5;
    border-left-color: #814fb5;
    border-right-color: #814fb5;
    border-top-color: #814fb5;
    color: #814fb5;
}
.btn-u.btn-brd.btn-u-purple.btn-brd-hover:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #814fb5;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-brd.btn-u-aqua {
    border-bottom-color: #27d7e7;
    border-left-color: #27d7e7;
    border-right-color: #27d7e7;
    border-top-color: #27d7e7;
}
.btn-u.btn-brd.btn-u-aqua:hover {
    border-bottom-color: #26bac8;
    border-left-color: #26bac8;
    border-right-color: #26bac8;
    border-top-color: #26bac8;
    color: #26bac8;
}
.btn-u.btn-brd.btn-u-aqua.btn-brd-hover:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #26bac8;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-brd.btn-u-brown {
    border-bottom-color: #9c8061;
    border-left-color: #9c8061;
    border-right-color: #9c8061;
    border-top-color: #9c8061;
}
.btn-u.btn-brd.btn-u-brown:hover {
    border-bottom-color: #81674b;
    border-left-color: #81674b;
    border-right-color: #81674b;
    border-top-color: #81674b;
    color: #81674b;
}
.btn-u.btn-brd.btn-u-brown.btn-brd-hover:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #81674b;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-brd.btn-u-dark-blue {
    border-bottom-color: #4765a0;
    border-left-color: #4765a0;
    border-right-color: #4765a0;
    border-top-color: #4765a0;
}
.btn-u.btn-brd.btn-u-dark-blue:hover {
    border-bottom-color: #324c80;
    border-left-color: #324c80;
    border-right-color: #324c80;
    border-top-color: #324c80;
    color: #324c80;
}
.btn-u.btn-brd.btn-u-dark-blue.btn-brd-hover:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #324c80;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-brd.btn-u-light-green {
    border-bottom-color: #79d5b3;
    border-left-color: #79d5b3;
    border-right-color: #79d5b3;
    border-top-color: #79d5b3;
}
.btn-u.btn-brd.btn-u-light-green:hover {
    border-bottom-color: #59b795;
    border-left-color: #59b795;
    border-right-color: #59b795;
    border-top-color: #59b795;
    color: #59b795;
}
.btn-u.btn-brd.btn-u-light-green.btn-brd-hover:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #59b795;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.btn-u.btn-brd.btn-u-light {
    border-bottom-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-top-color: #fff;
    color: #fff;
}
.btn-u.btn-brd.btn-u-light:hover {
    border-bottom-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-top-color: #fff;
}
.btn-u.btn-brd.btn-u-light.btn-brd-hover:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #555 !important;
}
span.label {
    font-size: 11px;
    font-weight: 400;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
}
span.badge {
    font-weight: 400;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
}
span.label-u, span.badge-u {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #72c02c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
span.label-blue, span.badge-blue {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #3498db;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
span.label-red, span.badge-red {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e74c3c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
span.label-green, span.badge-green {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #2ecc71;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
span.label-sea, span.badge-sea {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #1abc9c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
span.label-orange, span.badge-orange {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e67e22;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
span.label-yellow, span.badge-yellow {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f1c40f;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
span.label-purple, span.badge-purple {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #9b6bcc;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
span.label-aqua, span.badge-aqua {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #27d7e7;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
span.label-brown, span.badge-brown {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #9c8061;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
span.label-dark-blue, span.badge-dark-blue {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #4765a0;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
span.label-light-green, span.badge-light-green {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #79d5b3;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
span.label-light, span.badge-light {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ecf0f1;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #777;
}
span.label-dark, span.badge-dark {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #555;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.badge-lists li {
    position: relative;
}
.badge-lists span.badge {
    position: absolute;
    right: -6px;
    top: -10px;
}
.badge-lists.badge-icons span.badge {
    min-width: 12px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
}
.badge-lists.badge-icons i {
    font-size: 18px;
    min-width: 15px;
}
.badge-box-v1 a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #eee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #eee;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #eee;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #eee;
    border-top-style: solid;
    border-top-width: 1px;
    color: #777;
    display: inline-block;
    font-size: 18px;
    min-width: 40px;
    padding-bottom: 8px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 8px;
}
.badge-box-v2 a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #eee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #eee;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #eee;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #eee;
    border-top-style: solid;
    border-top-width: 1px;
    color: #777;
    display: inline-block;
    font-size: 12px;
    min-width: 70px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: center;
}
.badge-box-v2 a i {
    font-size: 20px;
}
.badge-box-v1 a i, .badge-box-v2 a i {
    display: block;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
}
.badge-box-v1 a:hover, .badge-box-v2 a:hover {
    border-bottom-color: #555;
    border-left-color: #555;
    border-right-color: #555;
    border-top-color: #555;
    color: #555;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
.social-icons {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.social-icons li {
    display: inline-block;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 5px;
    margin-right: 3px;
    text-indent: -9999px;
}
.social-icons li a, a.social-icon {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 28px;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    width: 28px;
}
.social-icons li:hover a {
    background-position: 0 -38px;
}
.social-icons-color li a {
    background-position: 0 -38px !important;
    opacity: 0.7;
}
.social-icons-color li a:hover {
    opacity: 1;
}
.social_amazon {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/amazon.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_behance {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/behance.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_blogger {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/blogger.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_deviantart {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/deviantart.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_dribbble {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/dribbble.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_dropbox {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/dropbox.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_evernote {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/evernote.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_facebook {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/facebook.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_forrst {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/forrst.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_github {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/github.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_googleplus {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/googleplus.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_jolicloud {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/jolicloud.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_last-fm {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/last-fm.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_linkedin {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/linkedin.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_picasa {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/picasa.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_pintrest {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/pintrest.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_rss {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/rss.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_skype {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/skype.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_spotify {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/spotify.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_stumbleupon {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/stumbleupon.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_tumblr {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/tumblr.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_twitter {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/twitter.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_vimeo {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/vimeo.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_wordpress {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/wordpress.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_xing {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/xing.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_yahoo {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/yahoo.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_youtube {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/youtube.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.social_vk {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/icons/social/vk.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
i.icon-custom {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #555;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #555;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #555;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #555;
    border-top-style: solid;
    border-top-width: 1px;
    color: #555;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    text-align: center;
    width: 40px;
}
i.icon-sm {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    width: 35px;
}
i.icon-lg {
    font-size: 31px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    width: 60px;
}
i.icon-2x {
    font-size: 30px;
}
i.icon-3x {
    font-size: 40px;
}
i.icon-4x {
    font-size: 50px;
}
i.icon-line {
    font-size: 17px;
}
i.icon-sm.icon-line {
    font-size: 14px;
}
i.icon-lg.icon-line {
    font-size: 28px;
}
i.icon-2x.icon-line {
    font-size: 27px;
}
i.icon-3x.icon-line {
    font-size: 36px;
}
i.icon-4x.icon-line {
    font-size: 47px;
}
.link-icon, .link-bg-icon {
    color: #555;
}
.link-icon:hover, .link-bg-icon:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}
.link-icon:hover i {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #72c02c;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #72c02c;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #72c02c;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #72c02c;
    border-top-style: solid;
    border-top-width: 1px;
    color: #72c02c;
}
.link-bg-icon:hover i {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #72c02c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #72c02c;
    border-left-color: #72c02c;
    border-right-color: #72c02c;
    border-top-color: #72c02c;
    color: #fff !important;
}
i.icon-color-u {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #72c02c;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #72c02c;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #72c02c;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #72c02c;
    border-top-style: solid;
    border-top-width: 1px;
    color: #72c02c;
}
i.icon-color-blue {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #3498db;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #3498db;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #3498db;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #3498db;
    border-top-style: solid;
    border-top-width: 1px;
    color: #3498db;
}
i.icon-color-red {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #e74c3c;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #e74c3c;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #e74c3c;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #e74c3c;
    border-top-style: solid;
    border-top-width: 1px;
    color: #e74c3c;
}
i.icon-color-sea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #1abc9c;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #1abc9c;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #1abc9c;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #1abc9c;
    border-top-style: solid;
    border-top-width: 1px;
    color: #1abc9c;
}
i.icon-color-green {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #2ecc71;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #2ecc71;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #2ecc71;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #2ecc71;
    border-top-style: solid;
    border-top-width: 1px;
    color: #2ecc71;
}
i.icon-color-yellow {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #f1c40f;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #f1c40f;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #f1c40f;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #f1c40f;
    border-top-style: solid;
    border-top-width: 1px;
    color: #f1c40f;
}
i.icon-color-orange {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #e67e22;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #e67e22;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #e67e22;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #e67e22;
    border-top-style: solid;
    border-top-width: 1px;
    color: #e67e22;
}
i.icon-color-grey {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #95a5a6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #95a5a6;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #95a5a6;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #95a5a6;
    border-top-style: solid;
    border-top-width: 1px;
    color: #95a5a6;
}
i.icon-color-purple {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #9b6bcc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #9b6bcc;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #9b6bcc;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #9b6bcc;
    border-top-style: solid;
    border-top-width: 1px;
    color: #9b6bcc;
}
i.icon-color-aqua {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #27d7e7;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #27d7e7;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #27d7e7;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #27d7e7;
    border-top-style: solid;
    border-top-width: 1px;
    color: #27d7e7;
}
i.icon-color-brown {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #9c8061;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #9c8061;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #9c8061;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #9c8061;
    border-top-style: solid;
    border-top-width: 1px;
    color: #9c8061;
}
i.icon-color-dark-blue {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #4765a0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #4765a0;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #4765a0;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #4765a0;
    border-top-style: solid;
    border-top-width: 1px;
    color: #4765a0;
}
i.icon-color-light-green {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #79d5b3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #79d5b3;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #79d5b3;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #79d5b3;
    border-top-style: solid;
    border-top-width: 1px;
    color: #79d5b3;
}
i.icon-color-light {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #fff;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #fff;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #fff;
    border-top-style: solid;
    border-top-width: 1px;
    color: #fff;
}
i.icon-color-light-grey {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #585f69;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #585f69;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #585f69;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #585f69;
    border-top-style: solid;
    border-top-width: 1px;
    color: #585f69;
}
i.icon-bg-u, i.icon-bg-red, i.icon-bg-sea, i.icon-bg-dark, i.icon-bg-grey, i.icon-bg-blue, i.icon-bg-green, i.icon-bg-yellow, i.icon-bg-orange, i.icon-bg-purple, i.icon-bg-aqua, i.icon-bg-brown, i.icon-bg-dark-blue, i.icon-bg-light-grey, i.icon-bg-light-green {
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    color: #fff;
}
i.icon-bg-u {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #72c02c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
i.icon-bg-blue {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #3498db;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
i.icon-bg-red {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e74c3c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
i.icon-bg-sea {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #1abc9c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
i.icon-bg-green {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #2ecc71;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
i.icon-bg-yellow {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f1c40f;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
i.icon-bg-orange {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e67e22;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
i.icon-bg-grey {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #95a5a6;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
i.icon-bg-dark {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #555;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
i.icon-bg-purple {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #9b6bcc;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
i.icon-bg-aqua {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #27d7e7;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
i.icon-bg-brown {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #9c8061;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
i.icon-bg-dark-blue {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #4765a0;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
i.icon-bg-light-green {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #79d5b3;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
i.icon-bg-light {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}
i.icon-bg-light-grey {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #585f69;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}
.fa-fixed [class^="fa"], .fa-fixed [class*=" fa"] {
    display: inline-block;
    text-align: center;
    width: 1.25em;
}
.fa-fixed .fa-lg[class^="fa"], .fa-fixed .fa-lg[class*=" fa"] {
    width: 1.5625em;
}
.content-boxes-v1 {
    text-align: center;
}
.content-boxes-v1 span {
    display: block;
    margin-top: 5px;
}
@media (max-width: 992px) {
.content-boxes-v2, .content-boxes-v2 .text-justify {
    text-align: center;
}
.content-boxes-v2 span {
    display: block;
    margin-top: 5px;
}
}
.content-boxes-v3 {
    margin-bottom: 15px;
}
.content-boxes-v3 i {
    float: left;
    position: relative;
    top: 8px;
}
.content-boxes-v3 .content-boxes-in-v3 {
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
}
.content-boxes-v3 .content-boxes-in-v3 h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 3px;
    text-transform: capitalize;
}
.content-boxes-v3 .content-boxes-in-v3 h3 a {
    color: #555;
}
.servive-block {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    text-align: center;
}
.servive-block p, .servive-block h2 {
    color: #fff;
}
.servive-block h2 a:hover {
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}
.servive-block-light, .servive-block-default {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fafafa;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #eee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #eee;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #eee;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #eee;
    border-top-style: solid;
    border-top-width: 1px;
}
.servive-block-default:hover {
    box-shadow: 0 0 8px #eee;
}
.servive-block-light p, .servive-block-light h2, .servive-block-default p, .servive-block-default h2 {
    color: #555;
}
.servive-block-u {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #72c02c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.servive-block-blue {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #3498db;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.servive-block-red {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e74c3c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.servive-block-sea {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #1abc9c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.servive-block-grey {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #95a5a6;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.servive-block-yellow {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f1c40f;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.servive-block-orange {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e67e22;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.servive-block-green {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #2ecc71;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.servive-block-purple {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #9b6bcc;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.servive-block-aqua {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #27d7e7;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.servive-block-brown {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #9c8061;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.servive-block-dark-blue {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #4765a0;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.servive-block-light-green {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #79d5b3;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.servive-block-dark {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #555;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.servive-block-light {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ecf0f1;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.funny-boxes {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f7f7f7;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-bottom: 25px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
.funny-boxes h2 a {
    color: #555;
}
.funny-boxes p a {
    color: #72c02c;
}
.funny-boxes .funny-boxes-img li i {
    color: #72c02c;
    font-size: 12px;
    margin-right: 5px;
}
.funny-boxes .funny-boxes-img img {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 5px;
}
.funny-boxes h2 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 0;
}
.funny-boxes ul.funny-boxes-rating li {
    display: inline;
}
.funny-boxes ul.funny-boxes-rating li i {
    color: #f8be2c;
    cursor: pointer;
    font-size: 16px;
}
.funny-boxes ul.funny-boxes-rating li i:hover {
    color: #f8be2c;
}
.funny-boxes-colored p, .funny-boxes-colored h2 a, .funny-boxes-colored .funny-boxes-img li, .funny-boxes-colored .funny-boxes-img li i {
    color: #fff !important;
}
.funny-boxes-red {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e74c3c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.funny-boxes-blue {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #3498db;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.funny-boxes-grey {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #95a5a6;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.funny-boxes-sea {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #1abc9c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.funny-boxes-top-sea {
    border-top-color: #1abc9c;
    border-top-style: solid;
    border-top-width: 2px;
}
.funny-boxes-top-sea:hover {
    border-top-color: #16a085;
}
.funny-boxes-top-yellow {
    border-top-color: #f1c40f;
    border-top-style: solid;
    border-top-width: 2px;
}
.funny-boxes-top-yellow:hover {
    border-top-color: #f39c12;
}
.funny-boxes-left-orange {
    border-left-color: #e67e22;
    border-left-style: solid;
    border-left-width: 2px;
}
.funny-boxes-left-orange:hover {
    border-left-color: #d35400;
}
.funny-boxes-left-green {
    border-left-color: #72c02c;
    border-left-style: solid;
    border-left-width: 2px;
}
.funny-boxes-left-green:hover {
    border-left-color: #56997c;
}
.funny-boxes-right-u {
    border-right-color: #72c02c;
    border-right-style: solid;
    border-right-width: 2px;
}
.funny-boxes-right-u:hover {
    border-right-color: #56997c;
}
.dropcap {
    color: #72c02c;
    float: left;
    font-size: 45px;
    font-weight: 200;
    line-height: 30px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 0;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
}
.dropcap-bg {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #72c02c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
    float: left;
    font-size: 35px;
    font-weight: 200;
    line-height: 35px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 4px;
    min-width: 50px;
    padding-bottom: 7px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 7px;
    text-align: center;
}
.text-highlights {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #555;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
    font-weight: 200;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
}
.text-highlights-green {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #72c02c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.text-highlights-blue {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #3498db;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.text-highlights-red {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e74c3c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.text-highlights-sea {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #1abc9c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.text-highlights-orange {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e67e22;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.text-highlights-yellow {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f1c40f;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.text-highlights-purple {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #9b6bcc;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.text-highlights-aqua {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #27d7e7;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.text-highlights-brown {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #9c8061;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.text-highlights-dark-blue {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #4765a0;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.text-highlights-light-green {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #79d5b3;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.text-border {
    border-bottom-color: #555;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}
.text-border-default {
    border-bottom-color: #95a5a6;
    border-left-color: #95a5a6;
    border-right-color: #95a5a6;
    border-top-color: #95a5a6;
}
.text-border-green {
    border-bottom-color: #72c02c;
    border-left-color: #72c02c;
    border-right-color: #72c02c;
    border-top-color: #72c02c;
}
.text-border-blue {
    border-bottom-color: #3498db;
    border-left-color: #3498db;
    border-right-color: #3498db;
    border-top-color: #3498db;
}
.text-border-red {
    border-bottom-color: #e74c3c;
    border-left-color: #e74c3c;
    border-right-color: #e74c3c;
    border-top-color: #e74c3c;
}
.text-border-yellow {
    border-bottom-color: #f1c40f;
    border-left-color: #f1c40f;
    border-right-color: #f1c40f;
    border-top-color: #f1c40f;
}
.text-border-purple {
    border-bottom-color: #9b6bcc;
    border-left-color: #9b6bcc;
    border-right-color: #9b6bcc;
    border-top-color: #9b6bcc;
}
.list-styles li {
    margin-bottom: 8px;
}
.tooltips-show {
    position: relative;
}
.contex-bg p {
    opacity: 0.8;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
}
.contex-bg p:hover {
    opacity: 1;
}
blockquote {
    border-left-width: 2px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}
blockquote p {
    font-size: 14px;
    font-weight: 400;
}
blockquote h1, blockquote h2, blockquote span {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
blockquote.bq-text-lg p, blockquote.bq-text-lg small {
    text-transform: uppercase;
}
blockquote.bq-text-lg p {
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
}
blockquote.text-right, blockquote.hero.text-right {
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: #eee;
    border-right-style: solid;
    border-right-width: 2px;
}
blockquote.hero.text-right, blockquote.hero.text-right:hover {
    border-bottom-color: #555;
    border-left-color: #555;
    border-right-color: #555;
    border-top-color: #555;
}
blockquote:hover, blockquote.text-right:hover {
    border-bottom-color: #72c02c;
    border-left-color: #72c02c;
    border-right-color: #72c02c;
    border-top-color: #72c02c;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
blockquote.bq-dark, blockquote.bq-dark:hover {
    border-bottom-color: #585f69;
    border-left-color: #585f69;
    border-right-color: #585f69;
    border-top-color: #585f69;
}
blockquote.bq-green {
    border-bottom-color: #72c02c;
    border-left-color: #72c02c;
    border-right-color: #72c02c;
    border-top-color: #72c02c;
}
blockquote.hero {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f3f3f3;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #666;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    font-size: 16px;
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 18px;
}
blockquote.hero:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #eee;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-left-color: #666;
}
blockquote.hero.hero-dark, blockquote.hero.hero-default {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
}
blockquote.hero.hero-dark {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #444;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
blockquote.hero.hero-dark:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #555;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
blockquote.hero.hero-default {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #72c02c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
blockquote.hero.hero-default:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #56997c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
blockquote.hero.hero-dark p, blockquote.hero.hero-dark h2, blockquote.hero.hero-dark small, blockquote.hero.hero-default p, blockquote.hero.hero-default h2, blockquote.hero.hero-default small {
    color: #fff;
    font-weight: 200;
}
.tag-box {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.tag-box h2 {
    font-size: 20px;
    line-height: 25px;
}
.tag-box p {
    margin-bottom: 0;
}
.tag-box.tag-text-space p {
    margin-bottom: 10px;
}
.tag-box-v1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #eee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #eee;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #eee;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #72c02c;
    border-top-style: solid;
    border-top-width: 2px;
}
.tag-box-v2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fafafa;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #eee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #72c02c;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #eee;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #eee;
    border-top-style: solid;
    border-top-width: 1px;
}
.tag-box-v3 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #eee;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #eee;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #eee;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: #eee;
    border-top-style: solid;
    border-top-width: 2px;
}
.tag-box-v4 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #bbb;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #bbb;
    border-left-style: dashed;
    border-left-width: 1px;
    border-right-color: #bbb;
    border-right-style: dashed;
    border-right-width: 1px;
    border-top-color: #bbb;
    border-top-style: dashed;
    border-top-width: 1px;
}
.tag-box-v5 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #ccc;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #ccc;
    border-left-style: dashed;
    border-left-width: 1px;
    border-right-color: #ccc;
    border-right-style: dashed;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-top-style: dashed;
    border-top-width: 1px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    text-align: center;
}
.tag-box-v5 span {
    color: #555;
    font-size: 28px;
    margin-bottom: 0;
}
.tag-box-v6 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fafafa;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #eee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #eee;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #eee;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #eee;
    border-top-style: solid;
    border-top-width: 1px;
}
.tag-box-v7 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #72c02c;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #eee;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #eee;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #eee;
    border-top-style: solid;
    border-top-width: 1px;
}
.testimonials {
    margin-bottom: 10px;
}
.testimonials .testimonial-info {
    color: #72c02c;
    font-size: 16px;
    margin-top: 18px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
}
.testimonials .testimonial-info span {
    position: relative;
    top: 3px;
}
.testimonials .testimonial-info em {
    color: #777;
    display: block;
    font-size: 13px;
}
.testimonials .testimonial-info img {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #ccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #ccc;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ccc;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-top-style: solid;
    border-top-width: 1px;
    float: left;
    height: 60px;
    margin-right: 15px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    width: 60px;
}
.testimonials .testimonial-author {
    overflow-x: hidden;
    overflow-y: hidden;
}
.testimonials .carousel-arrow {
    position: relative;
    top: -65px;
}
.testimonials .carousel-arrow i {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f5f5f5;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #777;
    font-size: 20px;
    min-width: 25px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    text-align: center;
}
.testimonials .carousel-arrow i:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #72c02c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
}
.testimonials .carousel-control {
    opacity: 1;
    position: absolute;
    text-align: right;
    text-shadow: none;
    width: 100%;
}
.testimonials .carousel-control.left {
    left: auto;
    right: 27px;
}
.testimonials .carousel-control.right {
    right: 0;
}
.testimonials.testimonials-v1 .item p {
    position: relative;
}
.testimonials.testimonials-v1 .item p::after, .testimonials.testimonials-v1 .item p::before {
    bottom: -20px;
    left: 80px;
}
.testimonials.testimonials-v1 .item p::after {
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 0;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 22px;
    border-top-color: -moz-use-text-color;
    border-top-style: solid;
    border-top-width: 22px;
}
.testimonials.testimonials-v2 .testimonial-info {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
}
.testimonials.testimonials-v2 p {
    padding-bottom: 15px;
}
.testimonials.testimonials-v2 .carousel-arrow {
    top: -55px;
}
.testimonials.testimonials-v2 .item p::after, .testimonials.testimonials-v2 .item p::before {
    bottom: 45px;
    left: 8%;
}
.testimonials.testimonials-v2 .item p::after {
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 25px;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: solid;
    border-top-width: 20px;
}
.testimonials.testimonials-v1 p, .testimonials.testimonials-v2 p {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f5f5f5;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    font-size: 14px;
    font-style: italic;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
.testimonials.testimonials-v1 .item p::after, .testimonials.testimonials-v2 .item p::after {
    border-left-style: inset;
    border-right-style: inset;
    border-top-color: #f5f5f5;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.testimonials-bg-dark .item p, .testimonials-bg-default .item p {
    color: #fff;
    font-weight: 200;
}
.testimonials-bg-dark .carousel-arrow i, .testimonials-bg-default .carousel-arrow i {
    color: #fff;
}
.testimonials-bg-default .item p {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #72c02c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.testimonials.testimonials-bg-default .item p::after, .testimonials.testimonials-bg-default .item p::after {
    border-top-color: #72c02c;
}
.testimonials-bg-default .carousel-arrow i {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #72c02c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.testimonials.testimonials-bg-default .carousel-arrow i:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #56997c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.testimonials-bg-dark .item p {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #555;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.testimonials.testimonials-bg-dark .item p::after, .testimonials.testimonials-bg-dark .item p::after {
    border-top-color: #555;
}
.testimonials-bg-dark .carousel-arrow i {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #555;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
}
.testimonials.testimonials-bg-dark .carousel-arrow i:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #333;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.testimonials.testimonials-bg-dark .testimonial-info {
    color: #555;
}
.panel-heading {
    color: #fff;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}
.panel .table {
    margin-bottom: 0;
}
.panel-u {
    border-bottom-color: #72c02c;
    border-left-color: #72c02c;
    border-right-color: #72c02c;
    border-top-color: #72c02c;
}
.panel-u > .panel-heading {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #72c02c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.panel-blue {
    border-bottom-color: #3498db;
    border-left-color: #3498db;
    border-right-color: #3498db;
    border-top-color: #3498db;
}
.panel-blue > .panel-heading {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #3498db;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.panel-red {
    border-bottom-color: #e74c3c;
    border-left-color: #e74c3c;
    border-right-color: #e74c3c;
    border-top-color: #e74c3c;
}
.panel-red > .panel-heading {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e74c3c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.panel-green {
    border-bottom-color: #2ecc71;
    border-left-color: #2ecc71;
    border-right-color: #2ecc71;
    border-top-color: #2ecc71;
}
.panel-green > .panel-heading {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #2ecc71;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.panel-sea {
    border-bottom-color: #1abc9c;
    border-left-color: #1abc9c;
    border-right-color: #1abc9c;
    border-top-color: #1abc9c;
}
.panel-sea > .panel-heading {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #1abc9c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.panel-orange {
    border-bottom-color: #e67e22;
    border-left-color: #e67e22;
    border-right-color: #e67e22;
    border-top-color: #e67e22;
}
.panel-orange > .panel-heading {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e67e22;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.panel-yellow {
    border-bottom-color: #f1c40f;
    border-left-color: #f1c40f;
    border-right-color: #f1c40f;
    border-top-color: #f1c40f;
}
.panel-yellow > .panel-heading {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f1c40f;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.panel-grey {
    border-bottom-color: #95a5a6;
    border-left-color: #95a5a6;
    border-right-color: #95a5a6;
    border-top-color: #95a5a6;
}
.panel-grey > .panel-heading {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #95a5a6;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.panel-dark {
    border-bottom-color: #555;
    border-left-color: #555;
    border-right-color: #555;
    border-top-color: #555;
}
.panel-dark > .panel-heading {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #555;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.panel-purple {
    border-bottom-color: #9b6bcc;
    border-left-color: #9b6bcc;
    border-right-color: #9b6bcc;
    border-top-color: #9b6bcc;
}
.panel-purple > .panel-heading {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #9b6bcc;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.panel-aqua {
    border-bottom-color: #27d7e7;
    border-left-color: #27d7e7;
    border-right-color: #27d7e7;
    border-top-color: #27d7e7;
}
.panel-aqua > .panel-heading {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #27d7e7;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.panel-brown {
    border-bottom-color: #9c8061;
    border-left-color: #9c8061;
    border-right-color: #9c8061;
    border-top-color: #9c8061;
}
.panel-brown > .panel-heading {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #9c8061;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.panel-dark-blue {
    border-bottom-color: #4765a0;
    border-left-color: #4765a0;
    border-right-color: #4765a0;
    border-top-color: #4765a0;
}
.panel-dark-blue > .panel-heading {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #4765a0;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.panel-light-green {
    border-bottom-color: #79d5b3;
    border-left-color: #79d5b3;
    border-right-color: #79d5b3;
    border-top-color: #79d5b3;
}
.panel-light-green > .panel-heading {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #79d5b3;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.panel-default-dark {
    border-bottom-color: #585f69;
    border-left-color: #585f69;
    border-right-color: #585f69;
    border-top-color: #585f69;
}
.panel-default-dark > .panel-heading {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #585f69;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.progress-u {
    box-shadow: none;
}
.progress-u .progress-bar {
    box-shadow: none;
}
.progress-lg {
    height: 25px;
}
.progress-lg p {
    padding-top: 3px;
}
.progress-sm {
    height: 12px;
}
.progress-xs {
    height: 7px;
}
.progress-xxs {
    height: 3px;
}
.progress {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e5e5e5;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.progress-bar-u {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #72c02c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.progress-bar-blue {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #3498db;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.progress-bar-orange {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e67e22;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.progress-bar-red {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e74c3c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.progress-bar-purple {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #9b6bcc;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.progress-bar-aqua {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #27d7e7;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.progress-bar-brown {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #9c8061;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.progress-bar-dark-blue {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #4765a0;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.progress-bar-light-green {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #79d5b3;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.progress-bar-dark {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #555;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.stars-existing {
    color: #72c02c;
    cursor: pointer;
}
.star-lg {
    font-size: 30px;
}
.star-sm {
    font-size: 25px;
}
.star-xs {
    font-size: 20px;
}
.star-default {
    font-size: 16px;
}
img.img-bordered {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #eee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #eee;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #eee;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #eee;
    border-top-style: solid;
    border-top-width: 1px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
}
img.img-circle {
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
}
.responsive-video {
    height: 0;
    margin-bottom: -3px;
    padding-bottom: 56.25%;
    padding-top: 1px;
    position: relative;
}
.responsive-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.margin-left-5 {
    margin-left: 5px;
}
.margin-right-5 {
    margin-right: 5px;
}
.no-top-space {
    margin-top: 0;
    padding-top: 0;
}
.no-bottom-space {
    margin-bottom: 0;
    padding-bottom: 0;
}
.margin-bottom-5, .margin-bottom-10, .margin-bottom-15, .margin-bottom-20, .margin-bottom-25, .margin-bottom-30, .margin-bottom-35, .margin-bottom-40, .margin-bottom-45, .margin-bottom-50, .margin-bottom-55, .margin-bottom-60 {
    clear: both;
}
.margin-bottom-5 {
    margin-bottom: 5px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-25 {
    margin-bottom: 25px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-35 {
    margin-bottom: 35px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-bottom-45 {
    margin-bottom: 45px;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}
.margin-bottom-55 {
    margin-bottom: 55px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
@media (max-width: 768px) {
.sm-margin-bottom-10 {
    margin-bottom: 10px;
}
.sm-margin-bottom-20 {
    margin-bottom: 20px;
}
.sm-margin-bottom-30 {
    margin-bottom: 30px;
}
.sm-margin-bottom-40 {
    margin-bottom: 40px;
}
.sm-margin-bottom-50 {
    margin-bottom: 50px;
}
.sm-margin-bottom-60 {
    margin-bottom: 60px;
}
}
@media (max-width: 992px) {
.md-margin-bottom-10 {
    margin-bottom: 10px;
}
.md-margin-bottom-20 {
    margin-bottom: 20px;
}
.md-margin-bottom-30 {
    margin-bottom: 30px;
}
.md-margin-bottom-40 {
    margin-bottom: 40px;
}
.md-margin-bottom-50 {
    margin-bottom: 50px;
}
.md-margin-bottom-60 {
    margin-bottom: 60px;
}
}
.color-sea {
    color: #1abc9c;
}
.color-red {
    color: #e74c3c;
}
.color-aqua {
    color: #27d7e7;
}
.color-blue {
    color: #3498db;
}
.color-grey {
    color: #95a5a6;
}
.color-dark {

    color: #555555;
}
.color-green {
    color: #72c02c;
}
.color-brown {
    color: #9c8061;
}
.color-light {
    color: #ffffff;
}
.color-orange {
    color: #e67e22;
}
.color-green1 {
    color: #2ecc71;
}
.color-purple {
    color: #9b6bcc;
}
.color-dark-blue {
    color: #4765a0;
}
.color-light-grey {
    color: #585f69;
}
.color-light-green {
    color: #79d5b3;
}
.bg-color-dark, .bg-color-sea, .bg-color-red, .bg-color-aqua, .bg-color-blue, .bg-color-grey, .bg-color-green, .bg-color-brown, .bg-color-orange, .bg-color-green1, .bg-color-purple, .bg-color-dark-blue, .bg-color-light-grey, .bg-color-light-green {
    color: #fff;
}
.bg-color-dark {
    background-color: #555;
}
.bg-color-sea {
    background-color: #1abc9c;
}
.bg-color-red {
    background-color: #e74c3c;
}
.bg-color-aqua {
    background-color: #27d7e7;
}
.bg-color-blue {
    background-color: #3498db;
}
.bg-color-grey {
    background-color: #95a5a6;
}
.bg-color-green {
    background-color: #72c02c;
}
.bg-color-brown {
    background-color: #9c8061;
}
.bg-color-orange {
    background-color: #e67e22;
}
.bg-color-green1 {
    background-color: #2ecc71;
}
.bg-color-purple {
    background-color: #9b6bcc;
}
.bg-color-dark-blue {
    background-color: #4765a0;
}
.bg-color-light-grey {
    background-color: #585f69;
}
.bg-color-light-green {
    background-color: #79d5b3;
}
.rounded {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.rounded-x {
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
}
.rounded-2x {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.rounded-3x {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}
.rounded-4x {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}
.rounded-top {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.rounded-left {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 0 !important;
}
.rounded-right {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 4px !important;
}
.rounded-bottom {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.overflow-h {
    overflow-x: hidden;
    overflow-y: hidden;
}
.overflow-a {
    overflow-x: auto;
    overflow-y: auto;
}
.overflow-hidden {
    overflow-x: hidden;
    overflow-y: hidden;
}
.lft-img-margin {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 0;
}
.rgt-img-margin {
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 0;
}
.padding-left-5 {
    padding-left: 5px;
}
.img-width-200 {
    width: 200px;
}
.content {
    padding-bottom: 20px;
    padding-top: 20px;
}
.content2 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.text-justify p {
    text-align: justify;
}
.bg-light {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fcfcfc;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #e5e5e5;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #e5e5e5;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #e5e5e5;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #e5e5e5;
    border-top-style: solid;
    border-top-width: 1px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}
.bg-light:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #bbb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #bbb;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #bbb;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #bbb;
    border-top-style: solid;
    border-top-width: 1px;
}
.hover-effect {
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
.hover-effect-kenburn {
    left: 10px;
    margin-left: -10px;
    position: relative;
    transition-delay: 0s;
    transition-duration: 0.8s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
.hover-effect-kenburn:hover {
    transform: scale(2) rotate(5deg);
}
