.animationload {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
    opacity:.7;
    display:none;
}
.osahanloading {
    animation: 1.5s linear 0s normal none infinite running osahanloading;
    background: #fed37f none repeat scroll 0 0;
    border-radius: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
}
.osahanloading::after {
    animation: 1.5s linear 0s normal none infinite running osahanloading_after;
    border-color: #85d6de transparent;
    border-radius: 80px;
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 80px;
    left: -15px;
    position: absolute;
    top: -15px;
    width: 80px;
}
@keyframes osahanloading {
0% {
    transform: rotate(0deg);
}
50% {
    background: #85d6de none repeat scroll 0 0;
    transform: rotate(180deg);
}
100% {
    transform: rotate(360deg);
}
}

/*https://codepen.io/zenorocha/pen/eZxYOK*/
.conversation-compose {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    overflow: hidden;
    height: 150px;
    width: 100%;
    z-index: 2;
  }
  
  .conversation-compose div,
  .conversation-compose input {
    background: #fff;
    height: 100%;
  }
  
  .conversation-compose .input-msg {
    border: 0;
    flex: 1 1 auto;
    font-size: 16px;
    margin: 0;
    outline: none;
    min-width: 50px;
  }
  
  .conversation-compose .send {
    background: transparent;
    border: 0;
    cursor: pointer;
    flex: 0 0 auto;
    margin-left: 8px;
    margin-right: 8px;
    padding: 0;
    position: relative;
    outline: none;
  }
  
  .conversation-compose .send .circle {
    background: #008a7c;
    border-radius: 50%;
    color: #fff;
    position: relative;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .conversation-compose .send .circle i {
    font-size: 24px;
    margin-left: 0px;
    margin-top: -5px;
  }
  
  
  /* Conversation */
  
  .conversation {
    height: calc(100% - 12px);
    position: relative;
    background: #efe7dd url("https://cloud.githubusercontent.com/assets/398893/15136779/4e765036-1639-11e6-9201-67e728e86f39.jpg") repeat;
   /* background: #efe7dd url("../images/4e765036-1639-11e6-9201-67e728e86f39.jpg") repeat;*/
    z-index: 0;
  }
  
  .conversation ::-webkit-scrollbar {
    transition: all .5s;
    width: 5px;
    height: 1px;
    z-index: 10;
  }
  
  .conversation ::-webkit-scrollbar-track {
    background: transparent;
  }
  
  .conversation ::-webkit-scrollbar-thumb {
    background: #b3ada7;
  }
  
  .conversation .conversation-container {
    height: calc(- 68px 100% ) !important;
    box-shadow: inset 0 10px 10px -10px #000000;
    overflow-x: hidden;
    padding: 0 5px;
    margin-bottom: 0px;
  }
  
  .conversation .conversation-container:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Messages */
  
  .message {
    color: #000;
    clear: both;
    line-height: 18px;
    font-size: 15px;
    padding: 8px;
    position: relative;
    margin: 8px 0;
    max-width: 85%;
    word-wrap: break-word;
    z-index: -1;
  }
  
  .message:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
  }
  
  .metadata {
    display: inline-block;
    float: right;
    padding: 0 0 0 7px;
    position: relative;
    bottom: -4px;
  }
  
  .metadata .time {
    color: rgba(0, 0, 0, .45);
    font-size: 11px;
    display: inline-block;
  }
  
  .metadata .tick {
    display: inline-block;
    margin-left: 2px;
    position: relative;
    top: 4px;
    height: 16px;
    width: 16px;
  }
  
  .metadata .tick svg {
    position: absolute;
    transition: .5s ease-in-out;
  }
  
  .metadata .tick svg:first-child {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: perspective(800px) rotateY(180deg);
            transform: perspective(800px) rotateY(180deg);
  }
  
  .metadata .tick svg:last-child {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: perspective(800px) rotateY(0deg);
            transform: perspective(800px) rotateY(0deg);
  }
  
  .metadata .tick-animation svg:first-child {
    -webkit-transform: perspective(800px) rotateY(0);
            transform: perspective(800px) rotateY(0);
  }
  
  .metadata .tick-animation svg:last-child {
    -webkit-transform: perspective(800px) rotateY(-179.9deg);
            transform: perspective(800px) rotateY(-179.9deg);
  }
  
  .message:first-child {
    margin: 16px 0 8px;
  }
  
  .message.received {
    background: #fff;
    border-radius: 0px 5px 5px 5px;
    float: left;
  }
  
  .message.received .metadata {
    padding: 0 0 0 16px;
  }
  
  .message.received:after {
    border-width: 0px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
    top: 0;
    left: -10px;
  }
  
  .message.sent {
    background: #e1ffc7;
    border-radius: 5px 0px 5px 5px;
    float: right;
  }
  
  .message.sent:after {
    border-width: 0px 0 10px 10px;
    border-color: transparent transparent transparent #e1ffc7;
    top: 0;
    right: -10px;
  }
  
  textarea.expanded{  
    /* box-sizing: padding-box; */
    overflow:hidden;
    /* demo only: */
    padding:10px;
    width:250px;
    font-size:14px;
    margin:50px auto;
    display:block;
    border-radius:10px;
    border:6px solid #556677;
  }
  
  .badge-error {
    background-color: #b94a48;
  }
  .badge-error:hover {
    background-color: #953b39;
  }
  
  /* fix for android stock browser */
  
  #comments {
      -webkit-overflow-scrolling: touch;
  }
  
  #comments > * {
      -webkit-transform: translateZ(0px);
  }
  
  #comments > * {
      -webkit-transform: translate3d(0,0,0);
  }
  
  .label-pillx {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
  }
  /*# sourceMappingURL=style.css.map */
  
  a{
      color:#52DCE3;
  }
  
  
  /* Homepage feature list */
  .feature-2 .media-body h3 img {
    padding-right: 10px;
  }
  
  /* Homepage VC list */
  #venture_partners {
    margin-top: -20px;
  }
  #venture_partners .center-pills {
    display: flex;
    justify-content: center;
  }
  #venture_partners .vc_info {
    padding: 5px;
    margin-top: 20px;
    border: 1px solid #D8DEE0;
  }
  #venture_partners .vc_image {
    text-align: center;
  }
  #venture_partners .vc_image img {
    height: 256px;
  }
  #venture_partners .vc_name {
    text-align: center;
    padding: 10px 0px;
    font-size: 2em;
    text-transform: capitalize;
  }
  #venture_partners .vc_summary {
    text-align: justify;
    text-justify: inter-word;
    padding: 0px 10px;
    height: 80px;
  }
  
  /* Homepage VC More Info Modal */
  #vc-more-info .modal-content {
    padding: 20px;
    min-height: 360px;
  }
  #vc-more-info #vc_img {
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
    height: 250px;
    width: 250px;
  }
  #vc-more-info #vc_description {
    padding: 10px 0px;
  }

  #comment_write{
    margin-top: 0.1em;
  }


  .chat-wrapper .wrapper {
	height: 100vh;
	overflow: hidden;
	display: flex;
    background-color: white;
	flex-direction: column
}

.chat-wrapper .singlePage,
.chat-wrapper .singleWrapper {
	flex: 1;
	display: flex;
	flex-direction: column
}

.chat-wrapper .singlePage {
	overflow: hidden
}

.chat-wrapper .singlePage .backButton {
	display: none
}

.chat {
	flex: 1;
	display: flex;
	flex-direction: row-reverse;
	direction: ltr
}

.chat .topics {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	max-width: 400px;
	width: 100%;
	margin-left: 15px
}

.chat .topics .topics-header {
	display: flex;
	flex-direction: column;
	text-align: right;
	border-bottom: 1px solid #eee
}

.chat .topics .topics-header .top {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: baseline
}

.chat .topics .topics-header .react-autosuggest__container {
	margin-bottom: 10px
}

.chat .topics .topics-header button {
	margin: 0
}

.chat .topics .topics-header .search-input {
	box-shadow: none;
	direction: rtl;
	margin: 0;
	width: 100%
}

.chat .topics .topics-header .react-autosuggest__suggestions-container {
	box-sizing: border-box;
	width: 100%
}

.chat .topics .topics-header .react-autosuggest__suggestions-container .username {
	display: flex;
	flex-direction: row-reverse;
	flex-grow: 1
}

.chat .topics .topics-header .react-autosuggest__suggestions-container .username svg {
	margin-left: 10px
}

.chat .topics .topic-list {
	display: flex;
	flex-direction: column;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	flex: 1;
    overflow-x:unset;
}

.chat .topics ul {
	list-style-type: none;
	padding: 0;
	height: 0
}

.chat .topics ul,
.chat .topics ul li.topic {
	display: flex;
	flex-direction: column;
	margin: 0
}

.chat .topics ul li.topic {
	padding: 15px 10px;
	border-bottom: 1px solid #eee;
	min-height: 90px;
	box-sizing: border-box
}

.chat .topics ul li.topic.selected {
	background: #f0f8ff
}

.chat .topics ul li.topic .header {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 15px
}

.chat .topics ul li.topic .header .title {
	display: flex;
	flex-direction: row-reverse;
	color: #919191
}

.chat .topics ul li.topic .header .title svg {
	margin-left: 10px
}

.chat .topics ul li.topic .header .time {
	font-size: .75rem;
	color: #919191
}

.chat .topics ul li.topic .header .badge {
	margin-right: 10px
}

.chat .topics ul li.topic .last-message {
	color: #919191;
	flex-grow: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: right
}

.chat .topics ul li.topic a:hover {
	text-decoration: none
}

.chat .topics ul li.topic a.unread .last-message,
.chat .topics ul li.topic a.unread .title {
	color: #0473c0
}

.chat .messenger {
	display: flex;
	flex: 1;
	flex-direction: column;
	height: 100%
}

.chat .messenger .messenger-header {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	height: 64px
}

.chat .messenger .messenger-header .info {
	display: flex;
	flex-direction: row-reverse;
	align-items: baseline;
	flex-grow: 1;
	justify-content: center
}

.chat .messenger .messenger-header .info a {
	color: #919191
}

.chat .messenger .messenger-header .info .typing {
	margin-right: 10px;
	text-align: center
}

.chat .messenger .messenger-header .toolbar {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	position: relative
}

.chat .messenger .messenger-header .toolbar button {
	position: relative
}

.chat .messenger .messenger-header .toolbar .dropdown {
	margin-top: 40%;
	margin-left: 30%
}

.chat .messenger .messenger-header .toolbar .dropdown svg {
	margin-left: 10px
}

.chat .messenger .message-list {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background: #fff;
	margin: 0;
	padding: 0;
    height: 0;
    position: relative;
    background: #efe7dd url("https://cloud.githubusercontent.com/assets/398893/15136779/4e765036-1639-11e6-9201-67e728e86f39.jpg") repeat;
   /* background: #efe7dd url("../images/4e765036-1639-11e6-9201-67e728e86f39.jpg") repeat;*/
    z-index: 0;
}

.chat .messenger .message-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.chat .messenger .message-list li {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0
}

.chat .chat-message {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end
}

.chat .chat-message.right {
	justify-content: flex-start
}

.chat .chat-message .bubble {
	display: inline-flex;
	flex-direction: column;
	padding: .5em .7em;
	margin: .25em .5em;
	max-width: 70%;
	border-radius: 1em
}

.chat .chat-message .bubble.left {
	border-top-left-radius: 0;
	background: #0473c0;
	color: #fff
}

.chat .chat-message .bubble.right {
	background: #fff;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
	border-top-right-radius: 0;
	color: #454444
}


.chat .chat-message .bubble.control {
	
	background: #eafaf1;
	color: rgb(0, 0, 0)
}

.chat .chat-message .text {
	display: block
}

.chat .chat-message .img,
.chat .chat-message .text {
	overflow: hidden;
	white-space: pre-wrap;
	word-break: break-word
}

.chat .chat-message .img {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 5px
}

.chat .chat-message .img img {
	max-width: 100%;
	height: auto
}

.chat .chat-message .message-link {
	text-decoration: underline
}

.chat .chat-message .message-link.left {
	color: #fff
}

.chat .chat-message .message-link.right {
	color: #454444
}

.chat .chat-message .meta {
	display: flex;
	flex-direction: row;
	justify-content: space-between
}

.chat .chat-message .ticks {
	margin-left: 20px;
	color: #888;
	min-width: 20px
}

.chat .chat-message .ticks,
.chat .chat-message .time {
	display: block;
	font-size: .65em;
	margin-top: .7em;
	text-align: right
}

.chat .chat-message .time.left {
	color: #fff
}

.chat .chat-message .time.right {
	color: #888
}

.chat .message-failed {
	display: flex;
	justify-content: flex-end
}

.chat .message-failed .resend {
	border: none;
	cursor: pointer;
	box-shadow: none;
	align-self: center
}

.chat .messenger .chat-day {
	display: flex;
	justify-content: center;
	margin: 15px 0
}

.chat .messenger .chat-day span {
	display: inline-block;
	font-size: .8em;
	padding: .2em .4em;
	text-align: center;
	color: #b2b2b2;
	font-weight: 600;
	text-transform: uppercase
}

.chat .messenger .composer {
	display: flex;
	margin-top: 1rem
}

.chat .messenger .composer .input {
	display: flex;
	flex: 1;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #0473c0;
	margin: 3px;
	padding: .1em ;
	border-radius: 5px;
	min-height: 34px
}

.chat .messenger .composer .input textarea {
	padding: 0;
	margin: 0;
	flex-grow: 1;
	resize: none;
	border: none;
	outline: none;
	line-height: 1rem;
	height: 100%;
	font-size: 1em;
	font-family: inherit
}

.chat .messenger .composer .send-button button {
	display: block;
	background: #0473c0;
	box-sizing: border-box;
	border: 1px solid #0473c0;
	margin: 5px 0;
	border-radius: 5px;
	color: #fff
}

.chat .messenger .composer .send-button span {
	display: block;
	outline: none;
	font-size: 1.2em
}

.chat .no-messenger {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 64px;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee
}

.chat .no-messenger svg {
	margin-bottom: 20px
}

.chat .no-messenger span {
	font-size: 1.1rem
}

@media (max-width:991.98px) {
	.chat .topics {
		max-width: 100%;
		margin-left: 10px
	}
	.chat .topics.desktop-only,
	.desktop-only,
	.no-messenger.desktop-only {
		display: none
	}
	.chat-wrapper .singlePage .backButton {
		display: block;
		align-self: flex-start;
		margin-right: 0
	}
}
.singleWrapper {
	grid-area: contentWrapper;
	max-width: 100vw
}


.singlePage {
	width: calc(100% - 30px);
	margin: 0 auto;
	padding: 0 15px
}

@media screen and (min-width:1200px) {
	
	.singlePage {
		max-width: 1170px
	}
}

@media screen and (min-width:1480px) {

	.singlePage
	{
		max-width: 1350px
	}
}


/*!
 * Font Awesome Pro 5.0.1 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
 .svg-inline--fa,svg:not(:root).svg-inline--fa {
    overflow: visible
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    vertical-align: -.125em
}

.svg-inline--fa.fa-lg {
    vertical-align: -.225em
}

.svg-inline--fa.fa-w-1 {
    width: .0625em
}

.svg-inline--fa.fa-w-2 {
    width: .125em
}

.svg-inline--fa.fa-w-3 {
    width: .1875em
}

.svg-inline--fa.fa-w-4 {
    width: .25em
}

.svg-inline--fa.fa-w-5 {
    width: .3125em
}

.svg-inline--fa.fa-w-6 {
    width: .375em
}

.svg-inline--fa.fa-w-7 {
    width: .4375em
}

.svg-inline--fa.fa-w-8 {
    width: .5em
}

.svg-inline--fa.fa-w-9 {
    width: .5625em
}

.svg-inline--fa.fa-w-10 {
    width: .625em
}

.svg-inline--fa.fa-w-11 {
    width: .6875em
}

.svg-inline--fa.fa-w-12 {
    width: .75em
}

.svg-inline--fa.fa-w-13 {
    width: .8125em
}

.svg-inline--fa.fa-w-14 {
    width: .875em
}

.svg-inline--fa.fa-w-15 {
    width: .9375em
}

.svg-inline--fa.fa-w-16 {
    width: 1em
}

.svg-inline--fa.fa-w-17 {
    width: 1.0625em
}

.svg-inline--fa.fa-w-18 {
    width: 1.125em
}

.svg-inline--fa.fa-w-19 {
    width: 1.1875em
}

.svg-inline--fa.fa-w-20 {
    width: 1.25em
}

.svg-inline--fa.fa-pull-left {
    margin-right: .3em;
    width: auto
}

.svg-inline--fa.fa-pull-right {
    margin-left: .3em;
    width: auto
}

.svg-inline--fa.fa-border {
    height: 1.5em
}

.svg-inline--fa.fa-li {
    width: 2em
}

.svg-inline--fa.fa-fw {
    width: 1.25em
}

.fa-layers svg.svg-inline--fa {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -12.5%;
    width: 1em
}

.fa-layers svg.svg-inline--fa {
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.fa-layers-counter,.fa-layers-text {
    display: inline-block;
    position: absolute;
    text-align: center
}

.fa-layers-text {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.fa-layers-counter {
    background-color: #ff253a;
    border-radius: 1em;
    color: #fff;
    height: 1.5em;
    line-height: 1;
    max-width: 5em;
    min-width: 1.5em;
    overflow: hidden;
    padding: .25em;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.fa-layers-bottom-right {
    bottom: 0;
    right: 0;
    top: auto;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right
}

.fa-layers-bottom-left {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.fa-layers-top-right {
    right: 0;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.fa-layers-top-left {
    left: 0;
    right: auto;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    position: relative;
    width: 2em
}

.fa-stack-1x,.fa-stack-2x {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1em
}

.svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 2em
}

.fa-inverse {
    color: #fff
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}