@charset "UTF-8";


@font-face {
font-family: "photoblocks-public";
src:url(//www.acsenagriscience.com/wp-content/plugins/photoblocks-grid-gallery/public/css/fonts/photoblocks-public.eot);
src:url(//www.acsenagriscience.com/wp-content/plugins/photoblocks-grid-gallery/public/css/fonts/photoblocks-public.eot?#iefix) format("embedded-opentype"),
url(//www.acsenagriscience.com/wp-content/plugins/photoblocks-grid-gallery/public/css/fonts/photoblocks-public.woff) format("woff"),
url(//www.acsenagriscience.com/wp-content/plugins/photoblocks-grid-gallery/public/css/fonts/photoblocks-public.ttf) format("truetype"),
url(//www.acsenagriscience.com/wp-content/plugins/photoblocks-grid-gallery/public/css/fonts/photoblocks-public.svg#photoblocks-public) format("svg");
font-weight: normal;
font-style: normal;
}
.photoblocks-gallery .pb-blocks {
position: relative;
perspective: none;
z-index: 1;
}
.photoblocks-gallery .pb-block {
position: absolute;
overflow: hidden;
background-size: cover;
background-position: center;    
opacity: 0;    
}
.photoblocks-gallery.pb-disabled .pb-block {
position: relative;
}
.photoblocks-gallery .pb-block .pb-image {
display: none;
max-width: 999em;
height:100%;
z-index: 11111;
position: absolute;
top: 0;
left: 0;
}
.photoblocks-gallery .pb-block.pb-portrait .pb-image {
width: 100%;
height: auto;
}
.photoblocks-gallery .pb-block.pb-landscape .pb-image {
height: 100%;
width: auto;
}
.photoblocks-gallery .pb-block.pb-landscape.pb-height .pb-image {
height: auto;
width: 100%;
}
.photoblocks-gallery .pb-block.pb-landscape.pb-width .pb-image {
height: 100%;
width: auto;
}
.photoblocks-gallery .pb-block.pb-portrait.pb-width .pb-image {
height: 100%;
width: auto;
}
.photoblocks-gallery .pb-block .pb-overlay {
display: flex;
position: absolute;
top:0;
left:0;
right:0;
bottom:0;
background: rgba(0, 0, 0, .5);
opacity:0;
-webkit-transition: opacity .2s;
-moz-transition: opacity .2s;
-ms-transition: opacity .2s;
-o-transition: opacity .2s;
transition: opacity .2s;    
align-items: center;
justify-content: center;
z-index: 11111;
}
.photoblocks-gallery .pb-block.pb-type-text .pb-overlay {
opacity: 1;
} 
.photoblocks-gallery .pb-block .pb-link {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;   
border: 0;
transition: none;
border: 0;
box-shadow: none;
text-decoration: none;
z-index: 11112;
}
.photoblocks-gallery.show-empty-overlay .pb-block:hover .pb-overlay,
.photoblocks-gallery .pb-block.with-text:hover .pb-overlay {
opacity: 1;
}
.photoblocks-gallery .pb-block .pb-overlay .pb-title,
.photoblocks-gallery .pb-block .pb-overlay .pb-description {
display: block;
margin-bottom: 10px;
}
.photoblocks-gallery.pb-disabled .pb-block .pb-overlay,
.photoblocks-gallery.pb-disabled .pb-block .pb-overlay .pb-caption-top {
position: static;
}
.photoblocks-gallery .pb-block .pb-overlay .pb-caption-top {
position: absolute;
top:16px;
left:16px;
right:16px;
z-index: 100;
}
.photoblocks-gallery .pb-block .pb-overlay .pb-caption-middle {
margin-left: 16px;
margin-right: 16px;
z-index: 100;
width: 100%;
}
.photoblocks-gallery .pb-block .pb-overlay .pb-caption-bottom {
position: absolute;
bottom:16px;
left:16px;
right:16px;
z-index: 100;
}
.photoblocks-gallery .pb-block .pb-overlay .pb-caption-center {
text-align: center;
}
.photoblocks-gallery .pb-block .pb-overlay .pb-caption-left {
text-align: left;
margin-left: 10px;
}
.photoblocks-gallery .pb-block .pb-overlay .pb-caption-right {
text-align: right;
margin-right: 10px;
}
.photoblocks-gallery.pb-blur.show-empty-overlay .pb-block.pb-type-image:hover .pb-image,
.photoblocks-gallery.pb-blur .pb-block.pb-type-image.with-text:hover .pb-image {
filter: blur(4px);
}
.photoblocks-gallery.pb-lift.show-empty-overlay .pb-block.pb-type-image:hover,
.photoblocks-gallery.pb-lift .pb-block.pb-type-image.with-text:hover {
transform: scale(1.05) !important;
box-shadow: #ccc 0 0 40px;
z-index: 100;
} .photoblocks-gallery ul.pb-filters {
margin:0 0 20px 0;
padding: 0;
}
.photoblocks-gallery ul.pb-filters a {
border: 2px solid transparent;
padding: 6px 10px;
}
.photoblocks-gallery ul.pb-filters a.selected {
border-bottom-color: #444;
}
.photoblocks-gallery ul.pb-filters.pb-filters-style-boxed a.selected {
border-color: #444;
}
.photoblocks-gallery ul.pb-filters.pb-filters-position-left {
text-align: left;
}
.photoblocks-gallery ul.pb-filters.pb-filters-position-center {
text-align: center;
}
.photoblocks-gallery ul.pb-filters.pb-filters-position-right {
text-align: right;
}
.photoblocks-gallery ul.pb-filters li {
margin:0 16px 0 0;
padding: 0;
list-style-type: none;
display: inline-block;
}
.photoblocks-gallery .pb-block.pb-filtered {
display: none;
}
.photoblocks-gallery.pb-disabled .pb-block.pb-filtered {
display: none;
}  .mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
} .mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
} .mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
} .mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
} .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
} .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0;
-webkit-backface-visibility: hidden; -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
}  .photoblocks-gallery.pb-effect-hidden .pb-block.with-text .pb-overlay .pb-title,
.photoblocks-gallery.pb-effect-hidden .pb-block.with-text .pb-overlay .pb-description
.photoblocks-gallery.pb-effect-hidden .pb-block.with-text:hover .pb-overlay .pb-title,
.photoblocks-gallery.pb-effect-hidden .pb-block.with-text:hover .pb-overlay .pb-description {
display: none;
opacity: 0;
} .pb-effect-sticky .pb-block.pb-type-image .pb-overlay .pb-caption-bottom {
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, .8);
opacity: 1;
padding-bottom: 0;
}
.pb-effect-sticky .pb-block .pb-social {
opacity: 0;
transition: opacity .3s;
}
.pb-effect-sticky .pb-block:hover .pb-social {
opacity: 1;
}
.pb-effect-sticky .pb-block.pb-type-image .pb-overlay {
background: transparent;
opacity: 1;
}
.pb-effect-sticky .pb-block.pb-type-image:hover .pb-image {
opacity: 1;
}
.pb-effect-sticky .pb-type-image .pb-title {
margin:12px;
margin-bottom: 0;
}
.pb-effect-sticky .pb-block.pb-type-image:hover .pb-caption-bottom {
padding-bottom: 20px;
}
.photoblocks-gallery.pb-effect-sticky .pb-block.pb-type-image .pb-overlay .pb-caption-middle {
margin-top: -30px;
}
.mfp-bg {
z-index: 111042 !important;
}
.mfp-wrap {
z-index: 111043 !important;
}
.pb-gallery-error {
padding: 4px 6px;
background-color:#ff282e;
border:1px solid #f20006;
color:#fff;
}.flexslider {
border: 0;
margin: 0px;
overflow: hidden;
}
.flex-control-nav {
width: 100%;
position: absolute;
text-align: center;
z-index: 900;
}
.flex-direction-nav {
width: 100%;
position: absolute;
left: 0;
margin: -50px 0 0;
z-index: 100;
padding: 0 !important;
}
.flex-direction-nav li {
overflow: visible;
padding: 0px 0px 0px 0px !important;
margin: 0px !important;
list-style: none !important;
}
.flex-direction-nav a {
overflow: visible;
margin: 0;
opacity: 1;
color: rgba(0, 0, 0, 0.8);
text-indent: -9999em !important;
text-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
outline: none !important;
box-shadow: none !important;
border: none !important;
}
.flex-direction-nav .arrow {
position: absolute;
top: 0;
left: 0;
z-index: 200;
}
.flex-direction-nav .flex-prev {
left: 0px;
height: 50px;
}
.flex-direction-nav .flex-next {
right: 0px;
text-align: left;
height: 50px;
}
.flexslider:hover .flex-prev {
left: 0;
opacity: 1
}
.flexslider:hover .flex-next {
right: 0;
opacity: 1
}
.flexslider:hover .flex-prev:hover,
.flexslider:hover .flex-next:hover {
background-color: #fff;
opacity: 1;
}
.flexslider .slides>li:before,
.flex-control-nav>li:before,
.flex-direction-nav>li:before {
content: '' !important;
}
.immersive_slider {
background: #161923;
max-width: 100%;
height: 480px;
opacity: .9;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
position: relative;
overflow: hidden;
}
.immersive_slider .is-slide {
display: block;
height: 100%;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 50px 60px;
position: absolute;
}
.is-bg-overflow {
width: 100%;
height: 100%;
position: absolute;
z-index: 0;
}
.is-overflow,
.is-bg-overflow {
height: 100%;
}
.ease {
-webkit-transition: 1000ms ease all;
-moz-transition: 1000ms ease all;
-o-transition: 1000ms ease all;
transition: 1000ms ease all;
}
.bounce {
-webkit-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1) all;
-moz-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all;
-o-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) 0 all;
transition: 2000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all;
}
.bounce2 {
-webkit-transition: 1000ms cubic-bezier(0.420, 0.175, 0.885, 1) all;
-moz-transition: 1000ms cubic-bezier(0.420, 0.175, 0.885, -1.310) all;
-o-transition: 1000ms cubic-bezier(0.420, 0.175, 0.885, -1.310) all;
transition: 2000ms cubic-bezier(0.420, 0.175, 0.885, -1.310) all;
}
.bounceUp2 {
-webkit-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1) all;
-moz-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, -1.310) all;
-o-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, -1.310) all;
transition: 2000ms cubic-bezier(0.175, 0.885, 0.420, -1.310) all;
}
.bounceUp3 {
-webkit-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1) all;
-moz-transition: 1000ms cubic-bezier(0.175, -0.885, 0.420, 1.310) all;
-o-transition: 1000ms cubic-bezier(0.175, -0.885, 0.420, 1.310) all;
transition: 2000ms cubic-bezier(0.175, -0.885, 0.420, 1.310) all;
}
.no-animation {
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
.immersive_slider .is-slide .image img {
position: relative;
max-width: 100%;
display: inline !important;
width: 100% !important;
height: 100% !important;
max-height: 100%;
object-fit: contain !important;
}
.immersive_slider .is-slide .image iframe {
max-width: 100%;
display: block;
width: 100%;
}
.immersive_slider .is-slide .content h2 {
font-size: 42px;
font-weight: 300;
text-align: left;
}
.is-container {
position: relative;
overflow: hidden;
}
.is-container .is-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.is-container .is-background.gs_cssblur {
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-o-filter: blur(20px);
filter: blur(20px);
}
.is-pagination li {
padding: 0;
display: inline-block;
text-align: center;
position: relative;
margin: 0px !important;
padding: 0px !important;
}
.is-pagination li a {
padding: 10px;
width: 4px;
height: 4px;
display: block;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
outline: none !important;
border: none !important;
}
.is-pagination li a:before {
content: '';
position: absolute;
width: 4px;
height: 4px;
background: rgba(255, 255, 255, 0.85);
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.is-pagination li a.active:before {
width: 10px;
height: 10px;
background: none;
border: 1px solid white;
margin-top: -4px;
left: 8px;
}
.is-next {
right: 10px !important;
}
.is-prev {
left: 10px !important;
}
a {
text-decoration: none !important;
}
a:hover {
text-decoration: none;
}
.wrapper {
margin: 25px auto !important;
}
.cn-slideshow {
position: relative;
margin: 0 auto;
background: transparent;
}
.cn-loading {
position: absolute;
z-index: 999;
text-indent: -9000px;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
width: 50px;
height: 50px;
background: url(//www.acsenagriscience.com/wp-content/plugins/slider-images/images/ajax-loader.gif) no-repeat center center;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
}
.cn-images {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
.cn-images img {
position: absolute;
top: 0px;
left: 0px;
display: none;
width: 100%;
height: 100%;
}
.cn-bar {
height: 74px;
position: absolute;
right: 50px;
left: 50px;
color: #f8f8f8;
z-index: 999;
}
.cn-nav-content {
position: absolute;
top: 0px;
height: 100%;
right: 70px;
left: 70px;
}
.cn-nav-content div {
float: left;
}
.cn-nav-content div.cn-nav-content-current {
text-align: center;
width: 280px;
position: absolute;
top: 0px;
left: 50%;
margin-left: -140px;
}
.cn-nav-content h2,
.cn-nav-content h3 {
padding: 0;
margin: 0;
}
.cn-nav-content div.cn-nav-content-prev {
margin-left: 20px;
}
.cn-nav-content div.cn-nav-content-next {
text-align: right;
margin-right: 20px;
float: right;
}
.cn-nav-content div span {
display: block;
margin-top: 5px;
}
.cn-nav>a {
position: absolute;
top: 0px;
height: 70px;
width: 0px;
z-index: 2 !important;
}
a.cn-nav-prev {
left: 0px;
text-decoration: none !important;
border: none !important;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
outline: none !important;
}
a.cn-nav-next {
right: 0px;
text-decoration: none !important;
border: none !important;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
outline: none !important;
}
.cn-nav a span {
width: 46px;
height: 46px;
display: block;
text-indent: -9000px;
opacity: 0.9;
position: absolute;
top: 50%;
left: 50%;
background-size: 17px 25px;
margin: -23px 0 0 -23px;
perspective-origin: 800px !important;
-webkit-perspective-origin: 800px !important;
-ms-perspective-origin: 800px !important;
-moz-perspective-origin: 800px !important;
-o-perspective-origin: 800px !important;
-webkit-transition: width 0.3s ease, height 0.3s ease, margin 0.3s ease !important;
-moz-transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease, margin 0.3s ease !important;
-o-transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease, margin 0.3s ease !important;
-ms-transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease, margin 0.3s ease !important;
transition: width 0.3s ease, height 0.3s ease, margin 0.3s ease !important;
overflow: hidden;
}
.cn-nav a div {
width: 90px;
height: 90px;
position: absolute;
top: 50%;
left: 50%;
perspective-origin: 800px !important;
-webkit-perspective-origin: 800px !important;
-ms-perspective-origin: 800px !important;
-moz-perspective-origin: 800px !important;
-o-perspective-origin: 800px !important;
transform: translateY(-50%) translateX(-50%) translateZ(0) scale(0, 0);
-webkit-transform: translateY(-50%) translateX(-50%) translateZ(0) scale(0, 0);
-ms-transform: translateY(-50%) translateX(-50%) translateZ(0) scale(0, 0);
-moz-transform: translateY(-50%) translateX(-50%) translateZ(0) scale(0, 0);
-o-transform: translateY(-50%) translateX(-50%) translateZ(0) scale(0, 0);
-webkit-backface-visibility: hidden;
overflow: hidden;
perspective: 800px !important;
background-size: 100% 100%;
background-position: center center;
background-repeat: no-repeat;
margin: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 25px;
-webkit-filter: inherit;
filter: inherit;
-webkit-transition: transform 0.3s ease, background-size 0s ease !important;
-moz-transition: transform 0.3s ease, background-size 0s ease !important;
-o-transition: transform 0.3s ease, background-size 0s ease !important;
-ms-transition: transform 0.3s ease, background-size 0s ease !important;
transition: transform 0.3s ease, background-size 0s ease !important;
}
.cn-nav a:hover span {
width: 100px;
height: 100px;
opacity: 0.6;
margin: -50px 0 0 -50px;
background-size: 22px 32px;
}
.cn-nav a:hover div {
transform: translateY(-50%) translateX(-50%) translateZ(0) scale(1, 1);
-webkit-transform: translateY(-50%) translateX(-50%) translateZ(0) scale(1, 1);
-ms-transform: translateY(-50%) translateX(-50%) translateZ(0) scale(1, 1);
-moz-transform: translateY(-50%) translateX(-50%) translateZ(0) scale(1, 1);
-o-transform: translateY(-50%) translateX(-50%) translateZ(0) scale(1, 1);
background-size: 120% 120%;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
overflow: hidden;
}
#cboxOverlay {
position: fixed;
width: 100%;
height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
clear: left;
}
#cboxContent {
position: relative;
}
#cboxLoadedContent {
overflow: auto;
}
#cboxTitle {
margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
cursor: pointer;
}
.cboxPhoto {
float: left;
margin: auto;
border: 0;
display: block;
max-width: none;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
display: none !important;
}
#cboxError {
padding: 50px;
border: 1px solid #ccc;
}
#cboxLoadedContent {
margin-bottom: 38px;
margin-top: 5px;
}
#cboxTitle {
position: absolute;
bottom: 0px;
left: 0;
text-align: center;
width: 100%;
}
#cboxCurrent {
position: absolute;
bottom: 0px;
left: 100px;
}
#cboxSlideshow {
position: absolute;
bottom: 4px;
right: 30px;
color: #0092ef;
}
#cboxPrevious {
position: absolute;
bottom: 0;
left: 5px;
}
#cboxNext {
position: absolute;
bottom: 0;
left: 48px;
}
#cboxLoadingGraphic {
background: url(//www.acsenagriscience.com/wp-content/plugins/slider-images/images/ajax-loader.gif) no-repeat center center;
}
#cboxClose {
position: absolute;
bottom: 0;
right: 5px;
}
#cboxPrevious:hover,
#cboxNext:hover,
#cboxClose:hover {
opacity: 0.8;
}
@media all and (max-width: 750px) {
#cboxCurrent {
position: absolute;
bottom: 0px;
left: 100px;
display: none !important
}
}@font-face {
font-family: 'FontAwesome';
src: url(//www.acsenagriscience.com/wp-content/plugins/slider-images/scripts/fonts/fontawesome-webfont.eot?v=4.6.3);
src: url(//www.acsenagriscience.com/wp-content/plugins/slider-images/scripts/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(//www.acsenagriscience.com/wp-content/plugins/slider-images/scripts/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(//www.acsenagriscience.com/wp-content/plugins/slider-images/scripts/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(//www.acsenagriscience.com/wp-content/plugins/slider-images/scripts/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(//www.acsenagriscience.com/wp-content/plugins/slider-images/scripts/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.rich_web {
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;
} .rich_web-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.rich_web-2x {
font-size: 2em;
}
.rich_web-3x {
font-size: 3em;
}
.rich_web-4x {
font-size: 4em;
}
.rich_web-5x {
font-size: 5em;
}
.rich_web-fw {
width: 1.28571429em;
text-align: center;
}
.rich_web-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.rich_web-ul>li {
position: relative;
}
.rich_web-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.rich_web-li.rich_web-lg {
left: -1.85714286em;
}
.rich_web-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.rich_web-pull-left {
float: left;
}
.rich_web-pull-right {
float: right;
}
.rich_web.rich_web-pull-left {
margin-right: .3em;
}
.rich_web.rich_web-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.rich_web.pull-left {
margin-right: .3em;
}
.rich_web.pull-right {
margin-left: .3em;
}
.rich_web-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.rich_web-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);
}
}
.rich_web-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.rich_web-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.rich_web-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.rich_web-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.rich_web-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .rich_web-rotate-90,
:root .rich_web-rotate-180,
:root .rich_web-rotate-270,
:root .rich_web-flip-horizontal,
:root .rich_web-flip-vertical {
filter: none;
}
.rich_web-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.rich_web-stack-1x,
.rich_web-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.rich_web-stack-1x {
line-height: inherit;
}
.rich_web-stack-2x {
font-size: 2em;
}
.rich_web-inverse {
color: #ffffff;
} .rich_web-glass:before {
content: "\f000";
}
.rich_web-music:before {
content: "\f001";
}
.rich_web-search:before {
content: "\f002";
}
.rich_web-envelope-o:before {
content: "\f003";
}
.rich_web-heart:before {
content: "\f004";
}
.rich_web-star:before {
content: "\f005";
}
.rich_web-star-o:before {
content: "\f006";
}
.rich_web-user:before {
content: "\f007";
}
.rich_web-film:before {
content: "\f008";
}
.rich_web-th-large:before {
content: "\f009";
}
.rich_web-th:before {
content: "\f00a";
}
.rich_web-th-list:before {
content: "\f00b";
}
.rich_web-check:before {
content: "\f00c";
}
.rich_web-remove:before,
.rich_web-close:before,
.rich_web-times:before {
content: "\f00d";
}
.rich_web-search-plus:before {
content: "\f00e";
}
.rich_web-search-minus:before {
content: "\f010";
}
.rich_web-power-off:before {
content: "\f011";
}
.rich_web-signal:before {
content: "\f012";
}
.rich_web-gear:before,
.rich_web-cog:before {
content: "\f013";
}
.rich_web-trash-o:before {
content: "\f014";
}
.rich_web-home:before {
content: "\f015";
}
.rich_web-file-o:before {
content: "\f016";
}
.rich_web-clock-o:before {
content: "\f017";
}
.rich_web-road:before {
content: "\f018";
}
.rich_web-download:before {
content: "\f019";
}
.rich_web-arrow-circle-o-down:before {
content: "\f01a";
}
.rich_web-arrow-circle-o-up:before {
content: "\f01b";
}
.rich_web-inbox:before {
content: "\f01c";
}
.rich_web-play-circle-o:before {
content: "\f01d";
}
.rich_web-rotate-right:before,
.rich_web-repeat:before {
content: "\f01e";
}
.rich_web-refresh:before {
content: "\f021";
}
.rich_web-list-alt:before {
content: "\f022";
}
.rich_web-lock:before {
content: "\f023";
}
.rich_web-flag:before {
content: "\f024";
}
.rich_web-headphones:before {
content: "\f025";
}
.rich_web-volume-off:before {
content: "\f026";
}
.rich_web-volume-down:before {
content: "\f027";
}
.rich_web-volume-up:before {
content: "\f028";
}
.rich_web-qrcode:before {
content: "\f029";
}
.rich_web-barcode:before {
content: "\f02a";
}
.rich_web-tag:before {
content: "\f02b";
}
.rich_web-tags:before {
content: "\f02c";
}
.rich_web-book:before {
content: "\f02d";
}
.rich_web-bookmark:before {
content: "\f02e";
}
.rich_web-print:before {
content: "\f02f";
}
.rich_web-camera:before {
content: "\f030";
}
.rich_web-font:before {
content: "\f031";
}
.rich_web-bold:before {
content: "\f032";
}
.rich_web-italic:before {
content: "\f033";
}
.rich_web-text-height:before {
content: "\f034";
}
.rich_web-text-width:before {
content: "\f035";
}
.rich_web-align-left:before {
content: "\f036";
}
.rich_web-align-center:before {
content: "\f037";
}
.rich_web-align-right:before {
content: "\f038";
}
.rich_web-align-justify:before {
content: "\f039";
}
.rich_web-list:before {
content: "\f03a";
}
.rich_web-dedent:before,
.rich_web-outdent:before {
content: "\f03b";
}
.rich_web-indent:before {
content: "\f03c";
}
.rich_web-video-camera:before {
content: "\f03d";
}
.rich_web-photo:before,
.rich_web-image:before,
.rich_web-picture-o:before {
content: "\f03e";
}
.rich_web-pencil:before {
content: "\f040";
}
.rich_web-map-marker:before {
content: "\f041";
}
.rich_web-adjust:before {
content: "\f042";
}
.rich_web-tint:before {
content: "\f043";
}
.rich_web-edit:before,
.rich_web-pencil-square-o:before {
content: "\f044";
}
.rich_web-share-square-o:before {
content: "\f045";
}
.rich_web-check-square-o:before {
content: "\f046";
}
.rich_web-arrows:before {
content: "\f047";
}
.rich_web-step-backward:before {
content: "\f048";
}
.rich_web-fast-backward:before {
content: "\f049";
}
.rich_web-backward:before {
content: "\f04a";
}
.rich_web-play:before {
content: "\f04b";
}
.rich_web-pause:before {
content: "\f04c";
}
.rich_web-stop:before {
content: "\f04d";
}
.rich_web-forward:before {
content: "\f04e";
}
.rich_web-fast-forward:before {
content: "\f050";
}
.rich_web-step-forward:before {
content: "\f051";
}
.rich_web-eject:before {
content: "\f052";
}
.rich_web-chevron-left:before {
content: "\f053";
}
.rich_web-chevron-right:before {
content: "\f054";
}
.rich_web-plus-circle:before {
content: "\f055";
}
.rich_web-minus-circle:before {
content: "\f056";
}
.rich_web-times-circle:before {
content: "\f057";
}
.rich_web-check-circle:before {
content: "\f058";
}
.rich_web-question-circle:before {
content: "\f059";
}
.rich_web-info-circle:before {
content: "\f05a";
}
.rich_web-crosshairs:before {
content: "\f05b";
}
.rich_web-times-circle-o:before {
content: "\f05c";
}
.rich_web-check-circle-o:before {
content: "\f05d";
}
.rich_web-ban:before {
content: "\f05e";
}
.rich_web-arrow-left:before {
content: "\f060";
}
.rich_web-arrow-right:before {
content: "\f061";
}
.rich_web-arrow-up:before {
content: "\f062";
}
.rich_web-arrow-down:before {
content: "\f063";
}
.rich_web-mail-forward:before,
.rich_web-share:before {
content: "\f064";
}
.rich_web-expand:before {
content: "\f065";
}
.rich_web-compress:before {
content: "\f066";
}
.rich_web-plus:before {
content: "\f067";
}
.rich_web-minus:before {
content: "\f068";
}
.rich_web-asterisk:before {
content: "\f069";
}
.rich_web-exclamation-circle:before {
content: "\f06a";
}
.rich_web-gift:before {
content: "\f06b";
}
.rich_web-leaf:before {
content: "\f06c";
}
.rich_web-fire:before {
content: "\f06d";
}
.rich_web-eye:before {
content: "\f06e";
}
.rich_web-eye-slash:before {
content: "\f070";
}
.rich_web-warning:before,
.rich_web-exclamation-triangle:before {
content: "\f071";
}
.rich_web-plane:before {
content: "\f072";
}
.rich_web-calendar:before {
content: "\f073";
}
.rich_web-random:before {
content: "\f074";
}
.rich_web-comment:before {
content: "\f075";
}
.rich_web-magnet:before {
content: "\f076";
}
.rich_web-chevron-up:before {
content: "\f077";
}
.rich_web-chevron-down:before {
content: "\f078";
}
.rich_web-retweet:before {
content: "\f079";
}
.rich_web-shopping-cart:before {
content: "\f07a";
}
.rich_web-folder:before {
content: "\f07b";
}
.rich_web-folder-open:before {
content: "\f07c";
}
.rich_web-arrows-v:before {
content: "\f07d";
}
.rich_web-arrows-h:before {
content: "\f07e";
}
.rich_web-bar-chart-o:before,
.rich_web-bar-chart:before {
content: "\f080";
}
.rich_web-twitter-square:before {
content: "\f081";
}
.rich_web-facebook-square:before {
content: "\f082";
}
.rich_web-camera-retro:before {
content: "\f083";
}
.rich_web-key:before {
content: "\f084";
}
.rich_web-gears:before,
.rich_web-cogs:before {
content: "\f085";
}
.rich_web-comments:before {
content: "\f086";
}
.rich_web-thumbs-o-up:before {
content: "\f087";
}
.rich_web-thumbs-o-down:before {
content: "\f088";
}
.rich_web-star-half:before {
content: "\f089";
}
.rich_web-heart-o:before {
content: "\f08a";
}
.rich_web-sign-out:before {
content: "\f08b";
}
.rich_web-linkedin-square:before {
content: "\f08c";
}
.rich_web-thumb-tack:before {
content: "\f08d";
}
.rich_web-external-link:before {
content: "\f08e";
}
.rich_web-sign-in:before {
content: "\f090";
}
.rich_web-trophy:before {
content: "\f091";
}
.rich_web-github-square:before {
content: "\f092";
}
.rich_web-upload:before {
content: "\f093";
}
.rich_web-lemon-o:before {
content: "\f094";
}
.rich_web-phone:before {
content: "\f095";
}
.rich_web-square-o:before {
content: "\f096";
}
.rich_web-bookmark-o:before {
content: "\f097";
}
.rich_web-phone-square:before {
content: "\f098";
}
.rich_web-twitter:before {
content: "\f099";
}
.rich_web-facebook-f:before,
.rich_web-facebook:before {
content: "\f09a";
}
.rich_web-github:before {
content: "\f09b";
}
.rich_web-unlock:before {
content: "\f09c";
}
.rich_web-credit-card:before {
content: "\f09d";
}
.rich_web-feed:before,
.rich_web-rss:before {
content: "\f09e";
}
.rich_web-hdd-o:before {
content: "\f0a0";
}
.rich_web-bullhorn:before {
content: "\f0a1";
}
.rich_web-bell:before {
content: "\f0f3";
}
.rich_web-certificate:before {
content: "\f0a3";
}
.rich_web-hand-o-right:before {
content: "\f0a4";
}
.rich_web-hand-o-left:before {
content: "\f0a5";
}
.rich_web-hand-o-up:before {
content: "\f0a6";
}
.rich_web-hand-o-down:before {
content: "\f0a7";
}
.rich_web-arrow-circle-left:before {
content: "\f0a8";
}
.rich_web-arrow-circle-right:before {
content: "\f0a9";
}
.rich_web-arrow-circle-up:before {
content: "\f0aa";
}
.rich_web-arrow-circle-down:before {
content: "\f0ab";
}
.rich_web-globe:before {
content: "\f0ac";
}
.rich_web-wrench:before {
content: "\f0ad";
}
.rich_web-tasks:before {
content: "\f0ae";
}
.rich_web-filter:before {
content: "\f0b0";
}
.rich_web-briefcase:before {
content: "\f0b1";
}
.rich_web-arrows-alt:before {
content: "\f0b2";
}
.rich_web-group:before,
.rich_web-users:before {
content: "\f0c0";
}
.rich_web-chain:before,
.rich_web-link:before {
content: "\f0c1";
}
.rich_web-cloud:before {
content: "\f0c2";
}
.rich_web-flask:before {
content: "\f0c3";
}
.rich_web-cut:before,
.rich_web-scissors:before {
content: "\f0c4";
}
.rich_web-copy:before,
.rich_web-files-o:before {
content: "\f0c5";
}
.rich_web-paperclip:before {
content: "\f0c6";
}
.rich_web-save:before,
.rich_web-floppy-o:before {
content: "\f0c7";
}
.rich_web-square:before {
content: "\f0c8";
}
.rich_web-navicon:before,
.rich_web-reorder:before,
.rich_web-bars:before {
content: "\f0c9";
}
.rich_web-list-ul:before {
content: "\f0ca";
}
.rich_web-list-ol:before {
content: "\f0cb";
}
.rich_web-strikethrough:before {
content: "\f0cc";
}
.rich_web-underline:before {
content: "\f0cd";
}
.rich_web-table:before {
content: "\f0ce";
}
.rich_web-magic:before {
content: "\f0d0";
}
.rich_web-truck:before {
content: "\f0d1";
}
.rich_web-pinterest:before {
content: "\f0d2";
}
.rich_web-pinterest-square:before {
content: "\f0d3";
}
.rich_web-google-plus-square:before {
content: "\f0d4";
}
.rich_web-google-plus:before {
content: "\f0d5";
}
.rich_web-money:before {
content: "\f0d6";
}
.rich_web-caret-down:before {
content: "\f0d7";
}
.rich_web-caret-up:before {
content: "\f0d8";
}
.rich_web-caret-left:before {
content: "\f0d9";
}
.rich_web-caret-right:before {
content: "\f0da";
}
.rich_web-columns:before {
content: "\f0db";
}
.rich_web-unsorted:before,
.rich_web-sort:before {
content: "\f0dc";
}
.rich_web-sort-down:before,
.rich_web-sort-desc:before {
content: "\f0dd";
}
.rich_web-sort-up:before,
.rich_web-sort-asc:before {
content: "\f0de";
}
.rich_web-envelope:before {
content: "\f0e0";
}
.rich_web-linkedin:before {
content: "\f0e1";
}
.rich_web-rotate-left:before,
.rich_web-undo:before {
content: "\f0e2";
}
.rich_web-legal:before,
.rich_web-gavel:before {
content: "\f0e3";
}
.rich_web-dashboard:before,
.rich_web-tachometer:before {
content: "\f0e4";
}
.rich_web-comment-o:before {
content: "\f0e5";
}
.rich_web-comments-o:before {
content: "\f0e6";
}
.rich_web-flash:before,
.rich_web-bolt:before {
content: "\f0e7";
}
.rich_web-sitemap:before {
content: "\f0e8";
}
.rich_web-umbrella:before {
content: "\f0e9";
}
.rich_web-paste:before,
.rich_web-clipboard:before {
content: "\f0ea";
}
.rich_web-lightbulb-o:before {
content: "\f0eb";
}
.rich_web-exchange:before {
content: "\f0ec";
}
.rich_web-cloud-download:before {
content: "\f0ed";
}
.rich_web-cloud-upload:before {
content: "\f0ee";
}
.rich_web-user-md:before {
content: "\f0f0";
}
.rich_web-stethoscope:before {
content: "\f0f1";
}
.rich_web-suitcase:before {
content: "\f0f2";
}
.rich_web-bell-o:before {
content: "\f0a2";
}
.rich_web-coffee:before {
content: "\f0f4";
}
.rich_web-cutlery:before {
content: "\f0f5";
}
.rich_web-file-text-o:before {
content: "\f0f6";
}
.rich_web-building-o:before {
content: "\f0f7";
}
.rich_web-hospital-o:before {
content: "\f0f8";
}
.rich_web-ambulance:before {
content: "\f0f9";
}
.rich_web-medkit:before {
content: "\f0fa";
}
.rich_web-fighter-jet:before {
content: "\f0fb";
}
.rich_web-beer:before {
content: "\f0fc";
}
.rich_web-h-square:before {
content: "\f0fd";
}
.rich_web-plus-square:before {
content: "\f0fe";
}
.rich_web-angle-double-left:before {
content: "\f100";
}
.rich_web-angle-double-right:before {
content: "\f101";
}
.rich_web-angle-double-up:before {
content: "\f102";
}
.rich_web-angle-double-down:before {
content: "\f103";
}
.rich_web-angle-left:before {
content: "\f104";
}
.rich_web-angle-right:before {
content: "\f105";
}
.rich_web-angle-up:before {
content: "\f106";
}
.rich_web-angle-down:before {
content: "\f107";
}
.rich_web-desktop:before {
content: "\f108";
}
.rich_web-laptop:before {
content: "\f109";
}
.rich_web-tablet:before {
content: "\f10a";
}
.rich_web-mobile-phone:before,
.rich_web-mobile:before {
content: "\f10b";
}
.rich_web-circle-o:before {
content: "\f10c";
}
.rich_web-quote-left:before {
content: "\f10d";
}
.rich_web-quote-right:before {
content: "\f10e";
}
.rich_web-spinner:before {
content: "\f110";
}
.rich_web-circle:before {
content: "\f111";
}
.rich_web-mail-reply:before,
.rich_web-reply:before {
content: "\f112";
}
.rich_web-github-alt:before {
content: "\f113";
}
.rich_web-folder-o:before {
content: "\f114";
}
.rich_web-folder-open-o:before {
content: "\f115";
}
.rich_web-smile-o:before {
content: "\f118";
}
.rich_web-frown-o:before {
content: "\f119";
}
.rich_web-meh-o:before {
content: "\f11a";
}
.rich_web-gamepad:before {
content: "\f11b";
}
.rich_web-keyboard-o:before {
content: "\f11c";
}
.rich_web-flag-o:before {
content: "\f11d";
}
.rich_web-flag-checkered:before {
content: "\f11e";
}
.rich_web-terminal:before {
content: "\f120";
}
.rich_web-code:before {
content: "\f121";
}
.rich_web-mail-reply-all:before,
.rich_web-reply-all:before {
content: "\f122";
}
.rich_web-star-half-empty:before,
.rich_web-star-half-full:before,
.rich_web-star-half-o:before {
content: "\f123";
}
.rich_web-location-arrow:before {
content: "\f124";
}
.rich_web-crop:before {
content: "\f125";
}
.rich_web-code-fork:before {
content: "\f126";
}
.rich_web-unlink:before,
.rich_web-chain-broken:before {
content: "\f127";
}
.rich_web-question:before {
content: "\f128";
}
.rich_web-info:before {
content: "\f129";
}
.rich_web-exclamation:before {
content: "\f12a";
}
.rich_web-superscript:before {
content: "\f12b";
}
.rich_web-subscript:before {
content: "\f12c";
}
.rich_web-eraser:before {
content: "\f12d";
}
.rich_web-puzzle-piece:before {
content: "\f12e";
}
.rich_web-microphone:before {
content: "\f130";
}
.rich_web-microphone-slash:before {
content: "\f131";
}
.rich_web-shield:before {
content: "\f132";
}
.rich_web-calendar-o:before {
content: "\f133";
}
.rich_web-fire-extinguisher:before {
content: "\f134";
}
.rich_web-rocket:before {
content: "\f135";
}
.rich_web-maxcdn:before {
content: "\f136";
}
.rich_web-chevron-circle-left:before {
content: "\f137";
}
.rich_web-chevron-circle-right:before {
content: "\f138";
}
.rich_web-chevron-circle-up:before {
content: "\f139";
}
.rich_web-chevron-circle-down:before {
content: "\f13a";
}
.rich_web-html5:before {
content: "\f13b";
}
.rich_web-css3:before {
content: "\f13c";
}
.rich_web-anchor:before {
content: "\f13d";
}
.rich_web-unlock-alt:before {
content: "\f13e";
}
.rich_web-bullseye:before {
content: "\f140";
}
.rich_web-ellipsis-h:before {
content: "\f141";
}
.rich_web-ellipsis-v:before {
content: "\f142";
}
.rich_web-rss-square:before {
content: "\f143";
}
.rich_web-play-circle:before {
content: "\f144";
}
.rich_web-ticket:before {
content: "\f145";
}
.rich_web-minus-square:before {
content: "\f146";
}
.rich_web-minus-square-o:before {
content: "\f147";
}
.rich_web-level-up:before {
content: "\f148";
}
.rich_web-level-down:before {
content: "\f149";
}
.rich_web-check-square:before {
content: "\f14a";
}
.rich_web-pencil-square:before {
content: "\f14b";
}
.rich_web-external-link-square:before {
content: "\f14c";
}
.rich_web-share-square:before {
content: "\f14d";
}
.rich_web-compass:before {
content: "\f14e";
}
.rich_web-toggle-down:before,
.rich_web-caret-square-o-down:before {
content: "\f150";
}
.rich_web-toggle-up:before,
.rich_web-caret-square-o-up:before {
content: "\f151";
}
.rich_web-toggle-right:before,
.rich_web-caret-square-o-right:before {
content: "\f152";
}
.rich_web-euro:before,
.rich_web-eur:before {
content: "\f153";
}
.rich_web-gbp:before {
content: "\f154";
}
.rich_web-dollar:before,
.rich_web-usd:before {
content: "\f155";
}
.rich_web-rupee:before,
.rich_web-inr:before {
content: "\f156";
}
.rich_web-cny:before,
.rich_web-rmb:before,
.rich_web-yen:before,
.rich_web-jpy:before {
content: "\f157";
}
.rich_web-ruble:before,
.rich_web-rouble:before,
.rich_web-rub:before {
content: "\f158";
}
.rich_web-won:before,
.rich_web-krw:before {
content: "\f159";
}
.rich_web-bitcoin:before,
.rich_web-btc:before {
content: "\f15a";
}
.rich_web-file:before {
content: "\f15b";
}
.rich_web-file-text:before {
content: "\f15c";
}
.rich_web-sort-alpha-asc:before {
content: "\f15d";
}
.rich_web-sort-alpha-desc:before {
content: "\f15e";
}
.rich_web-sort-amount-asc:before {
content: "\f160";
}
.rich_web-sort-amount-desc:before {
content: "\f161";
}
.rich_web-sort-numeric-asc:before {
content: "\f162";
}
.rich_web-sort-numeric-desc:before {
content: "\f163";
}
.rich_web-thumbs-up:before {
content: "\f164";
}
.rich_web-thumbs-down:before {
content: "\f165";
}
.rich_web-youtube-square:before {
content: "\f166";
}
.rich_web-youtube:before {
content: "\f167";
}
.rich_web-xing:before {
content: "\f168";
}
.rich_web-xing-square:before {
content: "\f169";
}
.rich_web-youtube-play:before {
content: "\f16a";
}
.rich_web-dropbox:before {
content: "\f16b";
}
.rich_web-stack-overflow:before {
content: "\f16c";
}
.rich_web-instagram:before {
content: "\f16d";
}
.rich_web-flickr:before {
content: "\f16e";
}
.rich_web-adn:before {
content: "\f170";
}
.rich_web-bitbucket:before {
content: "\f171";
}
.rich_web-bitbucket-square:before {
content: "\f172";
}
.rich_web-tumblr:before {
content: "\f173";
}
.rich_web-tumblr-square:before {
content: "\f174";
}
.rich_web-long-arrow-down:before {
content: "\f175";
}
.rich_web-long-arrow-up:before {
content: "\f176";
}
.rich_web-long-arrow-left:before {
content: "\f177";
}
.rich_web-long-arrow-right:before {
content: "\f178";
}
.rich_web-apple:before {
content: "\f179";
}
.rich_web-windows:before {
content: "\f17a";
}
.rich_web-android:before {
content: "\f17b";
}
.rich_web-linux:before {
content: "\f17c";
}
.rich_web-dribbble:before {
content: "\f17d";
}
.rich_web-skype:before {
content: "\f17e";
}
.rich_web-foursquare:before {
content: "\f180";
}
.rich_web-trello:before {
content: "\f181";
}
.rich_web-female:before {
content: "\f182";
}
.rich_web-male:before {
content: "\f183";
}
.rich_web-gittip:before,
.rich_web-gratipay:before {
content: "\f184";
}
.rich_web-sun-o:before {
content: "\f185";
}
.rich_web-moon-o:before {
content: "\f186";
}
.rich_web-archive:before {
content: "\f187";
}
.rich_web-bug:before {
content: "\f188";
}
.rich_web-vk:before {
content: "\f189";
}
.rich_web-weibo:before {
content: "\f18a";
}
.rich_web-renren:before {
content: "\f18b";
}
.rich_web-pagelines:before {
content: "\f18c";
}
.rich_web-stack-exchange:before {
content: "\f18d";
}
.rich_web-arrow-circle-o-right:before {
content: "\f18e";
}
.rich_web-arrow-circle-o-left:before {
content: "\f190";
}
.rich_web-toggle-left:before,
.rich_web-caret-square-o-left:before {
content: "\f191";
}
.rich_web-dot-circle-o:before {
content: "\f192";
}
.rich_web-wheelchair:before {
content: "\f193";
}
.rich_web-vimeo-square:before {
content: "\f194";
}
.rich_web-turkish-lira:before,
.rich_web-try:before {
content: "\f195";
}
.rich_web-plus-square-o:before {
content: "\f196";
}
.rich_web-space-shuttle:before {
content: "\f197";
}
.rich_web-slack:before {
content: "\f198";
}
.rich_web-envelope-square:before {
content: "\f199";
}
.rich_web-wordpress:before {
content: "\f19a";
}
.rich_web-openid:before {
content: "\f19b";
}
.rich_web-institution:before,
.rich_web-bank:before,
.rich_web-university:before {
content: "\f19c";
}
.rich_web-mortar-board:before,
.rich_web-graduation-cap:before {
content: "\f19d";
}
.rich_web-yahoo:before {
content: "\f19e";
}
.rich_web-google:before {
content: "\f1a0";
}
.rich_web-reddit:before {
content: "\f1a1";
}
.rich_web-reddit-square:before {
content: "\f1a2";
}
.rich_web-stumbleupon-circle:before {
content: "\f1a3";
}
.rich_web-stumbleupon:before {
content: "\f1a4";
}
.rich_web-delicious:before {
content: "\f1a5";
}
.rich_web-digg:before {
content: "\f1a6";
}
.rich_web-pied-piper-pp:before {
content: "\f1a7";
}
.rich_web-pied-piper-alt:before {
content: "\f1a8";
}
.rich_web-drupal:before {
content: "\f1a9";
}
.rich_web-joomla:before {
content: "\f1aa";
}
.rich_web-language:before {
content: "\f1ab";
}
.rich_web-fax:before {
content: "\f1ac";
}
.rich_web-building:before {
content: "\f1ad";
}
.rich_web-child:before {
content: "\f1ae";
}
.rich_web-paw:before {
content: "\f1b0";
}
.rich_web-spoon:before {
content: "\f1b1";
}
.rich_web-cube:before {
content: "\f1b2";
}
.rich_web-cubes:before {
content: "\f1b3";
}
.rich_web-behance:before {
content: "\f1b4";
}
.rich_web-behance-square:before {
content: "\f1b5";
}
.rich_web-steam:before {
content: "\f1b6";
}
.rich_web-steam-square:before {
content: "\f1b7";
}
.rich_web-recycle:before {
content: "\f1b8";
}
.rich_web-automobile:before,
.rich_web-car:before {
content: "\f1b9";
}
.rich_web-cab:before,
.rich_web-taxi:before {
content: "\f1ba";
}
.rich_web-tree:before {
content: "\f1bb";
}
.rich_web-spotify:before {
content: "\f1bc";
}
.rich_web-deviantart:before {
content: "\f1bd";
}
.rich_web-soundcloud:before {
content: "\f1be";
}
.rich_web-database:before {
content: "\f1c0";
}
.rich_web-file-pdf-o:before {
content: "\f1c1";
}
.rich_web-file-word-o:before {
content: "\f1c2";
}
.rich_web-file-excel-o:before {
content: "\f1c3";
}
.rich_web-file-powerpoint-o:before {
content: "\f1c4";
}
.rich_web-file-photo-o:before,
.rich_web-file-picture-o:before,
.rich_web-file-image-o:before {
content: "\f1c5";
}
.rich_web-file-zip-o:before,
.rich_web-file-archive-o:before {
content: "\f1c6";
}
.rich_web-file-sound-o:before,
.rich_web-file-audio-o:before {
content: "\f1c7";
}
.rich_web-file-movie-o:before,
.rich_web-file-video-o:before {
content: "\f1c8";
}
.rich_web-file-code-o:before {
content: "\f1c9";
}
.rich_web-vine:before {
content: "\f1ca";
}
.rich_web-codepen:before {
content: "\f1cb";
}
.rich_web-jsfiddle:before {
content: "\f1cc";
}
.rich_web-life-bouy:before,
.rich_web-life-buoy:before,
.rich_web-life-saver:before,
.rich_web-support:before,
.rich_web-life-ring:before {
content: "\f1cd";
}
.rich_web-circle-o-notch:before {
content: "\f1ce";
}
.rich_web-ra:before,
.rich_web-resistance:before,
.rich_web-rebel:before {
content: "\f1d0";
}
.rich_web-ge:before,
.rich_web-empire:before {
content: "\f1d1";
}
.rich_web-git-square:before {
content: "\f1d2";
}
.rich_web-git:before {
content: "\f1d3";
}
.rich_web-y-combinator-square:before,
.rich_web-yc-square:before,
.rich_web-hacker-news:before {
content: "\f1d4";
}
.rich_web-tencent-weibo:before {
content: "\f1d5";
}
.rich_web-qq:before {
content: "\f1d6";
}
.rich_web-wechat:before,
.rich_web-weixin:before {
content: "\f1d7";
}
.rich_web-send:before,
.rich_web-paper-plane:before {
content: "\f1d8";
}
.rich_web-send-o:before,
.rich_web-paper-plane-o:before {
content: "\f1d9";
}
.rich_web-history:before {
content: "\f1da";
}
.rich_web-circle-thin:before {
content: "\f1db";
}
.rich_web-header:before {
content: "\f1dc";
}
.rich_web-paragraph:before {
content: "\f1dd";
}
.rich_web-sliders:before {
content: "\f1de";
}
.rich_web-share-alt:before {
content: "\f1e0";
}
.rich_web-share-alt-square:before {
content: "\f1e1";
}
.rich_web-bomb:before {
content: "\f1e2";
}
.rich_web-soccer-ball-o:before,
.rich_web-futbol-o:before {
content: "\f1e3";
}
.rich_web-tty:before {
content: "\f1e4";
}
.rich_web-binoculars:before {
content: "\f1e5";
}
.rich_web-plug:before {
content: "\f1e6";
}
.rich_web-slideshare:before {
content: "\f1e7";
}
.rich_web-twitch:before {
content: "\f1e8";
}
.rich_web-yelp:before {
content: "\f1e9";
}
.rich_web-newspaper-o:before {
content: "\f1ea";
}
.rich_web-wifi:before {
content: "\f1eb";
}
.rich_web-calculator:before {
content: "\f1ec";
}
.rich_web-paypal:before {
content: "\f1ed";
}
.rich_web-google-wallet:before {
content: "\f1ee";
}
.rich_web-cc-visa:before {
content: "\f1f0";
}
.rich_web-cc-mastercard:before {
content: "\f1f1";
}
.rich_web-cc-discover:before {
content: "\f1f2";
}
.rich_web-cc-amex:before {
content: "\f1f3";
}
.rich_web-cc-paypal:before {
content: "\f1f4";
}
.rich_web-cc-stripe:before {
content: "\f1f5";
}
.rich_web-bell-slash:before {
content: "\f1f6";
}
.rich_web-bell-slash-o:before {
content: "\f1f7";
}
.rich_web-trash:before {
content: "\f1f8";
}
.rich_web-copyright:before {
content: "\f1f9";
}
.rich_web-at:before {
content: "\f1fa";
}
.rich_web-eyedropper:before {
content: "\f1fb";
}
.rich_web-paint-brush:before {
content: "\f1fc";
}
.rich_web-birthday-cake:before {
content: "\f1fd";
}
.rich_web-area-chart:before {
content: "\f1fe";
}
.rich_web-pie-chart:before {
content: "\f200";
}
.rich_web-line-chart:before {
content: "\f201";
}
.rich_web-lastfm:before {
content: "\f202";
}
.rich_web-lastfm-square:before {
content: "\f203";
}
.rich_web-toggle-off:before {
content: "\f204";
}
.rich_web-toggle-on:before {
content: "\f205";
}
.rich_web-bicycle:before {
content: "\f206";
}
.rich_web-bus:before {
content: "\f207";
}
.rich_web-ioxhost:before {
content: "\f208";
}
.rich_web-angellist:before {
content: "\f209";
}
.rich_web-cc:before {
content: "\f20a";
}
.rich_web-shekel:before,
.rich_web-sheqel:before,
.rich_web-ils:before {
content: "\f20b";
}
.rich_web-meanpath:before {
content: "\f20c";
}
.rich_web-buysellads:before {
content: "\f20d";
}
.rich_web-connectdevelop:before {
content: "\f20e";
}
.rich_web-dashcube:before {
content: "\f210";
}
.rich_web-forumbee:before {
content: "\f211";
}
.rich_web-leanpub:before {
content: "\f212";
}
.rich_web-sellsy:before {
content: "\f213";
}
.rich_web-shirtsinbulk:before {
content: "\f214";
}
.rich_web-simplybuilt:before {
content: "\f215";
}
.rich_web-skyatlas:before {
content: "\f216";
}
.rich_web-cart-plus:before {
content: "\f217";
}
.rich_web-cart-arrow-down:before {
content: "\f218";
}
.rich_web-diamond:before {
content: "\f219";
}
.rich_web-ship:before {
content: "\f21a";
}
.rich_web-user-secret:before {
content: "\f21b";
}
.rich_web-motorcycle:before {
content: "\f21c";
}
.rich_web-street-view:before {
content: "\f21d";
}
.rich_web-heartbeat:before {
content: "\f21e";
}
.rich_web-venus:before {
content: "\f221";
}
.rich_web-mars:before {
content: "\f222";
}
.rich_web-mercury:before {
content: "\f223";
}
.rich_web-intersex:before,
.rich_web-transgender:before {
content: "\f224";
}
.rich_web-transgender-alt:before {
content: "\f225";
}
.rich_web-venus-double:before {
content: "\f226";
}
.rich_web-mars-double:before {
content: "\f227";
}
.rich_web-venus-mars:before {
content: "\f228";
}
.rich_web-mars-stroke:before {
content: "\f229";
}
.rich_web-mars-stroke-v:before {
content: "\f22a";
}
.rich_web-mars-stroke-h:before {
content: "\f22b";
}
.rich_web-neuter:before {
content: "\f22c";
}
.rich_web-genderless:before {
content: "\f22d";
}
.rich_web-facebook-official:before {
content: "\f230";
}
.rich_web-pinterest-p:before {
content: "\f231";
}
.rich_web-whatsapp:before {
content: "\f232";
}
.rich_web-server:before {
content: "\f233";
}
.rich_web-user-plus:before {
content: "\f234";
}
.rich_web-user-times:before {
content: "\f235";
}
.rich_web-hotel:before,
.rich_web-bed:before {
content: "\f236";
}
.rich_web-viacoin:before {
content: "\f237";
}
.rich_web-train:before {
content: "\f238";
}
.rich_web-subway:before {
content: "\f239";
}
.rich_web-medium:before {
content: "\f23a";
}
.rich_web-yc:before,
.rich_web-y-combinator:before {
content: "\f23b";
}
.rich_web-optin-monster:before {
content: "\f23c";
}
.rich_web-opencart:before {
content: "\f23d";
}
.rich_web-expeditedssl:before {
content: "\f23e";
}
.rich_web-battery-4:before,
.rich_web-battery-full:before {
content: "\f240";
}
.rich_web-battery-3:before,
.rich_web-battery-three-quarters:before {
content: "\f241";
}
.rich_web-battery-2:before,
.rich_web-battery-half:before {
content: "\f242";
}
.rich_web-battery-1:before,
.rich_web-battery-quarter:before {
content: "\f243";
}
.rich_web-battery-0:before,
.rich_web-battery-empty:before {
content: "\f244";
}
.rich_web-mouse-pointer:before {
content: "\f245";
}
.rich_web-i-cursor:before {
content: "\f246";
}
.rich_web-object-group:before {
content: "\f247";
}
.rich_web-object-ungroup:before {
content: "\f248";
}
.rich_web-sticky-note:before {
content: "\f249";
}
.rich_web-sticky-note-o:before {
content: "\f24a";
}
.rich_web-cc-jcb:before {
content: "\f24b";
}
.rich_web-cc-diners-club:before {
content: "\f24c";
}
.rich_web-clone:before {
content: "\f24d";
}
.rich_web-balance-scale:before {
content: "\f24e";
}
.rich_web-hourglass-o:before {
content: "\f250";
}
.rich_web-hourglass-1:before,
.rich_web-hourglass-start:before {
content: "\f251";
}
.rich_web-hourglass-2:before,
.rich_web-hourglass-half:before {
content: "\f252";
}
.rich_web-hourglass-3:before,
.rich_web-hourglass-end:before {
content: "\f253";
}
.rich_web-hourglass:before {
content: "\f254";
}
.rich_web-hand-grab-o:before,
.rich_web-hand-rock-o:before {
content: "\f255";
}
.rich_web-hand-stop-o:before,
.rich_web-hand-paper-o:before {
content: "\f256";
}
.rich_web-hand-scissors-o:before {
content: "\f257";
}
.rich_web-hand-lizard-o:before {
content: "\f258";
}
.rich_web-hand-spock-o:before {
content: "\f259";
}
.rich_web-hand-pointer-o:before {
content: "\f25a";
}
.rich_web-hand-peace-o:before {
content: "\f25b";
}
.rich_web-trademark:before {
content: "\f25c";
}
.rich_web-registered:before {
content: "\f25d";
}
.rich_web-creative-commons:before {
content: "\f25e";
}
.rich_web-gg:before {
content: "\f260";
}
.rich_web-gg-circle:before {
content: "\f261";
}
.rich_web-tripadvisor:before {
content: "\f262";
}
.rich_web-odnoklassniki:before {
content: "\f263";
}
.rich_web-odnoklassniki-square:before {
content: "\f264";
}
.rich_web-get-pocket:before {
content: "\f265";
}
.rich_web-wikipedia-w:before {
content: "\f266";
}
.rich_web-safari:before {
content: "\f267";
}
.rich_web-chrome:before {
content: "\f268";
}
.rich_web-firefox:before {
content: "\f269";
}
.rich_web-opera:before {
content: "\f26a";
}
.rich_web-internet-explorer:before {
content: "\f26b";
}
.rich_web-tv:before,
.rich_web-television:before {
content: "\f26c";
}
.rich_web-contao:before {
content: "\f26d";
}
.rich_web-500px:before {
content: "\f26e";
}
.rich_web-amazon:before {
content: "\f270";
}
.rich_web-calendar-plus-o:before {
content: "\f271";
}
.rich_web-calendar-minus-o:before {
content: "\f272";
}
.rich_web-calendar-times-o:before {
content: "\f273";
}
.rich_web-calendar-check-o:before {
content: "\f274";
}
.rich_web-industry:before {
content: "\f275";
}
.rich_web-map-pin:before {
content: "\f276";
}
.rich_web-map-signs:before {
content: "\f277";
}
.rich_web-map-o:before {
content: "\f278";
}
.rich_web-map:before {
content: "\f279";
}
.rich_web-commenting:before {
content: "\f27a";
}
.rich_web-commenting-o:before {
content: "\f27b";
}
.rich_web-houzz:before {
content: "\f27c";
}
.rich_web-vimeo:before {
content: "\f27d";
}
.rich_web-black-tie:before {
content: "\f27e";
}
.rich_web-fonticons:before {
content: "\f280";
}
.rich_web-reddit-alien:before {
content: "\f281";
}
.rich_web-edge:before {
content: "\f282";
}
.rich_web-credit-card-alt:before {
content: "\f283";
}
.rich_web-codiepie:before {
content: "\f284";
}
.rich_web-modx:before {
content: "\f285";
}
.rich_web-fort-awesome:before {
content: "\f286";
}
.rich_web-usb:before {
content: "\f287";
}
.rich_web-product-hunt:before {
content: "\f288";
}
.rich_web-mixcloud:before {
content: "\f289";
}
.rich_web-scribd:before {
content: "\f28a";
}
.rich_web-pause-circle:before {
content: "\f28b";
}
.rich_web-pause-circle-o:before {
content: "\f28c";
}
.rich_web-stop-circle:before {
content: "\f28d";
}
.rich_web-stop-circle-o:before {
content: "\f28e";
}
.rich_web-shopping-bag:before {
content: "\f290";
}
.rich_web-shopping-basket:before {
content: "\f291";
}
.rich_web-hashtag:before {
content: "\f292";
}
.rich_web-bluetooth:before {
content: "\f293";
}
.rich_web-bluetooth-b:before {
content: "\f294";
}
.rich_web-percent:before {
content: "\f295";
}
.rich_web-gitlab:before {
content: "\f296";
}
.rich_web-wpbeginner:before {
content: "\f297";
}
.rich_web-wpforms:before {
content: "\f298";
}
.rich_web-envira:before {
content: "\f299";
}
.rich_web-universal-access:before {
content: "\f29a";
}
.rich_web-wheelchair-alt:before {
content: "\f29b";
}
.rich_web-question-circle-o:before {
content: "\f29c";
}
.rich_web-blind:before {
content: "\f29d";
}
.rich_web-audio-description:before {
content: "\f29e";
}
.rich_web-volume-control-phone:before {
content: "\f2a0";
}
.rich_web-braille:before {
content: "\f2a1";
}
.rich_web-assistive-listening-systems:before {
content: "\f2a2";
}
.rich_web-asl-interpreting:before,
.rich_web-american-sign-language-interpreting:before {
content: "\f2a3";
}
.rich_web-deafness:before,
.rich_web-hard-of-hearing:before,
.rich_web-deaf:before {
content: "\f2a4";
}
.rich_web-glide:before {
content: "\f2a5";
}
.rich_web-glide-g:before {
content: "\f2a6";
}
.rich_web-signing:before,
.rich_web-sign-language:before {
content: "\f2a7";
}
.rich_web-low-vision:before {
content: "\f2a8";
}
.rich_web-viadeo:before {
content: "\f2a9";
}
.rich_web-viadeo-square:before {
content: "\f2aa";
}
.rich_web-snapchat:before {
content: "\f2ab";
}
.rich_web-snapchat-ghost:before {
content: "\f2ac";
}
.rich_web-snapchat-square:before {
content: "\f2ad";
}
.rich_web-pied-piper:before {
content: "\f2ae";
}
.rich_web-first-order:before {
content: "\f2b0";
}
.rich_web-yoast:before {
content: "\f2b1";
}
.rich_web-themeisle:before {
content: "\f2b2";
}
.rich_web-google-plus-circle:before,
.rich_web-google-plus-official:before {
content: "\f2b3";
}
.rich_web-fa:before,
.rich_web-font-awesome:before {
content: "\f2b4";
}
.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;
}