@charset 'UTF-8';

.slider {
margin: 0px auto;
}
.slick-slide img {
display: block;
margin: auto;
}
.slick-prev:before,
.slick-next:before {
color: black;
}
.slider ul {
margin: 0 !important;
}
.content-over-slider .slick-slide {
position: relative;
}
.content-over-slider .slick-slide .content-section {
position: absolute;
width: 100%;
padding: 0 9%;
}
.content-over-slider .slick-slide .content-section .carousel_btn_span a {
text-decoration: none;
padding: 8px 20px;
margin-top: 20px;
}
.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
padding-bottom: 10px;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide:focus
{
outline: none;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{ } @font-face
{
font-weight: normal;
font-style: normal;
src: url(//sevoifc.com/wp-content/plugins/ultimate-carousel-for-visual-composer/render/../css/fonts/slick.eot);
src: url(//sevoifc.com/wp-content/plugins/ultimate-carousel-for-visual-composer/render/../css/fonts/slick.eot?#iefix) format('embedded-opentype'), url(//sevoifc.com/wp-content/plugins/ultimate-carousel-for-visual-composer/render/../css/fonts/slick.woff) format('woff'), url(//sevoifc.com/wp-content/plugins/ultimate-carousel-for-visual-composer/render/../css/fonts/slick.ttf) format('truetype'), url(//sevoifc.com/wp-content/plugins/ultimate-carousel-for-visual-composer/render/../css/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font: normal normal normal 14px/1 FontAwesome;
font-size: 20px;
line-height: 0;
opacity: .75;
color: #000;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: 40px;
z-index: 99;
}
[dir='rtl'] .slick-prev
{
right: 40px;
left: auto;
}
.slick-prev:before
{
content: "\f104";
font-weight: bold;
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: 40px !important;
z-index: 99;
}
[dir='rtl'] .slick-next
{
right: auto;
left: 40px;
}
.slick-next:before
{
content: "\f105" !important;
font-weight: bold;
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 2px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 40px;
line-height: 13px;
position: absolute;
top: 0;
left: 0;
width: 14px;
height: 14px;
border-radius: 50%;
content: '•';
text-align: center;
opacity: 0.60; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}
.tdt-slider h2 {
margin: 5px;
} .tdt-slider .slick-slide {
padding: 0 0px !important;
}
.tdt-slider .carousel-caption {
position: inherit !important;
}
.tdt-slider .carousel-caption {
left: 0%;
right: 0%;
}
.ultimate_carousel_btn:hover {
text-decoration: none;
}
.slick-slide .carousel_btn_span {
width: 100%;
display: inline-block;
}
.slick-slider .slick-arrow {
border: 0px !important;
background: none !important;
}
.post-content-box div {
max-width: initial !important;
} @media only screen and (max-width: 768px) {
.slick-slider img {
height: auto !important;
}
}
@media only screen and (max-width: 480px) {
.tdt-slider .tdt-slider-heading {
font-size: 17px !important;
font-weight: bold;
}
.tdt-slider h1, .tdt-slider h3, .tdt-slider p, .tdt-slider span {
font-size: 15px !important;
}
.tdt-slider .carousel_btn_span a {
padding: 6px 20px !important;
}
.content-over-slider .slick-slide .content-section .carousel_btn_span a {
margin-top: 10px;
}
.slick-prev {
left: 7px !important;
}
.slick-next {
right: 7px !important;	
}
}@font-face {
font-family: 'simple-line-icons';
src:  url(//sevoifc.com/wp-content/plugins/grve-blade-vc-extension/assets/fonts/Simple-Line-Icons.eot?v=2.2.2);
src:  url(//sevoifc.com/wp-content/plugins/grve-blade-vc-extension/assets/fonts/Simple-Line-Icons.eot?#iefix&v=2.2.2) format('embedded-opentype'),
url(//sevoifc.com/wp-content/plugins/grve-blade-vc-extension/assets/fonts/Simple-Line-Icons.ttf?v=2.2.2) format('truetype'),
url(//sevoifc.com/wp-content/plugins/grve-blade-vc-extension/assets/fonts/Simple-Line-Icons.woff2?v=2.2.2) format('woff2'),
url(//sevoifc.com/wp-content/plugins/grve-blade-vc-extension/assets/fonts/Simple-Line-Icons.woff?v=2.2.2) format('woff'),
url(//sevoifc.com/wp-content/plugins/grve-blade-vc-extension/assets/fonts/Simple-Line-Icons.svg?v=2.2.2#simple-line-icons) format('svg');
font-weight: normal;
font-style: normal;
} .smp-icon-user,
.smp-icon-people,
.smp-icon-user-female,
.smp-icon-user-follow,
.smp-icon-user-following,
.smp-icon-user-unfollow,
.smp-icon-login,
.smp-icon-logout,
.smp-icon-emotsmile,
.smp-icon-phone,
.smp-icon-call-end,
.smp-icon-call-in,
.smp-icon-call-out,
.smp-icon-map,
.smp-icon-location-pin,
.smp-icon-direction,
.smp-icon-directions,
.smp-icon-compass,
.smp-icon-layers,
.smp-icon-menu,
.smp-icon-list,
.smp-icon-options-vertical,
.smp-icon-options,
.smp-icon-arrow-down,
.smp-icon-arrow-left,
.smp-icon-arrow-right,
.smp-icon-arrow-up,
.smp-icon-arrow-up-circle,
.smp-icon-arrow-left-circle,
.smp-icon-arrow-right-circle,
.smp-icon-arrow-down-circle,
.smp-icon-check,
.smp-icon-clock,
.smp-icon-plus,
.smp-icon-close,
.smp-icon-trophy,
.smp-icon-screen-smartphone,
.smp-icon-screen-desktop,
.smp-icon-plane,
.smp-icon-notebook,
.smp-icon-mustache,
.smp-icon-mouse,
.smp-icon-magnet,
.smp-icon-energy,
.smp-icon-disc,
.smp-icon-cursor,
.smp-icon-cursor-move,
.smp-icon-crop,
.smp-icon-chemistry,
.smp-icon-speedometer,
.smp-icon-shield,
.smp-icon-screen-tablet,
.smp-icon-magic-wand,
.smp-icon-hourglass,
.smp-icon-graduation,
.smp-icon-ghost,
.smp-icon-game-controller,
.smp-icon-fire,
.smp-icon-eyeglass,
.smp-icon-envelope-open,
.smp-icon-envelope-letter,
.smp-icon-bell,
.smp-icon-badge,
.smp-icon-anchor,
.smp-icon-wallet,
.smp-icon-vector,
.smp-icon-speech,
.smp-icon-puzzle,
.smp-icon-printer,
.smp-icon-present,
.smp-icon-playlist,
.smp-icon-pin,
.smp-icon-picture,
.smp-icon-handbag,
.smp-icon-globe-alt,
.smp-icon-globe,
.smp-icon-folder-alt,
.smp-icon-folder,
.smp-icon-film,
.smp-icon-feed,
.smp-icon-drop,
.smp-icon-drawar,
.smp-icon-docs,
.smp-icon-doc,
.smp-icon-diamond,
.smp-icon-cup,
.smp-icon-calculator,
.smp-icon-bubbles,
.smp-icon-briefcase,
.smp-icon-book-open,
.smp-icon-basket-loaded,
.smp-icon-basket,
.smp-icon-bag,
.smp-icon-action-undo,
.smp-icon-action-redo,
.smp-icon-wrench,
.smp-icon-umbrella,
.smp-icon-trash,
.smp-icon-tag,
.smp-icon-support,
.smp-icon-frame,
.smp-icon-size-fullscreen,
.smp-icon-size-actual,
.smp-icon-shuffle,
.smp-icon-share-alt,
.smp-icon-share,
.smp-icon-rocket,
.smp-icon-question,
.smp-icon-pie-chart,
.smp-icon-pencil,
.smp-icon-note,
.smp-icon-loop,
.smp-icon-home,
.smp-icon-grid,
.smp-icon-graph,
.smp-icon-microphone,
.smp-icon-music-tone-alt,
.smp-icon-music-tone,
.smp-icon-earphones-alt,
.smp-icon-earphones,
.smp-icon-equalizer,
.smp-icon-like,
.smp-icon-dislike,
.smp-icon-control-start,
.smp-icon-control-rewind,
.smp-icon-control-play,
.smp-icon-control-pause,
.smp-icon-control-forward,
.smp-icon-control-end,
.smp-icon-volume-1,
.smp-icon-volume-2,
.smp-icon-volume-off,
.smp-icon-calendar,
.smp-icon-bulb,
.smp-icon-chart,
.smp-icon-ban,
.smp-icon-bubble,
.smp-icon-camrecorder,
.smp-icon-camera,
.smp-icon-cloud-download,
.smp-icon-cloud-upload,
.smp-icon-envelope,
.smp-icon-eye,
.smp-icon-flag,
.smp-icon-heart,
.smp-icon-info,
.smp-icon-key,
.smp-icon-link,
.smp-icon-lock,
.smp-icon-lock-open,
.smp-icon-magnifier,
.smp-icon-magnifier-add,
.smp-icon-magnifier-remove,
.smp-icon-paper-clip,
.smp-icon-paper-plane,
.smp-icon-power,
.smp-icon-refresh,
.smp-icon-reload,
.smp-icon-settings,
.smp-icon-star,
.smp-icon-symble-female,
.smp-icon-symbol-male,
.smp-icon-target,
.smp-icon-credit-card,
.smp-icon-paypal,
.smp-icon-social-tumblr,
.smp-icon-social-twitter,
.smp-icon-social-facebook,
.smp-icon-social-instagram,
.smp-icon-social-linkedin,
.smp-icon-social-pinterest,
.smp-icon-social-github,
.smp-icon-social-gplus,
.smp-icon-social-reddit,
.smp-icon-social-skype,
.smp-icon-social-dribbble,
.smp-icon-social-behance,
.smp-icon-social-foursqare,
.smp-icon-social-soundcloud,
.smp-icon-social-spotify,
.smp-icon-social-stumbleupon,
.smp-icon-social-youtube,
.smp-icon-social-dropbox {
font-family: 'simple-line-icons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.smp-icon-user:before {
content: "\e005";
}
.smp-icon-people:before {
content: "\e001";
}
.smp-icon-user-female:before {
content: "\e000";
}
.smp-icon-user-follow:before {
content: "\e002";
}
.smp-icon-user-following:before {
content: "\e003";
}
.smp-icon-user-unfollow:before {
content: "\e004";
}
.smp-icon-login:before {
content: "\e066";
}
.smp-icon-logout:before {
content: "\e065";
}
.smp-icon-emotsmile:before {
content: "\e021";
}
.smp-icon-phone:before {
content: "\e600";
}
.smp-icon-call-end:before {
content: "\e048";
}
.smp-icon-call-in:before {
content: "\e047";
}
.smp-icon-call-out:before {
content: "\e046";
}
.smp-icon-map:before {
content: "\e033";
}
.smp-icon-location-pin:before {
content: "\e096";
}
.smp-icon-direction:before {
content: "\e042";
}
.smp-icon-directions:before {
content: "\e041";
}
.smp-icon-compass:before {
content: "\e045";
}
.smp-icon-layers:before {
content: "\e034";
}
.smp-icon-menu:before {
content: "\e601";
}
.smp-icon-list:before {
content: "\e067";
}
.smp-icon-options-vertical:before {
content: "\e602";
}
.smp-icon-options:before {
content: "\e603";
}
.smp-icon-arrow-down:before {
content: "\e604";
}
.smp-icon-arrow-left:before {
content: "\e605";
}
.smp-icon-arrow-right:before {
content: "\e606";
}
.smp-icon-arrow-up:before {
content: "\e607";
}
.smp-icon-arrow-up-circle:before {
content: "\e078";
}
.smp-icon-arrow-left-circle:before {
content: "\e07a";
}
.smp-icon-arrow-right-circle:before {
content: "\e079";
}
.smp-icon-arrow-down-circle:before {
content: "\e07b";
}
.smp-icon-check:before {
content: "\e080";
}
.smp-icon-clock:before {
content: "\e081";
}
.smp-icon-plus:before {
content: "\e095";
}
.smp-icon-close:before {
content: "\e082";
}
.smp-icon-trophy:before {
content: "\e006";
}
.smp-icon-screen-smartphone:before {
content: "\e010";
}
.smp-icon-screen-desktop:before {
content: "\e011";
}
.smp-icon-plane:before {
content: "\e012";
}
.smp-icon-notebook:before {
content: "\e013";
}
.smp-icon-mustache:before {
content: "\e014";
}
.smp-icon-mouse:before {
content: "\e015";
}
.smp-icon-magnet:before {
content: "\e016";
}
.smp-icon-energy:before {
content: "\e020";
}
.smp-icon-disc:before {
content: "\e022";
}
.smp-icon-cursor:before {
content: "\e06e";
}
.smp-icon-cursor-move:before {
content: "\e023";
}
.smp-icon-crop:before {
content: "\e024";
}
.smp-icon-chemistry:before {
content: "\e026";
}
.smp-icon-speedometer:before {
content: "\e007";
}
.smp-icon-shield:before {
content: "\e00e";
}
.smp-icon-screen-tablet:before {
content: "\e00f";
}
.smp-icon-magic-wand:before {
content: "\e017";
}
.smp-icon-hourglass:before {
content: "\e018";
}
.smp-icon-graduation:before {
content: "\e019";
}
.smp-icon-ghost:before {
content: "\e01a";
}
.smp-icon-game-controller:before {
content: "\e01b";
}
.smp-icon-fire:before {
content: "\e01c";
}
.smp-icon-eyeglass:before {
content: "\e01d";
}
.smp-icon-envelope-open:before {
content: "\e01e";
}
.smp-icon-envelope-letter:before {
content: "\e01f";
}
.smp-icon-bell:before {
content: "\e027";
}
.smp-icon-badge:before {
content: "\e028";
}
.smp-icon-anchor:before {
content: "\e029";
}
.smp-icon-wallet:before {
content: "\e02a";
}
.smp-icon-vector:before {
content: "\e02b";
}
.smp-icon-speech:before {
content: "\e02c";
}
.smp-icon-puzzle:before {
content: "\e02d";
}
.smp-icon-printer:before {
content: "\e02e";
}
.smp-icon-present:before {
content: "\e02f";
}
.smp-icon-playlist:before {
content: "\e030";
}
.smp-icon-pin:before {
content: "\e031";
}
.smp-icon-picture:before {
content: "\e032";
}
.smp-icon-handbag:before {
content: "\e035";
}
.smp-icon-globe-alt:before {
content: "\e036";
}
.smp-icon-globe:before {
content: "\e037";
}
.smp-icon-folder-alt:before {
content: "\e039";
}
.smp-icon-folder:before {
content: "\e089";
}
.smp-icon-film:before {
content: "\e03a";
}
.smp-icon-feed:before {
content: "\e03b";
}
.smp-icon-drop:before {
content: "\e03e";
}
.smp-icon-drawar:before {
content: "\e03f";
}
.smp-icon-docs:before {
content: "\e040";
}
.smp-icon-doc:before {
content: "\e085";
}
.smp-icon-diamond:before {
content: "\e043";
}
.smp-icon-cup:before {
content: "\e044";
}
.smp-icon-calculator:before {
content: "\e049";
}
.smp-icon-bubbles:before {
content: "\e04a";
}
.smp-icon-briefcase:before {
content: "\e04b";
}
.smp-icon-book-open:before {
content: "\e04c";
}
.smp-icon-basket-loaded:before {
content: "\e04d";
}
.smp-icon-basket:before {
content: "\e04e";
}
.smp-icon-bag:before {
content: "\e04f";
}
.smp-icon-action-undo:before {
content: "\e050";
}
.smp-icon-action-redo:before {
content: "\e051";
}
.smp-icon-wrench:before {
content: "\e052";
}
.smp-icon-umbrella:before {
content: "\e053";
}
.smp-icon-trash:before {
content: "\e054";
}
.smp-icon-tag:before {
content: "\e055";
}
.smp-icon-support:before {
content: "\e056";
}
.smp-icon-frame:before {
content: "\e038";
}
.smp-icon-size-fullscreen:before {
content: "\e057";
}
.smp-icon-size-actual:before {
content: "\e058";
}
.smp-icon-shuffle:before {
content: "\e059";
}
.smp-icon-share-alt:before {
content: "\e05a";
}
.smp-icon-share:before {
content: "\e05b";
}
.smp-icon-rocket:before {
content: "\e05c";
}
.smp-icon-question:before {
content: "\e05d";
}
.smp-icon-pie-chart:before {
content: "\e05e";
}
.smp-icon-pencil:before {
content: "\e05f";
}
.smp-icon-note:before {
content: "\e060";
}
.smp-icon-loop:before {
content: "\e064";
}
.smp-icon-home:before {
content: "\e069";
}
.smp-icon-grid:before {
content: "\e06a";
}
.smp-icon-graph:before {
content: "\e06b";
}
.smp-icon-microphone:before {
content: "\e063";
}
.smp-icon-music-tone-alt:before {
content: "\e061";
}
.smp-icon-music-tone:before {
content: "\e062";
}
.smp-icon-earphones-alt:before {
content: "\e03c";
}
.smp-icon-earphones:before {
content: "\e03d";
}
.smp-icon-equalizer:before {
content: "\e06c";
}
.smp-icon-like:before {
content: "\e068";
}
.smp-icon-dislike:before {
content: "\e06d";
}
.smp-icon-control-start:before {
content: "\e06f";
}
.smp-icon-control-rewind:before {
content: "\e070";
}
.smp-icon-control-play:before {
content: "\e071";
}
.smp-icon-control-pause:before {
content: "\e072";
}
.smp-icon-control-forward:before {
content: "\e073";
}
.smp-icon-control-end:before {
content: "\e074";
}
.smp-icon-volume-1:before {
content: "\e09f";
}
.smp-icon-volume-2:before {
content: "\e0a0";
}
.smp-icon-volume-off:before {
content: "\e0a1";
}
.smp-icon-calendar:before {
content: "\e075";
}
.smp-icon-bulb:before {
content: "\e076";
}
.smp-icon-chart:before {
content: "\e077";
}
.smp-icon-ban:before {
content: "\e07c";
}
.smp-icon-bubble:before {
content: "\e07d";
}
.smp-icon-camrecorder:before {
content: "\e07e";
}
.smp-icon-camera:before {
content: "\e07f";
}
.smp-icon-cloud-download:before {
content: "\e083";
}
.smp-icon-cloud-upload:before {
content: "\e084";
}
.smp-icon-envelope:before {
content: "\e086";
}
.smp-icon-eye:before {
content: "\e087";
}
.smp-icon-flag:before {
content: "\e088";
}
.smp-icon-heart:before {
content: "\e08a";
}
.smp-icon-info:before {
content: "\e08b";
}
.smp-icon-key:before {
content: "\e08c";
}
.smp-icon-link:before {
content: "\e08d";
}
.smp-icon-lock:before {
content: "\e08e";
}
.smp-icon-lock-open:before {
content: "\e08f";
}
.smp-icon-magnifier:before {
content: "\e090";
}
.smp-icon-magnifier-add:before {
content: "\e091";
}
.smp-icon-magnifier-remove:before {
content: "\e092";
}
.smp-icon-paper-clip:before {
content: "\e093";
}
.smp-icon-paper-plane:before {
content: "\e094";
}
.smp-icon-power:before {
content: "\e097";
}
.smp-icon-refresh:before {
content: "\e098";
}
.smp-icon-reload:before {
content: "\e099";
}
.smp-icon-settings:before {
content: "\e09a";
}
.smp-icon-star:before {
content: "\e09b";
}
.smp-icon-symble-female:before {
content: "\e09c";
}
.smp-icon-symbol-male:before {
content: "\e09d";
}
.smp-icon-target:before {
content: "\e09e";
}
.smp-icon-credit-card:before {
content: "\e025";
}
.smp-icon-paypal:before {
content: "\e608";
}
.smp-icon-social-tumblr:before {
content: "\e00a";
}
.smp-icon-social-twitter:before {
content: "\e009";
}
.smp-icon-social-facebook:before {
content: "\e00b";
}
.smp-icon-social-instagram:before {
content: "\e609";
}
.smp-icon-social-linkedin:before {
content: "\e60a";
}
.smp-icon-social-pinterest:before {
content: "\e60b";
}
.smp-icon-social-github:before {
content: "\e60c";
}
.smp-icon-social-gplus:before {
content: "\e60d";
}
.smp-icon-social-reddit:before {
content: "\e60e";
}
.smp-icon-social-skype:before {
content: "\e60f";
}
.smp-icon-social-dribbble:before {
content: "\e00d";
}
.smp-icon-social-behance:before {
content: "\e610";
}
.smp-icon-social-foursqare:before {
content: "\e611";
}
.smp-icon-social-soundcloud:before {
content: "\e612";
}
.smp-icon-social-spotify:before {
content: "\e613";
}
.smp-icon-social-stumbleupon:before {
content: "\e614";
}
.smp-icon-social-youtube:before {
content: "\e008";
}
.smp-icon-social-dropbox:before {
content: "\e00c";
}