.stag-clearfix, .instragram-widget-wrapper {
zoom: 1;
}
.stag-clearfix:before, .instragram-widget-wrapper:before, .stag-clearfix:after, .instragram-widget-wrapper:after {
display: table;
content: "";
}
.stag-clearfix:after, .instragram-widget-wrapper:after {
clear: both;
}
.stag-tabs,
.stag-toggle,
.stag-video {
margin: 0 0 2em 0;
} .stag-button {
-webkit-appearance: none;
-webkit-font-smoothing: inherit;
display: inline-block;
background: #979797;
color: #fff;
font-size: 16px;
line-height: 1;
margin: 5px;
padding: 12px 16px;
border-radius: 0;
text-decoration: none;
text-align: center;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
-webkit-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.stag-button:hover {
color: #fff;
text-decoration: none;
}
.stag-button--normal {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
opacity: 0.9;
}
.stag-button--medium {
font-size: 18px;
padding: 17px 22px;
}
.stag-button--large {
font-size: 20px;
padding: 22px 40px;
}
.stag-button--stroke {
background: transparent;
border: 1px solid transparent;
}
.stag-button--black {
background: black;
}
.stag-button--stroke.stag-button--black {
background: transparent;
color: black;
border-color: black;
}
.stag-button--stroke.stag-button--black:hover {
background: black;
color: white;
}
.stag-button--blue {
background: #1b93c7;
}
.stag-button--stroke.stag-button--blue {
background: transparent;
color: #1b93c7;
border-color: #1b93c7;
}
.stag-button--stroke.stag-button--blue:hover {
background: #1b93c7;
color: white;
}
.stag-button--green {
background: #84c333;
}
.stag-button--stroke.stag-button--green {
background: transparent;
color: #84c333;
border-color: #84c333;
}
.stag-button--stroke.stag-button--green:hover {
background: #84c333;
color: white;
}
.stag-button--gray {
background: #979797;
}
.stag-button--stroke.stag-button--gray {
background: transparent;
color: #979797;
border-color: #979797;
}
.stag-button--stroke.stag-button--gray:hover {
background: #979797;
color: white;
}
.stag-button--light-blue {
background: #56c3f2;
}
.stag-button--stroke.stag-button--light-blue {
background: transparent;
color: #56c3f2;
border-color: #56c3f2;
}
.stag-button--stroke.stag-button--light-blue:hover {
background: #56c3f2;
color: white;
}
.stag-button--orange {
background: #fc901d;
}
.stag-button--stroke.stag-button--orange {
background: transparent;
color: #fc901d;
border-color: #fc901d;
}
.stag-button--stroke.stag-button--orange:hover {
background: #fc901d;
color: white;
}
.stag-button--red {
background: #d15858;
}
.stag-button--stroke.stag-button--red {
background: transparent;
color: #d15858;
border-color: #d15858;
}
.stag-button--stroke.stag-button--red:hover {
background: #d15858;
color: white;
}
.stag-button--purple {
background: #c16ad7;
}
.stag-button--stroke.stag-button--purple {
background: transparent;
color: #c16ad7;
border-color: #c16ad7;
}
.stag-button--stroke.stag-button--purple:hover {
background: #c16ad7;
color: white;
}
.stag-button--white {
background: white;
color: black;
}
.stag-button--white:hover {
color: black;
}
.stag-button--stroke.stag-button--white {
background: transparent;
color: white;
border-color: white;
}
.stag-button--stroke.stag-button--white:hover {
background: white;
color: black;
}
.stag-button--dark {
background: #363f48;
}
.stag-button--stroke.stag-button--dark {
background: transparent;
color: #363f48;
border-color: #363f48;
}
.stag-button--stroke.stag-button--dark:hover {
background: #363f48;
color: white;
}
.stag-intro-text {
font-size: 125%;
margin-bottom: 2em;
display: block;
} .stag-alert {
text-align: center;
color: #fff;
padding: 20px 15px;
margin: 1em 0;
}
.stag-alert--white {
background: whitesmoke;
}
.stag-alert--gray {
background: #979797;
}
.stag-alert--red {
background: #d15858;
}
.stag-alert--yellow {
background: #ffd164;
}
.stag-alert--green {
background: #84c333;
}
.stag-alert--blue {
background: #1b93c7;
}
.stag-alert--grey {
background: #979797;
}
.stag-dropcap {
display: block;
float: left;
text-align: center;
margin: 5px 15px 15px 0;
}
.stag-dropcap--squared {
background: #363f48;
color: #fff;
} .stag-divider {
border: 0;
height: 1px;
background: #363f48;
margin: 2em 0;
}
.stag-divider--strong {
height: 7px;
}
.stag-divider--double {
height: 7px;
}
.stag-divider--double:after {
content: '';
display: block;
border-bottom: 1px solid #363f48;
position: relative;
top: 10px;
}
.stag-divider--dashed {
background: none;
border-bottom: 1px dashed #363f48;
}
.stag-divider--dotted {
background: none;
border-bottom: 1px dotted #363f48;
} .stag-nav {
list-style: none !important;
margin: 0;
padding: 0;
}
.stag-nav li {
margin: 0;
float: left;
position: relative;
margin: 0 1px -1px 0 !important;
z-index: 1;
outline: 0;
}
.stag-nav a {
text-decoration: none;
display: block;
padding: 15px 10px;
line-height: 1;
outline: 0;
}
.stag-tab {
padding: 21px 20px 20px 20px;
}
.stag-tab p:first-of-type {
margin-top: 0;
}
.stag-tab p:last-of-type {
margin-bottom: 0;
}
.stag-tabs--normal .stag-nav a {
background: #363f48;
color: #fff;
}
.stag-tabs--normal .stag-nav .ui-tabs-active a {
background: #fbfbfb;
color: #363f48;
outline: 0;
}
.stag-tabs--normal .stag-tab {
background: #fbfbfb;
}
.stag-tabs--stroke .stag-nav li {
margin: 0 -1px 0 0 !important;
}
.stag-tabs--stroke .stag-nav a {
border: 1px solid #363f48;
color: #363f48;
}
.stag-tabs--stroke .stag-nav .ui-tabs-active a {
border-bottom-color: white;
}
.stag-tabs--stroke .stag-tab {
border: 1px solid #363f48;
margin-top: -1px;
}
.stag-toggle-title {
display: block;
padding: 15px 10px;
outline: 0;
cursor: pointer;
position: relative;
}
.stag-toggle-title:after {
position: absolute;
top: 50%;
right: 15px;
font-size: 18px;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
content: "\f067";
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.stag-toggle-title.ui-state-active:after {
content: "\f068";
}
.stag-toggle-content {
padding: 20px;
}
.stag-toggle--normal .stag-toggle-title {
background: #363f48;
color: white;
}
.stag-toggle--stroke .stag-toggle-title {
border: 1px solid #363f48;
}
.stag-toggle--stroke .stag-toggle-title:after {
color: #363f48;
} .stag-image {
display: inline-block;
}
.stag-image--left {
float: left;
margin: 0 1.5em 1em 0;
}
.stag-image--center {
display: block;
margin: 1.5em 0;
text-align: center;
}
.stag-image--right {
float: right;
margin: 0 0 1.5em 1.5em;
}
.stag-image--grayscale {
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.stag-image--sepia {
-webkit-filter: sepia(100%);
filter: sepia(100%);
}
.stag-image--blur {
-webkit-filter: blur(2px);
filter: blur(2px);
}
.stag-image--hue-rotate {
-webkit-filter: hue-rotate(50deg);
filter: hue-rotate(50deg);
}
.stag-image--contrast {
-webkit-filter: contrast(15%);
filter: contrast(15%);
}
.stag-image--brightness {
-webkit-filter: brightness(2);
filter: brightness(2);
}
.stag-image--invert {
-webkit-filter: invert(100%);
filter: invert(100%);
} .stag-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.stag-video iframe,
.stag-video object,
.stag-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (min-width: 700px) {
.stag-one-half {
width: 48%;
}
.stag-one-third {
width: 30.66%;
}
.stag-two-third {
width: 65.33%;
}
.stag-one-fourth {
width: 22%;
}
.stag-three-fourth {
width: 74%;
}
.stag-one-fifth {
width: 16.8%;
}
.stag-two-fifth {
width: 37.6%;
}
.stag-three-fifth {
width: 58.4%;
}
.stag-four-fifth {
width: 79.2%;
}
.stag-one-sixth {
width: 13.33%;
}
.stag-five-sixth {
width: 82.67%;
}
.stag-one-half,
.stag-one-third,
.stag-two-third,
.stag-three-fourth,
.stag-one-fourth,
.stag-one-fifth,
.stag-two-fifth,
.stag-three-fifth,
.stag-four-fifth,
.stag-one-sixth,
.stag-five-sixth {
position: relative;
margin-right: 4%;
margin-bottom: 2em;
float: left;
}
.stag-column-last {
margin-right: 0 !important;
clear: right;
}
}
.stag-icon-link {
text-decoration: none;
}
.stag-icon {
display: inline-block;
text-align: center;
vertical-align: middle;
}
.stag-icon:hover {
-webkit-filter: 0.75;
filter: 0.75;
}
.stag-icon--before .stag-icon {
margin-right: 0.7em;
}
.stag-icon--after .stag-icon {
margin-left: 0.7em;
}
.instragram-widget-wrapper a {
display: inline-block;
float: left;
margin: 0px 0px 5px 5px;
}
.instragram-widget-wrapper img {
max-width: 75px;
height: auto;
}
.stag-social-icons {
font-size: 45px;
}
.stag-social-icons .stag-icon {
line-height: 72px;
}
.stag-social-icons a {
display: inline-block;
width: 72px;
height: 72px;
text-align: center;
vertical-align: top;
margin: 0 10px 10px 0;
}
.stag-social-icons.normal a {
color: #2f322b;
}
.stag-social-icons.square a {
background: #2f322b;
color: #fff;
}
.google-map {
margin: 2em 0;
}
.gm-style img {
max-width: none;
}@font-face {
font-family: 'FontAwesome';
src: url(//ozaksut.com/wp-content/plugins/shortcodesdex/assets/fonts/fontawesome-webfont.eot?v=4.0.3);
src: url(//ozaksut.com/wp-content/plugins/shortcodesdex/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3) format('embedded-opentype'), url(//ozaksut.com/wp-content/plugins/shortcodesdex/assets/fonts/fontawesome-webfont.woff?v=4.0.3) format('woff'), url(//ozaksut.com/wp-content/plugins/shortcodesdex/assets/fonts/fontawesome-webfont.ttf?v=4.0.3) format('truetype'), url(//ozaksut.com/wp-content/plugins/shortcodesdex/assets/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.stag-icon {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .stag-icon-lg {
font-size: 1.3333333333333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.stag-icon-2x {
font-size: 2em;
}
.stag-icon-3x {
font-size: 3em;
}
.stag-icon-4x {
font-size: 4em;
}
.stag-icon-5x {
font-size: 5em;
}
.stag-icon-fw {
width: 1.2857142857142858em;
text-align: center;
}
.stag-icon-ul {
padding-left: 0;
margin-left: 2.142857142857143em;
list-style-type: none;
}
.stag-icon-ul > li {
position: relative;
}
.stag-icon-li {
position: absolute;
left: -2.142857142857143em;
width: 2.142857142857143em;
top: 0.14285714285714285em;
text-align: center;
}
.stag-icon-li.stag-icon-lg {
left: -1.8571428571428572em;
}
.stag-icon-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.stag-icon.pull-left {
margin-right: .3em;
}
.stag-icon.pull-right {
margin-left: .3em;
}
.stag-icon-spin {
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-ms-transform: rotate(0deg);
}
100% {
-ms-transform: rotate(359deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
.stag-icon-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.stag-icon-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.stag-icon-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.stag-icon-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.stag-icon-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
}
.stag-icon-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.stag-icon-stack-1x,
.stag-icon-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.stag-icon-stack-1x {
line-height: inherit;
}
.stag-icon-stack-2x {
font-size: 2em;
}
.stag-icon-inverse {
color: #ffffff;
} .icon-glass:before {
content: "\f000";
}
.icon-music:before {
content: "\f001";
}
.icon-search:before {
content: "\f002";
}
.icon-envelope-o:before,
.icon-envelope-alt:before {
content: "\f003";
}
.icon-heart:before {
content: "\f004";
}
.icon-star:before {
content: "\f005";
}
.icon-star-o:before,
.icon-star-empty:before {
content: "\f006";
}
.icon-user:before {
content: "\f007";
}
.icon-film:before {
content: "\f008";
}
.icon-th-large:before {
content: "\f009";
}
.icon-th:before {
content: "\f00a";
}
.icon-th-list:before {
content: "\f00b";
}
.icon-check:before,
.icon-ok:before {
content: "\f00c";
}
.icon-times:before,
.icon-remove:before {
content: "\f00d";
}
.icon-search-plus:before,
.icon-zoom-in:before {
content: "\f00e";
}
.icon-search-minus:before,
.icon-zoom-out:before {
content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
content: "\f011";
}
.icon-signal:before {
content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
content: "\f013";
}
.icon-trash-o:before,
.icon-trash:before {
content: "\f014";
}
.icon-home:before {
content: "\f015";
}
.icon-file-o:before,
.icon-file-alt:before {
content: "\f016";
}
.icon-clock-o:before,
.icon-time:before {
content: "\f017";
}
.icon-road:before {
content: "\f018";
}
.icon-download:before,
.icon-download-alt:before {
content: "\f019";
}
.icon-arrow-circle-o-down:before,
.icon-download:before {
content: "\f01a";
}
.icon-arrow-circle-o-up:before,
.icon-upload:before {
content: "\f01b";
}
.icon-inbox:before {
content: "\f01c";
}
.icon-play-circle-o:before,
.icon-play-circle:before {
content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
content: "\f01e";
}
.icon-refresh:before {
content: "\f021";
}
.icon-list-alt:before {
content: "\f022";
}
.icon-lock:before {
content: "\f023";
}
.icon-flag:before {
content: "\f024";
}
.icon-headphones:before {
content: "\f025";
}
.icon-volume-off:before {
content: "\f026";
}
.icon-volume-down:before {
content: "\f027";
}
.icon-volume-up:before {
content: "\f028";
}
.icon-qrcode:before {
content: "\f029";
}
.icon-barcode:before {
content: "\f02a";
}
.icon-tag:before {
content: "\f02b";
}
.icon-tags:before {
content: "\f02c";
}
.icon-book:before {
content: "\f02d";
}
.icon-bookmark:before {
content: "\f02e";
}
.icon-print:before {
content: "\f02f";
}
.icon-camera:before {
content: "\f030";
}
.icon-font:before {
content: "\f031";
}
.icon-bold:before {
content: "\f032";
}
.icon-italic:before {
content: "\f033";
}
.icon-text-height:before {
content: "\f034";
}
.icon-text-width:before {
content: "\f035";
}
.icon-align-left:before {
content: "\f036";
}
.icon-align-center:before {
content: "\f037";
}
.icon-align-right:before {
content: "\f038";
}
.icon-align-justify:before {
content: "\f039";
}
.icon-list:before {
content: "\f03a";
}
.icon-dedent:before,
.icon-indent-left:before,
.icon-outdent:before {
content: "\f03b";
}
.icon-indent:before,
.icon-indent-right:before {
content: "\f03c";
}
.icon-video-camera:before,
.icon-facetime-video:before {
content: "\f03d";
}
.icon-picture-o:before,
.icon-picture:before {
content: "\f03e";
}
.icon-pencil:before {
content: "\f040";
}
.icon-map-marker:before {
content: "\f041";
}
.icon-adjust:before {
content: "\f042";
}
.icon-tint:before {
content: "\f043";
}
.icon-edit:before,
.icon-pencil-square-o:before {
content: "\f044";
}
.icon-share-square-o:before,
.icon-share:before {
content: "\f045";
}
.icon-check-square-o:before,
.icon-check:before {
content: "\f046";
}
.icon-arrows:before,
.icon-move:before {
content: "\f047";
}
.icon-step-backward:before {
content: "\f048";
}
.icon-fast-backward:before {
content: "\f049";
}
.icon-backward:before {
content: "\f04a";
}
.icon-play:before {
content: "\f04b";
}
.icon-pause:before {
content: "\f04c";
}
.icon-stop:before {
content: "\f04d";
}
.icon-forward:before {
content: "\f04e";
}
.icon-fast-forward:before {
content: "\f050";
}
.icon-step-forward:before {
content: "\f051";
}
.icon-eject:before {
content: "\f052";
}
.icon-chevron-left:before {
content: "\f053";
}
.icon-chevron-right:before {
content: "\f054";
}
.icon-plus-circle:before,
.icon-plus-sign:before {
content: "\f055";
}
.icon-minus-circle:before,
.icon-minus-sign:before {
content: "\f056";
}
.icon-times-circle:before,
.icon-remove-sign:before {
content: "\f057";
}
.icon-check-circle:before,
.icon-ok-sign:before {
content: "\f058";
}
.icon-question-circle:before,
.icon-question-sign:before {
content: "\f059";
}
.icon-info-circle:before,
.icon-info-sign:before {
content: "\f05a";
}
.icon-crosshairs:before,
.icon-screenshot:before {
content: "\f05b";
}
.icon-times-circle-o:before,
.icon-remove-circle:before {
content: "\f05c";
}
.icon-check-circle-o:before,
.icon-ok-circle:before {
content: "\f05d";
}
.icon-ban:before,
.icon-ban-circle:before {
content: "\f05e";
}
.icon-arrow-left:before {
content: "\f060";
}
.icon-arrow-right:before {
content: "\f061";
}
.icon-arrow-up:before {
content: "\f062";
}
.icon-arrow-down:before {
content: "\f063";
}
.icon-mail-forward:before,
.icon-share:before,
.icon-share-alt:before {
content: "\f064";
}
.icon-expand:before,
.icon-resize-full:before {
content: "\f065";
}
.icon-compress:before,
.icon-resize-small:before {
content: "\f066";
}
.icon-plus:before {
content: "\f067";
}
.icon-minus:before {
content: "\f068";
}
.icon-asterisk:before {
content: "\f069";
}
.icon-exclamation-circle:before,
.icon-exclamation-sign:before {
content: "\f06a";
}
.icon-gift:before {
content: "\f06b";
}
.icon-leaf:before {
content: "\f06c";
}
.icon-fire:before {
content: "\f06d";
}
.icon-eye:before,
.icon-eye-open:before {
content: "\f06e";
}
.icon-eye-slash:before,
.icon-eye-close:before {
content: "\f070";
}
.icon-warning:before,
.icon-warning-sign:before,
.icon-exclamation-triangle:before {
content: "\f071";
}
.icon-plane:before {
content: "\f072";
}
.icon-calendar:before {
content: "\f073";
}
.icon-random:before {
content: "\f074";
}
.icon-comment:before {
content: "\f075";
}
.icon-magnet:before {
content: "\f076";
}
.icon-chevron-up:before {
content: "\f077";
}
.icon-chevron-down:before {
content: "\f078";
}
.icon-retweet:before {
content: "\f079";
}
.icon-shopping-cart:before {
content: "\f07a";
}
.icon-folder:before,
.icon-folder-close:before {
content: "\f07b";
}
.icon-folder-open:before {
content: "\f07c";
}
.icon-arrows-v:before,
.icon-resize-vertical:before {
content: "\f07d";
}
.icon-arrows-h:before,
.icon-resize-horizontal:before {
content: "\f07e";
}
.icon-bar-chart-o:before,
.icon-bar-chart:before {
content: "\f080";
}
.icon-twitter-square:before,
.icon-twitter-sign:before {
content: "\f081";
}
.icon-facebook-square:before,
.icon-facebook-sign:before {
content: "\f082";
}
.icon-camera-retro:before {
content: "\f083";
}
.icon-key:before {
content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
content: "\f085";
}
.icon-comments:before {
content: "\f086";
}
.icon-thumbs-o-up:before,
.icon-thumbs-up-alt:before {
content: "\f087";
}
.icon-thumbs-o-down:before,
.icon-thumbs-down-alt:before {
content: "\f088";
}
.icon-star-half:before {
content: "\f089";
}
.icon-heart-o:before,
.icon-heart-empty:before {
content: "\f08a";
}
.icon-sign-out:before,
.icon-signout:before {
content: "\f08b";
}
.icon-linkedin-square:before,
.icon-linkedin-sign:before {
content: "\f08c";
}
.icon-thumb-tack:before,
.icon-pushpin:before {
content: "\f08d";
}
.icon-external-link:before {
content: "\f08e";
}
.icon-sign-in:before,
.icon-signin:before {
content: "\f090";
}
.icon-trophy:before {
content: "\f091";
}
.icon-github-square:before,
.icon-github-sign:before {
content: "\f092";
}
.icon-upload:before,
.icon-upload-alt:before {
content: "\f093";
}
.icon-lemon-o:before,
.icon-lemon:before {
content: "\f094";
}
.icon-phone:before {
content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before,
.icon-square-o:before {
content: "\f096";
}
.icon-bookmark-o:before,
.icon-bookmark-empty:before {
content: "\f097";
}
.icon-phone-square:before,
.icon-phone-sign:before {
content: "\f098";
}
.icon-twitter:before {
content: "\f099";
}
.icon-facebook:before {
content: "\f09a";
}
.icon-github:before {
content: "\f09b";
}
.icon-unlock:before {
content: "\f09c";
}
.icon-credit-card:before {
content: "\f09d";
}
.icon-rss:before {
content: "\f09e";
}
.icon-hdd-o:before,
.icon-hdd:before {
content: "\f0a0";
}
.icon-bullhorn:before {
content: "\f0a1";
}
.icon-bell:before {
content: "\f0f3";
}
.icon-certificate:before {
content: "\f0a3";
}
.icon-hand-o-right:before,
.icon-hand-right:before {
content: "\f0a4";
}
.icon-hand-o-left:before,
.icon-hand-left:before {
content: "\f0a5";
}
.icon-hand-o-up:before,
.icon-hand-up:before {
content: "\f0a6";
}
.icon-hand-o-down:before,
.icon-hand-down:before {
content: "\f0a7";
}
.icon-arrow-circle-left:before,
.icon-circle-arrow-left:before {
content: "\f0a8";
}
.icon-arrow-circle-right:before,
.icon-circle-arrow-right:before {
content: "\f0a9";
}
.icon-arrow-circle-up:before,
.icon-circle-arrow-up:before {
content: "\f0aa";
}
.icon-arrow-circle-down:before,
.icon-circle-arrow-down:before {
content: "\f0ab";
}
.icon-globe:before {
content: "\f0ac";
}
.icon-wrench:before {
content: "\f0ad";
}
.icon-tasks:before {
content: "\f0ae";
}
.icon-filter:before {
content: "\f0b0";
}
.icon-briefcase:before {
content: "\f0b1";
}
.icon-arrows-alt:before,
.icon-fullscreen:before {
content: "\f0b2";
}
.icon-group:before,
.icon-users:before {
content: "\f0c0";
}
.icon-chain:before,
.icon-link:before {
content: "\f0c1";
}
.icon-cloud:before {
content: "\f0c2";
}
.icon-flask:before,
.icon-beaker:before {
content: "\f0c3";
}
.icon-cut:before,
.icon-scissors:before {
content: "\f0c4";
}
.icon-copy:before,
.icon-files-o:before {
content: "\f0c5";
}
.icon-paperclip:before {
content: "\f0c6";
}
.icon-save:before,
.icon-floppy-o:before {
content: "\f0c7";
}
.icon-square:before,
.icon-sign-blank:before {
content: "\f0c8";
}
.icon-bars:before,
.icon-reorder:before {
content: "\f0c9";
}
.icon-list-ul:before {
content: "\f0ca";
}
.icon-list-ol:before {
content: "\f0cb";
}
.icon-strikethrough:before {
content: "\f0cc";
}
.icon-underline:before {
content: "\f0cd";
}
.icon-table:before {
content: "\f0ce";
}
.icon-magic:before {
content: "\f0d0";
}
.icon-truck:before {
content: "\f0d1";
}
.icon-pinterest:before {
content: "\f0d2";
}
.icon-pinterest-square:before,
.icon-pinterest-sign:before {
content: "\f0d3";
}
.icon-google-plus-square:before,
.icon-google-plus-sign:before {
content: "\f0d4";
}
.icon-google-plus:before {
content: "\f0d5";
}
.icon-money:before {
content: "\f0d6";
}
.icon-caret-down:before {
content: "\f0d7";
}
.icon-caret-up:before {
content: "\f0d8";
}
.icon-caret-left:before {
content: "\f0d9";
}
.icon-caret-right:before {
content: "\f0da";
}
.icon-columns:before {
content: "\f0db";
}
.icon-unsorted:before,
.icon-sort:before {
content: "\f0dc";
}
.icon-sort-down:before,
.icon-sort-asc:before {
content: "\f0dd";
}
.icon-sort-up:before,
.icon-sort-desc:before {
content: "\f0de";
}
.icon-envelope:before {
content: "\f0e0";
}
.icon-linkedin:before {
content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
content: "\f0e2";
}
.icon-legal:before,
.icon-gavel:before {
content: "\f0e3";
}
.icon-dashboard:before,
.icon-tachometer:before {
content: "\f0e4";
}
.icon-comment-o:before,
.icon-comment-alt:before {
content: "\f0e5";
}
.icon-comments-o:before,
.icon-comments-alt:before {
content: "\f0e6";
}
.icon-flash:before,
.icon-bolt:before {
content: "\f0e7";
}
.icon-sitemap:before {
content: "\f0e8";
}
.icon-umbrella:before {
content: "\f0e9";
}
.icon-paste:before,
.icon-clipboard:before {
content: "\f0ea";
}
.icon-lightbulb-o:before {
content: "\f0eb";
}
.icon-exchange:before {
content: "\f0ec";
}
.icon-cloud-download:before {
content: "\f0ed";
}
.icon-cloud-upload:before {
content: "\f0ee";
}
.icon-user-md:before {
content: "\f0f0";
}
.icon-stethoscope:before {
content: "\f0f1";
}
.icon-suitcase:before {
content: "\f0f2";
}
.icon-bell-o:before,
.icon-bell-alt:before {
content: "\f0a2";
}
.icon-coffee:before {
content: "\f0f4";
}
.icon-cutlery:before,
.icon-food:before {
content: "\f0f5";
}
.icon-file-text-o:before,
.icon-file-text-alt:before {
content: "\f0f6";
}
.icon-building-o:before,
.icon-building:before {
content: "\f0f7";
}
.icon-hospital-o:before,
.icon-hospital:before {
content: "\f0f8";
}
.icon-ambulance:before {
content: "\f0f9";
}
.icon-medkit:before {
content: "\f0fa";
}
.icon-fighter-jet:before {
content: "\f0fb";
}
.icon-beer:before {
content: "\f0fc";
}
.icon-h-square:before,
.icon-h-sign:before {
content: "\f0fd";
}
.icon-plus-square:before,
.icon-plus-sign-alt:before {
content: "\f0fe";
}
.icon-angle-double-left:before,
.icon-double-angle-left:before {
content: "\f100";
}
.icon-angle-double-right:before,
.icon-double-angle-right:before {
content: "\f101";
}
.icon-angle-double-up:before,
.icon-double-angle-up:before {
content: "\f102";
}
.icon-angle-double-down:before,
.icon-double-angle-down:before {
content: "\f103";
}
.icon-angle-left:before {
content: "\f104";
}
.icon-angle-right:before {
content: "\f105";
}
.icon-angle-up:before {
content: "\f106";
}
.icon-angle-down:before {
content: "\f107";
}
.icon-desktop:before {
content: "\f108";
}
.icon-laptop:before {
content: "\f109";
}
.icon-tablet:before {
content: "\f10a";
}
.icon-mobile-phone:before,
.icon-mobile:before {
content: "\f10b";
}
.icon-circle-o:before,
.icon-circle-blank:before {
content: "\f10c";
}
.icon-quote-left:before {
content: "\f10d";
}
.icon-quote-right:before {
content: "\f10e";
}
.icon-spinner:before {
content: "\f110";
}
.icon-circle:before {
content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
content: "\f112";
}
.icon-github-alt:before {
content: "\f113";
}
.icon-folder-o:before,
.icon-folder-alt:before {
content: "\f114";
}
.icon-folder-open-o:before,
.icon-folder-open-alt:before {
content: "\f115";
}
.icon-expand-alt:before {
content: "\f116";
}
.icon-collapse-alt:before {
content: "\f117";
}
.icon-smile-o:before,
.icon-smile:before {
content: "\f118";
}
.icon-frown-o:before,
.icon-frown:before {
content: "\f119";
}
.icon-meh-o:before,
.icon-meh:before {
content: "\f11a";
}
.icon-gamepad:before {
content: "\f11b";
}
.icon-keyboard-o:before,
.icon-keyboard:before {
content: "\f11c";
}
.icon-flag-o:before,
.icon-flag-alt:before {
content: "\f11d";
}
.icon-flag-checkered:before {
content: "\f11e";
}
.icon-terminal:before {
content: "\f120";
}
.icon-code:before {
content: "\f121";
}
.icon-reply-all:before {
content: "\f122";
}
.icon-mail-reply-all:before {
content: "\f122";
}
.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
content: "\f123";
}
.icon-location-arrow:before {
content: "\f124";
}
.icon-crop:before {
content: "\f125";
}
.icon-code-fork:before {
content: "\f126";
}
.icon-unlink:before,
.icon-chain-broken:before {
content: "\f127";
}
.icon-question:before {
content: "\f128";
}
.icon-info:before {
content: "\f129";
}
.icon-exclamation:before {
content: "\f12a";
}
.icon-superscript:before {
content: "\f12b";
}
.icon-subscript:before {
content: "\f12c";
}
.icon-eraser:before {
content: "\f12d";
}
.icon-puzzle-piece:before {
content: "\f12e";
}
.icon-microphone:before {
content: "\f130";
}
.icon-microphone-slash:before,
.icon-microphone-off:before {
content: "\f131";
}
.icon-shield:before {
content: "\f132";
}
.icon-calendar-o:before,
.icon-calendar-empty:before {
content: "\f133";
}
.icon-fire-extinguisher:before {
content: "\f134";
}
.icon-rocket:before {
content: "\f135";
}
.icon-maxcdn:before {
content: "\f136";
}
.icon-chevron-circle-left:before,
.icon-chevron-sign-left:before {
content: "\f137";
}
.icon-chevron-circle-right:before,
.icon-chevron-sign-right:before {
content: "\f138";
}
.icon-chevron-circle-up:before,
.icon-chevron-sign-up:before {
content: "\f139";
}
.icon-chevron-circle-down:before,
.icon-chevron-sign-down:before {
content: "\f13a";
}
.icon-html5:before {
content: "\f13b";
}
.icon-css3:before {
content: "\f13c";
}
.icon-anchor:before {
content: "\f13d";
}
.icon-unlock-alt:before {
content: "\f13e";
}
.icon-bullseye:before {
content: "\f140";
}
.icon-ellipsis-h:before,
.icon-ellipsis-horizontal:before {
content: "\f141";
}
.icon-ellipsis-v:before,
.icon-ellipsis-vertical:before {
content: "\f142";
}
.icon-rss-square:before,
.icon-rss-sign:before {
content: "\f143";
}
.icon-play-circle:before,
.icon-play-sign:before {
content: "\f144";
}
.icon-ticket:before {
content: "\f145";
}
.icon-minus-square:before,
.icon-minus-sign-alt:before {
content: "\f146";
}
.icon-minus-square-o:before,
.icon-check-minus:before {
content: "\f147";
}
.icon-level-up:before {
content: "\f148";
}
.icon-level-down:before {
content: "\f149";
}
.icon-check-square:before,
.icon-check-sign:before {
content: "\f14a";
}
.icon-pencil-square:before,
.icon-edit-sign:before {
content: "\f14b";
}
.icon-external-link-square:before,
.icon-external-link-sign:before {
content: "\f14c";
}
.icon-share-square:before,
.icon-share-sign:before {
content: "\f14d";
}
.icon-compass:before {
content: "\f14e";
}
.icon-toggle-down:before,
.icon-collapse:before,
.icon-caret-square-o-down:before {
content: "\f150";
}
.icon-toggle-up:before,
.icon-collapse-top:before,
.icon-caret-square-o-up:before {
content: "\f151";
}
.icon-toggle-right:before,
.icon-expand:before,
.icon-caret-square-o-right:before {
content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
content: "\f153";
}
.icon-gbp:before {
content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
content: "\f156";
}
.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
content: "\f157";
}
.icon-ruble:before,
.icon-rouble:before,
.icon-cny:before,
.icon-renminbi:before,
.icon-rub:before {
content: "\f158";
}
.icon-won:before,
.icon-krw:before {
content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
content: "\f15a";
}
.icon-file:before {
content: "\f15b";
}
.icon-file-text:before {
content: "\f15c";
}
.icon-sort-alpha-asc:before,
.icon-sort-by-alphabet:before {
content: "\f15d";
}
.icon-sort-alpha-desc:before,
.icon-sort-by-alphabet-alt:before {
content: "\f15e";
}
.icon-sort-amount-asc:before,
.icon-sort-by-attributes:before {
content: "\f160";
}
.icon-sort-amount-desc:before,
.icon-sort-by-attributes-alt:before {
content: "\f161";
}
.icon-sort-numeric-asc:before,
.icon-sort-by-order:before {
content: "\f162";
}
.icon-sort-numeric-desc:before,
.icon-sort-by-order-alt:before {
content: "\f163";
}
.icon-thumbs-up:before {
content: "\f164";
}
.icon-thumbs-down:before {
content: "\f165";
}
.icon-youtube-square:before,
.icon-youtube-sign:before {
content: "\f166";
}
.icon-youtube:before {
content: "\f167";
}
.icon-xing:before {
content: "\f168";
}
.icon-xing-square:before,
.icon-xing-sign:before {
content: "\f169";
}
.icon-youtube-play:before {
content: "\f16a";
}
.icon-dropbox:before {
content: "\f16b";
}
.icon-stack-overflow:before,
.icon-stackexchange:before {
content: "\f16c";
}
.icon-instagram:before {
content: "\f16d";
}
.icon-flickr:before {
content: "\f16e";
}
.icon-adn:before {
content: "\f170";
}
.icon-bitbucket:before {
content: "\f171";
}
.icon-bitbucket-square:before,
.icon-bitbucket-sign:before {
content: "\f172";
}
.icon-tumblr:before {
content: "\f173";
}
.icon-tumblr-square:before,
.icon-tumblr-sign:before {
content: "\f174";
}
.icon-long-arrow-down:before {
content: "\f175";
}
.icon-long-arrow-up:before {
content: "\f176";
}
.icon-long-arrow-left:before {
content: "\f177";
}
.icon-long-arrow-right:before {
content: "\f178";
}
.icon-apple:before {
content: "\f179";
}
.icon-windows:before {
content: "\f17a";
}
.icon-android:before {
content: "\f17b";
}
.icon-linux:before {
content: "\f17c";
}
.icon-dribbble:before {
content: "\f17d";
}
.icon-skype:before {
content: "\f17e";
}
.icon-foursquare:before {
content: "\f180";
}
.icon-trello:before {
content: "\f181";
}
.icon-female:before {
content: "\f182";
}
.icon-male:before {
content: "\f183";
}
.icon-gittip:before {
content: "\f184";
}
.icon-sun-o:before,
.icon-sun:before {
content: "\f185";
}
.icon-moon-o:before,
.icon-moon:before {
content: "\f186";
}
.icon-archive:before {
content: "\f187";
}
.icon-bug:before {
content: "\f188";
}
.icon-vk:before {
content: "\f189";
}
.icon-weibo:before {
content: "\f18a";
}
.icon-renren:before {
content: "\f18b";
}
.icon-pagelines:before {
content: "\f18c";
}
.icon-stack-exchange:before {
content: "\f18d";
}
.icon-arrow-circle-o-right:before {
content: "\f18e";
}
.icon-arrow-circle-o-left:before {
content: "\f190";
}
.icon-toggle-left:before,
.icon-caret-square-o-left:before {
content: "\f191";
}
.icon-dot-circle-o:before {
content: "\f192";
}
.icon-wheelchair:before {
content: "\f193";
}
.icon-vimeo-square:before {
content: "\f194";
}
.icon-turkish-lira:before,
.icon-try:before {
content: "\f195";
}
.icon-plus-square-o:before {
content: "\f196";
}