/* do not edit this file */ 

/*
	Variable Grid System (Fluid Version).
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/ & 960 Fluid - http://www.designinfluences.com/

	Licensed under GPL and MIT.
*/

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12
{
	width        : 92%;
	margin-left  : 4%;
	margin-right : 4%;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12
{
	display      : inline;
	float        : left;
	position     : relative;
	margin-left  : 1%;
	margin-right : 1%;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha
{
	margin-left : 0;
}

.omega
{
	margin-right : 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1
{
	width : 6.333%;
}

.container_12 .grid_2
{
	width : 14.667%;
}

.container_12 .grid_3
{
	width : 23.0%;
}

.container_12 .grid_4
{
	width : 31.333%;
}

.container_12 .grid_5
{
	width : 39.667%;
}

.container_12 .grid_6
{
	width : 48.0%;
}

.container_12 .grid_7
{
	width : 56.333%;
}

.container_12 .grid_8
{
	width : 64.667%;
}

.container_12 .grid_9
{
	width : 73.0%;
}

.container_12 .grid_10
{
	width : 81.333%;
}

.container_12 .grid_11
{
	width : 89.667%;
}

.container_12 .grid_12
{
	width : 98.0%;
}

/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1
{
	padding-left : 8.333%;
}

.container_12 .prefix_2
{
	padding-left : 16.667%;
}

.container_12 .prefix_3
{
	padding-left : 25.0%;
}

.container_12 .prefix_4
{
	padding-left : 33.333%;
}

.container_12 .prefix_5
{
	padding-left : 41.667%;
}

.container_12 .prefix_6
{
	padding-left : 50.0%;
}

.container_12 .prefix_7
{
	padding-left : 58.333%;
}

.container_12 .prefix_8
{
	padding-left : 66.667%;
}

.container_12 .prefix_9
{
	padding-left : 75.0%;
}

.container_12 .prefix_10
{
	padding-left : 83.333%;
}

.container_12 .prefix_11
{
	padding-left : 91.667%;
}

/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1
{
	padding-right : 8.333%;
}

.container_12 .suffix_2
{
	padding-right : 16.667%;
}

.container_12 .suffix_3
{
	padding-right : 25.0%;
}

.container_12 .suffix_4
{
	padding-right : 33.333%;
}

.container_12 .suffix_5
{
	padding-right : 41.667%;
}

.container_12 .suffix_6
{
	padding-right : 50.0%;
}

.container_12 .suffix_7
{
	padding-right : 58.333%;
}

.container_12 .suffix_8
{
	padding-right : 66.667%;
}

.container_12 .suffix_9
{
	padding-right : 75.0%;
}

.container_12 .suffix_10
{
	padding-right : 83.333%;
}

.container_12 .suffix_11
{
	padding-right : 91.667%;
}

/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1
{
	left : 8.333%;
}

.container_12 .push_2
{
	left : 16.667%;
}

.container_12 .push_3
{
	left : 25.0%;
}

.container_12 .push_4
{
	left : 33.333%;
}

.container_12 .push_5
{
	left : 41.667%;
}

.container_12 .push_6
{
	left : 50.0%;
}

.container_12 .push_7
{
	left : 58.333%;
}

.container_12 .push_8
{
	left : 66.667%;
}

.container_12 .push_9
{
	left : 75.0%;
}

.container_12 .push_10
{
	left : 83.333%;
}

.container_12 .push_11
{
	left : 91.667%;
}

/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1
{
	left : -8.333%;
}

.container_12 .pull_2
{
	left : -16.667%;
}

.container_12 .pull_3
{
	left : -25.0%;
}

.container_12 .pull_4
{
	left : -33.333%;
}

.container_12 .pull_5
{
	left : -41.667%;
}

.container_12 .pull_6
{
	left : -50.0%;
}

.container_12 .pull_7
{
	left : -58.333%;
}

.container_12 .pull_8
{
	left : -66.667%;
}

.container_12 .pull_9
{
	left : -75.0%;
}

.container_12 .pull_10
{
	left : -83.333%;
}

.container_12 .pull_11
{
	left : -91.667%;
}

/* Manually added
----------------------------------------------------------------------------------------------------*/

.container_12 *[class^="grid_"]    .grid_1.alpha,
.container_12 *[class*=" grid_"] .grid_1.alpha,
.container_12 *[class^="grid_"]    .grid_1.omega,
.container_12 *[class*=" grid_"] .grid_1.omega
{
	width : 7.333%;
}

.container_12 *[class^="grid_"]   .grid_2.alpha,
.container_12 *[class*=" grid_"] .grid_2.alpha,
.container_12 *[class^="grid_"]   .grid_2.omega,
.container_12 *[class*=" grid_"] .grid_2.omega
{
	width : 15.667%;
}

.container_12 *[class^="grid_"]   .grid_3.alpha,
.container_12 *[class*=" grid_"] .grid_3.alpha,
.container_12 *[class^="grid_"]   .grid_3.omega,
.container_12 *[class*=" grid_"] .grid_3.omega
{
	width : 24.0%;
}

.container_12 *[class^="grid_"]   .grid_4.alpha,
.container_12 *[class*=" grid_"] .grid_4.alpha,
.container_12 *[class^="grid_"]   .grid_4.omega,
.container_12 *[class*=" grid_"] .grid_4.omega
{
	width : 32.333%;
}

.container_12 *[class^="grid_"]   .grid_5.alpha,
.container_12 *[class*=" grid_"] .grid_5.alpha,
.container_12 *[class^="grid_"]   .grid_5.omega,
.container_12 *[class*=" grid_"] .grid_5.omega
{
	width : 40.667%;
}

.container_12 *[class^="grid_"]   .grid_6.alpha,
.container_12 *[class*=" grid_"] .grid_6.alpha,
.container_12 *[class^="grid_"]   .grid_6.omega,
.container_12 *[class*=" grid_"] .grid_6.omega
{
	width : 49.0%;
}

.container_12 *[class^="grid_"]   .grid_7.alpha,
.container_12 *[class*=" grid_"] .grid_7.alpha,
.container_12 *[class^="grid_"]   .grid_7.omega,
.container_12 *[class*=" grid_"] .grid_7.omega
{
	width : 57.333%;
}

.container_12 *[class^="grid_"]   .grid_8.alpha,
.container_12 *[class*=" grid_"] .grid_8.alpha,
.container_12 *[class^="grid_"]   .grid_8.omega,
.container_12 *[class*=" grid_"] .grid_8.omega
{
	width : 65.667%;
}

.container_12 *[class^="grid_"]   .grid_9.alpha,
.container_12 *[class*=" grid_"] .grid_9.alpha,
.container_12 *[class^="grid_"]   .grid_9.omega,
.container_12 *[class*=" grid_"] .grid_9.omega
{
	width : 74.0%;
}

.container_12 *[class^="grid_"]   .grid_10.alpha,
.container_12 *[class*=" grid_"] .grid_10.alpha,
.container_12 *[class^="grid_"]   .grid_10.omega,
.container_12 *[class*=" grid_"] .grid_10.omega
{
	width : 82.333%;
}

.container_12 *[class^="grid_"]   .grid_11.alpha,
.container_12 *[class*=" grid_"] .grid_11.alpha,
.container_12 *[class^="grid_"]   .grid_11.omega,
.container_12 *[class*=" grid_"] .grid_11.omega
{
	width : 90.667%;
}

.container_12 *[class^="grid_"]   .grid_12.alpha,
.container_12 *[class*=" grid_"] .grid_12.alpha,
.container_12 *[class^="grid_"]   .grid_12.omega,
.container_12 *[class*=" grid_"] .grid_12.omega
{
	width : 99.0%;
}

.container_12 *[class^="grid_"]   .grid_1.alpha.omega,
.container_12 *[class*=" grid_"] .grid_1.alpha.omega
{
	width : 8.333%;
}

.container_12 *[class^="grid_"]   .grid_2.alpha.omega,
.container_12 *[class*=" grid_"] .grid_2.alpha.omega
{
	width : 16.667%;
}

.container_12 *[class^="grid_"]   .grid_3.alpha.omega,
.container_12 *[class*=" grid_"] .grid_3.alpha.omega
{
	width : 25.0%;
}

.container_12 *[class^="grid_"]   .grid_4.alpha.omega,
.container_12 *[class*=" grid_"] .grid_4.alpha.omega
{
	width : 33.333%;
}

.container_12 *[class^="grid_"]   .grid_5.alpha.omega,
.container_12 *[class*=" grid_"] .grid_5.alpha.omega
{
	width : 41.667%;
}

.container_12 *[class^="grid_"]   .grid_6.alpha.omega,
.container_12 *[class*=" grid_"] .grid_6.alpha.omega
{
	width : 50.0%;
}

.container_12 *[class^="grid_"]   .grid_7.alpha.omega,
.container_12 *[class*=" grid_"] .grid_7.alpha.omega
{
	width : 58.333%;
}

.container_12 *[class^="grid_"]   .grid_8.alpha.omega,
.container_12 *[class*=" grid_"] .grid_8.alpha.omega
{
	width : 66.667%;
}

.container_12 *[class^="grid_"]   .grid_9.alpha.omega,
.container_12 *[class*=" grid_"] .grid_9.alpha.omega
{
	width : 75.0%;
}

.container_12 *[class^="grid_"]   .grid_10.alpha.omega,
.container_12 *[class*=" grid_"] .grid_10.alpha.omega
{
	width : 83.333%;
}

.container_12 *[class^="grid_"]   .grid_11.alpha.omega,
.container_12 *[class*=" grid_"] .grid_11.alpha.omega
{
	width : 91.667%;
}

.container_12 *[class^="grid_"]   .grid_12.alpha.omega,
.container_12 *[class*=" grid_"] .grid_12.alpha.omega
{
	width : 100.0%;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear-460gs
{
	clear      : both;
	display    : block;
	overflow   : hidden;
	visibility : hidden;
	width      : 0;
	height     : 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after
{
	clear       : both;
	content     : ' ';
	display     : block;
	font-size   : 0;
	line-height : 0;
	visibility  : hidden;
	width       : 0;
	height      : 0;
}

.clearfix
{
	display : inline-block;
}

* html .clearfix
{
	height : 1%;
}

.clearfix
{
	display : block;
}
@charset "UTF-8";
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face { font-family: "Ionicons"; src: url("/assets/fonts/ionicons.eot?v=2.0.0"); src: url("/assets/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("/assets/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("/assets/fonts/ionicons.woff?v=2.0.0") format("woff"), url("/assets/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg"); font-weight: normal; font-style: normal; }
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ion-alert:before { content: "\f101"; }

.ion-alert-circled:before { content: "\f100"; }

.ion-android-add:before { content: "\f2c7"; }

.ion-android-add-circle:before { content: "\f359"; }

.ion-android-alarm-clock:before { content: "\f35a"; }

.ion-android-alert:before { content: "\f35b"; }

.ion-android-apps:before { content: "\f35c"; }

.ion-android-archive:before { content: "\f2c9"; }

.ion-android-arrow-back:before { content: "\f2ca"; }

.ion-android-arrow-down:before { content: "\f35d"; }

.ion-android-arrow-dropdown:before { content: "\f35f"; }

.ion-android-arrow-dropdown-circle:before { content: "\f35e"; }

.ion-android-arrow-dropleft:before { content: "\f361"; }

.ion-android-arrow-dropleft-circle:before { content: "\f360"; }

.ion-android-arrow-dropright:before { content: "\f363"; }

.ion-android-arrow-dropright-circle:before { content: "\f362"; }

.ion-android-arrow-dropup:before { content: "\f365"; }

.ion-android-arrow-dropup-circle:before { content: "\f364"; }

.ion-android-arrow-forward:before { content: "\f30f"; }

.ion-android-arrow-up:before { content: "\f366"; }

.ion-android-attach:before { content: "\f367"; }

.ion-android-bar:before { content: "\f368"; }

.ion-android-bicycle:before { content: "\f369"; }

.ion-android-boat:before { content: "\f36a"; }

.ion-android-bookmark:before { content: "\f36b"; }

.ion-android-bulb:before { content: "\f36c"; }

.ion-android-bus:before { content: "\f36d"; }

.ion-android-calendar:before { content: "\f2d1"; }

.ion-android-call:before { content: "\f2d2"; }

.ion-android-camera:before { content: "\f2d3"; }

.ion-android-cancel:before { content: "\f36e"; }

.ion-android-car:before { content: "\f36f"; }

.ion-android-cart:before { content: "\f370"; }

.ion-android-chat:before { content: "\f2d4"; }

.ion-android-checkbox:before { content: "\f374"; }

.ion-android-checkbox-blank:before { content: "\f371"; }

.ion-android-checkbox-outline:before { content: "\f373"; }

.ion-android-checkbox-outline-blank:before { content: "\f372"; }

.ion-android-checkmark-circle:before { content: "\f375"; }

.ion-android-clipboard:before { content: "\f376"; }

.ion-android-close:before { content: "\f2d7"; }

.ion-android-cloud:before { content: "\f37a"; }

.ion-android-cloud-circle:before { content: "\f377"; }

.ion-android-cloud-done:before { content: "\f378"; }

.ion-android-cloud-outline:before { content: "\f379"; }

.ion-android-color-palette:before { content: "\f37b"; }

.ion-android-compass:before { content: "\f37c"; }

.ion-android-contact:before { content: "\f2d8"; }

.ion-android-contacts:before { content: "\f2d9"; }

.ion-android-contract:before { content: "\f37d"; }

.ion-android-create:before { content: "\f37e"; }

.ion-android-delete:before { content: "\f37f"; }

.ion-android-desktop:before { content: "\f380"; }

.ion-android-document:before { content: "\f381"; }

.ion-android-done:before { content: "\f383"; }

.ion-android-done-all:before { content: "\f382"; }

.ion-android-download:before { content: "\f2dd"; }

.ion-android-drafts:before { content: "\f384"; }

.ion-android-exit:before { content: "\f385"; }

.ion-android-expand:before { content: "\f386"; }

.ion-android-favorite:before { content: "\f388"; }

.ion-android-favorite-outline:before { content: "\f387"; }

.ion-android-film:before { content: "\f389"; }

.ion-android-folder:before { content: "\f2e0"; }

.ion-android-folder-open:before { content: "\f38a"; }

.ion-android-funnel:before { content: "\f38b"; }

.ion-android-globe:before { content: "\f38c"; }

.ion-android-hand:before { content: "\f2e3"; }

.ion-android-hangout:before { content: "\f38d"; }

.ion-android-happy:before { content: "\f38e"; }

.ion-android-home:before { content: "\f38f"; }

.ion-android-image:before { content: "\f2e4"; }

.ion-android-laptop:before { content: "\f390"; }

.ion-android-list:before { content: "\f391"; }

.ion-android-locate:before { content: "\f2e9"; }

.ion-android-lock:before { content: "\f392"; }

.ion-android-mail:before { content: "\f2eb"; }

.ion-android-map:before { content: "\f393"; }

.ion-android-menu:before { content: "\f394"; }

.ion-android-microphone:before { content: "\f2ec"; }

.ion-android-microphone-off:before { content: "\f395"; }

.ion-android-more-horizontal:before { content: "\f396"; }

.ion-android-more-vertical:before { content: "\f397"; }

.ion-android-navigate:before { content: "\f398"; }

.ion-android-notifications:before { content: "\f39b"; }

.ion-android-notifications-none:before { content: "\f399"; }

.ion-android-notifications-off:before { content: "\f39a"; }

.ion-android-open:before { content: "\f39c"; }

.ion-android-options:before { content: "\f39d"; }

.ion-android-people:before { content: "\f39e"; }

.ion-android-person:before { content: "\f3a0"; }

.ion-android-person-add:before { content: "\f39f"; }

.ion-android-phone-landscape:before { content: "\f3a1"; }

.ion-android-phone-portrait:before { content: "\f3a2"; }

.ion-android-pin:before { content: "\f3a3"; }

.ion-android-plane:before { content: "\f3a4"; }

.ion-android-playstore:before { content: "\f2f0"; }

.ion-android-print:before { content: "\f3a5"; }

.ion-android-radio-button-off:before { content: "\f3a6"; }

.ion-android-radio-button-on:before { content: "\f3a7"; }

.ion-android-refresh:before { content: "\f3a8"; }

.ion-android-remove:before { content: "\f2f4"; }

.ion-android-remove-circle:before { content: "\f3a9"; }

.ion-android-restaurant:before { content: "\f3aa"; }

.ion-android-sad:before { content: "\f3ab"; }

.ion-android-search:before { content: "\f2f5"; }

.ion-android-send:before { content: "\f2f6"; }

.ion-android-settings:before { content: "\f2f7"; }

.ion-android-share:before { content: "\f2f8"; }

.ion-android-share-alt:before { content: "\f3ac"; }

.ion-android-star:before { content: "\f2fc"; }

.ion-android-star-half:before { content: "\f3ad"; }

.ion-android-star-outline:before { content: "\f3ae"; }

.ion-android-stopwatch:before { content: "\f2fd"; }

.ion-android-subway:before { content: "\f3af"; }

.ion-android-sunny:before { content: "\f3b0"; }

.ion-android-sync:before { content: "\f3b1"; }

.ion-android-textsms:before { content: "\f3b2"; }

.ion-android-time:before { content: "\f3b3"; }

.ion-android-train:before { content: "\f3b4"; }

.ion-android-unlock:before { content: "\f3b5"; }

.ion-android-upload:before { content: "\f3b6"; }

.ion-android-volume-down:before { content: "\f3b7"; }

.ion-android-volume-mute:before { content: "\f3b8"; }

.ion-android-volume-off:before { content: "\f3b9"; }

.ion-android-volume-up:before { content: "\f3ba"; }

.ion-android-walk:before { content: "\f3bb"; }

.ion-android-warning:before { content: "\f3bc"; }

.ion-android-watch:before { content: "\f3bd"; }

.ion-android-wifi:before { content: "\f305"; }

.ion-aperture:before { content: "\f313"; }

.ion-archive:before { content: "\f102"; }

.ion-arrow-down-a:before { content: "\f103"; }

.ion-arrow-down-b:before { content: "\f104"; }

.ion-arrow-down-c:before { content: "\f105"; }

.ion-arrow-expand:before { content: "\f25e"; }

.ion-arrow-graph-down-left:before { content: "\f25f"; }

.ion-arrow-graph-down-right:before { content: "\f260"; }

.ion-arrow-graph-up-left:before { content: "\f261"; }

.ion-arrow-graph-up-right:before { content: "\f262"; }

.ion-arrow-left-a:before { content: "\f106"; }

.ion-arrow-left-b:before { content: "\f107"; }

.ion-arrow-left-c:before { content: "\f108"; }

.ion-arrow-move:before { content: "\f263"; }

.ion-arrow-resize:before { content: "\f264"; }

.ion-arrow-return-left:before { content: "\f265"; }

.ion-arrow-return-right:before { content: "\f266"; }

.ion-arrow-right-a:before { content: "\f109"; }

.ion-arrow-right-b:before { content: "\f10a"; }

.ion-arrow-right-c:before { content: "\f10b"; }

.ion-arrow-shrink:before { content: "\f267"; }

.ion-arrow-swap:before { content: "\f268"; }

.ion-arrow-up-a:before { content: "\f10c"; }

.ion-arrow-up-b:before { content: "\f10d"; }

.ion-arrow-up-c:before { content: "\f10e"; }

.ion-asterisk:before { content: "\f314"; }

.ion-at:before { content: "\f10f"; }

.ion-backspace:before { content: "\f3bf"; }

.ion-backspace-outline:before { content: "\f3be"; }

.ion-bag:before { content: "\f110"; }

.ion-battery-charging:before { content: "\f111"; }

.ion-battery-empty:before { content: "\f112"; }

.ion-battery-full:before { content: "\f113"; }

.ion-battery-half:before { content: "\f114"; }

.ion-battery-low:before { content: "\f115"; }

.ion-beaker:before { content: "\f269"; }

.ion-beer:before { content: "\f26a"; }

.ion-bluetooth:before { content: "\f116"; }

.ion-bonfire:before { content: "\f315"; }

.ion-bookmark:before { content: "\f26b"; }

.ion-bowtie:before { content: "\f3c0"; }

.ion-briefcase:before { content: "\f26c"; }

.ion-bug:before { content: "\f2be"; }

.ion-calculator:before { content: "\f26d"; }

.ion-calendar:before { content: "\f117"; }

.ion-camera:before { content: "\f118"; }

.ion-card:before { content: "\f119"; }

.ion-cash:before { content: "\f316"; }

.ion-chatbox:before { content: "\f11b"; }

.ion-chatbox-working:before { content: "\f11a"; }

.ion-chatboxes:before { content: "\f11c"; }

.ion-chatbubble:before { content: "\f11e"; }

.ion-chatbubble-working:before { content: "\f11d"; }

.ion-chatbubbles:before { content: "\f11f"; }

.ion-checkmark:before { content: "\f122"; }

.ion-checkmark-circled:before { content: "\f120"; }

.ion-checkmark-round:before { content: "\f121"; }

.ion-chevron-down:before { content: "\f123"; }

.ion-chevron-left:before { content: "\f124"; }

.ion-chevron-right:before { content: "\f125"; }

.ion-chevron-up:before { content: "\f126"; }

.ion-clipboard:before { content: "\f127"; }

.ion-clock:before { content: "\f26e"; }

.ion-close:before { content: "\f12a"; }

.ion-close-circled:before { content: "\f128"; }

.ion-close-round:before { content: "\f129"; }

.ion-closed-captioning:before { content: "\f317"; }

.ion-cloud:before { content: "\f12b"; }

.ion-code:before { content: "\f271"; }

.ion-code-download:before { content: "\f26f"; }

.ion-code-working:before { content: "\f270"; }

.ion-coffee:before { content: "\f272"; }

.ion-compass:before { content: "\f273"; }

.ion-compose:before { content: "\f12c"; }

.ion-connection-bars:before { content: "\f274"; }

.ion-contrast:before { content: "\f275"; }

.ion-crop:before { content: "\f3c1"; }

.ion-cube:before { content: "\f318"; }

.ion-disc:before { content: "\f12d"; }

.ion-document:before { content: "\f12f"; }

.ion-document-text:before { content: "\f12e"; }

.ion-drag:before { content: "\f130"; }

.ion-earth:before { content: "\f276"; }

.ion-easel:before { content: "\f3c2"; }

.ion-edit:before { content: "\f2bf"; }

.ion-egg:before { content: "\f277"; }

.ion-eject:before { content: "\f131"; }

.ion-email:before { content: "\f132"; }

.ion-email-unread:before { content: "\f3c3"; }

.ion-erlenmeyer-flask:before { content: "\f3c5"; }

.ion-erlenmeyer-flask-bubbles:before { content: "\f3c4"; }

.ion-eye:before { content: "\f133"; }

.ion-eye-disabled:before { content: "\f306"; }

.ion-female:before { content: "\f278"; }

.ion-filing:before { content: "\f134"; }

.ion-film-marker:before { content: "\f135"; }

.ion-fireball:before { content: "\f319"; }

.ion-flag:before { content: "\f279"; }

.ion-flame:before { content: "\f31a"; }

.ion-flash:before { content: "\f137"; }

.ion-flash-off:before { content: "\f136"; }

.ion-folder:before { content: "\f139"; }

.ion-fork:before { content: "\f27a"; }

.ion-fork-repo:before { content: "\f2c0"; }

.ion-forward:before { content: "\f13a"; }

.ion-funnel:before { content: "\f31b"; }

.ion-gear-a:before { content: "\f13d"; }

.ion-gear-b:before { content: "\f13e"; }

.ion-grid:before { content: "\f13f"; }

.ion-hammer:before { content: "\f27b"; }

.ion-happy:before { content: "\f31c"; }

.ion-happy-outline:before { content: "\f3c6"; }

.ion-headphone:before { content: "\f140"; }

.ion-heart:before { content: "\f141"; }

.ion-heart-broken:before { content: "\f31d"; }

.ion-help:before { content: "\f143"; }

.ion-help-buoy:before { content: "\f27c"; }

.ion-help-circled:before { content: "\f142"; }

.ion-home:before { content: "\f144"; }

.ion-icecream:before { content: "\f27d"; }

.ion-image:before { content: "\f147"; }

.ion-images:before { content: "\f148"; }

.ion-information:before { content: "\f14a"; }

.ion-information-circled:before { content: "\f149"; }

.ion-ionic:before { content: "\f14b"; }

.ion-ios-alarm:before { content: "\f3c8"; }

.ion-ios-alarm-outline:before { content: "\f3c7"; }

.ion-ios-albums:before { content: "\f3ca"; }

.ion-ios-albums-outline:before { content: "\f3c9"; }

.ion-ios-americanfootball:before { content: "\f3cc"; }

.ion-ios-americanfootball-outline:before { content: "\f3cb"; }

.ion-ios-analytics:before { content: "\f3ce"; }

.ion-ios-analytics-outline:before { content: "\f3cd"; }

.ion-ios-arrow-back:before { content: "\f3cf"; }

.ion-ios-arrow-down:before { content: "\f3d0"; }

.ion-ios-arrow-forward:before { content: "\f3d1"; }

.ion-ios-arrow-left:before { content: "\f3d2"; }

.ion-ios-arrow-right:before { content: "\f3d3"; }

.ion-ios-arrow-thin-down:before { content: "\f3d4"; }

.ion-ios-arrow-thin-left:before { content: "\f3d5"; }

.ion-ios-arrow-thin-right:before { content: "\f3d6"; }

.ion-ios-arrow-thin-up:before { content: "\f3d7"; }

.ion-ios-arrow-up:before { content: "\f3d8"; }

.ion-ios-at:before { content: "\f3da"; }

.ion-ios-at-outline:before { content: "\f3d9"; }

.ion-ios-barcode:before { content: "\f3dc"; }

.ion-ios-barcode-outline:before { content: "\f3db"; }

.ion-ios-baseball:before { content: "\f3de"; }

.ion-ios-baseball-outline:before { content: "\f3dd"; }

.ion-ios-basketball:before { content: "\f3e0"; }

.ion-ios-basketball-outline:before { content: "\f3df"; }

.ion-ios-bell:before { content: "\f3e2"; }

.ion-ios-bell-outline:before { content: "\f3e1"; }

.ion-ios-body:before { content: "\f3e4"; }

.ion-ios-body-outline:before { content: "\f3e3"; }

.ion-ios-bolt:before { content: "\f3e6"; }

.ion-ios-bolt-outline:before { content: "\f3e5"; }

.ion-ios-book:before { content: "\f3e8"; }

.ion-ios-book-outline:before { content: "\f3e7"; }

.ion-ios-bookmarks:before { content: "\f3ea"; }

.ion-ios-bookmarks-outline:before { content: "\f3e9"; }

.ion-ios-box:before { content: "\f3ec"; }

.ion-ios-box-outline:before { content: "\f3eb"; }

.ion-ios-briefcase:before { content: "\f3ee"; }

.ion-ios-briefcase-outline:before { content: "\f3ed"; }

.ion-ios-browsers:before { content: "\f3f0"; }

.ion-ios-browsers-outline:before { content: "\f3ef"; }

.ion-ios-calculator:before { content: "\f3f2"; }

.ion-ios-calculator-outline:before { content: "\f3f1"; }

.ion-ios-calendar:before { content: "\f3f4"; }

.ion-ios-calendar-outline:before { content: "\f3f3"; }

.ion-ios-camera:before { content: "\f3f6"; }

.ion-ios-camera-outline:before { content: "\f3f5"; }

.ion-ios-cart:before { content: "\f3f8"; }

.ion-ios-cart-outline:before { content: "\f3f7"; }

.ion-ios-chatboxes:before { content: "\f3fa"; }

.ion-ios-chatboxes-outline:before { content: "\f3f9"; }

.ion-ios-chatbubble:before { content: "\f3fc"; }

.ion-ios-chatbubble-outline:before { content: "\f3fb"; }

.ion-ios-checkmark:before { content: "\f3ff"; }

.ion-ios-checkmark-empty:before { content: "\f3fd"; }

.ion-ios-checkmark-outline:before { content: "\f3fe"; }

.ion-ios-circle-filled:before { content: "\f400"; }

.ion-ios-circle-outline:before { content: "\f401"; }

.ion-ios-clock:before { content: "\f403"; }

.ion-ios-clock-outline:before { content: "\f402"; }

.ion-ios-close:before { content: "\f406"; }

.ion-ios-close-empty:before { content: "\f404"; }

.ion-ios-close-outline:before { content: "\f405"; }

.ion-ios-cloud:before { content: "\f40c"; }

.ion-ios-cloud-download:before { content: "\f408"; }

.ion-ios-cloud-download-outline:before { content: "\f407"; }

.ion-ios-cloud-outline:before { content: "\f409"; }

.ion-ios-cloud-upload:before { content: "\f40b"; }

.ion-ios-cloud-upload-outline:before { content: "\f40a"; }

.ion-ios-cloudy:before { content: "\f410"; }

.ion-ios-cloudy-night:before { content: "\f40e"; }

.ion-ios-cloudy-night-outline:before { content: "\f40d"; }

.ion-ios-cloudy-outline:before { content: "\f40f"; }

.ion-ios-cog:before { content: "\f412"; }

.ion-ios-cog-outline:before { content: "\f411"; }

.ion-ios-color-filter:before { content: "\f414"; }

.ion-ios-color-filter-outline:before { content: "\f413"; }

.ion-ios-color-wand:before { content: "\f416"; }

.ion-ios-color-wand-outline:before { content: "\f415"; }

.ion-ios-compose:before { content: "\f418"; }

.ion-ios-compose-outline:before { content: "\f417"; }

.ion-ios-contact:before { content: "\f41a"; }

.ion-ios-contact-outline:before { content: "\f419"; }

.ion-ios-copy:before { content: "\f41c"; }

.ion-ios-copy-outline:before { content: "\f41b"; }

.ion-ios-crop:before { content: "\f41e"; }

.ion-ios-crop-strong:before { content: "\f41d"; }

.ion-ios-download:before { content: "\f420"; }

.ion-ios-download-outline:before { content: "\f41f"; }

.ion-ios-drag:before { content: "\f421"; }

.ion-ios-email:before { content: "\f423"; }

.ion-ios-email-outline:before { content: "\f422"; }

.ion-ios-eye:before { content: "\f425"; }

.ion-ios-eye-outline:before { content: "\f424"; }

.ion-ios-fastforward:before { content: "\f427"; }

.ion-ios-fastforward-outline:before { content: "\f426"; }

.ion-ios-filing:before { content: "\f429"; }

.ion-ios-filing-outline:before { content: "\f428"; }

.ion-ios-film:before { content: "\f42b"; }

.ion-ios-film-outline:before { content: "\f42a"; }

.ion-ios-flag:before { content: "\f42d"; }

.ion-ios-flag-outline:before { content: "\f42c"; }

.ion-ios-flame:before { content: "\f42f"; }

.ion-ios-flame-outline:before { content: "\f42e"; }

.ion-ios-flask:before { content: "\f431"; }

.ion-ios-flask-outline:before { content: "\f430"; }

.ion-ios-flower:before { content: "\f433"; }

.ion-ios-flower-outline:before { content: "\f432"; }

.ion-ios-folder:before { content: "\f435"; }

.ion-ios-folder-outline:before { content: "\f434"; }

.ion-ios-football:before { content: "\f437"; }

.ion-ios-football-outline:before { content: "\f436"; }

.ion-ios-game-controller-a:before { content: "\f439"; }

.ion-ios-game-controller-a-outline:before { content: "\f438"; }

.ion-ios-game-controller-b:before { content: "\f43b"; }

.ion-ios-game-controller-b-outline:before { content: "\f43a"; }

.ion-ios-gear:before { content: "\f43d"; }

.ion-ios-gear-outline:before { content: "\f43c"; }

.ion-ios-glasses:before { content: "\f43f"; }

.ion-ios-glasses-outline:before { content: "\f43e"; }

.ion-ios-grid-view:before { content: "\f441"; }

.ion-ios-grid-view-outline:before { content: "\f440"; }

.ion-ios-heart:before { content: "\f443"; }

.ion-ios-heart-outline:before { content: "\f442"; }

.ion-ios-help:before { content: "\f446"; }

.ion-ios-help-empty:before { content: "\f444"; }

.ion-ios-help-outline:before { content: "\f445"; }

.ion-ios-home:before { content: "\f448"; }

.ion-ios-home-outline:before { content: "\f447"; }

.ion-ios-infinite:before { content: "\f44a"; }

.ion-ios-infinite-outline:before { content: "\f449"; }

.ion-ios-information:before { content: "\f44d"; }

.ion-ios-information-empty:before { content: "\f44b"; }

.ion-ios-information-outline:before { content: "\f44c"; }

.ion-ios-ionic-outline:before { content: "\f44e"; }

.ion-ios-keypad:before { content: "\f450"; }

.ion-ios-keypad-outline:before { content: "\f44f"; }

.ion-ios-lightbulb:before { content: "\f452"; }

.ion-ios-lightbulb-outline:before { content: "\f451"; }

.ion-ios-list:before { content: "\f454"; }

.ion-ios-list-outline:before { content: "\f453"; }

.ion-ios-location:before { content: "\f456"; }

.ion-ios-location-outline:before { content: "\f455"; }

.ion-ios-locked:before { content: "\f458"; }

.ion-ios-locked-outline:before { content: "\f457"; }

.ion-ios-loop:before { content: "\f45a"; }

.ion-ios-loop-strong:before { content: "\f459"; }

.ion-ios-medical:before { content: "\f45c"; }

.ion-ios-medical-outline:before { content: "\f45b"; }

.ion-ios-medkit:before { content: "\f45e"; }

.ion-ios-medkit-outline:before { content: "\f45d"; }

.ion-ios-mic:before { content: "\f461"; }

.ion-ios-mic-off:before { content: "\f45f"; }

.ion-ios-mic-outline:before { content: "\f460"; }

.ion-ios-minus:before { content: "\f464"; }

.ion-ios-minus-empty:before { content: "\f462"; }

.ion-ios-minus-outline:before { content: "\f463"; }

.ion-ios-monitor:before { content: "\f466"; }

.ion-ios-monitor-outline:before { content: "\f465"; }

.ion-ios-moon:before { content: "\f468"; }

.ion-ios-moon-outline:before { content: "\f467"; }

.ion-ios-more:before { content: "\f46a"; }

.ion-ios-more-outline:before { content: "\f469"; }

.ion-ios-musical-note:before { content: "\f46b"; }

.ion-ios-musical-notes:before { content: "\f46c"; }

.ion-ios-navigate:before { content: "\f46e"; }

.ion-ios-navigate-outline:before { content: "\f46d"; }

.ion-ios-nutrition:before { content: "\f470"; }

.ion-ios-nutrition-outline:before { content: "\f46f"; }

.ion-ios-paper:before { content: "\f472"; }

.ion-ios-paper-outline:before { content: "\f471"; }

.ion-ios-paperplane:before { content: "\f474"; }

.ion-ios-paperplane-outline:before { content: "\f473"; }

.ion-ios-partlysunny:before { content: "\f476"; }

.ion-ios-partlysunny-outline:before { content: "\f475"; }

.ion-ios-pause:before { content: "\f478"; }

.ion-ios-pause-outline:before { content: "\f477"; }

.ion-ios-paw:before { content: "\f47a"; }

.ion-ios-paw-outline:before { content: "\f479"; }

.ion-ios-people:before { content: "\f47c"; }

.ion-ios-people-outline:before { content: "\f47b"; }

.ion-ios-person:before { content: "\f47e"; }

.ion-ios-person-outline:before { content: "\f47d"; }

.ion-ios-personadd:before { content: "\f480"; }

.ion-ios-personadd-outline:before { content: "\f47f"; }

.ion-ios-photos:before { content: "\f482"; }

.ion-ios-photos-outline:before { content: "\f481"; }

.ion-ios-pie:before { content: "\f484"; }

.ion-ios-pie-outline:before { content: "\f483"; }

.ion-ios-pint:before { content: "\f486"; }

.ion-ios-pint-outline:before { content: "\f485"; }

.ion-ios-play:before { content: "\f488"; }

.ion-ios-play-outline:before { content: "\f487"; }

.ion-ios-plus:before { content: "\f48b"; }

.ion-ios-plus-empty:before { content: "\f489"; }

.ion-ios-plus-outline:before { content: "\f48a"; }

.ion-ios-pricetag:before { content: "\f48d"; }

.ion-ios-pricetag-outline:before { content: "\f48c"; }

.ion-ios-pricetags:before { content: "\f48f"; }

.ion-ios-pricetags-outline:before { content: "\f48e"; }

.ion-ios-printer:before { content: "\f491"; }

.ion-ios-printer-outline:before { content: "\f490"; }

.ion-ios-pulse:before { content: "\f493"; }

.ion-ios-pulse-strong:before { content: "\f492"; }

.ion-ios-rainy:before { content: "\f495"; }

.ion-ios-rainy-outline:before { content: "\f494"; }

.ion-ios-recording:before { content: "\f497"; }

.ion-ios-recording-outline:before { content: "\f496"; }

.ion-ios-redo:before { content: "\f499"; }

.ion-ios-redo-outline:before { content: "\f498"; }

.ion-ios-refresh:before { content: "\f49c"; }

.ion-ios-refresh-empty:before { content: "\f49a"; }

.ion-ios-refresh-outline:before { content: "\f49b"; }

.ion-ios-reload:before { content: "\f49d"; }

.ion-ios-reverse-camera:before { content: "\f49f"; }

.ion-ios-reverse-camera-outline:before { content: "\f49e"; }

.ion-ios-rewind:before { content: "\f4a1"; }

.ion-ios-rewind-outline:before { content: "\f4a0"; }

.ion-ios-rose:before { content: "\f4a3"; }

.ion-ios-rose-outline:before { content: "\f4a2"; }

.ion-ios-search:before { content: "\f4a5"; }

.ion-ios-search-strong:before { content: "\f4a4"; }

.ion-ios-settings:before { content: "\f4a7"; }

.ion-ios-settings-strong:before { content: "\f4a6"; }

.ion-ios-shuffle:before { content: "\f4a9"; }

.ion-ios-shuffle-strong:before { content: "\f4a8"; }

.ion-ios-skipbackward:before { content: "\f4ab"; }

.ion-ios-skipbackward-outline:before { content: "\f4aa"; }

.ion-ios-skipforward:before { content: "\f4ad"; }

.ion-ios-skipforward-outline:before { content: "\f4ac"; }

.ion-ios-snowy:before { content: "\f4ae"; }

.ion-ios-speedometer:before { content: "\f4b0"; }

.ion-ios-speedometer-outline:before { content: "\f4af"; }

.ion-ios-star:before { content: "\f4b3"; }

.ion-ios-star-half:before { content: "\f4b1"; }

.ion-ios-star-outline:before { content: "\f4b2"; }

.ion-ios-stopwatch:before { content: "\f4b5"; }

.ion-ios-stopwatch-outline:before { content: "\f4b4"; }

.ion-ios-sunny:before { content: "\f4b7"; }

.ion-ios-sunny-outline:before { content: "\f4b6"; }

.ion-ios-telephone:before { content: "\f4b9"; }

.ion-ios-telephone-outline:before { content: "\f4b8"; }

.ion-ios-tennisball:before { content: "\f4bb"; }

.ion-ios-tennisball-outline:before { content: "\f4ba"; }

.ion-ios-thunderstorm:before { content: "\f4bd"; }

.ion-ios-thunderstorm-outline:before { content: "\f4bc"; }

.ion-ios-time:before { content: "\f4bf"; }

.ion-ios-time-outline:before { content: "\f4be"; }

.ion-ios-timer:before { content: "\f4c1"; }

.ion-ios-timer-outline:before { content: "\f4c0"; }

.ion-ios-toggle:before { content: "\f4c3"; }

.ion-ios-toggle-outline:before { content: "\f4c2"; }

.ion-ios-trash:before { content: "\f4c5"; }

.ion-ios-trash-outline:before { content: "\f4c4"; }

.ion-ios-undo:before { content: "\f4c7"; }

.ion-ios-undo-outline:before { content: "\f4c6"; }

.ion-ios-unlocked:before { content: "\f4c9"; }

.ion-ios-unlocked-outline:before { content: "\f4c8"; }

.ion-ios-upload:before { content: "\f4cb"; }

.ion-ios-upload-outline:before { content: "\f4ca"; }

.ion-ios-videocam:before { content: "\f4cd"; }

.ion-ios-videocam-outline:before { content: "\f4cc"; }

.ion-ios-volume-high:before { content: "\f4ce"; }

.ion-ios-volume-low:before { content: "\f4cf"; }

.ion-ios-wineglass:before { content: "\f4d1"; }

.ion-ios-wineglass-outline:before { content: "\f4d0"; }

.ion-ios-world:before { content: "\f4d3"; }

.ion-ios-world-outline:before { content: "\f4d2"; }

.ion-ipad:before { content: "\f1f9"; }

.ion-iphone:before { content: "\f1fa"; }

.ion-ipod:before { content: "\f1fb"; }

.ion-jet:before { content: "\f295"; }

.ion-key:before { content: "\f296"; }

.ion-knife:before { content: "\f297"; }

.ion-laptop:before { content: "\f1fc"; }

.ion-leaf:before { content: "\f1fd"; }

.ion-levels:before { content: "\f298"; }

.ion-lightbulb:before { content: "\f299"; }

.ion-link:before { content: "\f1fe"; }

.ion-load-a:before { content: "\f29a"; }

.ion-load-b:before { content: "\f29b"; }

.ion-load-c:before { content: "\f29c"; }

.ion-load-d:before { content: "\f29d"; }

.ion-location:before { content: "\f1ff"; }

.ion-lock-combination:before { content: "\f4d4"; }

.ion-locked:before { content: "\f200"; }

.ion-log-in:before { content: "\f29e"; }

.ion-log-out:before { content: "\f29f"; }

.ion-loop:before { content: "\f201"; }

.ion-magnet:before { content: "\f2a0"; }

.ion-male:before { content: "\f2a1"; }

.ion-man:before { content: "\f202"; }

.ion-map:before { content: "\f203"; }

.ion-medkit:before { content: "\f2a2"; }

.ion-merge:before { content: "\f33f"; }

.ion-mic-a:before { content: "\f204"; }

.ion-mic-b:before { content: "\f205"; }

.ion-mic-c:before { content: "\f206"; }

.ion-minus:before { content: "\f209"; }

.ion-minus-circled:before { content: "\f207"; }

.ion-minus-round:before { content: "\f208"; }

.ion-model-s:before { content: "\f2c1"; }

.ion-monitor:before { content: "\f20a"; }

.ion-more:before { content: "\f20b"; }

.ion-mouse:before { content: "\f340"; }

.ion-music-note:before { content: "\f20c"; }

.ion-navicon:before { content: "\f20e"; }

.ion-navicon-round:before { content: "\f20d"; }

.ion-navigate:before { content: "\f2a3"; }

.ion-network:before { content: "\f341"; }

.ion-no-smoking:before { content: "\f2c2"; }

.ion-nuclear:before { content: "\f2a4"; }

.ion-outlet:before { content: "\f342"; }

.ion-paintbrush:before { content: "\f4d5"; }

.ion-paintbucket:before { content: "\f4d6"; }

.ion-paper-airplane:before { content: "\f2c3"; }

.ion-paperclip:before { content: "\f20f"; }

.ion-pause:before { content: "\f210"; }

.ion-person:before { content: "\f213"; }

.ion-person-add:before { content: "\f211"; }

.ion-person-stalker:before { content: "\f212"; }

.ion-pie-graph:before { content: "\f2a5"; }

.ion-pin:before { content: "\f2a6"; }

.ion-pinpoint:before { content: "\f2a7"; }

.ion-pizza:before { content: "\f2a8"; }

.ion-plane:before { content: "\f214"; }

.ion-planet:before { content: "\f343"; }

.ion-play:before { content: "\f215"; }

.ion-playstation:before { content: "\f30a"; }

.ion-plus:before { content: "\f218"; }

.ion-plus-circled:before { content: "\f216"; }

.ion-plus-round:before { content: "\f217"; }

.ion-podium:before { content: "\f344"; }

.ion-pound:before { content: "\f219"; }

.ion-power:before { content: "\f2a9"; }

.ion-pricetag:before { content: "\f2aa"; }

.ion-pricetags:before { content: "\f2ab"; }

.ion-printer:before { content: "\f21a"; }

.ion-pull-request:before { content: "\f345"; }

.ion-qr-scanner:before { content: "\f346"; }

.ion-quote:before { content: "\f347"; }

.ion-radio-waves:before { content: "\f2ac"; }

.ion-record:before { content: "\f21b"; }

.ion-refresh:before { content: "\f21c"; }

.ion-reply:before { content: "\f21e"; }

.ion-reply-all:before { content: "\f21d"; }

.ion-ribbon-a:before { content: "\f348"; }

.ion-ribbon-b:before { content: "\f349"; }

.ion-sad:before { content: "\f34a"; }

.ion-sad-outline:before { content: "\f4d7"; }

.ion-scissors:before { content: "\f34b"; }

.ion-search:before { content: "\f21f"; }

.ion-settings:before { content: "\f2ad"; }

.ion-share:before { content: "\f220"; }

.ion-shuffle:before { content: "\f221"; }

.ion-skip-backward:before { content: "\f222"; }

.ion-skip-forward:before { content: "\f223"; }

.ion-social-android:before { content: "\f225"; }

.ion-social-android-outline:before { content: "\f224"; }

.ion-social-angular:before { content: "\f4d9"; }

.ion-social-angular-outline:before { content: "\f4d8"; }

.ion-social-apple:before { content: "\f227"; }

.ion-social-apple-outline:before { content: "\f226"; }

.ion-social-bitcoin:before { content: "\f2af"; }

.ion-social-bitcoin-outline:before { content: "\f2ae"; }

.ion-social-buffer:before { content: "\f229"; }

.ion-social-buffer-outline:before { content: "\f228"; }

.ion-social-chrome:before { content: "\f4db"; }

.ion-social-chrome-outline:before { content: "\f4da"; }

.ion-social-codepen:before { content: "\f4dd"; }

.ion-social-codepen-outline:before { content: "\f4dc"; }

.ion-social-css3:before { content: "\f4df"; }

.ion-social-css3-outline:before { content: "\f4de"; }

.ion-social-designernews:before { content: "\f22b"; }

.ion-social-designernews-outline:before { content: "\f22a"; }

.ion-social-dribbble:before { content: "\f22d"; }

.ion-social-dribbble-outline:before { content: "\f22c"; }

.ion-social-dropbox:before { content: "\f22f"; }

.ion-social-dropbox-outline:before { content: "\f22e"; }

.ion-social-euro:before { content: "\f4e1"; }

.ion-social-euro-outline:before { content: "\f4e0"; }

.ion-social-facebook:before { content: "\f231"; }

.ion-social-facebook-outline:before { content: "\f230"; }

.ion-social-foursquare:before { content: "\f34d"; }

.ion-social-foursquare-outline:before { content: "\f34c"; }

.ion-social-freebsd-devil:before { content: "\f2c4"; }

.ion-social-github:before { content: "\f233"; }

.ion-social-github-outline:before { content: "\f232"; }

.ion-social-google:before { content: "\f34f"; }

.ion-social-google-outline:before { content: "\f34e"; }

.ion-social-googleplus:before { content: "\f235"; }

.ion-social-googleplus-outline:before { content: "\f234"; }

.ion-social-hackernews:before { content: "\f237"; }

.ion-social-hackernews-outline:before { content: "\f236"; }

.ion-social-html5:before { content: "\f4e3"; }

.ion-social-html5-outline:before { content: "\f4e2"; }

.ion-social-instagram:before { content: "\f351"; }

.ion-social-instagram-outline:before { content: "\f350"; }

.ion-social-javascript:before { content: "\f4e5"; }

.ion-social-javascript-outline:before { content: "\f4e4"; }

.ion-social-linkedin:before { content: "\f239"; }

.ion-social-linkedin-outline:before { content: "\f238"; }

.ion-social-markdown:before { content: "\f4e6"; }

.ion-social-nodejs:before { content: "\f4e7"; }

.ion-social-octocat:before { content: "\f4e8"; }

.ion-social-pinterest:before { content: "\f2b1"; }

.ion-social-pinterest-outline:before { content: "\f2b0"; }

.ion-social-python:before { content: "\f4e9"; }

.ion-social-reddit:before { content: "\f23b"; }

.ion-social-reddit-outline:before { content: "\f23a"; }

.ion-social-rss:before { content: "\f23d"; }

.ion-social-rss-outline:before { content: "\f23c"; }

.ion-social-sass:before { content: "\f4ea"; }

.ion-social-skype:before { content: "\f23f"; }

.ion-social-skype-outline:before { content: "\f23e"; }

.ion-social-snapchat:before { content: "\f4ec"; }

.ion-social-snapchat-outline:before { content: "\f4eb"; }

.ion-social-tumblr:before { content: "\f241"; }

.ion-social-tumblr-outline:before { content: "\f240"; }

.ion-social-tux:before { content: "\f2c5"; }

.ion-social-twitch:before { content: "\f4ee"; }

.ion-social-twitch-outline:before { content: "\f4ed"; }

.ion-social-twitter:before { content: "\f243"; }

.ion-social-twitter-outline:before { content: "\f242"; }

.ion-social-usd:before { content: "\f353"; }

.ion-social-usd-outline:before { content: "\f352"; }

.ion-social-vimeo:before { content: "\f245"; }

.ion-social-vimeo-outline:before { content: "\f244"; }

.ion-social-whatsapp:before { content: "\f4f0"; }

.ion-social-whatsapp-outline:before { content: "\f4ef"; }

.ion-social-windows:before { content: "\f247"; }

.ion-social-windows-outline:before { content: "\f246"; }

.ion-social-wordpress:before { content: "\f249"; }

.ion-social-wordpress-outline:before { content: "\f248"; }

.ion-social-yahoo:before { content: "\f24b"; }

.ion-social-yahoo-outline:before { content: "\f24a"; }

.ion-social-yen:before { content: "\f4f2"; }

.ion-social-yen-outline:before { content: "\f4f1"; }

.ion-social-youtube:before { content: "\f24d"; }

.ion-social-youtube-outline:before { content: "\f24c"; }

.ion-soup-can:before { content: "\f4f4"; }

.ion-soup-can-outline:before { content: "\f4f3"; }

.ion-speakerphone:before { content: "\f2b2"; }

.ion-speedometer:before { content: "\f2b3"; }

.ion-spoon:before { content: "\f2b4"; }

.ion-star:before { content: "\f24e"; }

.ion-stats-bars:before { content: "\f2b5"; }

.ion-steam:before { content: "\f30b"; }

.ion-stop:before { content: "\f24f"; }

.ion-thermometer:before { content: "\f2b6"; }

.ion-thumbsdown:before { content: "\f250"; }

.ion-thumbsup:before { content: "\f251"; }

.ion-toggle:before { content: "\f355"; }

.ion-toggle-filled:before { content: "\f354"; }

.ion-transgender:before { content: "\f4f5"; }

.ion-trash-a:before { content: "\f252"; }

.ion-trash-b:before { content: "\f253"; }

.ion-trophy:before { content: "\f356"; }

.ion-tshirt:before { content: "\f4f7"; }

.ion-tshirt-outline:before { content: "\f4f6"; }

.ion-umbrella:before { content: "\f2b7"; }

.ion-university:before { content: "\f357"; }

.ion-unlocked:before { content: "\f254"; }

.ion-upload:before { content: "\f255"; }

.ion-usb:before { content: "\f2b8"; }

.ion-videocamera:before { content: "\f256"; }

.ion-volume-high:before { content: "\f257"; }

.ion-volume-low:before { content: "\f258"; }

.ion-volume-medium:before { content: "\f259"; }

.ion-volume-mute:before { content: "\f25a"; }

.ion-wand:before { content: "\f358"; }

.ion-waterdrop:before { content: "\f25b"; }

.ion-wifi:before { content: "\f25c"; }

.ion-wineglass:before { content: "\f2b9"; }

.ion-woman:before { content: "\f25d"; }

.ion-wrench:before { content: "\f2ba"; }

.ion-xbox:before { content: "\f30c"; }

/* qTip2 v2.2.0 basic css3 | qtip2.com | Licensed MIT, GPL | Thu Nov 21 2013 20:35:00 */
.qtip
{
	position    : absolute;
	left        : -28000px;
	top         : -28000px;
	display     : none;
	max-width   : 280px;
	min-width   : 50px;
	font-size   : 10.5px;
	line-height : 12px;
	direction   : ltr;
	box-shadow  : none;
	padding     : 0
}

.qtip-content
{
	position   : relative;
	padding    : 5px 9px;
	overflow   : hidden;
	text-align : left;
	word-wrap  : break-word
}

.qtip-titlebar
{
	position      : relative;
	padding       : 5px 35px 5px 10px;
	overflow      : hidden;
	border        : 0;
	border-bottom : 1px solid #ddd;
	font-weight   : 700
}

.qtip-titlebar + .qtip-content
{
	border-top-width : 0 !important
}

.qtip-close
{
	position     : absolute;
	right        : -9px;
	top          : -9px;
	cursor       : pointer;
	outline      : medium none;
	border-width : 1px;
	border-style : solid;
	border-color : transparent
}

.qtip-titlebar .qtip-close
{
	right      : 4px;
	top        : 50%;
	margin-top : -9px
}

* html .qtip-titlebar .qtip-close
{
	top : 16px
}

.qtip-titlebar .ui-icon, .qtip-icon .ui-icon
{
	display     : block;
	text-indent : -1000em;
	direction   : ltr
}

.qtip-icon, .qtip-icon .ui-icon
{
	-moz-border-radius    : 3px;
	-webkit-border-radius : 3px;
	border-radius         : 3px;
	text-decoration       : none
}

.qtip-icon .ui-icon
{
	width       : 18px;
	height      : 14px;
	line-height : 14px;
	text-align  : center;
	text-indent : 0;
	font        : 400 bold 10px/13px Tahoma, sans-serif;
	color       : inherit;
	background  : transparent none no-repeat -100em -100em
}

.qtip-focus
{
}

.qtip-hover
{
}

.qtip-default
{
	border-width     : 0;
	border-style     : solid;
	border-color     : #ccc;
	background-color : #eee;
	color            : #555;
}

.qtip-default .qtip-titlebar
{
	background-color : #eee;
}

.qtip-default .qtip-icon
{
	border-color : #ccc;
	background   : #f1f1f1;
	color        : #777
}

.qtip-default .qtip-titlebar .qtip-close
{
	border    : 0;
	font-size : 1.5em;
	color     : #222;
}

.qtip-light
{
	background-color : #fff;
	border-color     : #e2e2e2;
	color            : #454545
}

.qtip-light .qtip-titlebar
{
	background-color : #f1f1f1
}

.qtip-dark
{
	background-color : #505050;
	border-color     : #303030;
	color            : #f3f3f3
}

.qtip-dark .qtip-titlebar
{
	background-color : #404040
}

.qtip-dark .qtip-icon
{
	border-color : #444
}

.qtip-dark .qtip-titlebar .ui-state-hover
{
	border-color : #303030
}

.qtip-cream
{
	background-color : #fbf7aa;
	border-color     : #f9e98e;
	color            : #a27d35
}

.qtip-cream .qtip-titlebar
{
	background-color : #f0de7d
}

.qtip-cream .qtip-close .qtip-icon
{
	background-position : -82px 0
}

.qtip-red
{
	background-color : #f78b83;
	border-color     : #d95252;
	color            : #912323
}

.qtip-red .qtip-titlebar
{
	background-color : #f06d65
}

.qtip-red .qtip-close .qtip-icon
{
	background-position : -102px 0
}

.qtip-red .qtip-icon
{
	border-color : #d95252
}

.qtip-red .qtip-titlebar .ui-state-hover
{
	border-color : #d95252
}

.qtip-green
{
	background-color : #caed9e;
	border-color     : #90d93f;
	color            : #3f6219
}

.qtip-green .qtip-titlebar
{
	background-color : #b0de78
}

.qtip-green .qtip-close .qtip-icon
{
	background-position : -42px 0
}

.qtip-blue
{
	background-color : #e5f6fe;
	border-color     : #add9ed;
	color            : #5e99bd
}

.qtip-blue .qtip-titlebar
{
	background-color : #d0e9f5
}

.qtip-blue .qtip-close .qtip-icon
{
	background-position : -2px 0
}

.qtip-shadow
{
	-webkit-box-shadow : 1px 1px 3px 1px rgba(0, 0, 0, .15);
	-moz-box-shadow    : 1px 1px 3px 1px rgba(0, 0, 0, .15);
	box-shadow         : 1px 1px 3px 1px rgba(0, 0, 0, .15)
}

.qtip-rounded, .qtip-tipsy, .qtip-bootstrap
{
	-moz-border-radius    : 5px;
	-webkit-border-radius : 5px;
	border-radius         : 5px
}

.qtip-rounded .qtip-titlebar
{
	-moz-border-radius    : 4px 4px 0 0;
	-webkit-border-radius : 4px 4px 0 0;
	border-radius         : 4px 4px 0 0
}

.qtip-youtube
{
	-moz-border-radius    : 2px;
	-webkit-border-radius : 2px;
	border-radius         : 2px;
	-webkit-box-shadow    : 0 0 3px #333;
	-moz-box-shadow       : 0 0 3px #333;
	box-shadow            : 0 0 3px #333;
	color                 : #fff;
	border-width          : 0;
	background            : #4a4a4a;
	background-image      : -webkit-gradient(linear, left top, left bottom, color-stop(0, #4a4a4a), color-stop(100%, #000));
	background-image      : -webkit-linear-gradient(top, #4a4a4a 0, #000 100%);
	background-image      : -moz-linear-gradient(top, #4a4a4a 0, #000 100%);
	background-image      : -ms-linear-gradient(top, #4a4a4a 0, #000 100%);
	background-image      : -o-linear-gradient(top, #4a4a4a 0, #000 100%)
}

.qtip-youtube .qtip-titlebar
{
	background-color : #4a4a4a;
	background-color : rgba(0, 0, 0, 0)
}

.qtip-youtube .qtip-content
{
	padding    : .75em;
	font       : 12px arial, sans-serif;
	filter     : progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
	-ms-filter : "progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);"
}

.qtip-youtube .qtip-icon
{
	border-color : #222
}

.qtip-youtube .qtip-titlebar .ui-state-hover
{
	border-color : #303030
}

.qtip-jtools
{
	background            : #232323;
	background            : rgba(0, 0, 0, .7);
	background-image      : -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image      : -moz-linear-gradient(top, #717171, #232323);
	background-image      : -webkit-linear-gradient(top, #717171, #232323);
	background-image      : -ms-linear-gradient(top, #717171, #232323);
	background-image      : -o-linear-gradient(top, #717171, #232323);
	border                : 2px solid #ddd;
	border                : 2px solid rgba(241, 241, 241, 1);
	-moz-border-radius    : 2px;
	-webkit-border-radius : 2px;
	border-radius         : 2px;
	-webkit-box-shadow    : 0 0 12px #333;
	-moz-box-shadow       : 0 0 12px #333;
	box-shadow            : 0 0 12px #333
}

.qtip-jtools .qtip-titlebar
{
	background-color : transparent;
	filter           : progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4a4a4a);
	-ms-filter       : "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)"
}

.qtip-jtools .qtip-content
{
	filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr=#4a4a4a, endColorstr=#232323);
	-ms-filter : "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)"
}

.qtip-jtools .qtip-titlebar, .qtip-jtools .qtip-content
{
	background : transparent;
	color      : #fff;
	border     : 0 dashed transparent
}

.qtip-jtools .qtip-icon
{
	border-color : #555
}

.qtip-jtools .qtip-titlebar .ui-state-hover
{
	border-color : #333
}

.qtip-cluetip
{
	-webkit-box-shadow : 4px 4px 5px rgba(0, 0, 0, .4);
	-moz-box-shadow    : 4px 4px 5px rgba(0, 0, 0, .4);
	box-shadow         : 4px 4px 5px rgba(0, 0, 0, .4);
	background-color   : #d9d9c2;
	color              : #111;
	border             : 0 dashed transparent
}

.qtip-cluetip .qtip-titlebar
{
	background-color : #87876a;
	color            : #fff;
	border           : 0 dashed transparent
}

.qtip-cluetip .qtip-icon
{
	border-color : #808064
}

.qtip-cluetip .qtip-titlebar .ui-state-hover
{
	border-color : #696952;
	color        : #696952
}

.qtip-tipsy
{
	background  : #000;
	background  : rgba(0, 0, 0, .87);
	color       : #fff;
	border      : 0 solid transparent;
	font-size   : 11px;
	font-family : 'Lucida Grande', sans-serif;
	font-weight : 700;
	line-height : 16px;
	text-shadow : 0 1px #000
}

.qtip-tipsy .qtip-titlebar
{
	padding          : 6px 35px 0 10px;
	background-color : transparent
}

.qtip-tipsy .qtip-content
{
	padding : 6px 10px
}

.qtip-tipsy .qtip-icon
{
	border-color : #222;
	text-shadow  : none
}

.qtip-tipsy .qtip-titlebar .ui-state-hover
{
	border-color : #303030
}

.qtip-tipped
{
	border                : 3px solid #959fa9;
	-moz-border-radius    : 3px;
	-webkit-border-radius : 3px;
	border-radius         : 3px;
	background-color      : #f9f9f9;
	color                 : #454545;
	font-weight           : 400;
	font-family           : serif
}

.qtip-tipped .qtip-titlebar
{
	border-bottom-width : 0;
	color               : #fff;
	background          : #3a79b8;
	background-image    : -webkit-gradient(linear, left top, left bottom, from(#3a79b8), to(#2e629d));
	background-image    : -webkit-linear-gradient(top, #3a79b8, #2e629d);
	background-image    : -moz-linear-gradient(top, #3a79b8, #2e629d);
	background-image    : -ms-linear-gradient(top, #3a79b8, #2e629d);
	background-image    : -o-linear-gradient(top, #3a79b8, #2e629d);
	filter              : progid:DXImageTransform.Microsoft.gradient(startColorstr=#3a79b8, endColorstr=#2e629d);
	-ms-filter          : "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)"
}

.qtip-tipped .qtip-icon
{
	border     : 2px solid #285589;
	background : #285589
}

.qtip-tipped .qtip-icon .ui-icon
{
	background-color : #fbfbfb;
	color            : #555
}

.qtip-bootstrap
{
	font-size               : 14px;
	line-height             : 20px;
	color                   : #333;
	padding                 : 1px;
	background-color        : #fff;
	border                  : 1px solid #ccc;
	border                  : 1px solid rgba(0, 0, 0, .2);
	-webkit-border-radius   : 6px;
	-moz-border-radius      : 6px;
	border-radius           : 6px;
	-webkit-box-shadow      : 0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow         : 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow              : 0 5px 10px rgba(0, 0, 0, .2);
	-webkit-background-clip : padding-box;
	-moz-background-clip    : padding;
	background-clip         : padding-box
}

.qtip-bootstrap .qtip-titlebar
{
	padding               : 8px 14px;
	margin                : 0;
	font-size             : 14px;
	font-weight           : 400;
	line-height           : 18px;
	background-color      : #f7f7f7;
	border-bottom         : 1px solid #ebebeb;
	-webkit-border-radius : 5px 5px 0 0;
	-moz-border-radius    : 5px 5px 0 0;
	border-radius         : 5px 5px 0 0
}

.qtip-bootstrap .qtip-titlebar .qtip-close
{
	right        : 11px;
	top          : 45%;
	border-style : none
}

.qtip-bootstrap .qtip-content
{
	padding : 9px 14px
}

.qtip-bootstrap .qtip-icon
{
	background : transparent
}

.qtip-bootstrap .qtip-icon .ui-icon
{
	width       : auto;
	height      : auto;
	float       : right;
	font-size   : 20px;
	font-weight : 700;
	line-height : 18px;
	color       : #000;
	text-shadow : 0 1px 0 #fff;
	opacity     : .2;
	filter      : alpha(opacity=20)
}

.qtip-bootstrap .qtip-icon .ui-icon:hover
{
	color           : #000;
	text-decoration : none;
	cursor          : pointer;
	opacity         : .4;
	filter          : alpha(opacity=40)
}

.qtip:not(.ie9haxors) div.qtip-content, .qtip:not(.ie9haxors) div.qtip-titlebar
{
	filter     : none;
	-ms-filter : none
}

.qtip .qtip-tip
{
	margin   : 0 auto;
	overflow : hidden;
	z-index  : 10
}

x:-o-prefocus, .qtip .qtip-tip
{
	visibility : hidden
}

.qtip .qtip-tip, .qtip .qtip-tip .qtip-vml, .qtip .qtip-tip canvas
{
	position   : absolute;
	color      : #123456;
	background : transparent;
	border     : 0 dashed transparent
}

.qtip .qtip-tip canvas
{
	top  : 0;
	left : 0
}

.qtip .qtip-tip .qtip-vml
{
	behavior   : url(#default#VML);
	display    : inline-block;
	visibility : visible
}

#qtip-overlay
{
	position : fixed;
	left     : 0;
	top      : 0;
	width    : 100%;
	height   : 100%
}

#qtip-overlay.blurs
{
	cursor : pointer
}

#qtip-overlay div
{
	position         : absolute;
	left             : 0;
	top              : 0;
	width            : 100%;
	height           : 100%;
	background-color : #000;
	opacity          : .7;
	filter           : alpha(opacity=70);
	-ms-filter       : "alpha(Opacity=70)"
}

.qtipmodal-ie6fix
{
	position : absolute !important
}
/*!
 * jQuery UI CSS Framework 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
	/*background  : #ccc;
	font-weight : bold;
	color       : #363636;*/
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited
{
	color           : #333;
	text-decoration : none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
{
	/*background  : #eee;
	font-weight : normal;
	color       : #363636;*/
}

.ui-state-hover a, .ui-state-hover a:hover
{
	text-decoration : none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
	background : #363636;
	color      : #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active a:hover
{
	background  : #fff;
	font-weight : normal;
	color       : #333;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited
{
	color           : #fff;
	text-decoration : none;
}

.ui-widget :active
{
	outline : none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden
{
	display : none;
}

.ui-helper-hidden-accessible
{
	position : absolute !important;
	clip     : rect(1px 1px 1px 1px);
	clip     : rect(1px, 1px, 1px, 1px);
}

.ui-helper-reset
{
	margin          : 0;
	padding         : 0;
	border          : 0;
	outline         : 0;
	line-height     : 1.3;
	text-decoration : none;
	font-size       : 100%;
	list-style      : none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after
{
	content : "";
	display : table;
}

.ui-helper-clearfix:after
{
	clear : both;
}

.ui-helper-clearfix
{
	zoom : 1;
}

.ui-helper-zfix
{
	width    : 100%;
	height   : 100%;
	top      : 0;
	left     : 0;
	position : absolute;
	opacity  : 0;
	filter   : Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled
{
	cursor : default !important;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon
{
	display           : block;
	text-indent       : -99999px;
	overflow          : hidden;
	background-repeat : no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay
{
	position : fixed;
	top      : 0;
	left     : 0;
	width    : 100%;
	height   : 100%;
    z-index: 10;
}

/*!
 * jQuery UI CSS Framework 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,%20Arial,%20sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=c7c6c6&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=100&borderColorHeader=ffffff&fcHeader=000000&iconColorHeader=423e3e&bgColorContent=f9f9f9&bgTextureContent=04_highlight_hard.png&bgImgOpacityContent=100&borderColorContent=cccccc&fcContent=222222&iconColorContent=222222&bgColorDefault=111111&bgTextureDefault=02_glass.png&bgImgOpacityDefault=40&borderColorDefault=777777&fcDefault=e3e3e3&iconColorDefault=ededed&bgColorHover=1c1c1c&bgTextureHover=02_glass.png&bgImgOpacityHover=55&borderColorHover=000000&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=01_flat.png&bgImgOpacityActive=65&borderColorActive=cccccc&fcActive=222222&iconColorActive=222222&bgColorHighlight=ffeb80&bgTextureHighlight=06_inset_hard.png&bgImgOpacityHighlight=55&borderColorHighlight=ffde2e&fcHighlight=363636&iconColorHighlight=4ca300&bgColorError=cd0a0a&bgTextureError=06_inset_hard.png&bgImgOpacityError=45&borderColorError=9e0505&fcError=ffffff&iconColorError=ffcf29&bgColorOverlay=aaaaaa&bgTextureOverlay=04_highlight_hard.png&bgImgOpacityOverlay=40&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=03_highlight_soft.png&bgImgOpacityShadow=50&opacityShadow=20&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */

/* Component containers
----------------------------------*/
.ui-widget
{
	font-size : 0.8em;
}

.ui-widget .ui-widget
{
	font-size : 1em;
}

.ui-widget-content
{
	color       : #545454;
	line-height : 1.3em;
}
/*
.ui-widget-content a
{
	color           : #fff;
	text-decoration : none;
}*/

/*.ui-widget-header { border: 1px solid #ffffff; background: #c7c6c6 url(/clients/saooti/img/ui-bg_gloss-wave_100_c7c6c6_500x100.png) 50% 50% repeat-x; color: #000000; font-weight: bold; }*/
.ui-widget-header a
{
	color : #000;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight
{
	border     : 1px solid #ffde2e;
	background : #ffeb80 url(/clients/default/img/ui-bg_inset-hard_55_ffeb80_1x100.png) 50% bottom repeat-x;
	color      : #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a
{
	color : #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error
{
	border     : 1px solid #9e0505;
	background : #cd0a0a url(/clients/default/img/ui-bg_inset-hard_45_cd0a0a_1x100.png) 50% bottom repeat-x;
	color      : #fff;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a
{
	color : #fff;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text
{
	color : #fff;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary
{
	font-weight : bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary
{
	opacity     : .7;
	filter      : Alpha(Opacity=70);
	font-weight : normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled
{
	opacity          : .35;
	filter           : Alpha(Opacity=35);
	background-image : none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon
{
	width            : 16px;
	height           : 16px;
	background-image : url(/clients/default/img/ui-icons_222222_256x240.png);
}

.ui-widget-content .ui-icon
{
	background-image : url(/clients/default/img/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon
{
	background-image : url(/clients/default/img/ui-icons_423e3e_256x240.png);
}

.ui-state-default .ui-icon
{
	background-image : url(/clients/default/img/ui-icons_ededed_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon
{
	background-image : url(/clients/default/img/ui-icons_ffffff_256x240.png);
}

.ui-state-active .ui-icon
{
	background-image : url(/clients/default/img/ui-icons_222222_256x240.png);
}

.ui-state-highlight .ui-icon
{
	background-image : url(/clients/default/img/ui-icons_4ca300_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon
{
	background-image : url(/clients/default/img/ui-icons_ffcf29_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n
{
	background-position : 0 0;
}

.ui-icon-carat-1-ne
{
	background-position : -16px 0;
}

.ui-icon-carat-1-e
{
	background-position : -32px 0;
}

.ui-icon-carat-1-se
{
	background-position : -48px 0;
}

.ui-icon-carat-1-s
{
	background-position : -64px 0;
}

.ui-icon-carat-1-sw
{
	background-position : -80px 0;
}

.ui-icon-carat-1-w
{
	background-position : -96px 0;
}

.ui-icon-carat-1-nw
{
	background-position : -112px 0;
}

.ui-icon-carat-2-n-s
{
	background-position : -128px 0;
}

.ui-icon-carat-2-e-w
{
	background-position : -144px 0;
}

.ui-icon-triangle-1-n
{
	background-position : 0 -16px;
}

.ui-icon-triangle-1-ne
{
	background-position : -16px -16px;
}

.ui-icon-triangle-1-e
{
	background-position : -32px -16px;
}

.ui-icon-triangle-1-se
{
	background-position : -48px -16px;
}

.ui-icon-triangle-1-s
{
	background-position : -64px -16px;
}

.ui-icon-triangle-1-sw
{
	background-position : -80px -16px;
}

.ui-icon-triangle-1-w
{
	background-position : -96px -16px;
}

.ui-icon-triangle-1-nw
{
	background-position : -112px -16px;
}

.ui-icon-triangle-2-n-s
{
	background-position : -128px -16px;
}

.ui-icon-triangle-2-e-w
{
	background-position : -144px -16px;
}

.ui-icon-arrow-1-n
{
	background-position : 0 -32px;
}

.ui-icon-arrow-1-ne
{
	background-position : -16px -32px;
}

.ui-icon-arrow-1-e
{
	background-position : -32px -32px;
}

.ui-icon-arrow-1-se
{
	background-position : -48px -32px;
}

.ui-icon-arrow-1-s
{
	background-position : -64px -32px;
}

.ui-icon-arrow-1-sw
{
	background-position : -80px -32px;
}

.ui-icon-arrow-1-w
{
	background-position : -96px -32px;
}

.ui-icon-arrow-1-nw
{
	background-position : -112px -32px;
}

.ui-icon-arrow-2-n-s
{
	background-position : -128px -32px;
}

.ui-icon-arrow-2-ne-sw
{
	background-position : -144px -32px;
}

.ui-icon-arrow-2-e-w
{
	background-position : -160px -32px;
}

.ui-icon-arrow-2-se-nw
{
	background-position : -176px -32px;
}

.ui-icon-arrowstop-1-n
{
	background-position : -192px -32px;
}

.ui-icon-arrowstop-1-e
{
	background-position : -208px -32px;
}

.ui-icon-arrowstop-1-s
{
	background-position : -224px -32px;
}

.ui-icon-arrowstop-1-w
{
	background-position : -240px -32px;
}

.ui-icon-arrowthick-1-n
{
	background-position : 0 -48px;
}

.ui-icon-arrowthick-1-ne
{
	background-position : -16px -48px;
}

.ui-icon-arrowthick-1-e
{
	background-position : -32px -48px;
}

.ui-icon-arrowthick-1-se
{
	background-position : -48px -48px;
}

.ui-icon-arrowthick-1-s
{
	background-position : -64px -48px;
}

.ui-icon-arrowthick-1-sw
{
	background-position : -80px -48px;
}

.ui-icon-arrowthick-1-w
{
	background-position : -96px -48px;
}

.ui-icon-arrowthick-1-nw
{
	background-position : -112px -48px;
}

.ui-icon-arrowthick-2-n-s
{
	background-position : -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw
{
	background-position : -144px -48px;
}

.ui-icon-arrowthick-2-e-w
{
	background-position : -160px -48px;
}

.ui-icon-arrowthick-2-se-nw
{
	background-position : -176px -48px;
}

.ui-icon-arrowthickstop-1-n
{
	background-position : -192px -48px;
}

.ui-icon-arrowthickstop-1-e
{
	background-position : -208px -48px;
}

.ui-icon-arrowthickstop-1-s
{
	background-position : -224px -48px;
}

.ui-icon-arrowthickstop-1-w
{
	background-position : -240px -48px;
}

.ui-icon-arrowreturnthick-1-w
{
	background-position : 0 -64px;
}

.ui-icon-arrowreturnthick-1-n
{
	background-position : -16px -64px;
}

.ui-icon-arrowreturnthick-1-e
{
	background-position : -32px -64px;
}

.ui-icon-arrowreturnthick-1-s
{
	background-position : -48px -64px;
}

.ui-icon-arrowreturn-1-w
{
	background-position : -64px -64px;
}

.ui-icon-arrowreturn-1-n
{
	background-position : -80px -64px;
}

.ui-icon-arrowreturn-1-e
{
	background-position : -96px -64px;
}

.ui-icon-arrowreturn-1-s
{
	background-position : -112px -64px;
}

.ui-icon-arrowrefresh-1-w
{
	background-position : -128px -64px;
}

.ui-icon-arrowrefresh-1-n
{
	background-position : -144px -64px;
}

.ui-icon-arrowrefresh-1-e
{
	background-position : -160px -64px;
}

.ui-icon-arrowrefresh-1-s
{
	background-position : -176px -64px;
}

.ui-icon-arrow-4
{
	background-position : 0 -80px;
}

.ui-icon-arrow-4-diag
{
	background-position : -16px -80px;
}

.ui-icon-extlink
{
	background-position : -32px -80px;
}

.ui-icon-newwin
{
	background-position : -48px -80px;
}

.ui-icon-refresh
{
	background-position : -64px -80px;
}

.ui-icon-shuffle
{
	background-position : -80px -80px;
}

.ui-icon-transfer-e-w
{
	background-position : -96px -80px;
}

.ui-icon-transferthick-e-w
{
	background-position : -112px -80px;
}

.ui-icon-folder-collapsed
{
	background-position : 0 -96px;
}

.ui-icon-folder-open
{
	background-position : -16px -96px;
}

.ui-icon-document
{
	background-position : -32px -96px;
}

.ui-icon-document-b
{
	background-position : -48px -96px;
}

.ui-icon-note
{
	background-position : -64px -96px;
}

.ui-icon-mail-closed
{
	background-position : -80px -96px;
}

.ui-icon-mail-open
{
	background-position : -96px -96px;
}

.ui-icon-suitcase
{
	background-position : -112px -96px;
}

.ui-icon-comment
{
	background-position : -128px -96px;
}

.ui-icon-person
{
	background-position : -144px -96px;
	padding             : 2px;
}

.ui-icon-print
{
	background-position : -160px -96px;
}

.ui-icon-trash
{
	background-position : -176px -96px;
}

.ui-icon-locked
{
	background-position : -192px -96px;
}

.ui-icon-unlocked
{
	background-position : -208px -96px;
}

.ui-icon-bookmark
{
	background-position : -224px -96px;
}

.ui-icon-tag
{
	background-position : -240px -96px;
}

.ui-icon-home
{
	background-position : 0 -112px;
}

.ui-icon-flag
{
	background-position : -16px -112px;
}

.ui-icon-calendar
{
	background-position : -32px -112px;
}

.ui-icon-cart
{
	background-position : -48px -112px;
}

.ui-icon-pencil
{
	background-position : -64px -112px;
}

.ui-icon-clock
{
	background-position : -80px -112px;
}

.ui-icon-disk
{
	background-position : -96px -112px;
}

.ui-icon-calculator
{
	background-position : -112px -112px;
}

.ui-icon-zoomin
{
	background-position : -128px -112px;
}

.ui-icon-zoomout
{
	background-position : -144px -112px;
}

.ui-icon-search
{
	background-position : -160px -112px;
}

.ui-icon-wrench
{
	background-position : -176px -112px;
}

.ui-icon-gear
{
	background-position : -192px -112px;
}

.ui-icon-heart
{
	background-position : -208px -112px;
}

.ui-icon-star
{
	background-position : -224px -112px;
}

.ui-icon-link
{
	background-position : -240px -112px;
}

.ui-icon-cancel
{
	background-position : 0 -128px;
}

.ui-icon-plus
{
	background-position : -16px -128px;
}

.ui-icon-plusthick
{
	background-position : -32px -128px;
}

.ui-icon-minus
{
	background-position : -48px -128px;
}

.ui-icon-minusthick
{
	background-position : -64px -128px;
}

.ui-icon-close
{
	background-position : -80px -128px;
}

.ui-icon-closethick
{
	background-position : -96px -128px;
}

.ui-icon-key
{
	background-position : -112px -128px;
}

.ui-icon-lightbulb
{
	background-position : -128px -128px;
}

.ui-icon-scissors
{
	background-position : -144px -128px;
}

.ui-icon-clipboard
{
	background-position : -160px -128px;
}

.ui-icon-copy
{
	background-position : -176px -128px;
}

.ui-icon-contact
{
	background-position : -192px -128px;
}

.ui-icon-image
{
	background-position : -208px -128px;
}

.ui-icon-video
{
	background-position : -224px -128px;
}

.ui-icon-script
{
	background-position : -240px -128px;
}

.ui-icon-alert
{
	background-position : 0 -144px;
}

.ui-icon-info
{
	background-position : -16px -144px;
}

.ui-icon-notice
{
	background-position : -32px -144px;
}

.ui-icon-help
{
	background-position : -48px -144px;
}

.ui-icon-check
{
	background-position : -64px -144px;
}

.ui-icon-bullet
{
	background-position : -80px -144px;
}

.ui-icon-radio-off
{
	background-position : -96px -144px;
}

.ui-icon-radio-on
{
	background-position : -112px -144px;
}

.ui-icon-pin-w
{
	background-position : -128px -144px;
}

.ui-icon-pin-s
{
	background-position : -144px -144px;
}

.ui-icon-play
{
	background-position : 0 -160px;
}

.ui-icon-pause
{
	background-position : -16px -160px;
}

.ui-icon-seek-next
{
	background-position : -32px -160px;
}

.ui-icon-seek-prev
{
	background-position : -48px -160px;
}

.ui-icon-seek-end
{
	background-position : -64px -160px;
}

.ui-icon-seek-start
{
	background-position : -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first
{
	background-position : -80px -160px;
}

.ui-icon-stop
{
	background-position : -96px -160px;
}

.ui-icon-eject
{
	background-position : -112px -160px;
}

.ui-icon-volume-off
{
	background-position : -128px -160px;
}

.ui-icon-volume-on
{
	background-position : -144px -160px;
}

.ui-icon-power
{
	background-position : 0 -176px;
}

.ui-icon-signal-diag
{
	background-position : -16px -176px;
}

.ui-icon-signal
{
	background-position : -32px -176px;
}

.ui-icon-battery-0
{
	background-position : -48px -176px;
}

.ui-icon-battery-1
{
	background-position : -64px -176px;
}

.ui-icon-battery-2
{
	background-position : -80px -176px;
}

.ui-icon-battery-3
{
	background-position : -96px -176px;
}

.ui-icon-circle-plus
{
	background-position : 0 -192px;
}

.ui-icon-circle-minus
{
	background-position : -16px -192px;
}

.ui-icon-circle-close
{
	background-position : -32px -192px;
}

.ui-icon-circle-triangle-e
{
	background-position : -48px -192px;
}

.ui-icon-circle-triangle-s
{
	background-position : -64px -192px;
}

.ui-icon-circle-triangle-w
{
	background-position : -80px -192px;
}

.ui-icon-circle-triangle-n
{
	background-position : -96px -192px;
}

.ui-icon-circle-arrow-e
{
	background-position : -112px -192px;
}

.ui-icon-circle-arrow-s
{
	background-position : -128px -192px;
}

.ui-icon-circle-arrow-w
{
	background-position : -144px -192px;
}

.ui-icon-circle-arrow-n
{
	background-position : -160px -192px;
}

.ui-icon-circle-zoomin
{
	background-position : -176px -192px;
}

.ui-icon-circle-zoomout
{
	background-position : -192px -192px;
}

.ui-icon-circle-check
{
	background-position : -208px -192px;
}

.ui-icon-circlesmall-plus
{
	background-position : 0 -208px;
}

.ui-icon-circlesmall-minus
{
	background-position : -16px -208px;
}

.ui-icon-circlesmall-close
{
	background-position : -32px -208px;
}

.ui-icon-squaresmall-plus
{
	background-position : -48px -208px;
}

.ui-icon-squaresmall-minus
{
	background-position : -64px -208px;
}

.ui-icon-squaresmall-close
{
	background-position : -80px -208px;
}

.ui-icon-grip-dotted-vertical
{
	background-position : 0 -224px;
}

.ui-icon-grip-dotted-horizontal
{
	background-position : -16px -224px;
}

.ui-icon-grip-solid-vertical
{
	background-position : -32px -224px;
}

.ui-icon-grip-solid-horizontal
{
	background-position : -48px -224px;
}

.ui-icon-gripsmall-diagonal-se
{
	background-position : -64px -224px;
}

.ui-icon-grip-diagonal-se
{
	background-position : -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
/* .ui-corner-all,  .ui-corner-top,  .ui-corner-left,  .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
 .ui-corner-all,  .ui-corner-top,  .ui-corner-right,  .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
 .ui-corner-all,  .ui-corner-bottom,  .ui-corner-left,  .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
 .ui-corner-all,  .ui-corner-bottom,  .ui-corner-right,  .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
*/
/* Overlays */
.ui-widget-overlay
{
	background : #000;
	opacity    : .7;
	filter     : Alpha(Opacity=70);
}

.ui-widget-shadow
{
	margin                : -8px 0 0 -8px;
	padding               : 8px;
	background            : #aaa url(/clients/default/img/ui-bg_highlight-soft_50_aaaaaa_1x100.png) 50% top repeat-x;
	opacity               : .20;
	filter                : Alpha(Opacity=20);
	-moz-border-radius    : 8px;
	-khtml-border-radius  : 8px;
	-webkit-border-radius : 8px;
	border-radius         : 8px;
}

/*!
 * jQuery UI Resizable 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable
{
	position : relative;
}

.ui-resizable-handle
{
	position  : absolute;
	font-size : 0.1px;
	display   : block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle
{
	display : none;
}

.ui-resizable-n
{
	cursor : n-resize;
	height : 7px;
	width  : 100%;
	top    : -5px;
	left   : 0;
}

.ui-resizable-s
{
	cursor : s-resize;
	height : 7px;
	width  : 100%;
	bottom : -5px;
	left   : 0;
}

.ui-resizable-e
{
	cursor : e-resize;
	width  : 7px;
	right  : -5px;
	top    : 0;
	height : 100%;
}

.ui-resizable-w
{
	cursor : w-resize;
	width  : 7px;
	left   : -5px;
	top    : 0;
	height : 100%;
}

.ui-resizable-se
{
	cursor : se-resize;
	width  : 12px;
	height : 12px;
	right  : 1px;
	bottom : 1px;
}

.ui-resizable-sw
{
	cursor : sw-resize;
	width  : 9px;
	height : 9px;
	left   : -5px;
	bottom : -5px;
}

.ui-resizable-nw
{
	cursor : nw-resize;
	width  : 9px;
	height : 9px;
	left   : -5px;
	top    : -5px;
}

.ui-resizable-ne
{
	cursor : ne-resize;
	width  : 9px;
	height : 9px;
	right  : -5px;
	top    : -5px;
}

/*!
 * jQuery UI Selectable 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper
{
	position : absolute;
	z-index  : 100;
	border   : 1px dotted black;
}

/*!
 * jQuery UI Accordion 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion
{
	width : 100%;
}

.ui-accordion .ui-accordion-header
{
	cursor     : pointer;
	position   : relative;
	margin-top : 1px;
	zoom       : 1;
}

.ui-accordion .ui-accordion-li-fix
{
	display : inline;
}

.ui-accordion .ui-accordion-header-active
{
	border-bottom : 0 !important;
}

.ui-accordion .ui-accordion-header a
{
	display   : block;
	font-size : 1em;
	padding   : .5em .5em .5em .7em;
}

.ui-accordion-icons .ui-accordion-header a
{
	padding-left : 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon
{
	position   : absolute;
	left       : .5em;
	top        : 50%;
	margin-top : -8px;
}

.ui-accordion .ui-accordion-content
{
	padding       : 1em 2.2em;
	border-top    : 0;
	margin-top    : -2px;
	position      : relative;
	top           : 1px;
	margin-bottom : 2px;
	overflow      : auto;
	display       : none;
	zoom          : 1;
}

.ui-accordion .ui-accordion-content-active
{
	display : block;
}

/*!
 * jQuery UI Autocomplete 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete
{
	position : absolute;
	cursor   : default;
}

/* workarounds */
* html .ui-autocomplete
{
	width : 1px;
}

.ui-menu
{
	list-style : none;
	margin     : 0;
	display    : block;
	outline    : none;
}

.ui-menu .ui-menu
{
	margin-top : -3px;
	position   : absolute;
}

.ui-menu .ui-menu-item
{
	margin  : 0;
	padding : 0;
	width   : 100%;
}

.ui-menu .ui-menu-divider
{
	margin       : 5px -2px 5px -2px;
	height       : 0;
	font-size    : 0;
	line-height  : 0;
	border-width : 1px 0 0 0;
}

.ui-menu .ui-menu-item a
{
	text-decoration : none;
	display         : block;
	padding         : 2px .4em;
	min-height      : 0; /* support: IE7 */
	font-weight     : normal;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active
{
	font-weight : normal;
	background  : none;
}

.ui-menu .ui-state-disabled
{
	font-weight : normal;
	margin      : .4em 0 .2em;
	line-height : 1.5;
}

.ui-menu .ui-state-disabled a
{
	cursor : default;
}

/* icon support */
.ui-menu-icons
{
	position : relative;
}

.ui-menu-icons .ui-menu-item a
{
	position     : relative;
	padding-left : 2em;
}

.ui-menu-icon.ui-icon.ui-icon-carat-1-e
{
	margin-top : 0.35em;
}

/* left-aligned */
.ui-menu .ui-icon
{
	position         : absolute;
	top              : .2em;
	left             : .2em;
	background-image : url(/clients/default/img/ui-icons_ffffff_256x240.png);
}

/* right-aligned */
.ui-menu .ui-menu-icon
{
	position : static;
	float    : right;
}

/*!
 * jQuery UI Button 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button
{
	display         : inline-block;
	position        : relative;
	padding         : 0;
	margin-right    : .1em;
	text-decoration : none !important;
	cursor          : pointer;
	text-align      : center;
	zoom            : 1;
	overflow        : visible;
}

/* the overflow property removes extra width in IE */
.ui-button-icon-only
{
	width : 2.2em;
}

/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only
{
	width : 2.4em;
}

/* button elements seem to need a little more width */
.ui-button-icons-only
{
	width : 3.4em;
}

button.ui-button-icons-only
{
	width : 3.7em;
}

/*button text element */
.ui-button .ui-button-text
{
	display     : block;
	line-height : 1.4;
}

.ui-button-text-only .ui-button-text
{
	padding : .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text
{
	padding     : .4em;
	text-indent : -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text
{
	padding : .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text
{
	padding : .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text
{
	padding-left  : 2.1em;
	padding-right : 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button
{
	padding : .4em 1em;
}

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon
{
	position   : absolute;
	top        : 50%;
	margin-top : -8px;
}

.ui-button-icon-only .ui-icon
{
	left        : 50%;
	margin-left : -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary
{
	left : .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary
{
	right : .5em;
}

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary
{
	right : .5em;
}

/*button sets*/
.ui-buttonset
{
	margin-right : 7px;
}

.ui-buttonset .ui-button
{
	margin-left  : 0;
	margin-right : -.3em;
}

/* workarounds */
button.ui-button::-moz-focus-inner
{
	border  : 0;
	padding : 0;
}

/* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog
{
    position : absolute;
    padding  : .2em;
    width    : 300px;
    overflow : hidden;
    z-index: 20;
    background: #fff;
    border-radius: 8px;
    color: #000;
}

.ui-dialog .ui-dialog-titlebar
{
	padding  : .4em 1em;
	position : relative;
}

.ui-dialog .ui-dialog-title
{
	float  : left;
	margin : .1em 16px .1em 0;
}

.ui-dialog .ui-dialog-titlebar-close
{
	position : absolute;
	right    : .3em;
	top      : 50%;
	width    : 19px;
	margin   : -10px 0 0 0;
	padding  : 1px;
	height   : 18px;
}

.ui-dialog .ui-dialog-titlebar-close span
{
	display : block;
	margin  : 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus
{
	padding : 0;
}

.ui-dialog .ui-dialog-content
{
	position   : relative;
	border     : 0;
	padding    : .5em 1em;
	background : none;
	overflow   : auto;
	zoom       : 1;
}

.ui-dialog .ui-dialog-buttonpane
{
	text-align       : left;
	background-image : none;
	margin           : .5em 0 0 0;
	padding          : .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset
{
	float : right;
}

.ui-dialog .ui-dialog-buttonpane button
{
	margin : .5em .4em .5em 0;
	cursor : pointer;
}

.ui-dialog .ui-resizable-se
{
	width  : 14px;
	height : 14px;
	right  : 3px;
	bottom : 3px;
}

.ui-draggable .ui-dialog-titlebar
{
	cursor : move;
}

/*!
 * jQuery UI Slider 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider
{
	position   : relative;
	text-align : left;
}

.ui-slider .ui-slider-handle
{
	position : absolute;
	z-index  : 2;
	width    : 1.2em;
	height   : 1.2em;
	cursor   : default;
}

.ui-slider .ui-slider-range
{
	position            : absolute;
	z-index             : 1;
	font-size           : .7em;
	display             : block;
	border              : 0;
	background-position : 0 0;
}

.ui-slider-horizontal
{
	background : #ccc;
	width      : 200px;
	margin-top : 5px;
	height     : 8px;
}

.ui-slider-horizontal .ui-slider-handle
{
	top         : -.3em;
	margin-left : -.6em;
	background  : #aaa;
	height      : 12px;
	width       : 12px;
}

.ui-slider-horizontal .ui-slider-range
{
	top    : 0;
	height : 100%;
}

.ui-slider-horizontal .ui-slider-range-min
{
	left : 0;
}

.ui-slider-horizontal .ui-slider-range-max
{
	right : 0;
}

.ui-slider-vertical
{
	width  : .8em;
	height : 100px;
}

.ui-slider-vertical .ui-slider-handle
{
	left          : -.3em;
	margin-left   : 0;
	margin-bottom : -.6em;
}

.ui-slider-vertical .ui-slider-range
{
	left  : 0;
	width : 100%;
}

.ui-slider-vertical .ui-slider-range-min
{
	bottom : 0;
}

.ui-slider-vertical .ui-slider-range-max
{
	top : 0;
}

/*!
 * jQuery UI Tabs 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs
{
	position : relative;
	padding  : 0;
	zoom     : 1;
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav
{
	margin  : 0;
	padding : 0;
	height  : 32px;
}

.ui-tabs .ui-tabs-nav li
{
	font-weight                     : normal;
	font-size                       : 14px;
	list-style                      : none;
	float                           : left;
	position                        : relative;
	top                             : 0;
	padding                         : 0;
	white-space                     : nowrap;
	border-bottom                   : 1px solid #fff;
	margin                          : 0 0.3em 0 0;
	width                           : auto;
	-webkit-border-top-left-radius  : 6px;
	-webkit-border-top-right-radius : 6px;
	-moz-border-radius-topleft      : 6px;
	-moz-border-radius-topright     : 6px;
	border-top-left-radius          : 6px;
	border-top-right-radius         : 6px;
	border-bottom                   : none;
}

.ui-tabs .ui-tabs-nav li a
{
	float           : left;
	text-decoration : none;
	text-transform  : uppercase;
	padding         : 0.5em 0.8em 0.5em;
	width           : auto;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
	margin-bottom  : 0;
	padding-bottom : 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a
{
	cursor : pointer;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a
{
	cursor : pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel
{
	display    : block;
	background : #f6f6f6;
	padding    : 0 2.4em 2em 2.4em;
}

.ui-tabs .live.ui-tabs-panel
{
    padding : 0 2em 2em 2em;
}

.ui-tabs .ui-tabs-hide
{
	display : none !important;
}

/*!
 * jQuery UI Datepicker 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker
{
	width   : 17em;
	padding : .2em .2em 0;
	display : none;
}

.ui-datepicker .ui-datepicker-header
{
	position : relative;
	padding  : .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next
{
	position : absolute;
	top      : 2px;
	width    : 1.8em;
	height   : 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover
{
	top : 1px;
}

.ui-datepicker .ui-datepicker-prev
{
	left : 2px;
}

.ui-datepicker .ui-datepicker-next
{
	right : 2px;
}

.ui-datepicker .ui-datepicker-prev-hover
{
	left : 1px;
}

.ui-datepicker .ui-datepicker-next-hover
{
	right : 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span
{
	display     : block;
	position    : absolute;
	left        : 50%;
	margin-left : -8px;
	top         : 50%;
	margin-top  : -8px;
}

.ui-datepicker .ui-datepicker-title
{
	margin      : 0 2.3em;
	line-height : 1.8em;
	text-align  : center;
}

.ui-datepicker .ui-datepicker-title select
{
	font-size : 1em;
	margin    : 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year
{
	width : 100%;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year
{
	width : 49%;
}

.ui-datepicker table
{
	width           : 100%;
	font-size       : .9em;
	border-collapse : collapse;
	margin          : 0 0 .4em;
}

.ui-datepicker th
{
	padding     : .7em .3em;
	text-align  : center;
	font-weight : bold;
	border      : 0;
}

.ui-datepicker td
{
	border  : 0;
	padding : 1px;
}

.ui-datepicker td span, .ui-datepicker td a
{
	display         : block;
	padding         : .2em;
	text-align      : right;
	text-decoration : none;
}

.ui-datepicker .ui-datepicker-buttonpane
{
	background-image : none;
	margin           : .7em 0 0 0;
	padding          : 0 .2em;
	border-left      : 0;
	border-right     : 0;
	border-bottom    : 0;
}

.ui-datepicker .ui-datepicker-buttonpane button
{
	float    : right;
	margin   : .5em .2em .4em;
	cursor   : pointer;
	padding  : .2em .6em .3em .6em;
	width    : auto;
	overflow : visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current
{
	float : left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi
{
	width : auto;
	background: #fff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.ui-datepicker-multi .ui-datepicker-group
{
	float : left;
}

.ui-datepicker-multi .ui-datepicker-group table
{
	width  : 95%;
	margin : 0 auto .4em;
	background: #eee;
}

.ui-datepicker-multi-2 .ui-datepicker-group
{
	width : 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group
{
	width : 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group
{
	width : 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header
{
	border-left-width : 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header
{
	border-left-width : 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane
{
	clear : left;
}

.ui-datepicker-row-break
{
	clear     : both;
	width     : 100%;
	font-size : 0;
}

/* RTL support */
.ui-datepicker-rtl
{
	direction : rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev
{
	right : 2px;
	left  : auto;
}

.ui-datepicker-rtl .ui-datepicker-next
{
	left  : 2px;
	right : auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover
{
	right : 1px;
	left  : auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover
{
	left  : 1px;
	right : auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane
{
	clear : right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button
{
	float : left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current
{
	float : right;
}

.ui-datepicker-rtl .ui-datepicker-group
{
	float : right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header
{
	border-right-width : 0;
	border-left-width  : 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header
{
	border-right-width : 0;
	border-left-width  : 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover
{
	display /**/ : block; /*sorry for IE5*/
	position     : absolute; /*must have*/
	z-index      : -1; /*must have*/
	filter       : mask(); /*must have*/
	top          : -4px; /*must have*/
	left         : -4px; /*must have*/
	width        : 200px; /*must have*/
	height       : 200px; /*must have*/
}

/*!
 * jQuery UI Progressbar 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar
{
	height     : 2em;
	text-align : left;
	overflow   : hidden;
}

.ui-progressbar .ui-progressbar-value
{
	margin : -1px;
	height : 100%;
}
 /* common fonts style */
 @font-face {
  font-family: 'saooti-ui';
  src:url('/assets/fonts/saooti-ui.eot?v00qmq');
  src:url('/assets/fonts/saooti-ui.eot?v00qmq#iefix') format('embedded-opentype'),
      url('/assets/fonts/saooti-ui.ttf?v00qmq') format('truetype'),
      url('/assets/fonts/saooti-ui.woff?v00qmq') format('woff'),
      url('/assets/fonts/saooti-ui.svg?v00qmq#saooti-ui') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="saooti-"], [class*=" saooti-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'saooti-ui' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.saooti-language:before {
  content: "\eadb";
}
.saooti-tools:before {
  content: "\eae3";
}
.saooti-qrcode:before {
  content: "\eae2";
}
.saooti-newsletter:before {
  content: "\eadf";
}
.saooti-exit2:before {
  content: "\eae0";
}
.saooti-more:before {
  content: "\eae1";
}
.saooti-Whatsapp .path1:before {
  content: "\eadc";
  color: rgb(44, 183, 66);
}
.saooti-Whatsapp .path2:before {
  content: "\eadd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.saooti-Whatsapp .path3:before {
  content: "\eade";
  margin-left: -1em;
  color: rgb(44, 183, 66);
}
.saooti-amazon .path1:before {
  content: "\ead8";
  color: rgb(255, 153, 0);
}
.saooti-amazon .path2:before {
  content: "\ead9";
  margin-left: -1em;
  color: rgb(255, 153, 0);
}
.saooti-amazon .path3:before {
  content: "\eada";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.saooti-podcast-republic .path1:before {
  content: "\ea91";
  color: rgb(92, 133, 221);
}
.saooti-podcast-republic .path2:before {
  content: "\eab5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.saooti-podcast-republic .path3:before {
  content: "\eab6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.saooti-podcast-republic .path4:before {
  content: "\eab7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.saooti-Overcast:before {
  content: "\eab8";
  color: #fc7e0f;
}
.saooti-Google-Home .path1:before {
  content: "\eab9";
  color: rgb(236, 80, 67);
}
.saooti-Google-Home .path2:before {
  content: "\eaba";
  margin-left: -1em;
  color: rgb(69, 134, 247);
}
.saooti-Google-Home .path3:before {
  content: "\eabb";
  margin-left: -1em;
  color: rgb(253, 192, 13);
}
.saooti-Google-Home .path4:before {
  content: "\eabc";
  margin-left: -1em;
  color: rgb(59, 171, 89);
}
.saooti-google-podcasts .path1:before {
  content: "\eabd";
  color: rgb(0, 102, 217);
}
.saooti-google-podcasts .path2:before {
  content: "\eabe";
  margin-left: -1em;
  color: rgb(66, 133, 244);
}
.saooti-google-podcasts .path3:before {
  content: "\eabf";
  margin-left: -1em;
  color: rgb(234, 67, 53);
}
.saooti-google-podcasts .path4:before {
  content: "\eac0";
  margin-left: -1em;
  color: rgb(52, 168, 83);
}
.saooti-google-podcasts .path5:before {
  content: "\eac1";
  margin-left: -1em;
  color: rgb(250, 185, 8);
}
.saooti-google-podcasts .path6:before {
  content: "\eac2";
  margin-left: -1em;
  color: rgb(52, 168, 83);
}
.saooti-google-podcasts .path7:before {
  content: "\eac3";
  margin-left: -1em;
  color: rgb(250, 185, 8);
}
.saooti-filter-distrib:before {
  content: "\ea9d";
}
.saooti-podcast-addict .path1:before {
  content: "\ea9e";
  color: rgb(244, 132, 45);
}
.saooti-podcast-addict .path2:before {
  content: "\ea9f";
  margin-left: -0.9970703125em;
  color: rgb(255, 255, 255);
}
.saooti-playerfm:before {
  content: "\eaa0";
  color: #bb202a;
}
.saooti-pocket-casts .path1:before {
  content: "\eaa1";
  color: rgb(244, 62, 55);
}
.saooti-pocket-casts .path2:before {
  content: "\eaa2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.saooti-stitcher-logo .path1:before {
  content: "\eaa3";
  color: rgb(0, 0, 0);
}
.saooti-stitcher-logo .path2:before {
  content: "\eaa4";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.saooti-stitcher-logo .path3:before {
  content: "\eaa5";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.saooti-stitcher-logo .path4:before {
  content: "\eaa6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.saooti-stitcher-logo .path5:before {
  content: "\eaa7";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.saooti-stitcher-logo .path6:before {
  content: "\eaa8";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.saooti-stitcher-logo .path7:before {
  content: "\eaa9";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.saooti-stitcher-logo .path8:before {
  content: "\eaaa";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.saooti-stitcher-logo .path9:before {
  content: "\eaab";
  margin-left: -1em;
  color: rgb(53, 144, 197);
}
.saooti-stitcher-logo .path10:before {
  content: "\eaac";
  margin-left: -1em;
  color: rgb(53, 144, 197);
}
.saooti-stitcher-logo .path11:before {
  content: "\eaad";
  margin-left: -1em;
  color: rgb(197, 56, 39);
}
.saooti-stitcher-logo .path12:before {
  content: "\eaae";
  margin-left: -1em;
  color: rgb(197, 56, 39);
}
.saooti-stitcher-logo .path13:before {
  content: "\eaaf";
  margin-left: -1em;
  color: rgb(236, 139, 36);
}
.saooti-stitcher-logo .path14:before {
  content: "\eab0";
  margin-left: -1em;
  color: rgb(236, 139, 36);
}
.saooti-stitcher-logo .path15:before {
  content: "\eab1";
  margin-left: -1em;
  color: rgb(251, 198, 24);
}
.saooti-stitcher-logo .path16:before {
  content: "\eab2";
  margin-left: -1em;
  color: rgb(251, 198, 24);
}
.saooti-stitcher-logo .path17:before {
  content: "\eab3";
  margin-left: -1em;
  color: rgb(97, 34, 104);
}
.saooti-stitcher-logo .path18:before {
  content: "\eab4";
  margin-left: -1em;
  color: rgb(97, 34, 104);
}
.saooti-user-octopus:before {
  content: "\ea9b";
}
.saooti-audionow .path1:before {
  content: "\ea9c";
  color: rgb(0, 0, 0);
}
.saooti-audionow .path2:before {
  content: "\eac4";
  margin-left: -1.2578125em;
  color: rgb(0, 0, 0);
}
.saooti-audionow .path3:before {
  content: "\eac5";
  margin-left: -1.2578125em;
  color: rgb(0, 0, 0);
}
.saooti-audionow .path4:before {
  content: "\eac6";
  margin-left: -1.2578125em;
  color: rgb(0, 0, 0);
}
.saooti-audionow .path5:before {
  content: "\eac7";
  margin-left: -1.2578125em;
  color: rgb(0, 0, 0);
}
.saooti-audionow .path6:before {
  content: "\eac8";
  margin-left: -1.2578125em;
  color: rgb(0, 0, 0);
}
.saooti-audionow .path7:before {
  content: "\eac9";
  margin-left: -1.2578125em;
  color: rgb(0, 0, 0);
}
.saooti-audionow .path8:before {
  content: "\eaca";
  margin-left: -1.2578125em;
  color: rgb(0, 0, 0);
}
.saooti-audionow .path9:before {
  content: "\eacb";
  margin-left: -1.2578125em;
  color: rgb(217, 16, 62);
}
.saooti-listening:before {
  content: "\ea9a";
}
.saooti-google-play-badge:before {
  content: "\ea99";
}
.saooti-appstore-badge:before {
  content: "\ea98";
}
.saooti-scroll-down:before {
  content: "\ea97";
}
.saooti-cartouche:before {
  content: "\e920";
}
.saooti-mic-off:before {
  content: "\ea96";
}
.saooti-apple:before {
  content: "\ea8e";
  color: #999;
}
.saooti-deezer:before {
  content: "\ea8f";
  color: #00c7f2;
}
.saooti-podcast-octopus:before {
  content: "\ea95";
  color: #93c;
}
.saooti-spotify:before {
  content: "\ea90";
  color: #1ed760;
}
.saooti-tootak:before {
  content: "\ea92";
  color: #ff4d53;
}
.saooti-radioline .path1:before {
  content: "\ea93";
  color: rgb(22, 120, 189);
}
.saooti-radioline .path2:before {
  content: "\eacc";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.saooti-radioline .path3:before {
  content: "\eacd";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.saooti-radioline .path4:before {
  content: "\eace";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.saooti-radioline .path5:before {
  content: "\eacf";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.saooti-radioline .path6:before {
  content: "\ead0";
  margin-left: -1em;
  color: rgb(22, 120, 189);
}
.saooti-radioline .path7:before {
  content: "\ead1";
  margin-left: -1em;
  color: rgb(22, 120, 189);
}
.saooti-radioline .path8:before {
  content: "\ead2";
  margin-left: -1em;
  color: rgb(22, 120, 189);
}
.saooti-radioline .path9:before {
  content: "\ead3";
  margin-left: -1em;
  color: rgb(22, 120, 189);
}
.saooti-radioline .path10:before {
  content: "\ead4";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.saooti-radioline .path11:before {
  content: "\ead5";
  margin-left: -1em;
  color: rgb(22, 120, 189);
}
.saooti-radioline .path12:before {
  content: "\ead6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.saooti-radioline .path13:before {
  content: "\ead7";
  margin-left: -1em;
  color: rgb(22, 120, 189);
}
.saooti-tunin:before {
  content: "\ea94";
  color: #36b4a7;
}
.saooti-instagram2:before {
  content: "\ea8c";
}
.saooti-linkedin1:before {
  content: "\ea8d";
}
.saooti-youtube:before {
  content: "\ea8b";
}
.saooti-iTunes2:before {
  content: "\ea8a";
}
.saooti-Interactivity-bounty:before {
  content: "\ea88";
}
.saooti-listen-bounty:before {
  content: "\ea89";
}
.saooti-save-bounty:before {
  content: "\ea86";
}
.saooti-edit-bounty:before {
  content: "\ea87";
}
.saooti-heartbreak-bounty:before {
  content: "\ea83";
}
.saooti-downwave-bounty:before {
  content: "\ea7e";
}
.saooti-downvideo-bounty:before {
  content: "\ea7f";
}
.saooti-noun_clock_2284436:before {
  content: "\ea80";
}
.saooti-warning-bounty:before {
  content: "\ea69";
}
.saooti-play2-bounty:before {
  content: "\ea6a";
}
.saooti-volume-bounty:before {
  content: "\ea6b";
}
.saooti-novolume-bounty:before {
  content: "\ea6c";
}
.saooti-next2-bounty:before {
  content: "\ea6d";
}
.saooti-next-bounty:before {
  content: "\ea6e";
}
.saooti-up-bounty:before {
  content: "\ea84";
}
.saooti-down-bounty:before {
  content: "\ea85";
}
.saooti-prec-bounty:before {
  content: "\ea81";
}
.saooti-pause-bounty:before {
  content: "\ea6f";
}
.saooti-stop-bounty:before {
  content: "\ea70";
}
.saooti-share-bounty:before {
  content: "\ea71";
}
.saooti-rss-bounty:before {
  content: "\ea72";
}
.saooti-remove-bounty:before {
  content: "\ea73";
}
.saooti-twitter-bounty:before {
  content: "\ea74";
}
.saooti-facebook-bounty:before {
  content: "\ea75";
}
.saooti-search-bounty:before {
  content: "\ea76";
}
.saooti-send-bounty:before {
  content: "\ea77";
}
.saooti-play-bounty:before {
  content: "\ea78";
}
.saooti-star-bounty:before {
  content: "\ea79";
}
.saooti-export-bounty:before {
  content: "\ea7a";
}
.saooti-heart-bounty:before {
  content: "\ea7b";
}
.saooti-mail-bounty:before {
  content: "\ea7c";
}
.saooti-download-bounty:before {
  content: "\ea7d";
}
.saooti-headphones:before {
  content: "\ea5f";
}
.saooti-feed:before {
  content: "\ea60";
}
.saooti-mic2:before {
  content: "\ea61";
}
.saooti-location:before {
  content: "\ea62";
}
.saooti-location2:before {
  content: "\ea63";
}
.saooti-chapiter-stud:before {
  content: "\ea82";
}
.saooti-switch-rec-stud:before {
  content: "\ea24";
}
.saooti-remove-notifs-stud:before {
  content: "\ea21";
}
.saooti-download-stud:before {
  content: "\ea1f";
}
.saooti-no-transfert-stud:before {
  content: "\ea19";
}
.saooti-transfert-stud:before {
  content: "\ea18";
}
.saooti-add-user-stud:before {
  content: "\ea17";
}
.saooti-remove-user-stud:before {
  content: "\ea16";
}
.saooti-talkover-on-stud:before {
  content: "\ea14";
}
.saooti-talkover-off-stud:before {
  content: "\ea15";
}
.saooti-disconnected-stud:before {
  content: "\ea13";
}
.saooti-disconnect-board-stud:before {
  content: "\ea12";
}
.saooti-connect-board-stud:before {
  content: "\ea11";
}
.saooti-close-public-stud:before {
  content: "\ea10";
}
.saooti-open-public-stud:before {
  content: "\ea0f";
}
.saooti-refresh-stud:before {
  content: "\ea0e";
}
.saooti-connect-user-stud:before {
  content: "\ea0d";
}
.saooti-disconnect-user-stud:before {
  content: "\e9f6";
}
.saooti-info-stud:before {
  content: "\e9f5";
}
.saooti-shareddoc-stud:before {
  content: "\e9f3";
}
.saooti-stop-stud:before {
  content: "\e9e2";
}
.saooti-burger-stud:before {
  content: "\e9ec";
}
.saooti-playlist-stud:before {
  content: "\e9f8";
}
.saooti-cancel-stud:before {
  content: "\e9e4";
}
.saooti-prec-stud:before {
  content: "\e9e5";
}
.saooti-chat-stud:before {
  content: "\e9e6";
}
.saooti-close-stud:before {
  content: "\e9e7";
}
.saooti-comment-stud:before {
  content: "\e9e8";
}
.saooti-clock-stud:before {
  content: "\e9e9";
}
.saooti-next-stud:before {
  content: "\e9ea";
}
.saooti-edit-stud:before {
  content: "\e9eb";
}
.saooti-share-stud:before {
  content: "\e9ed";
}
.saooti-loupe-stud:before {
  content: "\e9ee";
}
.saooti-send-stud:before {
  content: "\e9ef";
}
.saooti-play-stud:before {
  content: "\e9f0";
}
.saooti-dtmf-stud:before {
  content: "\e9f1";
}
.saooti-microphone-on-stud:before {
  content: "\e9f2";
}
.saooti-valid-stud:before {
  content: "\e9f4";
}
.saooti-user3:before {
  content: "\e9f7";
}
.saooti-participant-stud:before {
  content: "\e9f9";
}
.saooti-call-stud:before {
  content: "\e9fa";
}
.saooti-microphone-off-stud:before {
  content: "\e9fb";
}
.saooti-media-stud:before {
  content: "\e9fc";
}
.saooti-note-stud:before {
  content: "\e9fd";
}
.saooti-rec-stud:before {
  content: "\e9fe";
}
.saooti-stop-rec-stud:before {
  content: "\ea0c";
}
.saooti-led-stud:before {
  content: "\e9ff";
}
.saooti-switch:before {
  content: "\ea5d";
}
.saooti-soundcloud:before {
  content: "\ea58";
}
.saooti-vimeo:before {
  content: "\ea59";
}
.saooti-paper:before {
  content: "\ea57";
}
.saooti-video2:before {
  content: "\ea56";
}
.saooti-docmuent-end:before {
  content: "\ea4f";
}
.saooti-docmuent:before {
  content: "\ea50";
}
.saooti-doc:before {
  content: "\ea51";
}
.saooti-full_screen:before {
  content: "\ea52";
}
.saooti-minimise:before {
  content: "\ea53";
}
.saooti-daily:before {
  content: "\ea4b";
}
.saooti-insta:before {
  content: "\ea4c";
}
.saooti-vine:before {
  content: "\ea4d";
}
.saooti-google-plus:before {
  content: "\ea22";
}
.saooti-linkedin:before {
  content: "\ea23";
}
.saooti-lock2:before {
  content: "\ea20";
}
.saooti-heart-break:before {
  content: "\ea1e";
}
.saooti-right:before {
  content: "\ea1c";
}
.saooti-left:before {
  content: "\ea1d";
}
.saooti-close:before {
  content: "\ea1b";
}
.saooti-save:before {
  content: "\e9b2";
}
.saooti-saooti-chat:before {
  content: "\e9b4";
}
.saooti-panels:before {
  content: "\e9b5";
}
.saooti-stop22:before {
  content: "\e9b6";
}
.saooti-play22:before {
  content: "\e9b7";
}
.saooti-pause22:before {
  content: "\e9b8";
}
.saooti-logout:before {
  content: "\e9b9";
}
.saooti-headphone:before {
  content: "\e9ba";
}
.saooti-globe:before {
  content: "\e9bb";
}
.saooti-user2:before {
  content: "\e9bc";
}
.saooti-avenir:before {
  content: "\e9bd";
}
.saooti-podcast2:before {
  content: "\e9be";
}
.saooti-micro:before {
  content: "\ea00";
}
.saooti-burger:before {
  content: "\ea01";
}
.saooti-down:before {
  content: "\ea02";
}
.saooti-up:before {
  content: "\ea03";
}
.saooti-heart2:before {
  content: "\ea04";
}
.saooti-download-wave:before {
  content: "\ea05";
}
.saooti-edit:before {
  content: "\e9bf";
}
.saooti-stop3:before {
  content: "\e9c0";
}
.saooti-delete:before {
  content: "\e9c1";
}
.saooti-volume_off:before {
  content: "\e9c2";
}
.saooti-arrow_down:before {
  content: "\e9c3";
}
.saooti-arrow_drop_down:before {
  content: "\e9c4";
}
.saooti-more_vert:before {
  content: "\e9c5";
}
.saooti-volume_up:before {
  content: "\e9c6";
}
.saooti-arrow_right:before {
  content: "\e9c8";
}
.saooti-pause23:before {
  content: "\e9c9";
}
.saooti-like:before {
  content: "\e9ca";
}
.saooti-dislike:before {
  content: "\e9cb";
}
.saooti-play-video:before {
  content: "\ea06";
}
.saooti-download-video:before {
  content: "\ea07";
}
.saooti-clock3:before {
  content: "\ea08";
}
.saooti-send:before {
  content: "\ea09";
}
.saooti-link2:before {
  content: "\ea0a";
}
.saooti-alert:before {
  content: "\ea0b";
}
.saooti-download2:before {
  content: "\e9cc";
}
.saooti-search2:before {
  content: "\e9cd";
}
.saooti-envelope:before {
  content: "\e9ce";
}
.saooti-star:before {
  content: "\e9dd";
}
.saooti-play4:before {
  content: "\e9de";
}
.saooti-iTunes:before {
  content: "\e9df";
}
.saooti-embed2:before {
  content: "\e9e0";
}
.saooti-share22:before {
  content: "\e9e1";
}
.saooti-facebook22:before {
  content: "\ea1a";
}
.saooti-twitter:before {
  content: "\e9e3";
}
.saooti-feed2:before {
  content: "\e9cf";
}
.saooti-publish_podcast:before {
  content: "\ea68";
}
.saooti-cone:before {
  content: "\ea65";
}
.saooti-editor:before {
  content: "\ea64";
}
.saooti-animator:before {
  content: "\ea66";
}
.saooti-administrator:before {
  content: "\ea67";
}
.saooti-clipboard2:before {
  content: "\ea5e";
}
.saooti-disconnect-user:before {
  content: "\ea5a";
}
.saooti-activ-user:before {
  content: "\ea5b";
}
.saooti-key:before {
  content: "\ea5c";
}
.saooti-videocast-novisible:before {
  content: "\ea43";
}
.saooti-videocast-visible:before {
  content: "\ea42";
}
.saooti-window:before {
  content: "\ea54";
}
.saooti-socials:before {
  content: "\ea55";
}
.saooti-photocam:before {
  content: "\ea4e";
}
.saooti-no-download:before {
  content: "\ea41";
}
.saooti-videocast-download-ok:before {
  content: "\ea44";
}
.saooti-no-videocast:before {
  content: "\ea45";
}
.saooti-videocast-nodownload:before {
  content: "\ea46";
}
.saooti-podcast-visible:before {
  content: "\ea47";
}
.saooti-podcast-novisible:before {
  content: "\ea48";
}
.saooti-download-ok:before {
  content: "\ea49";
}
.saooti-no-podcast:before {
  content: "\ea4a";
}
.saooti-playlist-stud-mix:before {
  content: "\ea40";
}
.saooti-playlist-stud-public:before {
  content: "\ea3c";
}
.saooti-playlist-stud-prive:before {
  content: "\ea3d";
}
.saooti-conflicted:before {
  content: "\ea38";
}
.saooti-no-prog:before {
  content: "\ea39";
}
.saooti-loupe-less:before {
  content: "\ea3e";
}
.saooti-loupe-more:before {
  content: "\ea3f";
}
.saooti-plus2:before {
  content: "\ea32";
}
.saooti-copy:before {
  content: "\ea33";
}
.saooti-note-barre:before {
  content: "\ea34";
}
.saooti-chaine:before {
  content: "\ea35";
}
.saooti-refresh-wrm:before {
  content: "\ea36";
}
.saooti-alert-orange:before {
  content: "\ea37";
}
.saooti-hand:before {
  content: "\ea3a";
}
.saooti-record:before {
  content: "\ea3b";
}
.saooti-power-off:before {
  content: "\ea31";
}
.saooti-upload2:before {
  content: "\ea30";
}
.saooti-brush:before {
  content: "\ea2f";
}
.saooti-cogs2:before {
  content: "\ea2d";
}
.saooti-option:before {
  content: "\ea2e";
}
.saooti-profile-face-headphone:before {
  content: "\ea2c";
}
.saooti-profile-face:before {
  content: "\ea2b";
}
.saooti-cloud:before {
  content: "\ea29";
}
.saooti-hourglass:before {
  content: "\ea2a";
}
.saooti-doc-novisible:before {
  content: "\ea26";
}
.saooti-doc-visible:before {
  content: "\ea27";
}
.saooti-pdf:before {
  content: "\ea28";
}
.saooti-polls:before {
  content: "\ea25";
}
.saooti-loupe:before {
  content: "\e9ad";
}
.saooti-video:before {
  content: "\e9c7";
}
.saooti-info3:before {
  content: "\e9d0";
}
.saooti-next3:before {
  content: "\e9d1";
}
.saooti-burger-menu:before {
  content: "\e9d2";
}
.saooti-emisson-avenir:before {
  content: "\e9d3";
}
.saooti-emisson:before {
  content: "\e9d4";
}
.saooti-podcast:before {
  content: "\e9d5";
}
.saooti-tools-2:before {
  content: "\e9d6";
}
.saooti-popup:before {
  content: "\e9d7";
}
.saooti-pricetags:before {
  content: "\e9d8";
}
.saooti-chat:before {
  content: "\e9d9";
}
.saooti-profile-male:before {
  content: "\e9da";
}
.saooti-help:before {
  content: "\e9db";
}
.saooti-musical2:before {
  content: "\e9dc";
}
.saooti-home2:before {
  content: "\e9ae";
}
.saooti-microphone:before {
  content: "\e9af";
}
.saooti-note:before {
  content: "\e9b0";
}
.saooti-planning:before {
  content: "\e9b3";
}
.saooti-stats:before {
  content: "\e9b1";
}
.saooti-info:before {
  content: "\e900";
}
.saooti-thumbsup:before {
  content: "\e901";
}
.saooti-thumbsdown:before {
  content: "\e902";
}
.saooti-home:before {
  content: "\e903";
}
.saooti-newspaper:before {
  content: "\e904";
}
.saooti-pencil2:before {
  content: "\e905";
}
.saooti-music:before {
  content: "\e906";
}
.saooti-play:before {
  content: "\e907";
}
.saooti-film:before {
  content: "\e908";
}
.saooti-video-camera:before {
  content: "\e909";
}
.saooti-mic:before {
  content: "\e90a";
}
.saooti-profile:before {
  content: "\e90b";
}
.saooti-file-music:before {
  content: "\e90c";
}
.saooti-file-play:before {
  content: "\e90d";
}
.saooti-file-video:before {
  content: "\e90e";
}
.saooti-phone:before {
  content: "\e90f";
}
.saooti-phone-hang-up:before {
  content: "\e910";
}
.saooti-address-book:before {
  content: "\e911";
}
.saooti-envelop:before {
  content: "\e912";
}
.saooti-clock:before {
  content: "\e913";
}
.saooti-clock2:before {
  content: "\e914";
}
.saooti-alarm:before {
  content: "\e915";
}
.saooti-bell:before {
  content: "\e916";
}
.saooti-stopwatch:before {
  content: "\e917";
}
.saooti-calendar:before {
  content: "\e918";
}
.saooti-download:before {
  content: "\e919";
}
.saooti-upload:before {
  content: "\e91a";
}
.saooti-undo2:before {
  content: "\e91b";
}
.saooti-redo2:before {
  content: "\e91c";
}
.saooti-bubble2:before {
  content: "\e91d";
}
.saooti-bubbles3:before {
  content: "\e91e";
}
.saooti-bubbles4:before {
  content: "\e91f";
}
.saooti-users:before {
  content: "\e921";
}
.saooti-user-plus:before {
  content: "\e922";
}
.saooti-user-minus:before {
  content: "\e923";
}
.saooti-user-check:before {
  content: "\e924";
}
.saooti-hour-glass:before {
  content: "\e925";
}
.saooti-spinner:before {
  content: "\e926";
}
.saooti-binoculars:before {
  content: "\e927";
}
.saooti-search:before {
  content: "\e928";
}
.saooti-key2:before {
  content: "\e929";
}
.saooti-lock:before {
  content: "\e92a";
}
.saooti-unlocked:before {
  content: "\e92b";
}
.saooti-equalizer:before {
  content: "\e92c";
}
.saooti-cogs:before {
  content: "\e92d";
}
.saooti-stats-bars:before {
  content: "\e92e";
}
.saooti-bin:before {
  content: "\e92f";
}
.saooti-clipboard:before {
  content: "\e930";
}
.saooti-menu:before {
  content: "\e931";
}
.saooti-menu2:before {
  content: "\e932";
}
.saooti-menu3:before {
  content: "\e933";
}
.saooti-menu4:before {
  content: "\e934";
}
.saooti-sphere:before {
  content: "\e935";
}
.saooti-link:before {
  content: "\e936";
}
.saooti-attachment:before {
  content: "\e937";
}
.saooti-eye:before {
  content: "\e938";
}
.saooti-eye-plus:before {
  content: "\e939";
}
.saooti-eye-minus:before {
  content: "\e93a";
}
.saooti-eye-blocked:before {
  content: "\e93b";
}
.saooti-star-empty:before {
  content: "\e93c";
}
.saooti-star-half:before {
  content: "\e93d";
}
.saooti-star-full:before {
  content: "\e93e";
}
.saooti-heart:before {
  content: "\e93f";
}
.saooti-heart-broken:before {
  content: "\e940";
}
.saooti-happy:before {
  content: "\e941";
}
.saooti-happy2:before {
  content: "\e942";
}
.saooti-smile:before {
  content: "\e943";
}
.saooti-smile2:before {
  content: "\e944";
}
.saooti-tongue:before {
  content: "\e945";
}
.saooti-tongue2:before {
  content: "\e946";
}
.saooti-sad:before {
  content: "\e947";
}
.saooti-sad2:before {
  content: "\e948";
}
.saooti-wink:before {
  content: "\e949";
}
.saooti-wink2:before {
  content: "\e94a";
}
.saooti-grin:before {
  content: "\e94b";
}
.saooti-grin2:before {
  content: "\e94c";
}
.saooti-cool:before {
  content: "\e94d";
}
.saooti-cool2:before {
  content: "\e94e";
}
.saooti-angry:before {
  content: "\e94f";
}
.saooti-angry2:before {
  content: "\e950";
}
.saooti-evil:before {
  content: "\e951";
}
.saooti-evil2:before {
  content: "\e952";
}
.saooti-shocked:before {
  content: "\e953";
}
.saooti-shocked3:before {
  content: "\e954";
}
.saooti-shocked2:before {
  content: "\e955";
}
.saooti-baffled:before {
  content: "\e956";
}
.saooti-baffled2:before {
  content: "\e957";
}
.saooti-confused:before {
  content: "\e958";
}
.saooti-confused2:before {
  content: "\e959";
}
.saooti-neutral:before {
  content: "\e95a";
}
.saooti-neutral2:before {
  content: "\e95b";
}
.saooti-hipster:before {
  content: "\e95c";
}
.saooti-hipster2:before {
  content: "\e95d";
}
.saooti-wondering:before {
  content: "\e95e";
}
.saooti-wondering2:before {
  content: "\e95f";
}
.saooti-sleepy:before {
  content: "\e960";
}
.saooti-sleepy2:before {
  content: "\e961";
}
.saooti-frustrated:before {
  content: "\e962";
}
.saooti-frustrated2:before {
  content: "\e963";
}
.saooti-crying:before {
  content: "\e964";
}
.saooti-crying2:before {
  content: "\e965";
}
.saooti-point-up:before {
  content: "\e966";
}
.saooti-point-right:before {
  content: "\e967";
}
.saooti-point-down:before {
  content: "\e968";
}
.saooti-point-left:before {
  content: "\e969";
}
.saooti-warning:before {
  content: "\e96a";
}
.saooti-notification:before {
  content: "\e96b";
}
.saooti-question:before {
  content: "\e96c";
}
.saooti-plus:before {
  content: "\e96d";
}
.saooti-minus:before {
  content: "\e96e";
}
.saooti-info2:before {
  content: "\e96f";
}
.saooti-cancel-circle:before {
  content: "\e970";
}
.saooti-blocked:before {
  content: "\e971";
}
.saooti-cross:before {
  content: "\e972";
}
.saooti-checkmark:before {
  content: "\e973";
}
.saooti-checkmark2:before {
  content: "\e974";
}
.saooti-spell-check:before {
  content: "\e975";
}
.saooti-enter:before {
  content: "\e976";
}
.saooti-exit:before {
  content: "\e977";
}
.saooti-play2:before {
  content: "\e978";
}
.saooti-pause:before {
  content: "\e979";
}
.saooti-stop:before {
  content: "\e97a";
}
.saooti-previous:before {
  content: "\e97b";
}
.saooti-next:before {
  content: "\e97c";
}
.saooti-backward:before {
  content: "\e97d";
}
.saooti-forward2:before {
  content: "\e97e";
}
.saooti-play3:before {
  content: "\e97f";
}
.saooti-pause2:before {
  content: "\e980";
}
.saooti-stop2:before {
  content: "\e981";
}
.saooti-backward2:before {
  content: "\e982";
}
.saooti-forward3:before {
  content: "\e983";
}
.saooti-first:before {
  content: "\e984";
}
.saooti-last:before {
  content: "\e985";
}
.saooti-previous2:before {
  content: "\e986";
}
.saooti-next2:before {
  content: "\e987";
}
.saooti-eject:before {
  content: "\e988";
}
.saooti-volume-high:before {
  content: "\e989";
}
.saooti-volume-medium:before {
  content: "\e98a";
}
.saooti-volume-low:before {
  content: "\e98b";
}
.saooti-volume-mute:before {
  content: "\e98c";
}
.saooti-volume-mute2:before {
  content: "\e98d";
}
.saooti-volume-increase:before {
  content: "\e98e";
}
.saooti-volume-decrease:before {
  content: "\e98f";
}
.saooti-arrow-up:before {
  content: "\e990";
}
.saooti-arrow-right:before {
  content: "\e991";
}
.saooti-arrow-down:before {
  content: "\e992";
}
.saooti-arrow-left:before {
  content: "\e993";
}
.saooti-arrow-up2:before {
  content: "\e994";
}
.saooti-arrow-right2:before {
  content: "\e995";
}
.saooti-arrow-down2:before {
  content: "\e996";
}
.saooti-arrow-left2:before {
  content: "\e997";
}
.saooti-circle-up:before {
  content: "\e998";
}
.saooti-circle-right:before {
  content: "\e999";
}
.saooti-circle-down:before {
  content: "\e99a";
}
.saooti-circle-left:before {
  content: "\e99b";
}
.saooti-sort-alpha-asc:before {
  content: "\e99c";
}
.saooti-sort-alpha-desc:before {
  content: "\e99d";
}
.saooti-sort-amount-asc:before {
  content: "\e99e";
}
.saooti-sort-amount-desc:before {
  content: "\e99f";
}
.saooti-checkbox-checked:before {
  content: "\e9a0";
}
.saooti-checkbox-unchecked:before {
  content: "\e9a1";
}
.saooti-radio-checked:before {
  content: "\e9a2";
}
.saooti-radio-unchecked:before {
  content: "\e9a3";
}
.saooti-scissors:before {
  content: "\e9a4";
}
.saooti-filter:before {
  content: "\e9a5";
}
.saooti-table:before {
  content: "\e9a6";
}
.saooti-share2:before {
  content: "\e9a7";
}
.saooti-mail:before {
  content: "\e9a8";
}
.saooti-google-plus2:before {
  content: "\e9a9";
}
.saooti-facebook2:before {
  content: "\e9aa";
}
.saooti-twitter2:before {
  content: "\e9ab";
}
.saooti-feed3:before {
  content: "\e9ac";
}

 /* end of common fonts style */ 

 /* common style */
 :focus
{
	outline : none;
}

article, aside, details, figcaption, figure, footer, header, nav, section
{
	display : block;
}

audio, canvas, video
{
	display  : inline-block;
	*display : inline;
	*zoom    : 1;
}

audio:not([controls])
{
	display : none;
}

[hidden]
{
	display : none;
}

html
{
	background               : #fff;
	font-size                : 100%;
	height                   : 100%;
	-webkit-text-size-adjust : 100%;
	-ms-text-size-adjust     : 100%;
}

body
{
	background : #fff;
	font       : 16px/26px Arial, Helvetica, sans-serif;
	height     : 100%;
	margin     : 0;
}

input, select, textarea
{
	color : #333;
}

::-moz-selection
{
	background  : #fe57a1;
	color       : #fff;
	text-shadow : none;
}

::selection
{
	background  : #fe57a1;
	color       : #fff;
	text-shadow : none;
}

h1, h2, h3
{
	color          : #000;
	font-weight    : normal;
	letter-spacing : -0.05em;
	margin-bottom  : 1.5em;
}

h1
{
	font-size      : 1.6em;
	margin         : 1em 0 1em;
	text-align     : center;
	text-transform : uppercase;
	letter-spacing : 0.1px;
	padding        : 0.2em 0.5em;
	line-height    : 1.2em;
}

h2
{
	font-size : 1.4em;
	margin    : 1em 0;
}

h3
{
	font-size : 1.1em;
	margin    : 0.2em 0;
}

a
{
	color           : #333;
	text-decoration : none;
}

a:visited
{
	color : #333;
}

a:hover
{
	color : #666;
}

a:hover, a:active
{
	outline : 0;
}

abbr[title]
{
	border-bottom : 1px dotted;
}

b, strong
{
	font-weight : bold;
}

blockquote
{
	margin : 1em 40px;
}

dfn
{
	font-style : italic;
}

hr
{
	background : none;
	border     : 0;
	display    : block;
	height     : 1px;
	margin     : 1em 0;
	padding    : 0;
}

ins
{
	background      : #ff9;
	color           : #000;
	text-decoration : none;
}

mark
{
	background  : #ff0;
	color       : #000;
	font-style  : italic;
	font-weight : bold;
}

pre, code, kbd, samp
{
	font-family  : monospace, serif;
	font-size    : 1em;
	_font-family : 'courier new', monospace;
}

/*noinspection CssOverwrittenProperties*/
pre
{
	white-space : pre;
	white-space : pre-wrap;
	word-wrap   : break-word;
}

q
{
	quotes : none;
}

/*noinspection CssOverwrittenProperties*/
q:before, q:after
{
	content : "";
	content : none;
}

small
{
	font-size : 85%;
}

sub, sup
{
	font-size      : 75%;
	line-height    : 0;
	position       : relative;
	vertical-align : baseline;
}

sup
{
	top : -0.5em;
}

sub
{
	bottom : -0.25em;
}

ul, ol
{
	margin  : 1em 0;
	padding : 0 0 0 40px;
}

dd
{
	margin : 0 0 0 40px;
}

/*noinspection CssOverwrittenProperties,CssOptimizeSimilarProperties*/
nav ul, nav ol
{
	list-style       : none;
	list-style-image : none;
	padding          : 0;
}

img
{
	border                 : 0;
	-ms-interpolation-mode : bicubic;
	vertical-align         : middle;
}

body img.icon_email, body img.icon_url
{
	background-color : transparent;
	border           : none;
	float            : none;
	margin           : 0 2px;
	max-width        : none;
	min-width        : 0;
}

svg:not(:root)
{
	overflow : hidden;
}

figure
{
	margin : 0;
}

form
{
	margin : 0;
}

fieldset
{
	border  : 0;
	margin  : 0;
	padding : 0;
}

label
{
	cursor : pointer;
}

legend
{
	border       : 0;
	font-weight  : bold;
	*margin-left : -7px;
	padding      : 0;
	white-space  : normal;
}

button, input, select, textarea
{
	font-size       : 100%;
	font-family     : sans-serif;
	margin          : 0;
	vertical-align  : baseline;
	*vertical-align : middle;
}

button, input
{
	line-height : normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"]
{
	cursor             : pointer;
	*overflow          : visible;
	-webkit-appearance : button;
}

button[disabled], input[disabled]
{
	background : none repeat scroll 0 0 #ccc;
	color      : #9e9e9e;
	cursor     : default;
}

input[type="checkbox"], input[type="radio"]
{
	box-sizing         : border-box;
	-webkit-box-sizing : border-box;
	-moz-box-sizing    : border-box;
	*height            : 13px;
	padding            : 0;
	*width             : 13px;
}

input[type="search"]
{
	box-sizing         : content-box;
	-moz-box-sizing    : content-box;
	-webkit-box-sizing : content-box;
	-webkit-appearance : textfield;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button
{
	-webkit-appearance : none;
}

button::-moz-focus-inner, input::-moz-focus-inner
{
	border  : 0;
	padding : 0;
}

textarea
{
	overflow       : auto;
	resize         : vertical;
	vertical-align : top;
}

input, textarea
{
	border    : 1px solid #ddd;
	font-size : 0.85em;
	padding   : 2px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill
{
	-webkit-box-shadow : 0 0 0 1000px white inset;
}

/*noinspection CssInvalidPseudoSelector*/
input::-ms-reveal,
input::-ms-clear
{
	display : none;
}

input:invalid, textarea:invalid
{
	background-color : #f0dddd;
}

button,
a.button
{
	background: linear-gradient(289deg,#50b684 0%,#d7d91f 100%);
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
	color                 : #fff;
	padding               : 10px;
}

button:hover
{
	filter     : alpha(opacity=85);
	opacity    : 0.85;
	transition : opacity 0.9s ease;
}

table
{
	border-collapse : collapse;
	border-spacing  : 0;
}

td
{
	vertical-align : top;
}

.chromeframe
{
	background : #ccc;
	color      : black;
	margin     : 0.2em 0;
	padding    : 0.2em 0;
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

/*noinspection CssOptimizeSimilarProperties*/
.ir
{
	background-color  : transparent;
	background-repeat : no-repeat;
	border            : 0;
	direction         : ltr;
	display           : block;
	*line-height      : 0;
	overflow          : hidden;
	text-align        : left;
	text-indent       : -999em;
}

.ir br
{
	display : none;
}

.hidden
{
	display    : none !important;
	visibility : hidden;
}

.hid
{
	display : none !important;
}

.visuallyhidden
{
	border   : 0;
	clip     : rect(0 0 0 0);
	height   : 1px;
	margin   : -1px;
	overflow : hidden;
	padding  : 0;
	position : absolute;
	width    : 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus
{
	clip     : auto;
	height   : auto;
	margin   : 0;
	overflow : visible;
	position : static;
	width    : auto;
}

.invisible
{
	visibility : hidden;
}

.clearfix:before, .clearfix:after
{
	content : "";
	display : table;
}

.clearfix:after
{
	clear : both;
}

.clearfix
{
	*zoom : 1;
}

*
{
	border  : 0 solid #000;
	margin  : 0;
	padding : 0;
}

a img
{
	border : none;
}

img.left
{
	float        : left;
	margin-right : 2px;
}

img.right
{
	float        : right;
	margin-right : 2px;
}

hr
{
	border : none;
	height : 1px;
	margin : 1px 4px;
}

.details
{
	color     : #aaa;
	font-size : 0.8em;
}

/*------------------------------------------------------*/

/*------------------------------------------------------*/
.distinct
{
	border  : 2px solid #ddd;
	margin  : 2px 4px;
	padding : 2px 3px;
}

/*------------------------------------------------------*/
.right
{
	float : right;
}

.left
{
	float : left;
}

.inline
{
	display : inline;
}

.inlineblock
{
	display : inline-block;
}

.visible
{
	display : block;
}

.rel
{
	position : relative;
}

.abs
{
	position : absolute;
}

.clear
{
	clear : both;
}

.clearer
{
	clear       : both;
	line-height : 1px;
}

.center
{
	text-align : center;
}

/*------------------------------------------------------*/

.round5
{
	border-radius         : 5px;
	-moz-border-radius    : 5px;
	-webkit-border-radius : 5px;
	-khtml-border-radius  : 5px;
}

.wrapper
{
	margin   : 0 auto;
	position : relative;
	width    : 96%;
}

/* ===================
    ALL: Theme
   =================== */
::-moz-selection
{
	background  : #f19c00;
	color       : #fff;
	text-shadow : none;
}

::selection
{
	background  : #f19c00;
	color       : #fff;
	text-shadow : none;
}

.embed_link
{
	color           : #fff;
	line-height     : 14px;
	margin          : 0 auto 0 auto;
	text-decoration : none;
}

.embed_link:hover
{
	color           : #b1b1b1;
	cursor          : pointer;
	text-decoration : none;
}

.disable-hover,
.disable-hover *
{
	pointer-events : none !important;
}

.ellipsis
{
	overflow      : hidden;
	text-overflow : ellipsis;
	white-space   : nowrap;
}

/*----------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
														Icons
------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/
/*noinspection CssUnknownTarget*/
.icon
{
	background : url("/static/default/img/buttons_sprite.png") no-repeat top left;
}

.icon-alerte
{
	background-position : 0 0;
	height              : 7px;
	width               : 7px;
}

.icon-comment
{
	background-position : 0 -57px;
	height              : 18px;
	width               : 18px;
}

.icon-doc
{
	background-position : 0 -125px;
	height              : 16px;
	width               : 16px;
}

.icon-download
{
	background-position : 1px -191px;
	height              : 15px;
	width               : 16px;
}

.icon-download_white
{
	background-position : 1px -2338px;
	height              : 15px;
	width               : 16px;
}

.icon-facebook_footer
{
	background-position : 0 -256px;
	height              : 26px;
	width               : 26px;
}

.icon-facebook_head
{
	background-position : 0 -332px;
	height              : 26px;
	width               : 26px;
}

.icon-integrer
{
	background-position : 0 -408px;
	height              : 15px;
	width               : 15px;
}

.icon-integrer_small
{
	background-position : 0 -473px;
	height              : 7px;
	width               : 7px;
}

.icon-integrer_white
{
	background-position : 0 -530px;
	height              : 15px;
	width               : 15px;
}

.icon-mail
{
	background-position : 0 -595px;
	height              : 20px;
	width               : 20px;
}

.icon-mute
{
	background-position : 0 -665px;
	height              : 12px;
	width               : 8px;
}

.icon-next
{
	background-position : 0 -727px;
	height              : 18px;
	width               : 18px;
}

.icon-no_sound
{
	background-position : 0 -795px;
	height              : 14px;
	width               : 14px;
}

.icon-pause
{
	background-position : 0 -859px;
	height              : 22px;
	width               : 22px;
}

.icon-play
{
	background-position : 0 -931px;
	height              : 22px;
	width               : 22px;
}

.icon-play_pc
{
	background-position : 0 -1003px;
	float               : left;
	height              : 26px;
	margin-left         : 15px;
	width               : 26px;
}

.icon-play_rouge
{
	background-position : -1px -1069px;
	height              : 22px;
	width               : 20px;
}

.icon-prec
{
	background-position : 0 -1140px;
	height              : 18px;
	width               : 18px;
}

.icon-search
{
	background-position : 3px -1205px;
	height              : 14px;
	width               : 14px;
}

.icon-share
{
	background-position : 0 -1272px;
	height              : 15px;
	width               : 15px;
}

.icon-share_white
{
	background-position : 0 -1337px;
	height              : 15px;
	width               : 15px;
}

.icon-embed
{
	background-position : 0 -408px;
	height              : 15px;
	width               : 15px;
}

.icon-embed_white
{
	background-position : 0 -530px;
	height              : 15px;
	width               : 15px;
}

.icon-sound
{
	background-position : 0 -1402px;
	height              : 14px;
	width               : 14px;
}

.icon-star
{
	background-position : 0 -1466px;
	height              : 15px;
	width               : 15px;
}

.icon-star_grey
{
	background-position : 0 -1531px;
	height              : 15px;
	width               : 15px;
}

.icon-stop
{
	background-position : 0 -1596px;
	height              : 22px;
	width               : 22px;
}

.icon-twitter_footer
{
	background-position : 0 -1668px;
	height              : 26px;
	width               : 26px;
}

.icon-twitter_header
{
	background-position : 0 -1744px;
	height              : 26px;
	width               : 26px;
}

.icon-unmute
{
	background-position : 0 -1820px;
	height              : 12px;
	width               : 15px;
}

.icon-warning
{
	background-position : 0 -1882px;
	height              : 15px;
	width               : 15px;
}

.icon-warning_grey
{
	background-position : 0 -1947px;
	height              : 15px;
	width               : 15px;
}

.icon-play_vid
{
	background-position : 0 -2011px;
	float               : left;
	height              : 26px;
	margin-left         : 15px;
	width               : 26px;
}

.icon-down_vid
{
	background-position : 1px -2076px;
	height              : 15px;
	width               : 16px;
}

.icon-down_vid_white
{
	background-position : 1px -2207px;
	height              : 16px;
	width               : 16px;
}

.icon-play-podcast_secondary.icon-play-podcast
{
	padding          : 8px;
	font-size        : 1rem;
	border-radius    : 50%;
	background-color : rgba(0, 0, 0, 0.5);
	color            : #fff;
	transition       : 0.3s ease;
	display          : -ms-inline-flexbox;
	display          : inline-flex;
	-ms-flex-align   : center;
	align-items      : center;
	background       : rgba(0, 0, 0, 0.5);
	height           : 32px;
	width            : 32px;
	border           : none;
}

.icon-play-podcast_secondary.icon-playing
{
	padding          : 8px;
	font-size        : 1rem;
	border-radius    : 50%;
	background-color : rgba(0, 0, 0, 0.5);
	color            : #fff;
	transition       : 0.3s ease;
	display          : -ms-inline-flexbox;
	display          : inline-flex;
	-ms-flex-align   : center;
	align-items      : center;
	background       : rgba(0, 0, 0, 0.5);
	height           : 32px;
	width            : 32px;
	border           : none;
}

.icon-play-podcast
{
	font-size     : 1.7em;
	background    : rgba(0, 0, 0, 0.5);
	height        : 42px;
	width         : 42px;
	border        : 2px solid #d7d91f;
	border-radius : 50px;
}

.icon-play-podcast span
{
	top      : 2px;
	left     : 2px;
	position : relative;
	color    : #fff;
}

.icon-play-videocast
{
	font-size     : 1.5em;
	background    : rgba(0, 0, 0, 0.5);
	height        : 42px;
	width         : 42px;
	border        : 2px solid #d7d91f;
	border-radius : 50px;
	color         : #fff;
}

.icon-play-videocast span
{
	position : relative;
}

/*noinspection CssUnknownTarget*/
.icon-playing
{
	background-color : rgba(0, 0, 0, 0.5);
	height           : 58px;
	width            : 58px;
	border           : 2px solid #d7d91f;
	border-radius    : 50px;
}

.icon-down_wav
{
	background-position : 0 -2142px;
	height              : 16px;
	width               : 16px;
}

.icon-down_wav_white
{
	background-position : 0 -2273px;
	height              : 16px;
	width               : 16px;
}

/*noinspection CssUnknownTarget,CssOptimizeSimilarProperties*/
.icon-rss
{
	background          : url("/static/default/img/rss.png") no-repeat center;
	background-position : 0 0;
	width               : 13px;
	height              : 13px;
}

/*noinspection CssUnknownTarget,CssOptimizeSimilarProperties*/
.icon-heart
{
	background-position : 0 -2385px;
	width               : 13px;
	height              : 13px;
}

/*noinspection CssUnknownTarget,CssOptimizeSimilarProperties*/
.icon-heart-disabled
{
	background-position : 0 -2365px;
	width               : 13px;
	height              : 13px;
}

/*noinspection CssUnknownTarget,CssOptimizeSimilarProperties*/
.icon-move-up
{
	background-position : 0 -2426px;
	width               : 13px;
	height              : 13px;
}

/*noinspection CssUnknownTarget,CssOptimizeSimilarProperties*/
.icon-move-down
{
	background-position : 0 -2405px;
	width               : 13px;
	height              : 13px;
}

/*noinspection CssUnknownTarget,CssOptimizeSimilarProperties*/
.icon-heart-break
{
	background-position : 0 -2445px;
	width               : 13px;
	height              : 13px;
}

/*noinspection CssOptimizeSimilarProperties,CssUnknownTarget*/
.buttons
{
	background-image  : url("/static/default/img/lbuttons_sprite.png");
	background-repeat : no-repeat;
}

/*noinspection CssUnknownTarget*/
button:disabled > .buttons
{
	background-image : url("/static/default/img/lbuttons_sprite_disabled.png");
}

.buttons-delete
{
	width               : 13px;
	height              : 13px;
	background-position : -5px -5px;
}

.buttons-dislike
{
	width               : 13px;
	height              : 13px;
	background-position : -28px -5px;
}

.buttons-download
{
	width               : 13px;
	height              : 13px;
	background-position : -51px -5px;
}

.buttons-saooti-downvideo-bounty
{
	width               : 13px;
	height              : 13px;
	background-position : -5px -28px;
}

.buttons-download-wav
{
	width               : 13px;
	height              : 13px;
	background-position : -28px -28px;
}

.buttons-embed
{
	width               : 13px;
	height              : 13px;
	background-position : -51px -28px;
}

.buttons-like
{
	width               : 13px;
	height              : 13px;
	background-position : -5px -51px;
}

.buttons-share
{
	width               : 13px;
	height              : 13px;
	background-position : -28px -51px;
}

.buttons-star
{
	width               : 13px;
	height              : 13px;
	background-position : -51px -51px;
}

.notif
{
	background : url(/clients/default/img/notification-sprite.png) no-repeat;
	display    : inline-block;
}

.notif-collapse
{
	width               : 12px;
	height              : 8px;
	background-position : -5px -5px;
}

.notif-delete
{
	width               : 12px;
	height              : 12px;
	background-position : -27px -5px;
}

.notif-delete-little
{
	width               : 7px;
	height              : 7px;
	background-position : -49px -5px;
}

.notif-expand
{
	width               : 12px;
	height              : 8px;
	background-position : -49px -22px;
}

.notif-info
{
	width               : 15px;
	height              : 15px;
	background-position : -5px -27px;
}

.notif-mail
{
	width               : 20px;
	height              : 20px;
	background-position : -30px -40px;
}

.notif-notif
{
	width               : 16px;
	height              : 16px;
	background-position : -71px -5px;
}

.notif-share
{
	width               : 15px;
	height              : 15px;
	background-position : -71px -31px;
}

/*----------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
								Gestion du radio logo
------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/
.radio_logo
{
	background : url("/clients/default/img/logo_small.png") no-repeat;
	height     : 50px;
	width      : 168px;
	margin     : 10px auto;
	float      : none;
}

@media only screen and (min-width : 1140px)
{

	.radio_logo
	{
		margin : 25px 0 0 15px;
		float  : left;
	}
}

@media only screen and (min-width : 1600px)
{

	.radio_logo
	{
		background : url("/clients/default/img/logo_max.png") no-repeat;
		height     : 104px;
		margin     : 60px 0 0 39px;
		width      : 250px;
	}

}

/*----------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
									Gestion des pages statiques (erreurs)
------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/

.static_page_relative
{
	height   : 100%;
	width    : 100%;
	position : relative;
}

.static_page_container
{
	top      : 0;
	bottom   : 0;
	left     : 0;
	right    : 0;
	overflow : auto;
}

.static_page_header
{
	text-align : center;
	padding    : 1em;
}

.static_page_header .radio_logo
{
	float  : none;
	margin : 0 auto;
}

.static_page_contentcontainer
{
	text-align : center;
	margin     : 1em;
}

.static_page_message
{
	font-size : 1.5em;
	margin    : 1.5em;
}

a.static_page_channel_redirect.button
{
	text-align: center;
    padding: 0.5em;
    width: 250px;
    margin: 1em auto;
    display: flex;
    justify-content: center;
    color: #000;
    border-radius: 5px;
    background: transparent;
}

.static_page_footer
{
	bottom : 0;
	left   : 0;
	right  : 0;
}

.static_page_footer .footer-container
{
	position : static;
}

/*----------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
													Print
------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/

@media print
{
	*
	{
		background  : transparent !important;
		box-shadow  : none !important;
		color       : black !important;
		filter      : none !important;
		-ms-filter  : none !important;
		text-shadow : none !important;
	}

	/* Black prints faster: h5bp.com/s */
	a, a:visited
	{
		text-decoration : underline;
	}

	a[href]:after
	{
		content : " (" attr(href) ")";
	}

	abbr[title]:after
	{
		content : " (" attr(title) ")";
	}

	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after
	{
		content : "";
	}

	/* Don't show links for images, or javascript/internal links */
	pre, blockquote
	{
		border            : 1px solid #999;
		page-break-inside : avoid;
	}

	thead
	{
		display : table-header-group;
	}

	/* h5bp.com/t */
	tr, img
	{
		page-break-inside : avoid;
	}

	img
	{
		max-width : 100% !important;
	}

	@page
	{
		margin : 0.5cm;
	}

	p, h2, h3
	{
		orphans : 3;
		widows  : 3;
	}

	h2, h3
	{
		page-break-after : avoid;
	}
}

/*----------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
											Gestion des fenêtres modale
------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/

.modal-overlay
{
	position   : fixed;
	top        : 0;
	left       : 0;
	width      : 100%;
	height     : 100%;
	background : #000;
	opacity    : 0.7;
	filter     : alpha(opacity=70);
	z-index    : 9999;
}

.modal-wrapper
{
	position   : fixed;
	left       : 0;
	right      : 0;
	top        : 0;
	bottom     : 0;
	text-align : center;
	z-index    : 99998;
	padding    : 1%;
}

.modal-itself
{
	z-index       : 99999;
	margin        : auto;
	text-align    : left;
	display       : inline-block;
	position      : relative;
	max-height    : 100%;
	overflow-x    : hidden;
	background    : #fff;
	border-radius : 10px;
}

.modal-header
{
	color       : #ddd;
	font-weight : bold;
	font-size   : 1em;
	text-shadow : 0 0 10px #fff;
	border      : 0;
}

.modal-footer
{
	border : 0;
}

.modal-header span
{
	color       : #fff;
	font-weight : bold;
	font-size   : 1.05em;
}

.profile-editor-dialog .modal-content
{

	min-width: 520px;
}

.modal-content
{
	background: #fff;
	padding: 2em;
	overflow-x: auto;
	min-height: 200px;
	min-width: 320px;
	max-width: 30em;
}

.share-dialog .modal-content {
    max-width: inherit;
}

.modal-close
{
	position : absolute;
	width    : 20px;
	height   : 20px;
	display  : block;
	top      : 15px;
	right    : 25px;
	cursor   : pointer;
}

.modal_broadcasts_button,
.modal_podcasts_button
{
	color       : #333;
	cursor      : pointer;
	float       : left;
	font-weight : bold;
	margin      : 0 20px 10px 0;
	padding     : 5px 0;
	text-align  : center;
}

.modal_broadcasts_button.active,
.modal_podcasts_button.active
{
	background : none repeat scroll 0 0 #fff;
	color      : #d7d91f;
}

.modal-content .close-button
{
	cursor : pointer;
}

/*----------------------------------------------------- Inputs -------------------------------------------------------*/
.saootigc-input-box
{
	display            : -ms-flexbox;
	display            : flex;
	-ms-flex-direction : column-reverse;
	flex-direction     : column-reverse;
	margin             : 0;
	position           : relative;
}

.saootigc-input-box input
{
	border-radius : 5px;
}

.saootigc-input-box .time-info
{
	line-height : 2em;
}

.saootigc-input-box .select2-container--default .select2-selection--single
{
	border        : 1px solid #ddd;
	border-radius : 5px;
}

.saootigc-input-box label
{
	color       : #333;
	font-weight : 300;
	cursor      : pointer;
	font-weight : bold;
	font-size   : 0.9em;
}

.saootigc-input-box .error-message
{
	text-align : right;
	font-size  : 0.9rem;
}

/**--------------------------------------- Text input,Text area and select--------------------------------------------*/

.saootigc-input-box.error input[type='text'],
.saootigc-input-box.error input[type='password'],
.saootigc-input-box.error input[type='email'],
.saootigc-input-box.error input[type='tel'],
.saootigc-input-box.error textarea,
.saootigc-input-box.error select
{
	border-color : #e9573f;
}

.saootigc-input-box.error .error-message,
.saootigc-input-box.error input[type='text'] ~ label,
.saootigc-input-box.error input[type='password'] ~ label,
.saootigc-input-box.error input[type='email'] ~ label,
.saootigc-input-box.error input[type='tel'] ~ label,
.saootigc-input-box.error textarea ~ label,
.saootigc-input-box.error select ~ label
{
	color : #e9573f;
}

.saootigc-input-box input[type='text'],
.saootigc-input-box input[type='password'],
.saootigc-input-box input[type='email'],
.saootigc-input-box input[type='tel'],
.saootigc-input-box textarea,
.saootigc-input-box select
{
	margin        : 0.2rem 0 0.8rem;
	padding       : 0.7rem;
	border        : solid 0.1rem #ddd;
	box-sizing    : border-box;
	border-radius : 5px;
}

.saootigc-input-box textarea
{
	padding : 0.7rem;
}

.saootigc-input-box input[type='text']:focus,
.saootigc-input-box input[type='password']:focus,
.saootigc-input-box input[type='email']:focus,
.saootigc-input-box input[type='tel']:focus,
.saootigc-input-box textarea:focus,
.saootigc-input-box select:focus
{
	border  : solid 0.1rem #d7d91f;
	outline : none;
}

.saootigc-input-box input[type='text']:focus ~ label,
.saootigc-input-box input[type='password']:focus ~ label,
.saootigc-input-box input[type='email']:focus ~ label,
.saootigc-input-box input[type='tel']:focus ~ label,
.saootigc-input-box textarea:focus ~ label,
.saootigc-input-box select:focus ~ label
{
	color : #d7d91f;
}

.saootigc-input-box #broadcast-kind
{
	margin : 0.4rem 0 3rem;
}

/**--------------------------------------------------- Checkbox  -----------------------------------------------------*/

.saootigc-input-box input[type='checkbox']:not(.toggle)
{
	opacity  : 0;
	height   : 0;
	margin   : 0;
	position : absolute;
	top      : 0;
}

.saootigc-input-box input[type='checkbox']:not(.toggle) ~ label
{
	position : relative;
	margin   : 1rem 0;
}

.saootigc-input-box input[type='checkbox']:not(.toggle) ~ label:before
{
	content        : '';
	width          : 1.5rem;
	height         : 1.5rem;
	display        : inline-block;
	border         : 0.1rem solid #ddd;
	background     : #fff;
	vertical-align : middle;
	margin-right   : 0.5em;
	font-size      : 1rem;
	border-radius  : 3px;
}

.saootigc-input-box input[type='checkbox']:not(.toggle):checked ~ label:before
{
	content     : "\2713";
	background  : #d7d91f;
	line-height : 1.5rem;
	color       : #333;
	text-align  : center;
	font-weight : 700;
}

/**--------------------------------------------------- Radio  -----------------------------------------------------*/

.saootigc-input-box input[type='radio']
{
	opacity  : 0;
	height   : 0;
	margin   : 0;
	position : absolute;
	top      : 0;
}

.saootigc-input-box input[type='radio'] ~ label
{
	position : relative;
	margin   : 1.2rem 0;
}

.saootigc-input-box input[type='radio'] ~ label:before
{
	width          : 2rem;
	height         : 2rem;
	top            : 0;
	left           : 0;
	content        : '';
	display        : inline-block;
	border         : 0.1rem solid #ddd;
	background     : #000;
	vertical-align : middle;
	margin-right   : 0.5em;
	border-radius  : 4px;
}

.saootigc-input-box input[type='radio']:checked ~ label::after
{
	content          : "";
	background-color : #d7d91f;
	position         : absolute;
	top              : 0.5rem;
	left             : 0.5rem;
	display          : inline-block;
	width            : 1.2rem;
	height           : 1.2rem;
	border-radius    : 2px;
}

/*--------------------------------------------------- Togglebox  -----------------------------------------------------*/

.saootigc-input-box input[type='checkbox'].toggle
{
	opacity  : 0;
	height   : 0;
	margin   : 0;
	position : absolute;
	top      : 0;
}

.saootigc-input-box input[type='checkbox'].toggle ~ label
{
	padding  : 0.2rem;
	position : relative;
}

.saootigc-input-box input[type='checkbox'].toggle ~ label:before
{
	width          : 4rem;
	height         : 2rem;
	border-radius  : 2rem;
	top            : 0;
	left           : 0;
	content        : '';
	display        : inline-block;
	border         : 0.2rem solid #999;
	background     : #fff;
	vertical-align : middle;
	margin-right   : 0.5em;
	transition     : border-color 0.2s;
}

.saootigc-input-box input[type='checkbox'].toggle ~ label:after
{
	content          : "";
	background-color : #999;
	position         : absolute;
	top              : 0.6rem;
	left             : 0.6rem;
	display          : inline-block;
	width            : 1.6rem;
	height           : 1.6rem;
	border-radius    : 1.6rem;
	transition       : background, transform 0.2s;
}

.saootigc-input-box input[type='checkbox'].toggle:checked ~ label:before
{
	border-color : #d7d91f;
}

.saootigc-input-box input[type='checkbox'].toggle:checked ~ label:after
{
	background-color : #d7d91f;
	transform        : translateX(2rem);
}

/*-------------------------------------------------- File input  -----------------------------------------------------*/

.saootigc-input-box input[type='file']
{
	opacity : 0;
	height  : 3rem;
}

.saootigc-input-box input[type='file'] ~ label
{
	min-height : 1.5rem;
	position   : relative;
}

.saootigc-input-box input[type='file'] ~ label::after
{
	background : #d7d91f;
	content    : attr(lang);
	color      : #fff;
	position   : absolute;
	left       : 0;
	top        : 2rem;
	padding    : 0.5rem;
	cursor     : pointer;
}

.saootigc-input-box input[type='file'] ~ label:hover::after
{
	background : #d7d91f;
}

a.url-linkify .link
{
	display        : inline-block;
	max-width      : 200px;
	padding-right  : 5px;
	vertical-align : middle;
	overflow       : hidden;
	white-space    : nowrap;
	text-overflow  : ellipsis;
}

a.url-linkify > img
{
	display        : inline-block;
	vertical-align : middle;
}

.ui-datepicker
{
	background : #fff;
}

@media only screen and (min-width : 1140px)
{
	body
	{
		font : 16px/26px Arial, Helvetica, sans-serif;
	}
}

.static_content
{
	display:none;
}
 /* end of common style */ 

 /* client style */
 body
{
	font      : 16px/26px 'Montserrat', sans-serif;
}

.icon-nuts
{
	/*noinspection CssUnknownTarget*/
	background-image  : url('/static/snickers/img/spritesheet.png');
	background-repeat : no-repeat;
	display           : block;
}

.iconuts-comments
{
	width               : 12px;
	height              : 12px;
	background-position : -5px -5px;
}

.iconuts-dislike
{
	width               : 12px;
	height              : 12px;
	background-position : -27px -5px;
}

.iconuts-download
{
	width               : 12px;
	height              : 12px;
	background-position : -5px -27px;
}

.iconuts-embed
{
	width               : 12px;
	height              : 12px;
	background-position : -27px -27px;
}

.iconuts-rss
{
	width               : 12px;
	height              : 12px;
	background-position : -49px -5px;
}

.iconuts-like
{
	width               : 12px;
	height              : 12px;
	background-position : -49px -27px;
}

.iconuts-share
{
	width               : 12px;
	height              : 12px;
	background-position : -5px -49px;
}

.iconuts-star
{
	width               : 12px;
	height              : 12px;
	background-position : -27px -49px;
}

.iconuts-saooti-downvideo-bounty
{
	width               : 12px;
	height              : 12px;
	background-position : -2px -248px;
}

.field::after
{
	background-color : #53b883;
}

.field-textarea.is-focused > label
{
	color : #53b883;
}

.field.is-focused > label
{
	color : #53b883;
}

.saootigc-input-box input[type='text']:focus,
.saootigc-input-box input[type='password']:focus,
.saootigc-input-box input[type='email']:focus,
.saootigc-input-box input[type='tel']:focus,
.saootigc-input-box textarea:focus,
.saootigc-input-box select:focus
{
	border  : solid 0.1rem #53b883;
}

.saootigc-input-box input[type='text']:focus ~ label,
.saootigc-input-box input[type='password']:focus ~ label,
.saootigc-input-box input[type='email']:focus ~ label,
.saootigc-input-box input[type='tel']:focus ~ label,
.saootigc-input-box textarea:focus ~ label,
.saootigc-input-box select:focus ~ label
{
	color : #53b883;
}

.saootigc-input-box input[type='checkbox']:not(.toggle):checked ~ label:before
{
	background  : #53b883;
}
.saootigc-input-box input[type='checkbox'].toggle:checked ~ label:before
{
	border-color : #53b883;
}

.saootigc-input-box input[type='checkbox'].toggle:checked ~ label:after
{
	background-color : #53b883;
}

.static_page_header .radio_logo
{
	background       : url("/clients/snickers/img/logo.png") no-repeat center;
	height           : 81px;
	width            : 100%;
	margin           : 0 auto;
	background-color : transparent;
	padding          : 0;
}

 /* end of client style */ 

 /**** base channel page style */
/*----------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
														Mobile
------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/

body
{
	overflow : hidden !important;
}

.ui-tabs .ui-tabs-panel
{
	background : #fff;
}

h1
{
	font-size      : 2.5em;
	color          : #222;
	font-family    : 'Montserrat', sans-serif;
	text-transform : inherit;
	font-weight    : bold;
}

button,
a.button
{
	background: linear-gradient(289deg,#50b684 0%,#d7d91f 100%);
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    color: #fff;
    padding: 10px;
}

.icons_right
{
	margin   : 0 10px 0 0;
	position : absolute;
	right    : 10px;
	top      : 5px;
}

.clockdate
{
	color   : #fff;
	display : block;
}

.activeButton
{
	background : #5b8625;
	color      : #fff;
}

.plugin_footer_wikiradiomanager
{
	box-shadow : 0px 4px 15px rgba(0, 0, 0, 0.2);
	padding    : 8px;
}

button:hover
{
	opacity    : 0.7;
	transition : opacity 0.9s ease 0s;
}

.podcast_end_popup .podcast_popup_back_to_live
{
	margin : 26px 0 0 72px
}

.radio_logo
{
	background       : none;
	float            : none;
	width            : 100%;
	margin           : 0 auto;
	background-color : transparent;
	height           : 60px;
	padding: 0.3em 0;
	width: 15%;
}

.radio_logo img {
    height: 55px;
}

.active
{
	background : none;
	color      : #333;
}

.inactive
{
	background : none;
	color      : #666;
}

.s-modal-popup
{
	background : #fff;
	left       : 0 !important;
	margin     : 0 auto;
	padding    : 1em 0.5em 0.5em;
	right      : 0 !important;
	top        : 10% !important;
	width      : 496px !important;
	z-index    : 1000;
}

.s-modal-popup .ui-dialog-titlebar
{
	display : none;
}

.edito article, .edito header, .edito section
{
	margin-bottom : 15px;
}

/*----------------------------------------------------------------------------------------------------------------------
											Error manager
----------------------------------------------------------------------------------------------------------------------*/
.error-manager.notification
{
	position           : fixed;
	background-color   : #fff;
	border             : 1px solid #ddd;
	padding            : 0.5em;
	border-radius      : 0;
	font-size          : 1.2em;
	color              : #333;
	line-height        : 1.1em;
	text-align         : center;
	-moz-box-shadow    : 5px 5px 10px 0 #eee;
	-webkit-box-shadow : 5px 5px 10px 0 #eee;
	-o-box-shadow      : 5px 5px 10px 0 #eee;
	box-shadow         : 5px 5px 10px 0 #eee;
}

.error-manager.notification .title
{
	font-size : 1.1em;
	margin    : 0 0.2em;
}

.error-manager.notification .content
{
	text-align : left;
}

/*----------------------------------------------------------------------------------------------------------------------
											 Mobile Header
----------------------------------------------------------------------------------------------------------------------*/
.mobile-header
{
	position      : absolute;
	top           : 0;
	left          : 0;
	right         : 0;
	height        : 70px;
	border-bottom : solid 1px #ccc;
}

.mobile-header .menu-button
{
	width              : 30px;
	height             : 25px;
	position           : relative;
	margin             : 23px 0 0 20px;
	float              : left;
	-webkit-transform  : rotate(0deg);
	-moz-transform     : rotate(0deg);
	-o-transform       : rotate(0deg);
	transform          : rotate(0deg);
	-webkit-transition : .5s ease-in-out;
	-moz-transition    : .5s ease-in-out;
	-o-transition      : .5s ease-in-out;
	transition         : .5s ease-in-out;
	cursor             : pointer;
}

.mobile-header .menu-button span
{
	display            : block;
	position           : absolute;
	height             : 2px;
	width              : 100%;
	background         : #000;
	border-radius      : 9px;
	opacity            : 1;
	left               : 0;
	-webkit-transform  : rotate(0deg);
	-moz-transform     : rotate(0deg);
	-o-transform       : rotate(0deg);
	transform          : rotate(0deg);
	-webkit-transition : .25s ease-in-out;
	-moz-transition    : .25s ease-in-out;
	-o-transition      : .25s ease-in-out;
	transition         : .25s ease-in-out;
}

.mobile-header .menu-button span:nth-child(1)
{
	top                      : 0px;
	-webkit-transform-origin : left center;
	-moz-transform-origin    : left center;
	-o-transform-origin      : left center;
	transform-origin         : left center;
}

.mobile-header .menu-button span:nth-child(2)
{
	top                      : 9px;
	-webkit-transform-origin : left center;
	-moz-transform-origin    : left center;
	-o-transform-origin      : left center;
	transform-origin         : left center;
}

.mobile-header .menu-button span:nth-child(3)
{
	top                      : 18px;
	-webkit-transform-origin : left center;
	-moz-transform-origin    : left center;
	-o-transform-origin      : left center;
	transform-origin         : left center;
}

body.extended .mobile-header .menu-button span:nth-child(1)
{
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	-o-transform      : rotate(45deg);
	transform         : rotate(45deg);
	top               : -1px;
	left              : 8px;
}

body.extended .mobile-header .menu-button span:nth-child(2)
{
	width   : 0%;
	opacity : 0;
}

body.extended .mobile-header .menu-button span:nth-child(3)
{
	-webkit-transform : rotate(-45deg);
	-moz-transform    : rotate(-45deg);
	-o-transform      : rotate(-45deg);
	transform         : rotate(-45deg);
	top               : 21px;
	left              : 8px;
}

/*----------------------------------------------------------------------------------------------------------------------
											  Left Bar
----------------------------------------------------------------------------------------------------------------------*/

.radio-left-bar
{
	z-index    : 3;
	background : #eee;
	top        : 71px;
	bottom     : 60px;
	left       : 0;
	transform  : translateX(-225px);
	position   : absolute;
	width      : 225px;
	transition : all 0.5s;
	overflow   : auto;
}

.extended .radio-left-bar
{
	transform : translateX(0);
}

.radio-left-bar .radio_logo
{
	display : none;
}

.radio-left-bar .mCSB_container
{
	margin : 0;
}

.radio-left-bar .tab-selector
{
	font-size : 1.2em;
	width     : 100%;
	height    : auto;
	min-width : 9em;
	padding   : 0;
	z-index   : 1;
	margin    : 0.3em 0 0;
}

.radio-left-bar .tab-selector li
{
	cursor          : pointer;
	list-style-type : none;
	line-height     : 25px;
	position        : relative;
	border-left     : 0;
	padding: 0.2em 8px;
	border-left: 0;
}

.radio-left-bar .tab-selector li:hover
{
	background: #c9ecd9;
	border-left : 8px solid #53b883;
	padding: 0.2em 0;
}

.category-chooser li a
{
	transition : .9s ease;
}

.category-chooser li a:hover
{
	color : #53b883 !important;
}

.tab-selector li a:hover
{
	color : #53b883 !important;
}

.radio-left-bar .tab-selector li.selected
{
	background: #c9ecd9;
	border-left : 8px solid #53b883;
	padding: 0.2em 0;
}

.radio-left-bar .tab-selector li a
{
	color       : #333;
	padding     : 0 0.5em;
	width       : auto;
	font-size   : 0.8em;
	font-weight : bold;
	font-family : Montserrat;
}

.side-menu .category-chooser
{

	padding    : 0;
	margin     : 0;
	list-style : none;
}

.side-menu .category-chooser .categories_back
{
	background     : rgba(0, 0, 0, 0) url("/static/snickers/img/back.png") no-repeat scroll 0 0;
	width          : 20px;
	height         : 21px;
	display        : inline-block;
	vertical-align : -9px;
	cursor         : pointer;
	position       : absolute;
	left           : 15px;
	top            : 31px;
}

.side-menu .category-chooser h2
{
	color      : #000;
	text-align : center;
	margin     : 0.5em 0 1em;
}

.side-menu .category-chooser li
{
	padding   : 0.3em 0;
	cursor    : pointer;
	font-size : 0.8em;
}

.side-menu .category-chooser li a
{
	color          : #000;
	text-transform : uppercase;
}

.side-menu .category-chooser li.selected a
{
	color : #53b883;
}

.radio-left-bar .tab-selector li.selected a
{
	color : #53b883;
}

.radio-left-bar .tab-selector li .ui-icon
{
	background-image : url(/static/snickers/img/ui-icons_666666_256x240.png);
}

.radio-left-bar .tab-selector li:hover .ui-icon,
.radio-left-bar .tab-selector li.selected .ui-icon
{
	background-image : url(/static/snickers/img/ui-icons_333333_256x240.png);
}

/*----------------------------------------------------------------------------------------------------------------------
											  Header images
----------------------------------------------------------------------------------------------------------------------*/
.header_image
{
	top: 40px;
    height: 200px;
    width: calc(100% - 4em);
    background-size: cover;
    position: absolute;
    z-index: 1;
    margin: 1.5em 2em;
	border-radius: 15px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	background-position: center;
}

/*noinspection CssInvalidPropertyValue,CssUnknownProperty*/
.header_image_edito,
.header_image_search
{
	background-image : url('/static/snickers/img/edito_header.jpg');
}

.header_image_text
{
	text-shadow : 0px 0px 25px rgba(0, 0, 0, 0.5);
}

.header_image_live,
.header_image_selection
{
	background-image : url('/static/snickers/img/live_header.jpg');
}

.header_image_emissions
{
	background-image : url('/static/snickers/img/emissions_header.jpg');
}

.header_image_planning
{
	background-image : url('/static/snickers/img/planning_header.jpg');
}

.header_image_podcasts,
.header_image_tag
{
	background-image : url('/static/snickers/img/podcasts_header.jpg');
}

.header_image_animators
{
	background-image : url('/static/snickers/img/animators_header.jpg');
}

.header_image_text
{
	font-family : 'Montserrat', cursive;
	color       : #fff;
	position    : absolute;
	font-size   : 3.5em;
	line-height : 0.7em;
	top         : 0.5em;
	left        : 0.5em;
}

.header_image_text > .little
{
	font-size : 0.5em;
}

/*----------------------------------------------------------------------------------------------------------------------
											  Main content
----------------------------------------------------------------------------------------------------------------------*/
.main-content
{
	-webkit-overflow-scrolling : touch;
	top                        : 92px;
	bottom                     : 60px;
	left                       : 0;
	right                      : 0;
	overflow-x                 : hidden;
	overflow-y                 : auto;
	padding                    : 0;
	position: absolute;
	display: flex;
}

.main-content .mCSB_container
{
	margin : 0;
}

.participation-content .mCSB_container
{
	margin-right : 0;
}

html.lt-ie9 .main-content
{
	overflow-y : hidden;
}

.main-content .tabs > .ui-tabs-nav
{
	display : none;
}

.main-content .tabs .ui-tabs-panel
{
	padding : 0;
}

.main-content .tabs .live.ui-tabs-panel
{
	padding : 200px 0 0;
}

.tabs_content
{
	padding : 0 2.5em 2em;
}

.main-content .tabs .animator.ui-tabs-panel
{
	padding : 0;
}

.main-content .tabs .guest.ui-tabs-panel
{
	padding : 0;
}

.main-content .tabs .emission.ui-tabs-panel
{
	padding : 0;
}

.live .tabs_content
{
	padding : 0;
}

.main-content .tabs .ui-tabs-panel
{
	padding : 230px 0 0;
}

/*----------------------------------------------------------------------------------------------------------------------
                                         Participation content
----------------------------------------------------------------------------------------------------------------------*/
.participation-content
{
	-webkit-overflow-scrolling : touch;
    z-index: 3;
    top: 70px;
    bottom: 0;
    right: 0;
    width: auto;
    border-left: 0;
    display: block;
    overflow: initial;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
	padding: 0 20px 0 0;
	flex: 1;
}

.participation-content .twitter-box
{
	padding    : 0;
	background : #fff;
	margin: 0 0 20px 0;
}

.participation-content .tag-box
{
	background : #fff;
	padding    : 5px 0 20px;
}

.participation-content #comment_edito
{
	padding : 0 0 15px;
}

.video_playing .participation-content
{
	padding : 0;
}

.participation-content h1
{
	padding     : 0.5em 0;
	color       : #222;
	font-weight : bold;
	font-size   : 1.5em;
	background  : transparent;
	margin      : 0;
	font-family : 'Montserrat', cursive;
	text-align: left;
}

.participation-content .speak-in-box > h2
{
	margin-top : 0;
}

.participation-content .speak-in-box
{
	margin     : 20px 0;
	text-align : center;
}

.participation-content .speak-in-box-content
{
	display         : flex;
	justify-content : space-around;
}

/*----------------------------------------------------------------------------------------------------------------------
												Tabs
----------------------------------------------------------------------------------------------------------------------*/

.tabs
{
	min-height : 300px;
	padding    : 0;
	flex: 5;
	-webkit-box-flex: 5;
}

.playing_tab
{
	bottom          : 0;
	margin          : 0;
	position        : absolute;
	right           : 0;
	top             : 0px;
	width           : 30px;
	height          : 26px;
	text-align      : center;
	display         : flex;
	justify-content : center;
}

.bloc-paddle
{
	align-items     : flex-end;
	display         : flex;
	width           : 10px;
	justify-content : space-around;
	height          : 15px;
	align-content   : center;
	align-self      : center;
	margin          : 0 auto;
}

.playing_tab span.paddle1
{
	animation-duration        : 0.6s;
	animation-name            : slidein;
	animation-iteration-count : infinite;
	animation-direction       : alternate;
}

.playing_tab span.paddle2
{
	animation-duration        : 0.3s;
	animation-name            : slidein2;
	animation-iteration-count : infinite;
	animation-direction       : alternate;
}

.playing_tab span.paddle3
{
	animation-duration        : 0.5s;
	animation-name            : slidein3;
	animation-iteration-count : infinite;
	animation-direction       : alternate;
}

.playing_tab span
{
	width      : 1.9px;
	background : #222;
}

.live_stripe
{
	color: #fff;
    font-size: 0.5em;
    line-height: 1.1em;
    font-weight: bold;
    text-align: center;
    width: 25px;
    text-shadow: none;
    display: flex;
    position: absolute;
    right: 35px;
    padding: 0.3em;
    margin: 0 0 0 5px;
    top: 0;
    text-transform: uppercase;
    background: red;
    border-radius: 50%;
    height: 25px;
    justify-content: center;
    align-items: center;
}

.participation-content .socials {
	display: flex;
	justify-content: flex-end;
    margin: 0.5em 1em 0 0;
}

.participation-content .socials .logo {
    background: #eee;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
	align-content: center;
	margin: 0 0 0 0.5em;
}

.participation-content .socials .logo a {
    height: 20px;
}

.participation-content .socials .logo.facebook a {
    color: #4a6fa3;
}

.participation-content .socials .logo.twitter a {
	color: #22aee1;
}



/*----------------------------------------------------------------------------------------------------------------------
							Gestion des plugin auditorcall & auditorphone
----------------------------------------------------------------------------------------------------------------------*/

.participant-phones .auditor-phone,
.participant-phones .auditor-call
{
	margin    : 0 0 20px 0;
	max-width : 460px;
	float     : left;
	width     : 49%;
}

.auditor-phone
{

}

/*----------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
													Maximal
------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width : 1140px)
{

	.mobile-header
	{
		display : none;
	}

	.radio-left-bar
	{
		top       : 0;
		width     : 225px;
		transform : none;
	}

	.radio-left-bar .radio_logo
	{
		display : flex;
		justify-content: center;
	}

	.radio_logo {
	background       : none;
	height           : 90px;
	padding          : 1em 0;
	width: 80%;
   }

	.main-content
	{
		top    : 0;
		bottom : 4em;
		left   : 225px;
	}

	.participation-content
	{
		top : 0;
	}

}


@media only screen and (min-width : 1600px)
{

	.tabs
	{
		flex: 5;
		-webkit-box-flex: 5;
	}

	.header_image
	{
		height : 300px;
	}

	.playing_tab
	{
		height : 32px;
	}

	.main-content .tabs .live.ui-tabs-panel
	{
		padding : 300px 0 0;
	}
	.main-content .tabs .ui-tabs-panel
	{
		padding : 330px 0 0;
	}
}

/*----------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
												If flexbox enabled
------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/
.flexbox .radio-left-bar
{
	display        : flex;
	flex-direction : column;
}

.flexbox .radio-left-bar > *
{
	flex-shrink : 0;
}

.flexbox .radio-left-bar .plugin_footer > *
{
	flex-shrink : 0;
}

.twitter-container {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
}

.icon-playing {
	border: 0;
	background-color: #00000050;
}

.plugin_podcasts_item.currently-playing .plugin_podcasts_item_table_data_play .plugin_podcasts_button_playing span {
    background: #fff;
}

.plugin_podcasts_item.stamp.currently-playing .plugin_podcasts_item_table_data_play .plugin_podcasts_button_playing {
    background: #00000050;
    border: none;
} 
/**** end of channel base page style */

 /**** channel page style */
/*----------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
														Mobile
------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/

body
{
	overflow : hidden !important;
}

.ui-tabs .ui-tabs-panel
{
	background : #fff;
}

h1
{
	font-size      : 2.5em;
	color          : #222;
	font-family    : 'Montserrat', sans-serif;
	text-transform : inherit;
	font-weight    : bold;
}

button,
a.button
{
	background: linear-gradient(289deg,#50b684 0%,#d7d91f 100%);
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    color: #fff;
    padding: 10px;
}

.icons_right
{
	margin   : 0 10px 0 0;
	position : absolute;
	right    : 10px;
	top      : 5px;
}

.clockdate
{
	color   : #fff;
	display : block;
}

.activeButton
{
	background : #5b8625;
	color      : #fff;
}

.plugin_footer_wikiradiomanager
{
	box-shadow : 0px 4px 15px rgba(0, 0, 0, 0.2);
	padding    : 8px;
}

button:hover
{
	opacity    : 0.7;
	transition : opacity 0.9s ease 0s;
}

.podcast_end_popup .podcast_popup_back_to_live
{
	margin : 26px 0 0 72px
}

.radio_logo
{
	background       : none;
	float            : none;
	width            : 100%;
	margin           : 0 auto;
	background-color : transparent;
	height           : 60px;
	padding: 0.3em 0;
	width: 15%;
}

.radio_logo img {
    height: 55px;
}

.active
{
	background : none;
	color      : #333;
}

.inactive
{
	background : none;
	color      : #666;
}

.s-modal-popup
{
	background : #fff;
	left       : 0 !important;
	margin     : 0 auto;
	padding    : 1em 0.5em 0.5em;
	right      : 0 !important;
	top        : 10% !important;
	width      : 496px !important;
	z-index    : 1000;
}

.s-modal-popup .ui-dialog-titlebar
{
	display : none;
}

.edito article, .edito header, .edito section
{
	margin-bottom : 15px;
}

/*----------------------------------------------------------------------------------------------------------------------
											Error manager
----------------------------------------------------------------------------------------------------------------------*/
.error-manager.notification
{
	position           : fixed;
	background-color   : #fff;
	border             : 1px solid #ddd;
	padding            : 0.5em;
	border-radius      : 0;
	font-size          : 1.2em;
	color              : #333;
	line-height        : 1.1em;
	text-align         : center;
	-moz-box-shadow    : 5px 5px 10px 0 #eee;
	-webkit-box-shadow : 5px 5px 10px 0 #eee;
	-o-box-shadow      : 5px 5px 10px 0 #eee;
	box-shadow         : 5px 5px 10px 0 #eee;
}

.error-manager.notification .title
{
	font-size : 1.1em;
	margin    : 0 0.2em;
}

.error-manager.notification .content
{
	text-align : left;
}

/*----------------------------------------------------------------------------------------------------------------------
											 Mobile Header
----------------------------------------------------------------------------------------------------------------------*/
.mobile-header
{
	position      : absolute;
	top           : 0;
	left          : 0;
	right         : 0;
	height        : 70px;
	border-bottom : solid 1px #ccc;
}

.mobile-header .menu-button
{
	width              : 30px;
	height             : 25px;
	position           : relative;
	margin             : 23px 0 0 20px;
	float              : left;
	-webkit-transform  : rotate(0deg);
	-moz-transform     : rotate(0deg);
	-o-transform       : rotate(0deg);
	transform          : rotate(0deg);
	-webkit-transition : .5s ease-in-out;
	-moz-transition    : .5s ease-in-out;
	-o-transition      : .5s ease-in-out;
	transition         : .5s ease-in-out;
	cursor             : pointer;
}

.mobile-header .menu-button span
{
	display            : block;
	position           : absolute;
	height             : 2px;
	width              : 100%;
	background         : #000;
	border-radius      : 9px;
	opacity            : 1;
	left               : 0;
	-webkit-transform  : rotate(0deg);
	-moz-transform     : rotate(0deg);
	-o-transform       : rotate(0deg);
	transform          : rotate(0deg);
	-webkit-transition : .25s ease-in-out;
	-moz-transition    : .25s ease-in-out;
	-o-transition      : .25s ease-in-out;
	transition         : .25s ease-in-out;
}

.mobile-header .menu-button span:nth-child(1)
{
	top                      : 0px;
	-webkit-transform-origin : left center;
	-moz-transform-origin    : left center;
	-o-transform-origin      : left center;
	transform-origin         : left center;
}

.mobile-header .menu-button span:nth-child(2)
{
	top                      : 9px;
	-webkit-transform-origin : left center;
	-moz-transform-origin    : left center;
	-o-transform-origin      : left center;
	transform-origin         : left center;
}

.mobile-header .menu-button span:nth-child(3)
{
	top                      : 18px;
	-webkit-transform-origin : left center;
	-moz-transform-origin    : left center;
	-o-transform-origin      : left center;
	transform-origin         : left center;
}

body.extended .mobile-header .menu-button span:nth-child(1)
{
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	-o-transform      : rotate(45deg);
	transform         : rotate(45deg);
	top               : -1px;
	left              : 8px;
}

body.extended .mobile-header .menu-button span:nth-child(2)
{
	width   : 0%;
	opacity : 0;
}

body.extended .mobile-header .menu-button span:nth-child(3)
{
	-webkit-transform : rotate(-45deg);
	-moz-transform    : rotate(-45deg);
	-o-transform      : rotate(-45deg);
	transform         : rotate(-45deg);
	top               : 21px;
	left              : 8px;
}

/*----------------------------------------------------------------------------------------------------------------------
											  Left Bar
----------------------------------------------------------------------------------------------------------------------*/

.radio-left-bar
{
	z-index    : 3;
	background : #eee;
	top        : 71px;
	bottom     : 60px;
	left       : 0;
	transform  : translateX(-225px);
	position   : absolute;
	width      : 225px;
	transition : all 0.5s;
	overflow   : auto;
}

.extended .radio-left-bar
{
	transform : translateX(0);
}

.radio-left-bar .radio_logo
{
	display : none;
}

.radio-left-bar .mCSB_container
{
	margin : 0;
}

.radio-left-bar .tab-selector
{
	font-size : 1.2em;
	width     : 100%;
	height    : auto;
	min-width : 9em;
	padding   : 0;
	z-index   : 1;
	margin    : 0.3em 0 0;
}

.radio-left-bar .tab-selector li
{
	cursor          : pointer;
	list-style-type : none;
	line-height     : 25px;
	position        : relative;
	border-left     : 0;
	padding: 0.2em 8px;
	border-left: 0;
}

.radio-left-bar .tab-selector li:hover
{
	background: #c9ecd9;
	border-left : 8px solid #53b883;
	padding: 0.2em 0;
}

.category-chooser li a
{
	transition : .9s ease;
}

.category-chooser li a:hover
{
	color : #53b883 !important;
}

.tab-selector li a:hover
{
	color : #53b883 !important;
}

.radio-left-bar .tab-selector li.selected
{
	background: #c9ecd9;
	border-left : 8px solid #53b883;
	padding: 0.2em 0;
}

.radio-left-bar .tab-selector li a
{
	color       : #333;
	padding     : 0 0.5em;
	width       : auto;
	font-size   : 0.8em;
	font-weight : bold;
	font-family : Montserrat;
}

.side-menu .category-chooser
{

	padding    : 0;
	margin     : 0;
	list-style : none;
}

.side-menu .category-chooser .categories_back
{
	background     : rgba(0, 0, 0, 0) url("/static/snickers/img/back.png") no-repeat scroll 0 0;
	width          : 20px;
	height         : 21px;
	display        : inline-block;
	vertical-align : -9px;
	cursor         : pointer;
	position       : absolute;
	left           : 15px;
	top            : 31px;
}

.side-menu .category-chooser h2
{
	color      : #000;
	text-align : center;
	margin     : 0.5em 0 1em;
}

.side-menu .category-chooser li
{
	padding   : 0.3em 0;
	cursor    : pointer;
	font-size : 0.8em;
}

.side-menu .category-chooser li a
{
	color          : #000;
	text-transform : uppercase;
}

.side-menu .category-chooser li.selected a
{
	color : #53b883;
}

.radio-left-bar .tab-selector li.selected a
{
	color : #53b883;
}

.radio-left-bar .tab-selector li .ui-icon
{
	background-image : url(/static/snickers/img/ui-icons_666666_256x240.png);
}

.radio-left-bar .tab-selector li:hover .ui-icon,
.radio-left-bar .tab-selector li.selected .ui-icon
{
	background-image : url(/static/snickers/img/ui-icons_333333_256x240.png);
}

/*----------------------------------------------------------------------------------------------------------------------
											  Header images
----------------------------------------------------------------------------------------------------------------------*/
.header_image
{
	top: 40px;
    height: 200px;
    width: calc(100% - 4em);
    background-size: cover;
    position: absolute;
    z-index: 1;
    margin: 1.5em 2em;
	border-radius: 15px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	background-position: center;
}

/*noinspection CssInvalidPropertyValue,CssUnknownProperty*/
.header_image_edito,
.header_image_search
{
	background-image : url('/static/snickers/img/edito_header.jpg');
}

.header_image_text
{
	text-shadow : 0px 0px 25px rgba(0, 0, 0, 0.5);
}

.header_image_live,
.header_image_selection
{
	background-image : url('/static/snickers/img/live_header.jpg');
}

.header_image_emissions
{
	background-image : url('/static/snickers/img/emissions_header.jpg');
}

.header_image_planning
{
	background-image : url('/static/snickers/img/planning_header.jpg');
}

.header_image_podcasts,
.header_image_tag
{
	background-image : url('/static/snickers/img/podcasts_header.jpg');
}

.header_image_animators
{
	background-image : url('/static/snickers/img/animators_header.jpg');
}

.header_image_text
{
	font-family : 'Montserrat', cursive;
	color       : #fff;
	position    : absolute;
	font-size   : 3.5em;
	line-height : 0.7em;
	top         : 0.5em;
	left        : 0.5em;
}

.header_image_text > .little
{
	font-size : 0.5em;
}

/*----------------------------------------------------------------------------------------------------------------------
											  Main content
----------------------------------------------------------------------------------------------------------------------*/
.main-content
{
	-webkit-overflow-scrolling : touch;
	top                        : 92px;
	bottom                     : 60px;
	left                       : 0;
	right                      : 0;
	overflow-x                 : hidden;
	overflow-y                 : auto;
	padding                    : 0;
	position: absolute;
	display: flex;
}

.main-content .mCSB_container
{
	margin : 0;
}

.participation-content .mCSB_container
{
	margin-right : 0;
}

html.lt-ie9 .main-content
{
	overflow-y : hidden;
}

.main-content .tabs > .ui-tabs-nav
{
	display : none;
}

.main-content .tabs .ui-tabs-panel
{
	padding : 0;
}

.main-content .tabs .live.ui-tabs-panel
{
	padding : 200px 0 0;
}

.tabs_content
{
	padding : 0 2.5em 2em;
}

.main-content .tabs .animator.ui-tabs-panel
{
	padding : 0;
}

.main-content .tabs .guest.ui-tabs-panel
{
	padding : 0;
}

.main-content .tabs .emission.ui-tabs-panel
{
	padding : 0;
}

.live .tabs_content
{
	padding : 0;
}

.main-content .tabs .ui-tabs-panel
{
	padding : 230px 0 0;
}

/*----------------------------------------------------------------------------------------------------------------------
                                         Participation content
----------------------------------------------------------------------------------------------------------------------*/
.participation-content
{
	-webkit-overflow-scrolling : touch;
    z-index: 3;
    top: 70px;
    bottom: 0;
    right: 0;
    width: auto;
    border-left: 0;
    display: block;
    overflow: initial;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
	padding: 0 20px 0 0;
	flex: 1;
}

.participation-content .twitter-box
{
	padding    : 0;
	background : #fff;
	margin: 0 0 20px 0;
}

.participation-content .tag-box
{
	background : #fff;
	padding    : 5px 0 20px;
}

.participation-content #comment_edito
{
	padding : 0 0 15px;
}

.video_playing .participation-content
{
	padding : 0;
}

.participation-content h1
{
	padding     : 0.5em 0;
	color       : #222;
	font-weight : bold;
	font-size   : 1.5em;
	background  : transparent;
	margin      : 0;
	font-family : 'Montserrat', cursive;
	text-align: left;
}

.participation-content .speak-in-box > h2
{
	margin-top : 0;
}

.participation-content .speak-in-box
{
	margin     : 20px 0;
	text-align : center;
}

.participation-content .speak-in-box-content
{
	display         : flex;
	justify-content : space-around;
}

/*----------------------------------------------------------------------------------------------------------------------
												Tabs
----------------------------------------------------------------------------------------------------------------------*/

.tabs
{
	min-height : 300px;
	padding    : 0;
	flex: 5;
	-webkit-box-flex: 5;
}

.playing_tab
{
	bottom          : 0;
	margin          : 0;
	position        : absolute;
	right           : 0;
	top             : 0px;
	width           : 30px;
	height          : 26px;
	text-align      : center;
	display         : flex;
	justify-content : center;
}

.bloc-paddle
{
	align-items     : flex-end;
	display         : flex;
	width           : 10px;
	justify-content : space-around;
	height          : 15px;
	align-content   : center;
	align-self      : center;
	margin          : 0 auto;
}

.playing_tab span.paddle1
{
	animation-duration        : 0.6s;
	animation-name            : slidein;
	animation-iteration-count : infinite;
	animation-direction       : alternate;
}

.playing_tab span.paddle2
{
	animation-duration        : 0.3s;
	animation-name            : slidein2;
	animation-iteration-count : infinite;
	animation-direction       : alternate;
}

.playing_tab span.paddle3
{
	animation-duration        : 0.5s;
	animation-name            : slidein3;
	animation-iteration-count : infinite;
	animation-direction       : alternate;
}

.playing_tab span
{
	width      : 1.9px;
	background : #222;
}

.live_stripe
{
	color: #fff;
    font-size: 0.5em;
    line-height: 1.1em;
    font-weight: bold;
    text-align: center;
    width: 25px;
    text-shadow: none;
    display: flex;
    position: absolute;
    right: 35px;
    padding: 0.3em;
    margin: 0 0 0 5px;
    top: 0;
    text-transform: uppercase;
    background: red;
    border-radius: 50%;
    height: 25px;
    justify-content: center;
    align-items: center;
}

.participation-content .socials {
	display: flex;
	justify-content: flex-end;
    margin: 0.5em 1em 0 0;
}

.participation-content .socials .logo {
    background: #eee;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
	align-content: center;
	margin: 0 0 0 0.5em;
}

.participation-content .socials .logo a {
    height: 20px;
}

.participation-content .socials .logo.facebook a {
    color: #4a6fa3;
}

.participation-content .socials .logo.twitter a {
	color: #22aee1;
}



/*----------------------------------------------------------------------------------------------------------------------
							Gestion des plugin auditorcall & auditorphone
----------------------------------------------------------------------------------------------------------------------*/

.participant-phones .auditor-phone,
.participant-phones .auditor-call
{
	margin    : 0 0 20px 0;
	max-width : 460px;
	float     : left;
	width     : 49%;
}

.auditor-phone
{

}

/*----------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
													Maximal
------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width : 1140px)
{

	.mobile-header
	{
		display : none;
	}

	.radio-left-bar
	{
		top       : 0;
		width     : 225px;
		transform : none;
	}

	.radio-left-bar .radio_logo
	{
		display : flex;
		justify-content: center;
	}

	.radio_logo {
	background       : none;
	height           : 90px;
	padding          : 1em 0;
	width: 80%;
   }

	.main-content
	{
		top    : 0;
		bottom : 4em;
		left   : 225px;
	}

	.participation-content
	{
		top : 0;
	}

}


@media only screen and (min-width : 1600px)
{

	.tabs
	{
		flex: 5;
		-webkit-box-flex: 5;
	}

	.header_image
	{
		height : 300px;
	}

	.playing_tab
	{
		height : 32px;
	}

	.main-content .tabs .live.ui-tabs-panel
	{
		padding : 300px 0 0;
	}
	.main-content .tabs .ui-tabs-panel
	{
		padding : 330px 0 0;
	}
}

/*----------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
												If flexbox enabled
------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/
.flexbox .radio-left-bar
{
	display        : flex;
	flex-direction : column;
}

.flexbox .radio-left-bar > *
{
	flex-shrink : 0;
}

.flexbox .radio-left-bar .plugin_footer > *
{
	flex-shrink : 0;
}

.twitter-container {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
}

.icon-playing {
	border: 0;
	background-color: #00000050;
}

.plugin_podcasts_item.currently-playing .plugin_podcasts_item_table_data_play .plugin_podcasts_button_playing span {
    background: #fff;
}

.plugin_podcasts_item.stamp.currently-playing .plugin_podcasts_item_table_data_play .plugin_podcasts_button_playing {
    background: #00000050;
    border: none;
} 
/**** end of channel page style */
