@charset "UTF-8";
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%)
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("../assets/chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../assets/chosen-sprite.png") no-repeat 0 2px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url("../assets/chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%)
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("../assets/chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: linear-gradient(#eee 20%, #fff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important
}

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: url("../assets/chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {

    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url("../404.html") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}
@font-face {
    font-family: 'crt-icon';
    font-family: 'crt-icon';
    src: url("../crt-icon-eot");
    src: url("../crt-icon-eot") format("embedded-opentype"), url("../crt-icon-woff2") format("woff2"), url("../crt-icon-woff") format("woff"), url("../crt-icon-ttf") format("truetype"), url("../assets/crt-icon-svg.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="crt-icon-"]:before,
[class*=" crt-icon-"]:before {
    font-family: "crt-icon";
    font-style: normal;
    font-weight: normal;
    speak-as: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.crt-icon-right-open-big:before,
.crt-panel-next:before {
    content: ''
}

.crt-icon-rss:before {
    content: ''
}

.crt-icon-cancel:before {
    content: ''
}

.crt-icon-right-open:before {
    content: ''
}

.crt-icon-left-open:before {
    content: ''
}

.crt-icon-left-open-big:before,
.crt-panel-prev:before {
    content: ''
}

.crt-icon-down-open-big:before {
    content: ''
}

.crt-icon-up-open-big:before {
    content: ''
}

.crt-icon-heart-1:before,
.crt-icon-heart:before {
    content: ''
}

.crt-icon-yelp:before {
    content: ''
}

.crt-icon-comment-alt:before,
.crt-icon-comment:before {
    content: ''
}

.crt-icon-soundcloud:before {
    content: ''
}

.crt-icon-cogs:before {
    content: ''
}

.crt-icon-spin1:before {
    content: ''
}

.crt-icon-twitter:before {
    content: ''
}

.crt-icon-facebook:before {
    content: ''
}

.crt-icon-gplus-1:before,
.crt-icon-google:before {
    content: ''
}

.crt-icon-linkedin-1:before,
.crt-icon-linkedin:before {
    content: ''
}

.crt-icon-angle-left:before {
    content: ''
}

.crt-icon-angle-right:before {
    content: ''
}

.crt-icon-angle-up:before {
    content: ''
}

.crt-icon-angle-down:before {
    content: ''
}

.crt-icon-attention-alt:before,
.crt-icon-unknown:before {
    content: ''
}

.crt-icon-youtube-1:before,
.crt-icon-youtube:before {
    content: ''
}

.crt-icon-instagram-1:before,
.crt-icon-instagram:before {
    content: ''
}

.crt-icon-tumblr-1:before,
.crt-icon-tumblr:before {
    content: ''
}

.crt-icon-weibo:before {
    content: ''
}

.crt-icon-slack:before {
    content: ''
}

.crt-icon-behance:before {
    content: ''
}

.crt-icon-spotify:before {
    content: ''
}

.crt-icon-vine:before {
    content: ''
}

.crt-icon-pinterest-1:before,
.crt-icon-pinterest:before {
    content: ''
}

.crt-icon-medium:before {
    content: ''
}

.crt-icon-clone:before,
.crt-icon-image-carousel:before {
    content: ''
}

.crt-icon-tripadvisor:before {
    content: ''
}

.crt-icon-snapchat-ghost:before {
    content: ''
}

.crt-icon-flickr:before {
    content: ''
}

.crt-icon-vimeo:before {
    content: ''
}

.crt-icon-deviant-art:before {
    content: ''
}

[class^="crt-icon-"]:before,
[class*=" crt-icon-"]:before {
    margin: 0
}

@keyframes opacityWithDisplay {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    100% {
        display: block;
        opacity: 1
    }
}

.crt-clearfix,
.crt-popup-wrapper .crt-popup .crt-popup-header,
.crt-post-v1 .crt-post .crt-post-header,
.crt-widget-waterfall .crt-feed {
    zoom: 1
}

.crt-clearfix:before,
.crt-popup-wrapper .crt-popup .crt-popup-header:before,
.crt-post-v1 .crt-post .crt-post-header:before,
.crt-widget-waterfall .crt-feed:before,
.crt-clearfix:after,
.crt-popup-wrapper .crt-popup .crt-popup-header:after,
.crt-post-v1 .crt-post .crt-post-header:after,
.crt-widget-waterfall .crt-feed:after {
    content: "\20";
    display: block;
    height: 0;
    overflow: hidden
}

.crt-clearfix:after,
.crt-popup-wrapper .crt-popup .crt-popup-header:after,
.crt-post-v1 .crt-post .crt-post-header:after,
.crt-widget-waterfall .crt-feed:after {
    clear: both
}

.crt-hitarea {
    cursor: pointer
}

.crt-responsive-video {
    padding-bottom: 100%
}

.crt-responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.crt-feed div {
    box-sizing: border-box
}

.crt-feed.crt-feed-branded {
    padding-bottom: 0
}

.crt-feed.crt-feed-branded .crt-logo {
    display: block;
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: .9em;
    z-index: 999;
    color: #090909;
    text-decoration: none
}

body.crt-popup-visible {
    overflow: hidden
}

.crt-popup-underlay {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    z-index: 100
}

.crt-popup-wrapper-c {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-height: 100%;
    width: 100%;
    position: relative
}

.crt-popup-wrapper {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 100000;
    overflow-x: hidden;
    overflow-y: auto
}

.crt-popup-wrapper div {
    box-sizing: border-box
}

.crt-popup-wrapper .crt-popup-container {
    padding: 60px;
    position: relative;
    z-index: 101
}

.crt-popup-wrapper .crt-popup-padding {
    padding: 60px 0;
    margin: 0 auto
}

.crt-popup-wrapper .crt-popup {
    position: relative;
    max-width: 950px;
    width: 100%;
    z-index: 101;
    background-color: #fff;
    float: left
}

.crt-popup-wrapper .crt-popup a {
    text-overflow: ellipsis;
    text-decoration: none;
    color: #2b2b2b
}

.crt-popup-wrapper .crt-popup a:hover {
    color: #000
}

.crt-popup-wrapper .crt-popup .crt-popup-left {
    display: none;
    background-color: #fff;
    position: relative;
    padding-right: 335px
}

.crt-popup-wrapper .crt-popup .crt-popup-left img {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    min-height: 500px
}

.crt-popup-wrapper .crt-popup .crt-popup-left .crt-video {
    width: 100%;
    display: none
}

.crt-popup-wrapper .crt-popup .crt-popup-left .crt-video .crt-video-container {
    position: relative
}

.crt-popup-wrapper .crt-popup .crt-popup-left .crt-video .crt-video-container img {
    position: relative;
    display: block;
    z-index: 1
}

.crt-popup-wrapper .crt-popup .crt-popup-left .crt-video .crt-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.crt-popup-wrapper .crt-popup .crt-popup-left .crt-video .crt-video-container iframe {
    display: block
}

.crt-popup-wrapper .crt-popup .crt-popup-left .crt-pagination {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 335px
}

.crt-popup-wrapper .crt-popup .crt-popup-left .crt-pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.crt-popup-wrapper .crt-popup .crt-popup-left .crt-pagination ul li {
    padding: 0;
    display: inline-block;
    margin: 0 5px
}

.crt-popup-wrapper .crt-popup .crt-popup-left .crt-pagination ul li a {
    border: 2px solid #fff;
    display: block;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.crt-popup-wrapper .crt-popup .crt-popup-left .crt-pagination ul li.selected a {
    background-color: #f6f6f6;
    border: 2px solid #f6f6f6
}

.crt-popup-wrapper .crt-popup .crt-popup-right {
    width: 335px;
    padding: 10px 20px;
    font-family: Arial, san-serif;
    font-weight: normal !important;
    font-size: 15px;
    color: #0b0b0b
}

.crt-popup-wrapper .crt-popup .crt-popup-right a {
    color: #626262
}

.crt-popup-wrapper .crt-popup .crt-popup-right .crt-popup-text {
    overflow-x: hidden;
    overflow-y: scroll
}

.crt-popup-wrapper .crt-popup .crt-popup-right .crt-popup-text .crt-popup-text-container {
    padding-right: 5px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word
}

.crt-popup-wrapper .crt-popup .crt-popup-right .crt-popup-text::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.crt-popup-wrapper .crt-popup .crt-popup-right .crt-popup-text::-webkit-scrollbar-thumb {
    background: #ccc
}

.crt-popup-wrapper .crt-popup .crt-popup-right .crt-popup-text::-webkit-scrollbar-track {
    background: #fff
}

.crt-popup-wrapper .crt-popup .crt-popup-header {
    border-bottom: 1px solid #fff;
    color: #2b2b2b;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 15px
}

.crt-popup-wrapper .crt-popup .crt-popup-header .crt-social-icon {
    float: left;
    display: block;
    width: 34px;
    height: 42px;
    margin-right: 10px;
    line-height: 42px;
    text-align: center;
    padding-top: 2px
}

.crt-popup-wrapper .crt-popup .crt-popup-header .crt-social-icon i {
    margin-top: 0;
    font-size: 35px;
    color: #2b2b2b
}

.crt-popup-wrapper .crt-popup .crt-popup-header .crt-social-icon i.crt-icon-twitter {
    font-size: 32px;
    margin-right: 6px
}

.crt-popup-wrapper .crt-popup .crt-popup-header .crt-social-icon i.crt-icon-instagram {
    margin-left: -1px
}

.crt-popup-wrapper .crt-popup .crt-popup-header IMG {
    float: left;
    width: 40px;
    margin-right: 9px;
    margin-top: 7px
}

.crt-popup-wrapper .crt-popup .crt-popup-header .crt-post-name {
    float: left;
    position: absolute;
    left: 105px;
    top: 11px;
    right: 3px;
    font-size: .9em;
    line-height: 1.1em;
    white-space: nowrap;
    text-overflow: ellipsis
}

.crt-popup-wrapper .crt-popup .crt-popup-read-more {
    display: none;
    zoom: 1;
    padding: 10px 15px 10px;
    background-color: #fff;
    line-height: 1em;
    text-align: center;
    z-index: 1
}

.crt-popup-wrapper .crt-popup .crt-popup-read-more:before,
.crt-popup-wrapper .crt-popup .crt-popup-read-more:after {
    content: "\20";
    display: block;
    height: 0;
    overflow: hidden
}

.crt-popup-wrapper .crt-popup .crt-popup-read-more:after {
    clear: both
}

.crt-popup-wrapper .crt-popup .crt-popup-read-more a.crt-button {
    border-radius: 6px;
    background-color: #efefef;
    display: inline-block;
    padding: 10px 15px;
    color: #2e2e2e
}

.crt-popup-wrapper .crt-popup .crt-popup-footer {
    zoom: 1;
    border-top: 1px solid #efefef;
    padding: 10px 15px 10px;
    background-color: #fff;
    margin-top: 4px;
    line-height: 1em;
    z-index: 2
}

.crt-popup-wrapper .crt-popup .crt-popup-footer:before,
.crt-popup-wrapper .crt-popup .crt-popup-footer:after {
    content: "\20";
    display: block;
    height: 0;
    overflow: hidden
}

.crt-popup-wrapper .crt-popup .crt-popup-footer:after {
    clear: both
}

.crt-popup-wrapper .crt-popup .crt-popup-footer .crt-popup-stats {
    float: left;
    color: #ccc;
    font-size: .8em;
    text-transform: uppercase;
    vertical-align: middle;
    padding-top: 2px
}

.crt-popup-wrapper .crt-popup .crt-popup-footer .crt-popup-stats span {
    color: #666
}

.crt-popup-wrapper .crt-popup .crt-popup-footer .crt-popup-stats .sep {
    background-color: #ccc;
    width: 4px;
    height: 4px;
    display: inline-block;
    margin: 0 4px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.crt-popup-wrapper .crt-popup .crt-popup-footer .crt-post-share {
    float: right;
    text-align: right;
    padding-top: 3px
}

.crt-popup-wrapper .crt-popup .crt-popup-footer .crt-post-share i {
    color: #666
}

.crt-popup-wrapper .crt-popup .crt-date {
    margin-top: 0;
    opacity: .5
}

.crt-popup-wrapper .crt-popup .crt-link {
    text-decoration: underline
}

.crt-popup-wrapper .crt-popup a.crt-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.crt-popup-wrapper .crt-popup a.crt-play .crt-play-icon {
    position: absolute;
    display: none;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 36px solid #efefef;
    position: relative;
    z-index: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    opacity: .5;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -12px
}

.crt-popup-wrapper .crt-popup a.crt-play .crt-play-icon:before {
    content: '';
    position: absolute;
    top: -45px;
    left: -69px;
    bottom: -45px;
    right: -21px;
    border-radius: 50%;
    border: 3px solid #efefef;
    z-index: 2;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.crt-popup-wrapper .crt-popup a.crt-play .crt-play-icon:after {
    content: '';
    opacity: 0;
    transition: opacity .6s;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s
}

.crt-popup-wrapper .crt-popup a.crt-play .crt-play-icon.active {
    border-color: transparent
}

.crt-popup-wrapper .crt-popup a.crt-play .crt-play-icon.active:after {
    content: '';
    opacity: 1;
    width: 30px;
    height: 48px;
    background: #efefef;
    position: absolute;
    right: 3px;
    top: -24px;
    border-left: 12px solid #efefef;
    box-shadow: inset 18px 0 0 0 #f9f9f9
}

.crt-popup-wrapper .crt-popup a.crt-play:hover i:before,
.crt-popup-wrapper .crt-popup a.crt-play:focus i:before {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.crt-popup-wrapper .crt-popup .crt-close {
    position: absolute;
    top: 13px;
    right: 15px;
    z-index: 10
}

.crt-popup-wrapper .crt-popup .crt-previous,
.crt-popup-wrapper .crt-popup .crt-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: -51px;
    z-index: 1;
    color: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px
}

.crt-popup-wrapper .crt-popup .crt-previous {
    right: auto;
    left: -51px
}

.crt-popup-wrapper .crt-popup.has-image .crt-popup-left {
    display: block
}

.crt-popup-wrapper .crt-popup.has-image .crt-popup-right {
    position: absolute;
    width: 335px;
    height: 100%;
    top: 0;
    right: 0
}

.crt-popup-wrapper .crt-popup.has-image .crt-popup-right .crt-popup-text {
    position: absolute;
    top: 75px;
    left: 20px;
    right: 20px;
    bottom: 40px
}

.crt-popup-wrapper .crt-popup.has-image .crt-popup-right .crt-popup-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.crt-popup-wrapper .crt-popup.has-video .crt-popup-left .crt-video {
    display: block
}

.crt-popup-wrapper .crt-popup.has-video .crt-popup-left .crt-image {
    display: none
}

.crt-popup-wrapper .crt-popup.has-video a.crt-play .crt-play-icon {
    display: block
}

.crt-popup-wrapper .crt-popup.crt-has-read-more .crt-popup-read-more {
    display: block
}

.crt-popup-wrapper .crt-popup.crt-has-read-more.has-image .crt-popup-right {
    padding-bottom: 100px
}

.crt-popup-wrapper .crt-popup.crt-has-read-more.has-image .crt-popup-right .crt-popup-read-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 39px
}

.crt-popup-wrapper .crt-popup.crt-has-read-more.has-image .crt-popup-right .crt-popup-text {
    bottom: 100px
}

.crt-popup-wrapper .crt-popup.video-playing .crt-popup-left .crt-video .crt-video-container a i {
    opacity: 0
}

@media screen and (max-width:910px) {
    .crt-popup-wrapper .crt-popup-container {
        padding: 40px
    }

    .crt-popup-wrapper .crt-popup .crt-previous,
    .crt-popup-wrapper .crt-popup .crt-next {
        right: -41px;
        width: 40px
    }

    .crt-popup-wrapper .crt-popup .crt-previous {
        left: -41px
    }

    .crt-popup-wrapper .crt-popup .crt-popup-right {
        position: relative;
        width: auto;
        max-width: 600px;
        right: auto;
        height: auto;
        padding-bottom: 40px
    }

    .crt-popup-wrapper .crt-popup .crt-popup-right .crt-popup-text {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        max-height: 300px;
        padding-bottom: 15px
    }

    .crt-popup-wrapper .crt-popup .crt-popup-left {
        padding-right: 0
    }

    .crt-popup-wrapper .crt-popup .crt-popup-left .crt-pagination {
        right: 0
    }

    .crt-popup-wrapper .crt-popup.has-image .crt-popup-right {
        position: relative;
        width: auto;
        max-width: 600px;
        right: auto;
        height: auto
    }

    .crt-popup-wrapper .crt-popup.has-image .crt-popup-right .crt-popup-text {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        max-height: 300px
    }

    .crt-popup-wrapper .crt-popup.crt-has-read-more.has-image .crt-popup-right .crt-popup-text {
        bottom: auto
    }
}

.crt-load-more {
    padding: 4px;
    text-align: center
}

.crt-load-more a {
    margin: 0 auto;
    background-color: #fff;
    color: #2b2b2b;
    display: inline-block;
    text-align: center;
    padding: 20px;
    border-radius: 0;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 2px 30px transparent
}

.crt-filter {
    margin: 5px;
    padding: 5px;
    text-align: center
}

.crt-filter .crt-filter-networks,
.crt-filter .crt-filter-sources {
    position: relative;
    display: block;
    margin-bottom: 3px
}

.crt-filter .crt-filter-networks ul,
.crt-filter .crt-filter-sources ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: #efefef
}

.crt-filter .crt-filter-networks ul li,
.crt-filter .crt-filter-sources ul li {
    display: inline-block
}

.crt-filter .crt-filter-networks ul li a,
.crt-filter .crt-filter-sources ul li a {
    display: block;
    padding: 7px 10px;
    text-decoration: none;
    font-size: 1em;
    line-height: 1.2em;
    color: #707070;
    transition: background-color .3s linear
}

.crt-filter .crt-filter-networks ul li a i,
.crt-filter .crt-filter-sources ul li a i {
    margin-left: -5px
}

.crt-filter .crt-filter-networks ul li a:hover,
.crt-filter .crt-filter-sources ul li a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, .1)
}

.crt-filter .crt-filter-networks ul li.active a,
.crt-filter .crt-filter-sources ul li.active a {
    background-color: #ccc
}

.crt-filter .crt-filter-networks .crt-filter-label,
.crt-filter .crt-filter-sources .crt-filter-label {
    margin: 0 5px
}

.crt-image-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.crt-image-responsive img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.crt-post-v1.crt-post-c {
    width: 368px;
    float: left;
    position: relative
}

.crt-post-v1 .crt-post-bg {
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    bottom: 0;
    background-color: #efefef
}

.crt-post-v1 .crt-post {
    margin: 0 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 0
}

.crt-post-v1 .crt-post a {
    transition: color .2s linear
}

.crt-post-v1 .crt-post .crt-post-header {
    background-color: #efefef;
    color: #2b2b2b;
    padding-bottom: 3px;
    position: relative
}

.crt-post-v1 .crt-post .crt-post-header .crt-social-icon {
    float: left;
    display: block;
    width: 43px;
    height: 55px;
    margin-right: 10px;
    margin-left: 3px;
    text-align: center;
    padding-top: 2px
}

.crt-post-v1 .crt-post .crt-post-header .crt-social-icon i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-size: 38px;
    color: #2b2b2b
}

.crt-post-v1 .crt-post .crt-post-header .crt-social-icon i.crt-icon-twitter {
    font-size: 32px;
    margin-left: 6px
}

.crt-post-v1 .crt-post .crt-post-header IMG {
    float: left;
    width: 40px;
    margin-right: 9px;
    margin-top: 10px
}

.crt-post-v1 .crt-post .crt-post-header .crt-post-name {
    float: left;
    margin-top: 3px;
    position: absolute;
    left: 105px;
    top: 11px;
    right: 0;
    font-size: .9em;
    line-height: 1.1em;
    white-space: nowrap;
    text-overflow: ellipsis
}

.crt-post-v1 .crt-post .crt-post-header .crt-post-name a {
    text-overflow: ellipsis;
    text-decoration: none;
    color: #2b2b2b
}

.crt-post-v1 .crt-post .crt-post-header .crt-post-name a:hover {
    color: #000
}

.crt-post-v1 .crt-post .crt-post-header .crt-post-fullname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.crt-post-v1 .crt-post .crt-post-header .crt-post-username {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.crt-post-v1 .crt-post .crt-post-content-text {
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 16px;
    color: #707070;
    font-size: 1em;
    line-height: 1.2em
}

.crt-post-v1 .crt-post .crt-post-content-text a {
    color: #2b2b2b
}

.crt-post-v1 .crt-post .crt-post-content-text a:hover {
    color: #000
}

.crt-post-v1 .crt-post .crt-post-content-text .crt-image {
    display: none
}

.crt-post-v1 .crt-post .crt-post-content-image {
    max-height: 400px;
    overflow: hidden;
    position: relative;
    margin-bottom: 16px
}

.crt-post-v1 .crt-post .crt-post-content-image .text {
    display: none
}

.crt-post-v1 .crt-post .crt-post-content-image IMG {
    width: 100%
}

.crt-post-v1 .crt-post .crt-post-content-image .crt-play-icon {
    display: none
}

.crt-post-v1 .crt-post .crt-post-content-image-hidden {
    display: none
}

.crt-post-v1 .crt-post .crt-post-content-text-hidden {
    display: none
}

.crt-post-v1 .crt-post:hover .crt-post-share {
    bottom: 0
}

.crt-post-v1 .crt-post .crt-post-footer {
    zoom: 1;
    margin: 5px 15px 10px 15px
}

.crt-post-v1 .crt-post .crt-post-footer:before,
.crt-post-v1 .crt-post .crt-post-footer:after {
    content: "\20";
    display: block;
    height: 0;
    overflow: hidden
}

.crt-post-v1 .crt-post .crt-post-footer:after {
    clear: both
}

.crt-post-v1 .crt-post .crt-date {
    margin-top: 0;
    opacity: .5;
    float: left;
    line-height: .9em;
    font-size: .9em
}

.crt-post-v1 .crt-post .crt-post-share {
    float: right;
    line-height: .9em;
    font-size: .9em;
    color: #2b2b2b;
    text-align: right;
    box-shadow: none
}

.crt-post-v1 .crt-post .crt-post-share A {
    display: inline-block;
    color: #2b2b2b;
    opacity: .5;
    transition: opacity .3s linear
}

.crt-post-v1 .crt-post .crt-post-share A:hover {
    opacity: 1
}

.crt-post-v1 .crt-post .crt-post-share A i {
    font-size: 1.1em;
    display: inline-block;
    vertical-align: top
}

.crt-post-v1 .crt-post .crt-post-share A i:before {
    margin: 0 0 0 5px
}

.crt-post-v1 .crt-post .crt-post-share A i.crt-icon-twitter {
    font-size: 1.1em;
    margin-top: .1em
}

.crt-post-v1 .crt-post .crt-post-read-more,
.crt-post-v1 .crt-post .crt-post-max-height-read-more {
    display: none;
    text-align: center;
    margin: .5em
}

.crt-post-v1 .crt-post .crt-post-read-more-button {
    display: inline-block;
    background-color: #ddd;
    text-decoration: none;
    height: 2.5em;
    line-height: 2.5em;
    padding: 0 1em;
    border-radius: .1em;
    color: #666
}

.crt-post-v1 .crt-post.crt-post-show-read-more .crt-post-read-more {
    display: block
}

.crt-post-v1 .crt-post .crt-play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.crt-post-v1 .crt-post .crt-play .crt-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -10px;
    display: none;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 24px solid #efefef;
    position: relative;
    z-index: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    opacity: .5
}

.crt-post-v1 .crt-post .crt-play .crt-play-icon:before {
    content: '';
    position: absolute;
    top: -30px;
    left: -46px;
    bottom: -30px;
    right: -14px;
    border-radius: 50%;
    border: 2px solid #efefef;
    z-index: 2;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.crt-post-v1 .crt-post .crt-play .crt-play-icon:after {
    content: '';
    opacity: 0;
    transition: opacity .6s;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s
}

.crt-post-v1 .crt-post .crt-play .crt-play-icon.active {
    border-color: transparent
}

.crt-post-v1 .crt-post .crt-play .crt-play-icon.active:after {
    content: '';
    opacity: 1;
    width: 20px;
    height: 32px;
    background: #efefef;
    position: absolute;
    right: 2px;
    top: -16px;
    border-left: 8px solid #efefef;
    box-shadow: inset 12px 0 0 0 #f9f9f9
}

.crt-post-v1 .crt-post.has-video .crt-play-icon {
    display: block
}

.crt-post-v1 .crt-post.has-video .crt-hitarea:hover i:before,
.crt-post-v1 .crt-post.has-video .crt-hitarea:focus i:before {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.crt-post-v1 .crt-post.crt-post-max-height .crt-post .crt-post-share {
    bottom: -50px;
    display: none
}

.crt-post-v1 .crt-post.crt-post-max-height .crt-post-read-more {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: .5em;
    padding-top: 4em;
    margin: 0;
    background: transparent;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(50%, #efefef));
    background: linear-gradient(to bottom, transparent 0%, #efefef 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0)
}

.crt-grid-post-v1 {
    border: 0;
    margin: 0;
    overflow: hidden
}

.crt-grid-post-v1 img.spacer {
    width: 100%;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    position: relative
}

.crt-grid-post-v1 .crt-post-content-text-c,
.crt-grid-post-v1 .crt-post-content-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.crt-grid-post-v1 .crt-social-icon-normal {
    color: #fff
}

.crt-grid-post-v1 .crt-social-icon {
    position: absolute;
    right: 3px;
    bottom: 5px;
    z-index: 3;
    font-size: 1.3em;
    transition: opacity .4s linear
}

.crt-grid-post-v1 .crt-post-content-image {
    background-size: cover;
    background-position: center center;
    z-index: 1
}

.crt-grid-post-v1 .crt-post-content-text-c {
    z-index: 2
}

.crt-grid-post-v1 .crt-post-content-text-c .crt-post-content-text {
    font-size: 20px
}

.crt-grid-post-v1 .crt-post-hover {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background-color: rgba(255, 255, 255, .8);
    z-index: 3;
    opacity: 0;
    transition: opacity .4s linear
}

.crt-grid-post-v1 .crt-post-hover .crt-post-header .crt-social-icon,
.crt-grid-post-v1 .crt-post-hover .crt-post-header {
    background-color: transparent
}

.crt-grid-post-v1 .crt-post-hover .crt-post-header .crt-social-icon IMG,
.crt-grid-post-v1 .crt-post-hover .crt-post-header IMG {
    margin-left: 6px;
    margin-top: 6px
}

.crt-grid-post-v1 .crt-post-hover .crt-post-header .crt-social-icon .crt-post-name,
.crt-grid-post-v1 .crt-post-hover .crt-post-header .crt-post-name {
    left: 53px;
    margin-top: 0;
    font-size: .8em
}

.crt-grid-post-v1 .crt-post-hover .crt-post-hover-text {
    padding: 6px;
    font-size: .85em
}

.crt-grid-post-v1 .crt-hitarea:hover .crt-social-icon-normal {
    opacity: 0
}

.crt-grid-post-v1 .crt-hitarea:hover .crt-post-hover {
    display: block;
    opacity: 1
}

.crt-grid-post-v1.crt-post-has-image .crt-post-content-text-c {
    display: none
}

.crt-post-v2 {
    z-index: 1
}

.crt-post-v2 .crt-post-border {
    box-shadow: 0 2px 30px transparent;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .1)
}

.crt-post-v2 .crt-post-c {
    position: relative;
    overflow: hidden;
    background-color: #fff
}

.crt-post-v2 a {
    transition: color .2s linear
}

.crt-post-v2 .crt-image .crt-image-carousel {
    position: absolute;
    bottom: 7px;
    left: 10px;
    color: #fff;
    font-size: 1.2em;
    display: none
}

.crt-post-v2.crt-has-image-carousel .crt-image .crt-image-carousel {
    display: block
}

.crt-post-v2 .crt-post-content-image {
    max-height: 400px;
    overflow: hidden;
    position: relative
}

.crt-post-v2 .crt-post-content-image .text {
    display: none
}

.crt-post-v2 .crt-post-content-image IMG {
    width: 100%
}

.crt-post-v2 .crt-post-content-image .crt-play-icon {
    display: none
}

.crt-post-v2 .crt-post-content-text {
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 28px;
    color: #707070;
    font-size: 1em;
    line-height: 1.2em;
    text-align: center
}

.crt-post-v2 .crt-post-content-text a {
    color: #2b2b2b
}

.crt-post-v2 .crt-post-content-text a:hover {
    color: #000
}

.crt-post-v2 .crt-post-content-text .crt-image {
    display: none
}

.crt-post-v2 .crt-post-max-height-read-more,
.crt-post-v2 .crt-post-read-more {
    display: none;
    text-align: center;
    margin: .5em
}

.crt-post-v2 .crt-post-read-more-button {
    display: inline-block;
    background-color: #ddd;
    text-decoration: none;
    height: 2.5em;
    line-height: 2.5em;
    padding: 0 1em;
    border-radius: .1em;
    color: #666
}

.crt-post-v2.crt-post-show-read-more .crt-post-read-more {
    display: block
}

.crt-post-v2 .crt-play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.crt-post-v2 .crt-play .crt-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -10px;
    display: none;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 24px solid #efefef;
    position: relative;
    z-index: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    opacity: .5
}

.crt-post-v2 .crt-play .crt-play-icon:before {
    content: '';
    position: absolute;
    top: -30px;
    left: -46px;
    bottom: -30px;
    right: -14px;
    border-radius: 50%;
    border: 2px solid #efefef;
    z-index: 2;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.crt-post-v2 .crt-play .crt-play-icon:after {
    content: '';
    opacity: 0;
    transition: opacity .6s;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s
}

.crt-post-v2 .crt-play .crt-play-icon.active {
    border-color: transparent
}

.crt-post-v2 .crt-play .crt-play-icon.active:after {
    content: '';
    opacity: 1;
    width: 20px;
    height: 32px;
    background: #efefef;
    position: absolute;
    right: 2px;
    top: -16px;
    border-left: 8px solid #efefef;
    box-shadow: inset 12px 0 0 0 #f9f9f9
}

.crt-post-v2.crt-post-has-video .crt-play-icon {
    display: block
}

.crt-post-v2.crt-post-has-video .crt-hitarea:hover i:before,
.crt-post-v2.crt-post-has-video .crt-hitarea:focus i:before {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.crt-post-v2.crt-post-max-height .crt-post .crt-post-share {
    bottom: -50px;
    display: none
}

.crt-post-v2.crt-post-max-height .crt-post-max-height-read-more {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: .5em;
    padding-top: 4em;
    margin: 0;
    background: transparent;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(50%, #efefef));
    background: linear-gradient(to bottom, transparent 0%, #efefef 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0)
}

.crt-post-v2.crt-post-no-image .crt-post-content-image {
    display: none
}

.crt-grid-post-v2 .crt-post-header,
.crt-post-v2 .crt-post-header {
    padding-top: 28px;
    color: #2b2b2b;
    position: relative;
    text-align: center
}

.crt-grid-post-v2 .crt-post-header .crt-social-icon,
.crt-post-v2 .crt-post-header .crt-social-icon {
    margin-bottom: 12px
}

.crt-grid-post-v2 .crt-post-header .crt-social-icon i,
.crt-post-v2 .crt-post-header .crt-social-icon i {
    font-size: 24px
}

.crt-grid-post-v2 .crt-post-header .crt-social-icon i.crt-icon-twitter,
.crt-post-v2 .crt-post-header .crt-social-icon i.crt-icon-twitter {
    font-size: 26px;
    margin-left: 6px
}

.crt-grid-post-v2 .crt-social-icon,
.crt-post-v2 .crt-social-icon {
    display: block
}

.crt-grid-post-v2 .crt-social-icon i,
.crt-post-v2 .crt-social-icon i {
    display: inline-block;
    color: #2b2b2b;
    line-height: 1em
}

.crt-grid-post-v2 .crt-post-fullname,
.crt-post-v2 .crt-post-fullname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    margin-bottom: 6px;
    font-weight: bold
}

.crt-date {
    margin-top: 0;
    opacity: .5;
    font-size: .8em;
    text-transform: uppercase
}

.crt-post-username {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .8em;
    text-transform: uppercase
}

.crt-post-userimage {
    width: 24px;
    height: auto;
    border-radius: 50%
}

.crt-grid-post-v2 .crt-post-footer,
.crt-post-v2 .crt-post-footer {
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, .1);
    background-color: #fff
}

.crt-grid-post-v2 .crt-post-footer .crt-post-userimage,
.crt-post-v2 .crt-post-footer .crt-post-userimage {
    position: absolute;
    top: 7px;
    left: 10px
}

.crt-grid-post-v2 .crt-post-footer .crt-post-share,
.crt-post-v2 .crt-post-footer .crt-post-share {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: .9em;
    color: #2b2b2b;
    text-align: right;
    box-shadow: none
}

.crt-grid-post-v2 .crt-post-footer .crt-post-share a,
.crt-post-v2 .crt-post-footer .crt-post-share a {
    display: inline-block;
    color: #2b2b2b;
    opacity: .5;
    transition: opacity .3s linear
}

.crt-grid-post-v2 .crt-post-footer .crt-post-share a:hover,
.crt-post-v2 .crt-post-footer .crt-post-share a:hover {
    opacity: 1
}

.crt-grid-post-v2 .crt-post-footer .crt-post-share a i,
.crt-post-v2 .crt-post-footer .crt-post-share a i {
    font-size: 1.1em;
    display: inline-block;
    vertical-align: top
}

.crt-grid-post-v2 .crt-post-footer .crt-post-share a i:before,
.crt-post-v2 .crt-post-footer .crt-post-share a i:before {
    margin: 0 0 0 5px
}

.crt-grid-post-v2 .crt-post-footer .crt-post-share a i.crt-icon-twitter,
.crt-post-v2 .crt-post-footer .crt-post-share a i.crt-icon-twitter {
    font-size: 1.1em;
    margin-top: 0
}

.crt-grid-post-v2 {
    border: 0;
    margin: 0;
    float: left;
    clear: none
}

.crt-grid-post-v2 .crt-post-c {
    overflow: hidden;
    position: relative;
    margin-left: 1px;
    margin-bottom: 1px;
    width: 100%
}

.crt-grid-post-v2 img.crt-spacer {
    width: 100% !important;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    position: relative
}

.crt-grid-post-v2 .crt-grid-post-text,
.crt-grid-post-v2 .crt-grid-post-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.crt-grid-post-v2 .crt-grid-post-text .crt-social-icon,
.crt-grid-post-v2 .crt-grid-post-image .crt-social-icon {
    position: absolute;
    right: 10px;
    bottom: 8px;
    z-index: 3;
    font-size: 24px;
    transition: opacity .2s linear
}

.crt-grid-post-v2 .crt-grid-post-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.crt-grid-post-v2 .crt-grid-post-image .crt-post-content-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 1
}

.crt-grid-post-v2 .crt-grid-post-image .crt-social-icon i {
    color: #fff
}

.crt-grid-post-v2 .crt-grid-post-image .crt-image-carousel {
    position: absolute;
    bottom: 7px;
    left: 10px;
    color: #fff;
    font-size: 1.2em;
    display: none
}

.crt-grid-post-v2 .crt-grid-post-image .crt-play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.crt-grid-post-v2 .crt-grid-post-image .crt-play .crt-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -10px;
    display: none;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 24px solid #efefef;
    position: relative;
    z-index: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    opacity: .5
}

.crt-grid-post-v2 .crt-grid-post-image .crt-play .crt-play-icon:before {
    content: '';
    position: absolute;
    top: -30px;
    left: -46px;
    bottom: -30px;
    right: -14px;
    border-radius: 50%;
    border: 2px solid #efefef;
    z-index: 2;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.crt-grid-post-v2 .crt-grid-post-image .crt-play .crt-play-icon:after {
    content: '';
    opacity: 0;
    transition: opacity .6s;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s
}

.crt-grid-post-v2 .crt-grid-post-image .crt-play .crt-play-icon.active {
    border-color: transparent
}

.crt-grid-post-v2 .crt-grid-post-image .crt-play .crt-play-icon.active:after {
    content: '';
    opacity: 1;
    width: 20px;
    height: 32px;
    background: #efefef;
    position: absolute;
    right: 2px;
    top: -16px;
    border-left: 8px solid #efefef;
    box-shadow: inset 12px 0 0 0 #f9f9f9
}

.crt-grid-post-v2.crt-has-image-carousel .crt-grid-post-image .crt-image-carousel {
    display: block
}

.crt-grid-post-v2.crt-post-has-video .crt-play .crt-play-icon {
    display: block
}

.crt-grid-post-v2 .crt-grid-post-text {
    display: none;
    color: #707070;
    font-size: 1em;
    line-height: 1.2em;
    text-align: center
}

.crt-grid-post-v2 .crt-grid-post-text .crt-grid-post-text-wrap {
    display: table;
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0 10px 20px;
    overflow: hidden
}

.crt-grid-post-v2 .crt-grid-post-text .crt-grid-post-text-wrap div {
    display: table-cell;
    vertical-align: middle;
    text-overflow: ellipsis
}

.crt-grid-post-v2 .crt-post-read-more,
.crt-grid-post-v2 .crt-post-max-height-read-more {
    display: none
}

.crt-grid-post-v2.crt-post-has-image .crt-grid-post-image {
    display: block
}

.crt-grid-post-v2.crt-post-has-image .crt-grid-post-text {
    display: none
}

.crt-grid-post-v2.crt-post-has-image .crt-post-content-text {
    display: block
}

.crt-grid-post-v2.crt-post-content-image-hidden .crt-grid-post-image {
    display: none
}

.crt-grid-post-v2.crt-post-content-image-hidden .crt-grid-post-text {
    display: block
}

.crt-grid-post-v2 .crt-post-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, opacity .3s linear
}

.crt-grid-post-v2 .crt-post-hover .crt-post-content-text {
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 28px;
    color: #707070;
    font-size: 1em;
    line-height: 1.2em;
    text-align: center
}

.crt-grid-post-v2 .crt-post-hover .crt-post-content-text a {
    color: #2b2b2b
}

.crt-grid-post-v2 .crt-post-hover .crt-post-content-text a:hover {
    color: #000
}

.crt-grid-post-v2 .crt-post-hover .crt-post-content-text .crt-image {
    display: none
}

.crt-grid-post-v2 .crt-post-hover .crt-post-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.crt-no-touch .crt-grid-post-v2 .crt-hitarea:hover .crt-social-icon-normal {
    opacity: 0
}

.crt-no-touch .crt-grid-post-v2 .crt-hitarea:hover .crt-image-carousel {
    opacity: 0
}

.crt-no-touch .crt-grid-post-v2 .crt-hitarea:hover .crt-post-hover {
    visibility: visible;
    opacity: 1
}

.crt-grid-post-v2.crt-post-has-image .crt-post-content-text-c {
    display: none
}

.crt-grid-post-v2.crt-grid-post-minimal .crt-post-hover {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.crt-grid-post-v2.crt-grid-post-minimal .crt-post-hover>div {
    width: 100%
}

.crt-grid-post-v2.crt-grid-post-minimal .crt-post-hover .crt-post-header {
    padding-top: 0
}

.crt-grid-post-v2.crt-grid-post-minimal .crt-post-minimal-stats {
    text-align: center
}

.crt-grid-post-v2.crt-grid-post-minimal .crt-post-minimal-stats .crt-likes {
    margin-right: 15px
}

.crt-grid-post-v2.crt-grid-post-minimal .crt-post-minimal-stats .crt-likes i {
    margin-right: 2px
}

.crt-grid-post-v2.crt-grid-post-minimal .crt-post-minimal-stats .crt-comments i {
    margin-right: 5px;
    font-size: .9em
}

.crt-widget-waterfall {
    min-height: 400px;
    position: relative;
    display: block;
    clear: both;
    max-width: 100%
}

.crt-widget-waterfall .crt-feed-spacer {
    height: 1px;
    opacity: 0
}

.crt-widget-waterfall .crt-logo {
    display: none
}

.crt-widget-waterfall .crt-feed-scroll {
    width: 100%
}

.crt-widget-waterfall .crt-feed {
    width: 100%
}

.crt-widget-waterfall .crt-post-v1 {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 10px
}

.crt-widget-waterfall .crt-post-v2 {
    margin: 0 12px 24px;
    width: auto;
    float: none
}

.crt-widget-carousel {
    min-height: 100px;
    position: relative
}

.crt-widget-carousel .crt-logo {
    display: none
}

.crt-widget-carousel .crt-feed-scroll {
    width: 100%
}

.crt-widget-carousel .crt-carousel-feed {
    width: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased
}

.crt-widget-carousel .crt-post {
    width: 100%;
    padding: 0 10px;
    float: left
}

.crt-widget-carousel .crt-post .crt-post-c {
    width: 100%
}

.crt-widget-carousel .crt-carousel-stage {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: auto !important
}

.crt-widget-carousel .crt-carousel-stage.crt-match-heights .crt-post-content {
    margin-bottom: 40px
}

.crt-widget-carousel .crt-carousel-stage.crt-match-heights .crt-post-footer {
    position: absolute;
    bottom: 0;
    width: 100%
}

.crt-widget-carousel .crt-carousel-slider {
    width: 0%;
    list-style: none;
    position: relative;
    overflow: hidden;
    padding: 0;
    left: 0;
    display: block
}

.crt-widget-carousel .crt-carousel-slider .crt-post-c {
    height: auto;
    -ms-flex-pack: center;
    justify-content: center
}

.crt-panel-next,
.crt-panel-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    margin-top: -10px;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    width: 60px;
    height: 60px;
    z-index: 100;
    background-color: rgba(151, 152, 172, .27);
    border-radius: 50%
}

.crt-panel-next:before,
.crt-panel-prev:before {
    color: #fff;
    font-size: 20px;
    font-family: 'crt-icon';
    line-height: 1;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.crt-panel-prev {
    left: -60px
}

.crt-panel-prev:before {
    margin-left: -3px
}

.crt-panel-next {
    right: -60px
}

.crt-panel-next:before {
    margin-left: 3px
}

.crt-widget-panel {
    min-height: 400px;
    position: relative
}

.crt-widget-panel .crt-logo {
    display: none
}

.crt-widget-grid {
    position: relative;
    zoom: 1
}

.crt-widget-grid .crt-logo {
    display: none
}

.crt-widget-grid:before,
.crt-widget-grid:after {
    content: "\20";
    display: block;
    height: 0;
    overflow: hidden
}

.crt-widget-grid:after {
    clear: both
}

.crt-widget-grid .crt-grid-post {
    width: 33%
}

.crt-widget-grid.crt-grid-col1 .crt-grid-post {
    width: 100%
}

.crt-widget-grid.crt-grid-col2 .crt-grid-post {
    width: 50%
}

.crt-widget-grid.crt-grid-col3 .crt-grid-post {
    width: 33.33333%
}

.crt-widget-grid.crt-grid-col4 .crt-grid-post {
    width: 25%
}

.crt-widget-grid.crt-grid-col5 .crt-grid-post {
    width: 20%
}

.crt-widget-grid.crt-grid-col6 .crt-grid-post {
    width: 16.66667%
}

.crt-widget-grid.crt-grid-col7 .crt-grid-post {
    width: 14.28571%
}

.crt-widget-grid.crt-grid-col8 .crt-grid-post {
    width: 12.5%
}

.crt-widget-grid.crt-grid-col9 .crt-grid-post {
    width: 11.11111%
}

.crt-widget-grid.crt-grid-col10 .crt-grid-post {
    width: 10%
}

.crt-widget-grid.crt-grid-col11 .crt-grid-post {
    width: 9.09091%
}

.crt-widget-grid.crt-grid-col12 .crt-grid-post {
    width: 8.33333%
}

.crt-widget-grid.crt-grid-col13 .crt-grid-post {
    width: 7.69231%
}

.crt-widget-grid.crt-grid-col14 .crt-grid-post {
    width: 7.14286%
}

.crt-widget-grid.crt-grid-col15 .crt-grid-post {
    width: 6.66667%
}

.crt-widget-grid .crt-feed {
    zoom: 1
}

.crt-widget-grid .crt-feed:before,
.crt-widget-grid .crt-feed:after {
    content: "\20";
    display: block;
    height: 0;
    overflow: hidden
}

.crt-widget-grid .crt-feed:after {
    clear: both
}

.crt-widget-grid .crt-post {
    border: 0;
    margin: 0
}

.crt-widget-grid .crt-post img.spacer {
    width: 100%;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    position: relative
}

.crt-widget-grid .crt-post .crt-post-content-text-c,
.crt-widget-grid .crt-post .crt-post-content-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    max-width: none
}

.crt-widget-grid .crt-post .crt-social-icon-normal {
    color: #fff
}

.crt-widget-grid .crt-post .crt-social-icon {
    position: absolute;
    right: 3px;
    bottom: 5px;
    z-index: 3;
    font-size: 1.3em;
    transition: opacity .4s linear
}

.crt-widget-grid .crt-post .crt-post-content-image {
    background-size: cover;
    background-position: center center;
    z-index: 1
}

.crt-widget-grid .crt-post .crt-post-content-text-c {
    z-index: 2
}

.crt-widget-grid .crt-post .crt-post-content-text-c .crt-post-content-text {
    font-size: 20px
}

.crt-widget-grid .crt-post .crt-post-hover {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background-color: rgba(255, 255, 255, .8);
    z-index: 3;
    opacity: 0;
    transition: opacity .4s linear
}

.crt-widget-grid .crt-post .crt-post-hover .crt-post-header .crt-social-icon,
.crt-widget-grid .crt-post .crt-post-hover .crt-post-header {
    background-color: transparent
}

.crt-widget-grid .crt-post .crt-post-hover .crt-post-header .crt-social-icon IMG,
.crt-widget-grid .crt-post .crt-post-hover .crt-post-header IMG {
    margin-left: 6px;
    margin-top: 6px
}

.crt-widget-grid .crt-post .crt-post-hover .crt-post-header .crt-social-icon .crt-post-name,
.crt-widget-grid .crt-post .crt-post-hover .crt-post-header .crt-post-name {
    left: 53px;
    margin-top: 0;
    font-size: .8em
}

.crt-widget-grid .crt-post .crt-post-hover .crt-post-hover-text {
    padding: 6px;
    font-size: .85em
}

.crt-widget-grid .crt-post.crt-post-has-image .crt-post-content-text-c {
    display: none
}

.crt-widget-grid .crt-load-more {
    text-align: center
}

.crt-widget-grid .crt-load-more a {
    display: inline-block;
    background-color: #efefef;
    color: #000;
    padding: 20px;
    margin-top: 15px;
    text-decoration: none;
    border-radius: 3px
}

.crt-widget-grid.crt-no-touch .crt-post .crt-hitarea:hover .crt-social-icon-normal {
    opacity: 0
}

.crt-widget-grid.crt-no-touch .crt-post .crt-hitarea:hover .crt-post-hover {
    display: block;
    opacity: 1
}

.crt-widget-list {
    position: relative;
    zoom: 1
}

.crt-widget-list .crt-logo {
    display: none
}

.crt-widget-list:before,
.crt-widget-list:after {
    content: "\20";
    display: block;
    height: 0;
    overflow: hidden
}

.crt-widget-list:after {
    clear: both
}

.crt-widget-list .crt-feed {
    zoom: 1
}

.crt-widget-list .crt-feed:before,
.crt-widget-list .crt-feed:after {
    content: "\20";
    display: block;
    height: 0;
    overflow: hidden
}

.crt-widget-list .crt-feed:after {
    clear: both
}

.crt-widget-list .crt-list-post {
    border: 0;
    margin: 0;
    padding-bottom: 20px;
    zoom: 1
}

.crt-widget-list .crt-list-post:before,
.crt-widget-list .crt-list-post:after {
    content: "\20";
    display: block;
    height: 0;
    overflow: hidden
}

.crt-widget-list .crt-list-post:after {
    clear: both
}

.crt-widget-list .crt-list-post .crt-post-content {
    display: table
}

.crt-widget-list .crt-list-post .crt-list-post-image {
    display: table-cell;
    vertical-align: top;
    width: 170px;
    padding-right: 20px
}

.crt-widget-list .crt-list-post .crt-list-post-image img {
    max-width: 100%
}

.crt-widget-list .crt-list-post .crt-list-post-image div {
    position: relative
}

.crt-widget-list .crt-list-post .crt-list-post-text {
    display: table-cell;
    vertical-align: top
}

.crt-widget-list .crt-list-post img.spacer {
    width: 100%;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    position: relative
}

.crt-widget-list .crt-list-post .crt-social-icon-normal {
    color: #fff
}

.crt-widget-list .crt-list-post .crt-image-carousel,
.crt-widget-list .crt-list-post .crt-social-icon {
    position: absolute;
    right: 3px;
    bottom: 5px;
    z-index: 3;
    font-size: 1.3em;
    transition: opacity .4s linear;
    color: #fff
}

.crt-widget-list .crt-list-post .crt-social-icon {
    left: 3px;
    right: auto
}

.crt-widget-list .crt-list-post .crt-post-content-image {
    background-size: cover;
    background-position: center center;
    z-index: 1
}

.crt-widget-list .crt-list-post .crt-post-content-text-c {
    z-index: 2
}

.crt-widget-list .crt-list-post .crt-post-content-text-c .crt-post-content-text {
    font-size: 20px
}

.crt-widget-list .crt-list-post .crt-post-hover {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background-color: rgba(255, 255, 255, .8);
    z-index: 3;
    opacity: 0;
    transition: opacity .4s linear
}

.crt-widget-list .crt-list-post .crt-post-hover .crt-post-header .crt-social-icon,
.crt-widget-list .crt-list-post .crt-post-hover .crt-post-header {
    background-color: transparent
}

.crt-widget-list .crt-list-post .crt-post-hover .crt-post-header .crt-social-icon IMG,
.crt-widget-list .crt-list-post .crt-post-hover .crt-post-header IMG {
    margin-left: 6px;
    margin-top: 6px
}

.crt-widget-list .crt-list-post .crt-post-hover .crt-post-header .crt-social-icon .crt-post-name,
.crt-widget-list .crt-list-post .crt-post-hover .crt-post-header .crt-post-name {
    left: 53px;
    margin-top: 0;
    font-size: .8em
}

.crt-widget-list .crt-list-post .crt-post-hover .crt-post-hover-text {
    padding: 6px;
    font-size: .85em
}

.crt-widget-list .crt-list-post .crt-hitarea:hover .crt-social-icon-normal {
    opacity: 0
}

.crt-widget-list .crt-list-post .crt-hitarea:hover .crt-post-hover {
    display: block;
    opacity: 1
}

.crt-widget-list .crt-list-post.crt-post-has-image .crt-post-content-text-c {
    display: none
}

.crt-widget-list .crt-load-more {
    text-align: center
}

.crt-widget-list .crt-load-more a {
    display: inline-block;
    background-color: #efefef;
    color: #000;
    padding: 20px;
    margin-top: 15px;
    text-decoration: none;
    border-radius: 3px
}

@media(min-width:768px) and (max-width:1075px) {

    .crt-panel-next,
    .crt-panel-prev {
        width: 35px;
        height: 35px
    }

    .crt-panel-next:before,
    .crt-panel-prev:before {
        font-size: 12px
    }

    .crt-panel-prev {
        left: -25px
    }

    .crt-panel-next {
        right: -25px
    }
}

[dir='rtl'] .crt-feed.crt-feed-branded {
    padding-bottom: 0;
    direction: ltr
}

@media(max-width:767px) {

    .crt-panel-next,
    .crt-panel-prev {
        width: 30px;
        height: 30px
    }

    .crt-panel-next:before,
    .crt-panel-prev:before {
        font-size: 10px
    }

    .crt-panel-prev {
        left: 0
    }

    .crt-panel-next {
        right: 0
    }
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker.datepicker-rtl {
    direction: rtl
}

.datepicker.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker>div {
    display: none
}

.datepicker.days div.datepicker-days {
    display: block
}

.datepicker.months div.datepicker-months {
    display: block
}

.datepicker.years div.datepicker-years {
    display: block
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999;
    cursor: default
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(top, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9
}

.datepicker table tr td.today:hover:hover {
    color: #000
}

.datepicker table tr td.today.active:hover {
    color: #fff
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: linear-gradient(top, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #f3e97a
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
    background-color: #efe24b \9
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
    background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
    background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
    background-image: -o-linear-gradient(top, #b3b3b3, #808080);
    background-image: linear-gradient(top, #b3b3b3, #808080);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: #808080 #808080 #595959;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
    background-color: #808080
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
    background-color: #666 \9
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #04c
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-color: #039 \9
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker table tr td span:hover {
    background: #eee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999;
    cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #04c
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    background-color: #039 \9
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #999
}

.datepicker th.datepicker-switch {
    width: 145px
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #eee
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    cursor: pointer;
    width: 16px;
    height: 16px
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 20px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-right-width: 2px;
    border-bottom-width: 2px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px
}

.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
    padding: 4px 5px
}

.drag-area {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #7b7d83;
    border: 1px dashed #c6c8c8;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #edf4fa;
    min-height: 130px;
    margin-bottom: 30px
}

.drag-area.active {
    border: 1px dashed #c6c8c8;
    border-radius: 4px
}

.drag-area .icon {
    color: #7b7d83
}

.drag-area header {
    color: #7b7d83
}

.drag-area span {
    color: #7b7d83;
    margin: -2px 0
}

.drag-area button {
    padding: 10px 25px;
    border: none;
    outline: none;
    background: #0078bf;
    color: #fff;
    border-radius: 4px;
    cursor: pointer
}

.tag {
    border: 1px dashed #c6c8c8;
    border-radius: 4px
}

.label-info {
    padding: 5px !important;
    margin: 5px !important
}

.tag-filenames span {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #4b4b45
}

.tag a {
    color: #f33d3d;
    cursor: pointer
}

.tag a:hover {
    color: #f33d3d
}

.tag .remove {
    vertical-align: bottom;
    top: 0
}

.tag a {
    margin: 0 0 0 .3em
}

.tag a .glyphicon-white {
    color: #7b7d83;
    margin-bottom: 2px
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,
.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,
.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before,
.fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-vcard:before,
.fa-address-card:before {
    content: ""
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@media print {

    .TopStrip,
    .MainNavigation,
    .CallToActionButton,
    .MobileHeader,
    .breadcrumbArea,
    .PublicationBanner,
    .News,
    .RelatedDoctors,
    .SignUpNewsletter,
    .AwardRecognition,
    .FooterTopLinks {
        display: none !important
    }

    .DoctorProfileSection .container .row .tab-order-first {
        display: none
    }

    .DoctorProfileSection .container .row .tab-order-last {
        width: 100% !important
    }

    .tab-order-first,
    .SupportPanel,
    .other-resource,
    .RelatedArticleArea,
    .SignUpNewsletter,
    .AwardRecognition {
        display: none
    }

    .col-lg-9 {
        width: 100% !important
    }

    .pageHeadingArea p a {
        display: none
    }

    .CircleTick {
        visibility: hidden
    }

    .EduLink,
    .ExpLink {
        display: none !important
    }

    .pageBanner,
    .col-lg-3,
    .NewsSection,
    .sideSlider,
    .show-more {
        display: none !important
    }
}

.rvfs-1.inner-page p {
    font-size: 14px !important
}

.rvfs-2.inner-page p {
    font-size: 16px !important
}

.rvfs-4.inner-page p {
    font-size: 20px !important
}

.rvfs-5.inner-page p {
    font-size: 22px !important
}

.tabArea {
    padding: 100px 0
}

ul.tabs li.active {
    background-color: #0078bf;
    color: #fff
}