.vtproperty,
.vtproperty * {
    box-sizing: border-box;
}

.vtproperty .property-image {
    position: relative;
}

.vtproperty .property-attributes {
    padding: 10px 0 20px;
}

.vtproperty .property-title {
    font-size: 20px !important;
    line-height: 23px;
}

.vtproperty .property-element-title a:focus,
.vtproperty .property-element-title a:hover,
.vtproperty .property-element-title a:visited,
.vtproperty .property-element-title a {
    text-transform: none;
    text-decoration: none;
    color: #666;
    outline: 0;
    box-shadow: none;
}

.vtproperty .property-title a:focus,
.vtproperty .property-title a:hover,
.vtproperty .property-title a:visited,
.vtproperty .property-title a {
    text-transform: none;
    text-decoration: none;
    color: #7d7d7d;
    outline: 0;
    box-shadow: none;
}

.vtproperty .property-excerpt {
    font-size: 13px;
    line-height: 16px;
}

.vtproperty .property-label {
    line-height: 140%;
    color: #7d7d7d;
}

.vtproperty .property-value {
    font-style: italic;
    line-height: 110%;
}

.vtproperty .property-description {
    margin: 30px 0;
}

.vtproperty .property-file-description > * {
    margin: 0;
}

.vtproperty .property-duration-separator {
    margin-right: 5px;
    margin-left: 5px;
}

.vtproperty .property-landsize-dimension,
.vtproperty .property-buildingsize-dimension {
    margin-left: 5px;
}

.vtproperty .property-badges {
    border-radius: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px 10px;
    background: #01bbd2;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    font-style: normal;
    line-height: 12px;
    box-shadow: 1px 1px 2px #555;
}

.vtproperty .property-loop-main-container a.btn {
    border: 2px solid #26b6f3;
    display: inline-block !important;
    margin-bottom: 40px;
    padding: 8px 12px;
    border-radius: 4px;
    color: #26b6f3;
    text-decoration: none;
    box-shadow: none;
}

.vtproperty .pager-infinite-loader {
    background: #f1f1f1;
    border: 1px solid #e4e4e4;
    cursor: pointer;
    font-size: 14px;
    color: #aaa;
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: center;
    padding: 20px 30px;
    text-align: center;
}

.vtproperty .pager-infinite > ul.vtcore {
    display: none;
}

.vtproperty .pager-ajax-notice {
    position: fixed;
    top: calc(50% - 50px);
    left: calc(50% - 150px);
    box-shadow: 0 0 5px #888;
    width: 300px;
    background:#26b6f3;
    color: #fff;
    border: none;
}

.vtproperty .ajax-processing .pager-ajax-notice {
    display: block;
    opacity: 1;
}

.property-description ~ .vtproperty  {
    margin-top: 30px;
}

/**
  Property elements
  **/
.vtproperty .property-elements {
    font-size: 13px;
}

.vtproperty figure.property-elements {
    padding: 0;
    margin: 0;
}

.vtproperty figure.property-elements img {
    border-radius: 0;
    box-shadow: none;
    min-width: 100%;
    height: auto;
    vertical-align: top;
    object-fit: cover;
}

.vtproperty .property-elements.with-icon {
    padding-left: 46px;
    position: relative;
    min-height: 46px;
    margin-bottom: 10px;
}

.vtproperty .property-elements .wp-icons-wrapper {
    position: absolute;
    left: 0;
    top: 3px;
}

.vtproperty .property-elements .wp-icons-effect {
    width: 36px !important;
    height: 36px !important;
    background: #d4d4d4;
    border-radius: 36px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    transform: none !important;
    padding: 0 !important;
}

.vtproperty .property-elements .wp-icons-wrapper i {
    font-size: 18px !important;
    color: #fff;
    transform: none !important;
}

/**
  Teasers
  **/
.vtproperty [class*="template-property-"] > * {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}

.vtproperty [class*="template-property-"] > * .property-elements,
.vtproperty [class*="template-property-"] > * .property-excerpt,
.vtproperty [class*="template-property-"] > * .property-title {
    margin: 0;
    padding: 0;
}

.vtproperty [class*="template-property-"] > * .property-elements:not(figure) {
    padding: 0 15px 15px;
}

.vtproperty [class*="template-property-"] > * .property-element-title {
    padding: 15px 15px 5px !important;
}

.vtproperty [class*="template-property-"] > * .property-elements.with-icon {
    padding-left: 61px;
}

.vtproperty [class*="template-property-"] > * .property-elements .wp-icons-wrapper {
    left: 15px;
    top: 1px;
}

.vtproperty [class*="template-property-"] > * .property-element-location .property-value * {
    display: inline-block;
}

.vtproperty [class*="template-property-"] > * .property-element-location .property-value *:after {
    content: ', ';
    display: inline-block;
    margin-right: 3px;
}

.vtproperty [class*="template-property-"] > * .property-element-location .property-value *:last-child:after {
    display: none;
}

.vtproperty .property-element-floorplan .fotorawa__wrap,
.vtproperty .property-element-images .fotorama__wrap {
    width: 100% !important;
}

/**
  Term Lists
  **/
.vtproperty.property-loop-main-container > .wp-term-list {
    list-style: none;
    margin: 0;
    padding: 40px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.vtproperty.property-loop-main-container > .wp-term-list > * {
    display: block;
    margin: 0 10px 10px 0;
}

.vtproperty.property-loop-main-container > .wp-term-list a {
    cursor: pointer;
    text-decoration: none;
    color: #888;
    padding: 6px 12px;
    border: none;
    background: #eee;
    border-radius: 2px;
    font-size: 14px;
    display: block;
    box-shadow: none;
}

.vtproperty.property-loop-main-container > .wp-term-list a:focus,
.vtproperty.property-loop-main-container > .wp-term-list a:hover,
.vtproperty.property-loop-main-container > .wp-term-list a.term-active {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    padding: 6px 12px;
    border: none;
    background: #26B6F3;
    border-radius: 2px;
    font-size: 14px;
    outline: 0;
    box-shadow: none;
}

@media (max-width: 600px) {
    .vtproperty.property-loop-main-container > .wp-term-list {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        align-content: flex-start;
    }

    .vtproperty.property-loop-main-container > .wp-term-list a {
        white-space: pre;
    }
}

/**
  Pager element
  **/
.vtproperty .property-pager {
    border: none;
}

.vtproperty .property-pager:after,
.vtproperty .property-pager:before {
    display: none;
}

.vtproperty .property-pager ul {
    list-style: none;
    margin: 30px 0;
    text-align: center;
}

.vtproperty .property-pager ul li {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 0;
}

.vtproperty .property-pager ul li a {
    cursor: pointer;
    text-decoration: none;
    color: #888;
    padding: 8px 12px;
    border: 2px solid #f7f7f7;
    background: #eee;
    border-radius: 5px;
    font-size: 14px;
    display: block;
    box-shadow: none;
}

.vtproperty .property-pager ul li a:focus,
.vtproperty .property-pager ul li a:hover,
.vtproperty .property-pager ul li span {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    padding: 8px 12px;
    border: 2px solid #fff;
    background: #26B6F3;
    border-radius: 5px;
    font-size: 14px;
    outline: 0;
    box-shadow: none;
    display: block;
}

.vtproperty .template-pager-infinite.ajax-processing + .pager-infinite .pager-ajax-notice {
    display: block;
    opacity: 1;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

.vtproperty .pager-ajax-notice {
    padding: 20px;
    margin: 30px auto;
    display: none;
    opacity: 0;
    max-width: 600px;
}

/**
  Property video
  when using mejs
  **/
.vtproperty .me-plugin {
    width: 100%;
    height: 100%;
}

.vtproperty .me-plugin > * {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

/**
  Property Flex Special Class
  **/
.vtproperty .property-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.vtproperty .property-flex [class*="property-element-"] {
    padding-right: 5px;
    width: 25%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.vtproperty .property-flex > *:nth-child(4n+4) {
    padding-right: 0;
}

/**
  Maps
  **/
.vtproperty .property-infobox .property-element-thumbnail img {
    padding: 0 !important;
}

.vc_row .property-loop-main-container {
    padding: 0;
}

/**
  Property mini list
  **/
.vtproperty .property-mini-list {
    margin-bottom: 10px;
}

.vtproperty .property-mini-list img {
    height: auto;
}

.vtproperty .property-mini-list .post-title {
    margin-bottom: 5px;
    line-height: 130%;
}

/**
  Social Bars
  **/
.vtproperty .property-element-share.property-shares {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.vtproperty .property-element-share.property-shares {
    background: #f7f7f7;
}

.vtproperty .property-element-share.property-shares .property-label {
    width: 30%;
    text-align: left;
    line-height: 39px;
    vertical-align: middle;
    font-size: 18px;
    padding: 3px 20px;
    color: #181818;
}

.vtproperty .property-element-share.property-shares .property-value {
    width: 70%;
    vertical-align: middle;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}

.vtproperty .property-element-share.property-shares .property-value a {
    color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin: 5px;
    display: flex;
    font-size: 18px;
    text-align: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    min-width: 36px;
    padding: 0;
}

.vtproperty .property-element-share.property-shares .property-value a > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.vtproperty .property-element-share.property-shares .property-value a:hover,
.vtproperty .property-element-share.property-shares .property-value a:focus {
    opacity: 1;
}

.vtproperty .property-element-share.property-shares .property-value a * {
    margin: 0 !important;
}

.vtproperty .property-element-share.property-shares .property-value a.wp-printpdf-button {
    background: #00638b;
    vertical-align: middle;
}

.vtproperty .property-element-share.property-shares .property-value a.social-google {
    background: #d4393d;
}

.vtproperty .property-element-share.property-shares .property-value a.social-facebook {
    background: #2340d4;
}

.vtproperty .property-element-share.property-shares .property-value a.social-twitter {
    background: #51b8d4;
}

.vtproperty .property-element-share.property-shares .property-value a.social-linkedin {
    background: #307cd4;
}

.vtproperty .property-element-share.property-shares .property-value a.social-pinterest {
    background: #d4011a;
}

.vtproperty .property-element-share.property-shares .property-value a.social-vk {
    background: #d4479e;
}

.vtproperty .property-element-share.property-shares .property-value a.social-weibo {
    background: #40d447;
}

.vtproperty .property-element-share.property-shares .property-value a.social-renren {
    background: #d47726;
}


@-webkit-keyframes moveUp {
    0% { }
    100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
    0% { }
    100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

/**
  Property Grid Style
  **/
.vtproperty .template-property-grid  {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.vtproperty .template-property-grid  > * {
    float: none;
    padding: 0 15px 30px !important;
    margin: 0 !important;
}

.vtproperty .template-property-grid .property-grid-inner {
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
}

.vtproperty .template-property-grid .property-image {
    height: 260px;
    background: #d8d8d8;
}

.vtproperty .template-property-grid .property-image .property-element-thumbnail img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.vtproperty .template-property-grid .property-attributes {
    flex-grow: 1;
}


/**
  Property List style
  **/
.vtproperty .template-property-list  {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.vtproperty .template-property-list.row {
    margin: 0;
}

.vtproperty .template-property-list .property-list {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    background: #fff;
}

.vtproperty .template-property-list .left-side {
    max-width: 30%;
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    border: 2px solid #D8D8D8;
    background: #d8d8d8;
}

.vtproperty .template-property-list .left-side .property-image {
    position: static;
}

.vtproperty .template-property-list .left-side .property-image .property-element-thumbnail img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.vtproperty .template-property-list .left-side a {
    display: block;
}

.vtproperty .template-property-list .right-side {
    flex: 1;
    padding: 10px 27px;
}

.vtproperty .template-property-list .property-title {
    margin: 0 0 10px;
    font-size: 20px;
}

.vtproperty .template-property-list .property-excerpt {
    margin: 0 0 20px;
}

.vtproperty .template-property-list > * .property-elements.with-icon {
    padding-left: 45px;
}

.vtproperty .template-property-list > * .property-elements .wp-icons-wrapper {
    left: 0;
}

@media (max-width: 600px) {
    .vtproperty .template-property-list .property-list {
        flex-direction: column;
    }

    .vtproperty .template-property-list .left-side {
        max-width: 100%;
        min-height: 260px;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .vtproperty .template-property-list .right-side {
        padding: 27px 0;
    }
}


/**
  Property Masonry
  **/
.vtproperty .template-property-masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    margin: 0 0 30px;
    padding: 0;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

.vtproperty .template-property-masonry > * {
    display: inline-block;
    background: #fff;
    margin: 0 0 30px;
    width: 100%;
    padding: 0;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.18);
}

.vtproperty .template-property-masonry .property-image {
    height: 260px;
    background: #d8d8d8;
}

.vtproperty .template-property-masonry .property-image .property-element-thumbnail img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1200px) {
    .vtproperty .template-property-masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 600px) {
    .vtproperty .template-property-masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

/**
  Property Metro Style
  **/
.vtproperty .template-property-metro {
    display: grid;
    padding: 0;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(200px, auto);
    grid-auto-flow: row dense;
}

.vtproperty .template-property-metro > .item {
    box-shadow: 1px 1px 1px #999;
}

.vtproperty .template-property-metro > .item:nth-child(8n + 1),
.vtproperty .template-property-metro > .item:nth-child(7n + 1) {
    grid-column: span 2;
    grid-row: span 2;
}

.vtproperty .template-property-metro > .item > a {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    width: 100%;
}

.vtproperty .template-property-metro > .item > a > figure,
.vtproperty .template-property-metro > .item > a > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vtproperty .template-property-metro .property-attributes {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #fff;
    font-size: 13px;
    left: 0;
    width: 100%;
    padding: 8px 10px;
    position: absolute;
}

.vtproperty .template-property-metro > * .property-elements:not(figure) {
    padding: 0;
    line-height: 130%;
}

@media (max-width: 1100px) {
    .vtproperty .template-property-metro {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 600px) {
    .vtproperty .template-property-metro {
        display: flex;
        flex-direction: column;
    }

    .vtproperty .template-property-metro > .item {
        margin-bottom: 30px;
    }
}

/**
  Property Mini List style
  **/
.vtproperty .template-property-mini-list  {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
}

.vtproperty .template-property-mini-list .property-mini-list {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    background: #fff;
}

.vtproperty .template-property-mini-list .property-image {
    max-width: 100px;
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    border: 2px solid #D8D8D8;
    background: #d8d8d8;
    display: block;
    box-shadow: none;
}

.vtproperty .template-property-mini-list .property-image figure,
.vtproperty .template-property-mini-list .property-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vtproperty .template-property-mini-list .property-content {
    flex: 1;
    padding: 5px 15px;
}

.vtproperty .template-property-mini-list .property-title {
    margin: 0 0 5px;
    font-size: 18px;
}

.vtproperty .template-property-mini-list .property-element-price {
    color: #26B6F3;
}

.vtproperty .template-property-mini-list .property-location {
    margin: 5px 0;
    font-size: 15px;
    line-height: 18px;
}

.vtproperty [class*="template-property-mini-list"] .property-content .property-elements {
    padding: 0;
    font-weight:600;
}

/**
  Single Page
  **/
.vtproperty.property-single .property-title {
    font-size: 30px;
    line-height: 34px;
}


.vtproperty.property-single .property-element-floorplan {
    margin-bottom: 5px;
}

.vtproperty.property-single .property-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.vtproperty.property-single .property-main-block {
    width: calc(100% - 350px);
}

.vtproperty.property-single .property-sidebar-block {
    width: 320px;
    margin-left: 30px;
    padding: 20px;
}

.vtproperty.property-single .property-sidebar-block .property-elements {
    margin-bottom: 20px;
    font-size: 16px;
}
.vtproperty.property-single .property-sidebar-block .property-elements.with-icon {
    padding-left: 53px;
}

.vtproperty.property-single .property-sidebar-block .property-label {
    font-size: 12px;
    line-height: 160%;
}

.vtproperty.property-single .property-sidebar-block .property-value {
    font-style: normal;
    line-height: 140%;
}

.vtproperty.property-single .property-sidebar-block .property-elements .wp-icons-wrapper {
    top: 5px;
}

.vtproperty.property-single .property-description {
    font-size: 16px;
}

.vtproperty.property-single .property-sections {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
    align-items: center;
}

.vtproperty.property-single .property-sections > * {
    width: 70%;
    padding: 20px;
}

.vtproperty.property-single .property-sections iframe,
.vtproperty.property-single .property-sections label {
    width: 100%;
}

.vtproperty.property-single .property-section-header > * {
    font-size: 26px;
    line-height: 28px;
    margin-top: 40px;
    margin-bottom: 30px;
}

@media (max-width: 1190px) {
    .vtproperty.property-single .property-sidebar-block {
        width: 280px;
        margin-left: 30px;
    }
    .vtproperty.property-single .property-sections > * {
        width: 100%;
        padding: 20px;
    }
}

@media (max-width: 1060px) {
    .vtproperty.property-single .property-main-block {
        width: 100%;
    }
    .vtproperty.property-single .property-sidebar-block {
        width: 100%;
        margin-left: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .vtproperty.property-single .property-sidebar-block > * {
        min-width: 50%;
    }

    .vtproperty .property-flex [class*="property-element-"] {
        width: 25%;
    }
}

@media (max-width: 768px) {
    .vtproperty.property-single .property-sidebar-block {
        padding: 0;
    }
    .vtproperty.property-single .property-sidebar-block > * {
        min-width: 50%;
    }

    .vtproperty .property-flex [class*="property-element-"] {
        width: 50%;
    }

    .vtproperty.property-single .property-sections > * {
        padding: 20px 0;
    }

    .vtproperty .property-element-share.property-shares {
        flex-direction: column;
    }

    .vtproperty .property-element-share.property-shares {
        padding: 20px 10px;
    }

    .vtproperty .property-element-share.property-shares .property-label {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .vtproperty .property-element-share.property-shares .property-value {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
}


/**
  Property Thumbnail Style
  **/
.vtproperty .template-property-thumbnail  {
    display: grid;
    padding: 0;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    grid-auto-rows: minmax(200px, auto);
    grid-auto-flow: row dense;
}

.vtproperty .template-property-thumbnail  > * {
    box-shadow: 1px 1px 5px #999;
    border-radius: 5px;
}

.vtproperty .template-property-thumbnail > .item > a > figure,
.vtproperty .template-property-thumbnail > .item > a > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vtproperty.container {
    max-width: 1080px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1200px) {
    .vtproperty .template-property-thumbnail {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 1000px) {
    .vtproperty .template-property-thumbnail {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 800px) {
    .vtproperty .template-property-thumbnail {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 400px) {
    .vtproperty .template-property-thumbnail {
        grid-template-columns: repeat(1, 1fr);
    }
}
/**
  Assets for bootstrap grid system only
  Do not use this in conjuction with the
  main Bootstrap assets!
  **/
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
    min-width: 100%;
}
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    content: '';
    display: block;
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
[class*=" col-"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/**
  icon element itself
  **/
.wp-icons-effect {
  display: inline-block;
}

.wp-icons {
  display: block;
}

.wp-icons-wrapper.horizontal .wp-icons {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.wp-icons-wrapper.vertical .wp-icons {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.wp-icons-wrapper.spin .wp-icons {
  -webkit-animation: wpicons-spin 3s infinite linear;
  animation: wpicons-spin 3s infinite linear;
}

.wp-icons-wrapper.text-left {
  text-align: left;
}

.wp-icons-wrapper.text-right {
  text-align: right;
}

.wp-icons-wrapper.text-center {
  text-align: center;
}

@-webkit-keyframes wpicons-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes wpicons-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/** Icon shapes **/
.wp-icons-wrapper.circle .wp-icons-effect {
  border-radius: 100%;
}

.wp-icons-wrapper.round .wp-icons-effect {
  border-radius: 8px;
}

.wp-icons-wrapper.diamond .wp-icons-effect {
  -ms-transform: rotate(-45deg) scale(0.8);
  -webkit-transform: rotate(-45deg) scale(0.8);
  transform: rotate(-45deg) scale(0.8);
  overflow: hidden;
}

.wp-icons-wrapper.diamond .wp-icons-effect > .wp-icons {
  -ms-transform: rotate(45deg) scale(1.2);
  -webkit-transform: rotate(45deg) scale(1.2);
  transform: rotate(45deg) scale(1.2);
}
/* 
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */

@font-face {
  font-family: "foundation-icons";
  src: url(//apexcir.com/wp-content/plugins/victheme_core_old2/vtcore/assets/icon-foundation/fonts/foundation-icons.eot);
  src: url(//apexcir.com/wp-content/plugins/victheme_core_old2/vtcore/assets/icon-foundation/fonts/foundation-icons.eot?#iefix) format("embedded-opentype"),
       url(//apexcir.com/wp-content/plugins/victheme_core_old2/vtcore/assets/icon-foundation/fonts/foundation-icons.woff) format("woff"),
       url(//apexcir.com/wp-content/plugins/victheme_core_old2/vtcore/assets/icon-foundation/fonts/foundation-icons.ttf) format("truetype"),
       url(//apexcir.com/wp-content/plugins/victheme_core_old2/vtcore/assets/icon-foundation/fonts/foundation-icons.svg#fontcustom) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

.fi-address-book:before { content: "\f100"; }
.fi-alert:before { content: "\f101"; }
.fi-align-center:before { content: "\f102"; }
.fi-align-justify:before { content: "\f103"; }
.fi-align-left:before { content: "\f104"; }
.fi-align-right:before { content: "\f105"; }
.fi-anchor:before { content: "\f106"; }
.fi-annotate:before { content: "\f107"; }
.fi-archive:before { content: "\f108"; }
.fi-arrow-down:before { content: "\f109"; }
.fi-arrow-left:before { content: "\f10a"; }
.fi-arrow-right:before { content: "\f10b"; }
.fi-arrow-up:before { content: "\f10c"; }
.fi-arrows-compress:before { content: "\f10d"; }
.fi-arrows-expand:before { content: "\f10e"; }
.fi-arrows-in:before { content: "\f10f"; }
.fi-arrows-out:before { content: "\f110"; }
.fi-asl:before { content: "\f111"; }
.fi-asterisk:before { content: "\f112"; }
.fi-at-sign:before { content: "\f113"; }
.fi-background-color:before { content: "\f114"; }
.fi-battery-empty:before { content: "\f115"; }
.fi-battery-full:before { content: "\f116"; }
.fi-battery-half:before { content: "\f117"; }
.fi-bitcoin-circle:before { content: "\f118"; }
.fi-bitcoin:before { content: "\f119"; }
.fi-blind:before { content: "\f11a"; }
.fi-bluetooth:before { content: "\f11b"; }
.fi-bold:before { content: "\f11c"; }
.fi-book-bookmark:before { content: "\f11d"; }
.fi-book:before { content: "\f11e"; }
.fi-bookmark:before { content: "\f11f"; }
.fi-braille:before { content: "\f120"; }
.fi-burst-new:before { content: "\f121"; }
.fi-burst-sale:before { content: "\f122"; }
.fi-burst:before { content: "\f123"; }
.fi-calendar:before { content: "\f124"; }
.fi-camera:before { content: "\f125"; }
.fi-check:before { content: "\f126"; }
.fi-checkbox:before { content: "\f127"; }
.fi-clipboard-notes:before { content: "\f128"; }
.fi-clipboard-pencil:before { content: "\f129"; }
.fi-clipboard:before { content: "\f12a"; }
.fi-clock:before { content: "\f12b"; }
.fi-closed-caption:before { content: "\f12c"; }
.fi-cloud:before { content: "\f12d"; }
.fi-comment-minus:before { content: "\f12e"; }
.fi-comment-quotes:before { content: "\f12f"; }
.fi-comment-video:before { content: "\f130"; }
.fi-comment:before { content: "\f131"; }
.fi-comments:before { content: "\f132"; }
.fi-compass:before { content: "\f133"; }
.fi-contrast:before { content: "\f134"; }
.fi-credit-card:before { content: "\f135"; }
.fi-crop:before { content: "\f136"; }
.fi-crown:before { content: "\f137"; }
.fi-css3:before { content: "\f138"; }
.fi-database:before { content: "\f139"; }
.fi-die-five:before { content: "\f13a"; }
.fi-die-four:before { content: "\f13b"; }
.fi-die-one:before { content: "\f13c"; }
.fi-die-six:before { content: "\f13d"; }
.fi-die-three:before { content: "\f13e"; }
.fi-die-two:before { content: "\f13f"; }
.fi-dislike:before { content: "\f140"; }
.fi-dollar-bill:before { content: "\f141"; }
.fi-dollar:before { content: "\f142"; }
.fi-download:before { content: "\f143"; }
.fi-eject:before { content: "\f144"; }
.fi-elevator:before { content: "\f145"; }
.fi-euro:before { content: "\f146"; }
.fi-eye:before { content: "\f147"; }
.fi-fast-forward:before { content: "\f148"; }
.fi-female-symbol:before { content: "\f149"; }
.fi-female:before { content: "\f14a"; }
.fi-filter:before { content: "\f14b"; }
.fi-first-aid:before { content: "\f14c"; }
.fi-flag:before { content: "\f14d"; }
.fi-folder-add:before { content: "\f14e"; }
.fi-folder-lock:before { content: "\f14f"; }
.fi-folder:before { content: "\f150"; }
.fi-foot:before { content: "\f151"; }
.fi-foundation:before { content: "\f152"; }
.fi-graph-bar:before { content: "\f153"; }
.fi-graph-horizontal:before { content: "\f154"; }
.fi-graph-pie:before { content: "\f155"; }
.fi-graph-trend:before { content: "\f156"; }
.fi-guide-dog:before { content: "\f157"; }
.fi-hearing-aid:before { content: "\f158"; }
.fi-heart:before { content: "\f159"; }
.fi-home:before { content: "\f15a"; }
.fi-html5:before { content: "\f15b"; }
.fi-indent-less:before { content: "\f15c"; }
.fi-indent-more:before { content: "\f15d"; }
.fi-info:before { content: "\f15e"; }
.fi-italic:before { content: "\f15f"; }
.fi-key:before { content: "\f160"; }
.fi-laptop:before { content: "\f161"; }
.fi-layout:before { content: "\f162"; }
.fi-lightbulb:before { content: "\f163"; }
.fi-like:before { content: "\f164"; }
.fi-link:before { content: "\f165"; }
.fi-list-bullet:before { content: "\f166"; }
.fi-list-number:before { content: "\f167"; }
.fi-list-thumbnails:before { content: "\f168"; }
.fi-list:before { content: "\f169"; }
.fi-lock:before { content: "\f16a"; }
.fi-loop:before { content: "\f16b"; }
.fi-magnifying-glass:before { content: "\f16c"; }
.fi-mail:before { content: "\f16d"; }
.fi-male-female:before { content: "\f16e"; }
.fi-male-symbol:before { content: "\f16f"; }
.fi-male:before { content: "\f170"; }
.fi-map:before { content: "\f171"; }
.fi-marker:before { content: "\f172"; }
.fi-megaphone:before { content: "\f173"; }
.fi-microphone:before { content: "\f174"; }
.fi-minus-circle:before { content: "\f175"; }
.fi-minus:before { content: "\f176"; }
.fi-mobile-signal:before { content: "\f177"; }
.fi-mobile:before { content: "\f178"; }
.fi-monitor:before { content: "\f179"; }
.fi-mountains:before { content: "\f17a"; }
.fi-music:before { content: "\f17b"; }
.fi-next:before { content: "\f17c"; }
.fi-no-dogs:before { content: "\f17d"; }
.fi-no-smoking:before { content: "\f17e"; }
.fi-page-add:before { content: "\f17f"; }
.fi-page-copy:before { content: "\f180"; }
.fi-page-csv:before { content: "\f181"; }
.fi-page-delete:before { content: "\f182"; }
.fi-page-doc:before { content: "\f183"; }
.fi-page-edit:before { content: "\f184"; }
.fi-page-export-csv:before { content: "\f185"; }
.fi-page-export-doc:before { content: "\f186"; }
.fi-page-export-pdf:before { content: "\f187"; }
.fi-page-export:before { content: "\f188"; }
.fi-page-filled:before { content: "\f189"; }
.fi-page-multiple:before { content: "\f18a"; }
.fi-page-pdf:before { content: "\f18b"; }
.fi-page-remove:before { content: "\f18c"; }
.fi-page-search:before { content: "\f18d"; }
.fi-page:before { content: "\f18e"; }
.fi-paint-bucket:before { content: "\f18f"; }
.fi-paperclip:before { content: "\f190"; }
.fi-pause:before { content: "\f191"; }
.fi-paw:before { content: "\f192"; }
.fi-paypal:before { content: "\f193"; }
.fi-pencil:before { content: "\f194"; }
.fi-photo:before { content: "\f195"; }
.fi-play-circle:before { content: "\f196"; }
.fi-play-video:before { content: "\f197"; }
.fi-play:before { content: "\f198"; }
.fi-plus:before { content: "\f199"; }
.fi-pound:before { content: "\f19a"; }
.fi-power:before { content: "\f19b"; }
.fi-previous:before { content: "\f19c"; }
.fi-price-tag:before { content: "\f19d"; }
.fi-pricetag-multiple:before { content: "\f19e"; }
.fi-print:before { content: "\f19f"; }
.fi-prohibited:before { content: "\f1a0"; }
.fi-projection-screen:before { content: "\f1a1"; }
.fi-puzzle:before { content: "\f1a2"; }
.fi-quote:before { content: "\f1a3"; }
.fi-record:before { content: "\f1a4"; }
.fi-refresh:before { content: "\f1a5"; }
.fi-results-demographics:before { content: "\f1a6"; }
.fi-results:before { content: "\f1a7"; }
.fi-rewind-ten:before { content: "\f1a8"; }
.fi-rewind:before { content: "\f1a9"; }
.fi-rss:before { content: "\f1aa"; }
.fi-safety-cone:before { content: "\f1ab"; }
.fi-save:before { content: "\f1ac"; }
.fi-share:before { content: "\f1ad"; }
.fi-sheriff-badge:before { content: "\f1ae"; }
.fi-shield:before { content: "\f1af"; }
.fi-shopping-bag:before { content: "\f1b0"; }
.fi-shopping-cart:before { content: "\f1b1"; }
.fi-shuffle:before { content: "\f1b2"; }
.fi-skull:before { content: "\f1b3"; }
.fi-social-500px:before { content: "\f1b4"; }
.fi-social-adobe:before { content: "\f1b5"; }
.fi-social-amazon:before { content: "\f1b6"; }
.fi-social-android:before { content: "\f1b7"; }
.fi-social-apple:before { content: "\f1b8"; }
.fi-social-behance:before { content: "\f1b9"; }
.fi-social-bing:before { content: "\f1ba"; }
.fi-social-blogger:before { content: "\f1bb"; }
.fi-social-delicious:before { content: "\f1bc"; }
.fi-social-designer-news:before { content: "\f1bd"; }
.fi-social-deviant-art:before { content: "\f1be"; }
.fi-social-digg:before { content: "\f1bf"; }
.fi-social-dribbble:before { content: "\f1c0"; }
.fi-social-drive:before { content: "\f1c1"; }
.fi-social-dropbox:before { content: "\f1c2"; }
.fi-social-evernote:before { content: "\f1c3"; }
.fi-social-facebook:before { content: "\f1c4"; }
.fi-social-flickr:before { content: "\f1c5"; }
.fi-social-forrst:before { content: "\f1c6"; }
.fi-social-foursquare:before { content: "\f1c7"; }
.fi-social-game-center:before { content: "\f1c8"; }
.fi-social-github:before { content: "\f1c9"; }
.fi-social-google-plus:before { content: "\f1ca"; }
.fi-social-hacker-news:before { content: "\f1cb"; }
.fi-social-hi5:before { content: "\f1cc"; }
.fi-social-instagram:before { content: "\f1cd"; }
.fi-social-joomla:before { content: "\f1ce"; }
.fi-social-lastfm:before { content: "\f1cf"; }
.fi-social-linkedin:before { content: "\f1d0"; }
.fi-social-medium:before { content: "\f1d1"; }
.fi-social-myspace:before { content: "\f1d2"; }
.fi-social-orkut:before { content: "\f1d3"; }
.fi-social-path:before { content: "\f1d4"; }
.fi-social-picasa:before { content: "\f1d5"; }
.fi-social-pinterest:before { content: "\f1d6"; }
.fi-social-rdio:before { content: "\f1d7"; }
.fi-social-reddit:before { content: "\f1d8"; }
.fi-social-skillshare:before { content: "\f1d9"; }
.fi-social-skype:before { content: "\f1da"; }
.fi-social-smashing-mag:before { content: "\f1db"; }
.fi-social-snapchat:before { content: "\f1dc"; }
.fi-social-spotify:before { content: "\f1dd"; }
.fi-social-squidoo:before { content: "\f1de"; }
.fi-social-stack-overflow:before { content: "\f1df"; }
.fi-social-steam:before { content: "\f1e0"; }
.fi-social-stumbleupon:before { content: "\f1e1"; }
.fi-social-treehouse:before { content: "\f1e2"; }
.fi-social-tumblr:before { content: "\f1e3"; }
.fi-social-twitter:before { content: "\f1e4"; }
.fi-social-vimeo:before { content: "\f1e5"; }
.fi-social-windows:before { content: "\f1e6"; }
.fi-social-xbox:before { content: "\f1e7"; }
.fi-social-yahoo:before { content: "\f1e8"; }
.fi-social-yelp:before { content: "\f1e9"; }
.fi-social-youtube:before { content: "\f1ea"; }
.fi-social-zerply:before { content: "\f1eb"; }
.fi-social-zurb:before { content: "\f1ec"; }
.fi-sound:before { content: "\f1ed"; }
.fi-star:before { content: "\f1ee"; }
.fi-stop:before { content: "\f1ef"; }
.fi-strikethrough:before { content: "\f1f0"; }
.fi-subscript:before { content: "\f1f1"; }
.fi-superscript:before { content: "\f1f2"; }
.fi-tablet-landscape:before { content: "\f1f3"; }
.fi-tablet-portrait:before { content: "\f1f4"; }
.fi-target-two:before { content: "\f1f5"; }
.fi-target:before { content: "\f1f6"; }
.fi-telephone-accessible:before { content: "\f1f7"; }
.fi-telephone:before { content: "\f1f8"; }
.fi-text-color:before { content: "\f1f9"; }
.fi-thumbnails:before { content: "\f1fa"; }
.fi-ticket:before { content: "\f1fb"; }
.fi-torso-business:before { content: "\f1fc"; }
.fi-torso-female:before { content: "\f1fd"; }
.fi-torso:before { content: "\f1fe"; }
.fi-torsos-all-female:before { content: "\f1ff"; }
.fi-torsos-all:before { content: "\f200"; }
.fi-torsos-female-male:before { content: "\f201"; }
.fi-torsos-male-female:before { content: "\f202"; }
.fi-torsos:before { content: "\f203"; }
.fi-trash:before { content: "\f204"; }
.fi-trees:before { content: "\f205"; }
.fi-trophy:before { content: "\f206"; }
.fi-underline:before { content: "\f207"; }
.fi-universal-access:before { content: "\f208"; }
.fi-unlink:before { content: "\f209"; }
.fi-unlock:before { content: "\f20a"; }
.fi-upload-cloud:before { content: "\f20b"; }
.fi-upload:before { content: "\f20c"; }
.fi-usb:before { content: "\f20d"; }
.fi-video:before { content: "\f20e"; }
.fi-volume-none:before { content: "\f20f"; }
.fi-volume-strike:before { content: "\f210"; }
.fi-volume:before { content: "\f211"; }
.fi-web:before { content: "\f212"; }
.fi-wheelchair:before { content: "\f213"; }
.fi-widget:before { content: "\f214"; }
.fi-wrench:before { content: "\f215"; }
.fi-x-circle:before { content: "\f216"; }
.fi-x:before { content: "\f217"; }
.fi-yen:before { content: "\f218"; }
.fi-zoom-in:before { content: "\f219"; }
.fi-zoom-out:before { content: "\f21a"; }
