.top-bar {
    text-align: right;
    padding: 12px 0;
    font-size: 11px;
    text-shadow: 0 1px 0 #fff
}
.top-bar a {
    font-weight: 700;
    color: #fc8a58;
    text-decoration: none
}
.top-bar a:hover {
    color: #528cba
}
#header {
    margin-bottom: 9px
}
.logo {
    float: left;
    padding: 36px 0 32px
}
.logopromo {
    float: left;
    padding: 30px 0 26px
}
.logo h1 {
    font-size: 26px;
    line-height: 1em;
    margin: 0;
    padding: 7px 0 0;
    font-weight: 400;
    float: left;
    color: #97c7dc
}
.logo h1 a {
    color: #97c7dc;
    text-decoration: none
}
.logo h1 strong {
    font-size: 48px;
    line-height: 1em;
    display: inline-block;
    font-weight: 400;
    color: #fc8a58
}
.logo img {
    float: left
}
.logo .tagline {
    margin: 20px 0 0 20px;
    padding: 8px 0 8px 26px;
    border-left: 1px solid #e9eff2;
    float: left;
    font-size: 20px;
    color: #888;
    font-family: "Ropa Sans", Arial;
    text-shadow: 0 1px 0 #fff
}

.header-info {
    padding: 22px 0 0;
    text-align: right
}
.phone-num {
    color: #574A4A;
    border-bottom: 2px solid #f0f7fa;
    padding-bottom: 5px;
    margin-bottom: 14px
}
.phone-num strong {
    color: #444
}
nav.primary {
    background: #0092dd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 -5px 0 rgba(0, 0, 0, .02);
    -moz-box-shadow: inset 0 -5px 0 rgba(0, 0, 0, .02);
    box-shadow: inset 0 -5px 0 rgba(0, 0, 0, .02)
}
.inline-form {
    float: right;
    margin: 14px 14px 0 0;
    position: relative;
    overflow: hidden;
    width: 240px
}
.inline-form__footer {
    float: none;
    margin-right: 0;
    width: auto
}
.inline-form input[type=text] {
    margin: 0;
    padding: 11px 40px 12px 20px;
    width: 100%;
    border: 1px solid #e2eff5;
    border-right: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    color: #d0d0d0;
    font-style: italic;
    font-size: 12px
}
.inline-form__footer input[type=text] {
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    padding: 9px 60px 9px 15px
}
.inline-form input[type=text]:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #444;
    font-style: normal
}
.inline-form .submit-wrapper {
    position: absolute;
    right: 0;
    top: 0
}
.submit-wrapper i {
    position: absolute;
    font-size: 18px;
    color: #fff;
    left: 12px;
    top: 9px;
    pointer-events: none
}
.inline-form input[type=submit] {
    width: 41px;
    height: 40px;
    display: block;
    margin: 0;
    background: #7fdbfd;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
    border: 1px solid #5ed2fc;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.inline-form input[type=submit]:hover {
    background: #70b3d0;
    border-color: #6babc7
}
.inline-form__footer input[type=submit] {
    width: auto;
    padding: 0 8px;
    height: 35px;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0
}
.content-wrapper {
    padding: 13px 0 0;
    position: relative;
    z-index: 2
}
.intro {
    padding: 10px 0
}
.intro__top {
    padding-top: 20px
}
.clients h4 {
    font-size: 12px;
    color: #444;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    border-right: 1px solid #e9eff2;
    padding: 16px 0;
    margin: 0
}
.clients-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}
.clients-list li {
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
    width: 140px
}
.clients-list li:first-child {
    margin-left: 0
}
.clients-list li img {
    opacity: .25;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.clients-list li a:hover img {
    opacity: 1
}
.entry {
    padding-bottom: 5px;
    margin-bottom: 2px;
    border-bottom: 2px solid #f0f7fa
}
.entry .thumb {
    margin-bottom: 28px;
    float: none;
    margin-right: 0
}
.format-icon {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    background-color: #c4d208;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
.entry-header-inner {
    overflow: hidden
}
.entry-title {
    text-transform: none;
    padding-top: 10px;
    margin-bottom: .4em
}
.entry-title a {
    color: #444
}
.entry-title a:hover {
    color: #fc8a58;
    text-decoration: none
}
.entry-content {
    margin-bottom: 3px;
    color: #111
}
.entry-content,
.entry-footer {
    padding: 0 0 0 60px
}
.post-meta {
    font-size: 11px;
    margin-bottom: 5px
}
.post-meta span {
    display: inline-block;
    margin-right: 3px;
    padding: 3px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f0f7fa
}
.post-meta i {
    margin-right: 9px;
    color: #70b3d0;
    font-size: 14px
}
.post-meta a {
    color: #70b3d0;
    text-decoration: none
}
.post-meta a:hover {
    color: #444
}
.entry__gallery .flexslider {
    margin-bottom: 29px;
    padding: 4px;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.entry__gallery .flexslider img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}
.entry__quote .entry-content {
    margin-bottom: 0
}
.entry__quote blockquote {
    margin-bottom: 36px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background: #70b3d0;
    padding-bottom: 20px
}
.entry__quote blockquote:before {
    display: none
}
.entry__quote blockquote p {
    margin-bottom: .5em
}
.entry__quote blockquote p:first-child {
    text-indent: 0
}
.entry__quote blockquote {
    padding-left: 38px
}
.entry__quote blockquote cite {
    display: block;
    position: absolute;
    right: 18px;
    bottom: -36px;
    padding: 0 0 0 40px
}
.entry__quote blockquote cite:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: -12px;
    left: 0;
    border-left: 14px solid transparent;
    border-right: 0 solid transparent;
    border-top: 14px solid #70b3d0
}
.entry__link .entry-content {
    margin-bottom: 0
}
.entry__link .entry-header-inner {
    margin-bottom: 12px
}
.entry__link .entry-title {
    margin-bottom: .2em
}
.entry-source-link {
    font-size: 11px
}
.entry-source-link a {
    color: #bdbdbd
}
.entry-source-link a:hover {
    color: #fc8a58
}
.comments-wrapper {
    padding-bottom: 15px
}
.commentlist {
    padding: 0 0 25px;
    margin: 0 0 40px;
    border-bottom: 2px solid #f0f7fa
}
.commentlist li {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.commentlist li .comment-wrapper {
    position: relative;
    margin: 0 0 20px 80px;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #f0f7fa
}
.commentlist li .comment-wrapper:before {
    position: absolute;
    top: 20px;
    left: -10px;
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #f0f7fa;
    border-bottom: 10px solid transparent;
    content: ""
}
.commentlist li.bypostauthor .comment-wrapper {
    background: #70b3d0;
    color: #fff
}
.commentlist li.bypostauthor .comment-wrapper:before {
    border-right-color: #70b3d0
}
.commentlist li.bypostauthor .comment-author .author {
    color: #fff
}
.commentlist li.bypostauthor .comment-meta a {
    color: #282828
}
.commentlist li .gravatar {
    display: block;
    position: absolute;
    left: -80px;
    top: 0
}
.commentlist li .gravatar img {
    background: #fff;
    padding: 3px;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    transition: all .1s ease-out
}
.commentlist li .gravatar img:hover {
    background: #fc8a58;
    border-color: #fc8a58
}
.commentlist li .comment-author .author {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #282828;
    font-family: Kavoon, cursive
}
.commentlist li .comment-meta {
    margin-bottom: 1em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic
}
.commentlist li .comment-meta a {
    color: #70b3d0
}
.commentlist li .comment-reply {
    text-align: right;
    padding-top: 5px
}
.commentlist li .comment-reply a.button {
    text-transform: uppercase;
    padding-left: 10px
}
.commentlist .children {
    margin: 0;
    padding: 0 0 0 80px
}
.widget__sidebar {
    padding: 25px 19px;
    background: #f0f7fa;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 28px
}
.widget__sidebar .widget-title {
    text-shadow: 0 1px 0 #fff
}
.widget__sidebar .thumb {
    border-color: #e4eaed
}
.widget__sidebar .thumb__hovered:hover {
    border-color: #70b3d0
}
.widget__sidebar ul li {
    color: #919090
}
.popular-posts .thumbs-list .list-item {
    margin-bottom: 22px
}
.flickr-widget {
    overflow: hidden
}
.flickr-widget ul {
    margin: 0;
    padding: 0
}
.flickr-widget .thumb {
    margin: 0 5px 5px 0;
    float: left;
    position: relative
}
.flickr-widget .thumb img {
    height: 72px
}
.flickr-widget .nomargin,
.flickr-widget .thumb:nth-child(3n) {
    margin-right: 0
}
.flickr-widget_thumb_holder {
    float: left;
    height: 72px;
    overflow: hidden;
    background: #000
}
.portfolio {
    border-bottom: 2px solid #f0f7fa;
    margin-bottom: 0
}
.portfolio__noborder {
    border-bottom: none;
    margin-bottom: 0
}
.portfolio__negative-margin {
    margin-bottom: -35px;
    overflow: hidden
}
.portfolio .thumb {
    margin: 0 0 8px;
    float: none
}
.portfolio-item {
    margin-bottom: 10px
}
.portfolio .item-info {
    margin-bottom: 12px
}
.portfolio .item-info .symbol,
.portfolio .item-info i {
    font-size: 14px;
    color: #70b3d0;
    margin-right: 5px
}
.portfolio .item-info .name {
    font-size: 12px;
    line-height: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #3f3f3f
}
.portfolio .item-info .place,
.portfolio .item-info .rate {
    margin-bottom: 6px;
    font-size: 11px
}
.portfolio .excerpt {
    margin-bottom: 1.5em;
    height: 4.5em;
    overflow: hidden
}
.portfolio__2cols .thumb {
    float: left;
    margin: 0 20px 0 0
}
.portfolio__2cols .excerpt {
    height: 6em
}
.map-wrapper {
    position: relative;
    margin-bottom: 17px;
    background: #fff;
    padding: 6px;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}
.map-wrapper img {
    max-width: none!important
}
#map_canvas {
    width: 100%;
    height: 366px;
    background: url(../images/preloader.gif) 50% 50% no-repeat #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.contact-info {
    margin: 0;
    padding: 0;
    list-style-type: none
}
.contact-info li {
    margin: 0 0 .5em;
    padding: 0 0 0 21px;
    position: relative
}
.contact-info li strong {
    color: #444
}
.contact-info li[class^=icon-] {
    position: absolute;
    left: 0;
    top: 0;
    color: #444;
    font-size: 14px
}
.contact-info li a {
    color: #4CBFEA;
    text-decoration: underline
}
.contact-info li a:hover {
    text-decoration: none;
    color: #FC824D
}
.contact-form textarea {
    height: 166px
}
.contact-form .button-wrapper {
    text-align: right
}
.loaderIcon {
    float: left;
    position: relative;
    top: 6px
}
.widgets-footer {
    background: #fafafa;
    border-top: 1px solid #f0f7fa;
    border-bottom: 1px solid #f0f7fa;
    padding: 35px 0
}
.widget__footer .widget-title {
    border-bottom: 1px solid #e8f2f7;
    padding-bottom: 8px
}
.widget__footer .widget-content {
    font-size: 11px;
    line-height: 18px
}
.tagcloud {
    margin: 10px;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #F4F0F0;
    border-radius: 5px
}
.tagcloud a,
a.tag {
    border-bottom: 2px solid #3BB1BB;
    background: #7fdbfd;
    font-size: 10px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 2px 10px;
    margin: 0 4px 4px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.tagcloud a:hover,
a.tag:hover {
    background: #fc8957;
    border-bottom: 2px solid #CB6E35
}
.recent-posts-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}
.recent-posts-list li {
    padding: 0 0 0 20px;
    margin: 0 0 10px;
    position: relative
}
.recent-posts-list li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #fc8957;
    content: "\f105";
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased
}
.recent-posts-list li .title {
    font-size: 12px;
    font-weight: 700;
    color: #000
}
.recent-posts-list li .title:hover {
    color: #fc8957;
    text-decoration: none
}
.recent-posts-list li .date {
    display: block;
    color: #8c8c8c;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic
}
.copyright {
    font-size: 10px;
    text-transform: uppercase;
    padding: 21px 0
}
.copyright-primary {
    float: left
}
.copyright-secondary {
    float: right
}
.copyright a {
    color: #e67715;
    text-decoration: none
}
.copyright a:hover {
    text-decoration: underline
}
.separator {
    margin: 0 5px
}
.social-links {
    list-style-type: none;
    padding: 0;
    margin: 0
}
.social-links li {
    margin: 0 0 0 7px;
    padding: 0;
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    font-size: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
.social-links li:first-child {
    margin-left: 0
}
.social-links li a {
    text-decoration: none;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.link-twitter a {
    background: #3cf
}
.link-facebook a {
    background: #3b5998
}
.link-google a {
    background: #bd3518
}
.link-pinterest a {
    background: #cb2027
}
.link-rss a {
    background: #f88f16
}
.social-links li a:hover {
    background: #f0f7fa;
    color: #7dbad4
}
.info-box {
    position: relative;
    overflow: hidden;
    padding: 15px 25px 20px 16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .04);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .04);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .04);
    color: #fff
}
.info-box__primary {
    background: #FD8F32
}
.info-box__secondary {
    background: #39f
}
.info-box__tertiary {
    background: #af43a8
}
.info-box-num {
    float: left;
    margin-right: 23px;
    width: 54px;
    height: 54px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .15)
}
.info-box-num-inner {
    display: block;
    margin-top: -5px;
    font-size: 48px;
    font-family: Kavoon, Arial, cursive;
    line-height: 54px
}
.info-box-title {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .12);
    margin-bottom: .5em;
    font-family: Kavoon, Roboto, Arial, cursive
}
.info-box__nobg {
    padding: 0;
    background: 0 0;
    color: #919090;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.info-box__nobg .info-box-title {
    font-size: 18px;
    text-shadow: none;
    color: #fc8a58;
    padding-top: 14px
}
.info-box__nobg .info-box-num {
    background: #fc8a58
}
.info-box__nobg.info-box__secondary .info-box-title {
    color: #7fdbfd
}
.info-box__nobg.info-box__secondary .info-box-num {
    background: #7fdbfd
}
.info-box__nobg.info-box__tertiary .info-box-title {
    color: #c4d208
}
.info-box__nobg.info-box__tertiary .info-box-num {
    background: #c4d208
}
.info-box__arrow {
    position: relative;
    padding-right: 35px
}
.info-box__arrow:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    color: #999;
    content: "\f0da";
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    font-size: 56px;
    line-height: 1em;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased
}
.hero-unit h1 {
    margin-bottom: .5em
}
.hero-unit-desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px
}
.thumbs-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}
.thumbs-list .list-item {
    margin: 0 0 18px
}
.thumbs-list .item-heading {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: .5em;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -.2em
}
.thumbs-list .item-heading a {
    color: #fc8a58;
    padding-top: .3em;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.thumbs-list .item-heading a:hover {
    color: #7fdbfd;
    text-decoration: none
}
.thumbs-list .date {
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    color: #b8b8b8;
    font-style: italic;
    margin-bottom: 8px
}
.list-elements {
    list-style-type: none;
    margin: 0 0 -20px;
    padding: 0;
    overflow: hidden
}
.list-elements .item {
    width: 195px;
    float: left;
    padding: 0 0 10px 18px;
    margin: 0 0 20px 18px;
    border-left: 1px solid #e5ecef
}
.list-elements .item:first-child,
.list-elements .item:nth-child(5n) {
    padding-left: 0;
    margin-left: 0;
    border-left: none
}
.list-elements .thumb {
    float: none;
    margin: 0 0 16px;
    border: none
}
.list-elements .thumb:hover {
    background: #70b3d0
}
.list-elements .item-info {
    margin-bottom: 12px
}
.list-elements .item-info .symbol,
.list-elements .item-info i {
    font-size: 14px;
    color: #70b3d0;
    margin-right: 5px
}
.list-elements .item-info .name {
    font-size: 12px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #3f3f3f;
    margin-bottom: 6px
}
.list-elements .item-info .place,
.list-elements .item-info .rate {
    margin-bottom: 6px;
    font-size: 11px
}
.list-elements .excerpt {
    margin-bottom: 1.5em
}
.list-elements__small .item {
    width: 140px;
    float: left;
    padding: 0;
    margin: 0 0 20px 18px;
    border: none
}
.list-elements__small .item:first-child,
.list-elements__small .item:nth-child(7n) {
    padding-left: 0;
    border-left: none
}
.list-elements__small .item.fifth,
.list-elements__small .item:nth-child(5n) {
    margin-left: 20px;
    padding: 0
}
.list-elements__small .thumb {
    float: none;
    margin: 0 0 16px;
    padding: 4px;
    border: 1px solid #f2f2f2
}
.list-elements__small .thumb:hover {
    border-color: #70b3d0
}
.cta {
    background: #f0f7fa;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 26px
}
.cta h2 {
    margin-bottom: .3em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .75)
}
.cta-inner {
    float: left;
    max-width: 76%;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .75)
}
.cta-button-holder {
    float: right;
    padding-top: 12px
}
.ico-holder {
    float: left;
    width: 55px;
    height: 55px;
    line-height: 55px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fc8a58;
    margin-right: 25px;
    font-size: 42px;
    color: #fff;
    text-align: center
}
.ico-box h5 {
    font-size: 1em;
    line-height: 18px;
    color: #444;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 1em
}
.ico-box__primary h3 {
    color: #fc8a58
}
.ico-box__primary .ico-holder {
    background: #fc8a58
}
.ico-box__secondary h3 {
    color: #7fdbfd
}
.ico-box__secondary .ico-holder {
    background: #7fdbfd
}
.ico-box__tertiary h3 {
    color: #c4d208
}
.ico-box__tertiary .ico-holder {
    background: #c4d208
}
.ico-box__quaternary h3 {
    color: #70b3d0
}
.ico-box__quaternary .ico-holder {
    background: #70b3d0
}
.ico-box__pentanary h3 {
    color: #70b3d0
}
.ico-box__pentanary .ico-holder {
    background: #ad4a9c
}
.testi-body {
    background: #f0f7fa;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    font-style: italic;
    color: #aeb3b5;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    margin-bottom: 8px
}
.testi-body:before {
    content: "";
    display: block;
    position: absolute;
    left: 50px;
    bottom: -15px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f0f7fa
}
.testi-author-img {
    display: block;
    float: left;
    padding: 2px;
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 30px;
    margin-top: -4px
}
.testi-author-img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
.testi-author-name {
    color: #333
}
.test-author-info {
    color: #919090;
    font-style: italic;
    font-size: 11px;
    font-family: Georgia, "Times New Roman", Times, serif
}
.pagination {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center
}
.pagination li {
    display: inline;
    margin: 0;
    padding: 0
}
.pagination li a,
.pagination li span {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 2px;
    text-align: center;
    font-size: 18px;
    font-family: Kavoon, cursive;
    line-height: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.pagination li:first-child a,
.pagination li:first-child span {
    margin-left: 0
}
.pagination li:last-child a,
.pagination li:last-child span {
    margin-right: 0
}
.pagination li a {
    color: #70b3d0;
    text-decoration: none
}
.pagination li a:hover,
.pagination li.current span {
    background: #7fdbfd;
    color: #fff
}
.pagination li span {
    color: #919090
}
.pagination li.first,
.pagination li.prev {
    float: left
}
.pagination li.first a,
.pagination li.prev a {
    background: #f0f7fa;
    color: #70b3d0
}
.pagination li.first a:hover,
.pagination li.prev a:hover {
    background: #7fdbfd;
    color: #fff
}
.pagination li.last,
.pagination li.next {
    float: right
}
.pagination li.last a,
.pagination li.next a {
    background: #f0f7fa;
    color: #70b3d0
}
.pagination li.last a:hover,
.pagination li.next a:hover {
    background: #7fdbfd;
    color: #fff
}
.info-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.info-list li {
    margin: 0 0 6px;
    padding: 0;
    overflow: hidden
}
.info-list .name {
    font-weight: 700;
    color: #444;
    float: left;
    min-width: 85px
}
.info-list__checked .icon-ok {
    color: #c4d208;
    margin-right: 6px
}
.info-list__checked .icon-remove {
    color: #e2e2e2;
    margin-right: 8px
}
blockquote {
    font-family: Georgia, Times, serif;
    font-size: 14px;
    margin: 0 auto
}
#quote_wrap {
    background: url(http://sandbox.sebnitu.com/jquery/quovolver/demo/images/quote-mark.png) 20px 20px no-repeat #fbffec;
    margin: 40px 0;
    padding: 20px;
    border: 1px solid #edffaf
}
.deposit {
    width: 100%;
    clear: both;
    padding: 4px 4px 20px;
    margin-bottom: 15px;
    font-size: 11px
}
.logobank {
    width: 90px;
    float: left
}
.rekening {
    width: 190px;
    float: left;
    color: #222;
    font-weight: 700;
    font-size: 14px
}
.hitam {
    color: #000;
    font-weight: 700;
    font-family: Arial
}
.keterangan {
    color: #555
}
.spasi {
    line-height: 14px
}
.hint {
    position: relative;
    display: inline-block
}
.hint:after,
.hint:before {
    position: absolute;
    opacity: 0;
    z-index: 1000000;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    pointer-events: none
}
.hint:hover:after,
.hint:hover:before {
    opacity: 1
}
.hint:before {
    content: '';
    background: 0 0;
    border: 6px solid transparent;
    position: absolute
}
.hint:after {
    content: attr(data-hint);
    background: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    white-space: nowrap;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .3)
}
.hint--top:before {
    bottom: 100%;
    left: 50%;
    margin: 0 0 -18px;
    border-top-color: rgba(0, 0, 0, .8)
}
.hint--top:after {
    bottom: 100%;
    left: 50%;
    margin: 0 0 -6px -10px
}
.hint--top:hover:before {
    margin-bottom: -10px
}
.hint--top:hover:after {
    margin-bottom: 2px
}
.hint--bottom:before {
    top: 100%;
    left: 50%;
    margin: -14px 0 0;
    border-bottom-color: rgba(0, 0, 0, .8)
}
.hint--bottom:after {
    top: 100%;
    left: 50%;
    margin: -2px 0 0 -10px
}
.hint--bottom:hover:before {
    margin-top: -6px
}
.hint--bottom:hover:after {
    margin-top: 6px
}
.hint--right:before {
    left: 100%;
    bottom: 50%;
    margin: 0 0 -4px -8px;
    border-right-color: rgba(0, 0, 0, .8)
}
.hint--right:after {
    left: 100%;
    bottom: 50%;
    margin: 0 0 -13px 4px
}
.hint--right:hover:before {
    margin: 0 0 -4px
}
.hint--right:hover:after {
    margin: 0 0 -13px 12px
}
.hint--left:before {
    right: 100%;
    bottom: 50%;
    margin: 0 -8px -4px 0;
    border-left-color: rgba(0, 0, 0, .8)
}
.hint--left:after {
    right: 100%;
    bottom: 50%;
    margin: 0 4px -13px 0
}
.hint--left:hover:before {
    margin: 0 0 -4px
}
.hint--left:hover:after {
    margin: 0 12px -13px 0
}
.link-white {
    color: #fff!important;
    cursor: pointer;
    text-decoration: none
}
.link-white:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none
}
.another-link {
    color: #11B1ED;
    text-decoration: underline
}
.another-link:hover {
    text-decoration: none;
    color: #FC824D
}
.pdb15 {
    padding-bottom: 15px
}
.rows {
    margin-right: -15px;
    margin-left: 0
}
.rows:after,
.rows:before {
    display: table;
    content: " "
}
.rows:after {
    clear: both
}
.table {
    width: 100%;
    margin-bottom: 20px
}
.table tbody>tr>td,
.table tbody>tr>th,
.table tfoot>tr>td,
.table tfoot>tr>th,
.table thead>tr>td,
.table thead>tr>th {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd
}
.table thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}
.table caption+thead tr:first-child td,
.table caption+thead tr:first-child th,
.table colgroup+thead tr:first-child td,
.table colgroup+thead tr:first-child th,
.table thead:first-child tr:first-child td,
.table thead:first-child tr:first-child th {
    border-top: 0
}
.table tbody+tbody {
    border-top: 2px solid #ddd
}
.table .table {
    background-color: #fff
}
.table-condensed tbody>tr>td,
.table-condensed tbody>tr>th,
.table-condensed tfoot>tr>td,
.table-condensed tfoot>tr>th,
.table-condensed thead>tr>td,
.table-condensed thead>tr>th {
    padding: 5px
}
.table-bordered {
    border: 1px solid #ddd
}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #aaa
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}
.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}
table col[class*=col-] {
    display: table-column;
    float: none
}
table td[class*=col-],
table th[class*=col-] {
    display: table-cell;
    float: none
}
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8;
    border-color: #d6e9c6
}
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6;
    border-color: #c9e2b3
}
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede;
    border-color: #eed3d7
}
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc;
    border-color: #e6c1c7
}
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3;
    border-color: #fbeed5
}
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc;
    border-color: #f8e5be
}
@media (max-width: 992px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0;
        background-color: #fff
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>thead>tr:last-child>td,
    .table-responsive>.table-bordered>thead>tr:last-child>th {
        border-bottom: 0
    }
}
.tab-table {
    background: #0092dd;
    color: #fff
}
.brand-close {
    color: #FD8F32;
    font-weight: 700;
    text-align: center
}
.brand-live {
    color: #099EDF;
    font-weight: 700;
    text-align: center
}
.brand-ready {
    color: #3B5998;
    font-weight: 700;
    text-align: center
}
.brand-maintenance {
    color: #18C535;
    font-weight: 700;
    text-align: center
}

.brand-Closed {
    color: #CF000F;
    font-weight: 700;
    text-align: center
}

.brand-code {
    color: #f30;
    font-weight: 700
}
.tbody-cblack {
    color: #000
}
.btn-block {
    width: 100%;
    display: block
}
.txt-center {
    text-align: center
}
.txt-left {
    text-align: left
}
.txt-right {
    text-align: right
}
.border-tabel {
    border: 1px solid #70b3d0;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 7px
}
.no_hover:hover {
    text-decoration: none
}
.modal-container {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .9);
    z-index: 9;
    position: fixed;
    background-color: #fff;
    left: 50%;
    padding: 20px;
    width: 85%;
    max-width: 900px;
    -webkit-transform: translate(-50%, -2000%);
    -ms-transform: translate(-50%, -2000%);
    transform: translate(-50%, -2000%);
    -webkit-transition: -webkit-transform 500ms ease-out;
    -ms-transition: -ms-transform 500ms ease-out;
    transition: transform 500ms ease-out
}
.modal-container p {
    margin-top: 0
}
.modal:before {
    z-index: 8;
    content: "";
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}
.modal:target .modal-container {
    overflow: auto;
    height: auto;
    max-height: 500px;
    top: 10%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}
.modal:target:before {
    display: block
}
.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.nice-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .3);
    background-color: #F5F5F5
}
.nice-scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}
.nice-scroll::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555
}