/*
 * jQuery UI CSS Framework 1.8.14
 *
 * Copyright 2011, 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
 */

/* 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:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.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: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.14
 *
 * Copyright 2011, 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=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #4297d7; background: #5c9ccc url(css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #c5dbec; background: #dfeffc url(css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2e6e9e; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2e6e9e; 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 { border: 1px solid #79b7e7; background: #d0e5f5 url(css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1d5987; }
.ui-state-hover a, .ui-state-hover a:hover { color: #1d5987; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #79b7e7; background: #f5f8f9 url(css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #e17009; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #e17009; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fad42e; background: #fbec88 url(css/redmond/images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% 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 #cd0a0a; background: #fef1ec url(css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.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(css/redmond/images/ui-icons_469bdd_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(css/redmond/images/ui-icons_469bdd_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(css/redmond/images/ui-icons_d8e7f3_256x240.png); }
.ui-state-default .ui-icon { background-image: url(css/redmond/images/ui-icons_6da8d5_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(css/redmond/images/ui-icons_217bc0_256x240.png); }
.ui-state-active .ui-icon {background-image: url(css/redmond/images/ui-icons_f9bd01_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(css/redmond/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(css/redmond/images/ui-icons_cd0a0a_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; }
.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: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 1.8.14
 *
 * Copyright 2011, 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;z-index: 99999; 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.14
 *
 * Copyright 2011, 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.14
 *
 * Copyright 2011, 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.14
 *
 * Copyright 2011, 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; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.14
 *
 * Copyright 2010, 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/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.14
 *
 * Copyright 2011, 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.14
 *
 * Copyright 2011, 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; }
.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: hidden; font-weight:normal; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; 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.14
 *
 * Copyright 2011, 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 { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.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.14
 *
 * Copyright 2011, 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: .2em; 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: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.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: text; }
.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; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.14
 *
 * Copyright 2011, 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; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.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:0em; }

/* 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: none; /*sorry for IE5*/
    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.14
 *
 * Copyright 2011, 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; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

#fancybox-loading{position:fixed;top:50%;left:50%;width:40px;height:40px;margin-top:-20px;margin-left:-20px;cursor:pointer;overflow:hidden;z-index:1104;display:none;}#fancybox-loading div{position:absolute;top:0;left:0;width:40px;height:480px;background-image:url(/inc/js/fancybox/fancybox.png);}#fancybox-overlay{position:absolute;top:0;left:0;width:100%;z-index:1100;display:none;}#fancybox-tmp{border:0;overflow:auto;display:none;margin:0;padding:0;}#fancybox-wrap{position:absolute;top:0;left:0;z-index:1101;outline:none;display:none;padding:20px;}#fancybox-outer{position:relative;width:100%;height:100%;background:#fff;}#fancybox-content{width:0;height:0;outline:none;position:relative;overflow:hidden;z-index:1102;border:0 solid #fff;padding:0;}#fancybox-hide-sel-frame{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:1101;}#fancybox-close{position:absolute;top:-15px;right:-15px;width:30px;height:30px;background:transparent url(/inc/js/fancybox/fancybox.png) -40px 0;cursor:pointer;z-index:1103;display:none;}#fancybox-error{color:#444;font:normal 12px/20px Arial;margin:0;padding:14px;}#fancybox-img{width:100%;height:100%;border:none;outline:none;line-height:0;vertical-align:top;margin:0;padding:0;}#fancybox-frame{width:100%;height:100%;border:none;display:block;}#fancybox-left,#fancybox-right{position:absolute;bottom:0;height:100%;width:35%;cursor:pointer;outline:none;background:transparent url(/inc/js/fancybox/blank.gif);z-index:1102;display:none;}#fancybox-left{left:0;}#fancybox-right{right:0;}#fancybox-left-ico,#fancybox-right-ico{position:absolute;top:50%;left:-9999px;width:30px;height:30px;margin-top:-15px;cursor:pointer;z-index:1102;display:block;}#fancybox-left-ico{background-image:url(/inc/js/fancybox/fancybox.png);background-position:-40px -30px;}#fancybox-right-ico{background-image:url(/inc/js/fancybox/fancybox.png);background-position:-40px -60px;}#fancybox-left:hover,#fancybox-right:hover{visibility:visible;}#fancybox-left:hover span{left:20px;}#fancybox-right:hover span{left:auto;right:20px;}.fancybox-bg{position:absolute;border:0;width:20px;height:20px;z-index:1001;margin:0;padding:0;}#fancybox-bg-n{top:-20px;left:0;width:100%;background-image:url(/inc/js/fancybox/fancybox-x.png);}#fancybox-bg-ne{top:-20px;right:-20px;background-image:url(/inc/js/fancybox/fancybox.png);background-position:-40px -162px;}#fancybox-bg-e{top:0;right:-20px;height:100%;background-image:url(/inc/js/fancybox/fancybox-y.png);background-position:-20px 0;}#fancybox-bg-se{bottom:-20px;right:-20px;background-image:url(/inc/js/fancybox/fancybox.png);background-position:-40px -182px;}#fancybox-bg-s{bottom:-20px;left:0;width:100%;background-image:url(/inc/js/fancybox/fancybox-x.png);background-position:0 -20px;}#fancybox-bg-sw{bottom:-20px;left:-20px;background-image:url(/inc/js/fancybox/fancybox.png);background-position:-40px -142px;}#fancybox-bg-w{top:0;left:-20px;height:100%;background-image:url(/inc/js/fancybox/fancybox-y.png);}#fancybox-bg-nw{top:-20px;left:-20px;background-image:url(/inc/js/fancybox/fancybox.png);background-position:-40px -122px;}#fancybox-title{font-family:Helvetica;font-size:12px;z-index:1102;}.fancybox-title-inside{padding-bottom:10px;text-align:center;color:#333;background:#fff;position:relative;}.fancybox-title-outside{padding-top:10px;color:#fff;}.fancybox-title-over{position:absolute;bottom:0;left:0;color:#FFF;text-align:left;}#fancybox-title-over{background-image:url(/inc/js/fancybox/fancy_title_over.png);display:block;padding:10px;}.fancybox-title-float{position:absolute;left:0;bottom:-20px;height:32px;}#fancybox-title-float-wrap{border:none;border-collapse:collapse;width:auto;}#fancybox-title-float-wrap td{border:none;white-space:nowrap;}#fancybox-title-float-left{background:url(/inc/js/fancybox/fancybox.png) -40px -90px no-repeat;padding:0 0 0 15px;}#fancybox-title-float-main{color:#FFF;line-height:29px;font-weight:700;background:url(/inc/js/fancybox/fancybox-x.png) 0 -40px;padding:0 0 3px;}#fancybox-title-float-right{background:url(/inc/js/fancybox/fancybox.png) -55px -90px no-repeat;padding:0 0 0 15px;}.fancybox-ie6 #fancybox-close{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/inc/js/fancybox/fancy_close.png',sizingMethod='scale');}.fancybox-ie6 #fancybox-left-ico{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/inc/js/fancybox/fancy_nav_left.png',sizingMethod='scale');}.fancybox-ie6 #fancybox-right-ico{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/inc/js/fancybox/fancy_nav_right.png',sizingMethod='scale');}.fancybox-ie6 #fancybox-title-over{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/inc/js/fancybox/fancy_title_over.png',sizingMethod='scale');zoom:1;}.fancybox-ie6 #fancybox-title-float-left{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/inc/js/fancybox/fancy_title_left.png',sizingMethod='scale');}.fancybox-ie6 #fancybox-title-float-main{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/inc/js/fancybox/fancy_title_main.png',sizingMethod='scale');}.fancybox-ie6 #fancybox-title-float-right{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/inc/js/fancybox/fancy_title_right.png',sizingMethod='scale');}.fancybox-ie6 #fancybox-bg-w,.fancybox-ie6 #fancybox-bg-e,.fancybox-ie6 #fancybox-left,.fancybox-ie6 #fancybox-right,#fancybox-hide-sel-frame{height:expression(this.parentNode.clientHeight+"px");}#fancybox-loading.fancybox-ie6{position:absolute;margin-top:0;top:expression((-20+(document.documentElement.clientHeight?document.documentElement.clientHeight/2:document.body.clientHeight/2) 0 (ignoreMe=document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop)) 0 px);}#fancybox-loading.fancybox-ie6 div{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/inc/js/fancybox/fancy_loading.png',sizingMethod='scale');}.fancybox-ie .fancybox-bg{background:transparent!important;}.fancybox-ie #fancybox-bg-n{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/inc/js/fancybox/fancy_shadow_n.png',sizingMethod='scale');}.fancybox-ie #fancybox-bg-ne{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/inc/js/fancybox/fancy_shadow_ne.png',sizingMethod='scale');}.fancybox-ie #fancybox-bg-e{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/inc/js/fancybox/fancy_shadow_e.png',sizingMethod='scale');}.fancybox-ie #fancybox-bg-se{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/inc/js/fancybox/fancy_shadow_se.png',sizingMethod='scale');}.fancybox-ie #fancybox-bg-s{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/inc/js/fancybox/fancy_shadow_s.png',sizingMethod='scale');}.fancybox-ie #fancybox-bg-sw{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/inc/js/fancybox/fancy_shadow_sw.png',sizingMethod='scale');}.fancybox-ie #fancybox-bg-w{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/inc/js/fancybox/fancy_shadow_w.png',sizingMethod='scale');}.fancybox-ie #fancybox-bg-nw{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/inc/js/fancybox/fancy_shadow_nw.png',sizingMethod='scale');}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }


/*!
 * Slidebars - A jQuery Framework for Off-Canvas Menus and Sidebars
 * Version: 2 Development
 * Url: http://www.adchsm.com/slidebars/
 * Author: Adam Charles Smith
 * Author url: http://www.adchsm.com/
 * License: MIT
 * License url: http://www.adchsm.com/slidebars/license/
 */

/**
 * Box Model, Html & Body
 */

html, body, [canvas=container], [off-canvas] {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/**
 * Canvas
 */

[canvas] {
	z-index: 1;
}

[canvas=container] {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	position: relative;
	background-color: white; /* Basic background color, overwrite this in your own css. */
	-webkit-overflow-scrolling: touch; /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}

[canvas=container]:before, [canvas=container]:after {
	clear: both;
	content: '';
	display: table;
}

/**
 * Off-Canavs
 */

[off-canvas] {
	display: none;
	position: fixed;
	overflow: hidden;
	overflow-y: auto;
	background-color: black; /* Basic background color, overwrite this in your own css. */
	color: white; /* Basic colors, overwrite this in your own css. */
	-webkit-overflow-scrolling: touch; /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}

[off-canvas*=top] {
	width: 100%;
	height: 255px;
	top: 0;
}

[off-canvas*=right] {
	width: 255px;
	height: 100%;
	top: 0;
	right: 0;
}

[off-canvas*=bottom] {
	width: 100%;
	height: 255px;
	bottom: 0;
}

[off-canvas*=left] {
	width: 255px;
	height: 100%;
	top: 0;
	left: 0;
}

[off-canvas*=reveal] {
	z-index: 0;
}

[off-canvas*=push] {
	z-index: 1;
}

[off-canvas*=overlay] {
	z-index: 9999;
}

[off-canvas*=shift] {
	z-index: 0;
}

/**
 * Animation
 */

[canvas], [off-canvas] {
	-webkit-transform: translate( 0px, 0px );
	    -ms-transform: translate( 0px, 0px );
	        transform: translate( 0px, 0px );
	-webkit-transition: -webkit-transform 300ms;
	        transition:         transform 300ms;
	-webkit-backface-visibility: hidden; /* Prevents flickering, may be removed if experiencing problems with fixed background images in Chrome. */
}

[off-canvas*=shift][off-canvas*=top] {
	-webkit-transform: translate( 0px, 50% );
	        transform: translate( 0px, 50% );
}

[off-canvas*=shift][off-canvas*=right] {
	-webkit-transform: translate( -50%, 0px );
	        transform: translate( -50%, 0px );
}

[off-canvas*=shift][off-canvas*=bottom] {
	-webkit-transform: translate( 0px, -50% );
	        transform: translate( 0px, -50% );
}

[off-canvas*=shift][off-canvas*=left] {
	-webkit-transform: translate( 50%, 0px );
	        transform: translate( 50%, 0px );
}

/**
 * Print
 */

@media print {
	[canvas] {
		-webkit-transform: translate( 0px, 0px ) !important;
		    -ms-transform: translate( 0px, 0px ) !important;
		        transform: translate( 0px, 0px ) !important;
	}

	[off-canvas] {
		display: none !important;
	}
}

body { background:url('../img/tpl/background.png') #f7f7f7 fixed; padding:0; margin:0; font-family:Arial, sans-serif; font-size:12px; color:#000; }
h1, h2, h3, h4, ul, ol, li, form { list-style:none; margin:0; padding:0; }
a { color:#007da0; }
a:hover { color:#666; text-decoration:none; }
.clr { clear:both; }
.left { float:left; }
.right { float:right; }
.text-center, .center { text-align:center !important; }
.text-left { text-align:left !important; }
.text-right { text-align:right !important; }
.show { display:block; }
.hide { display:none; }
.half { float:left; width:50%; }
.quarter { float:left; width:25%; }
.tiers { float:left; width:33%; }
h1 { font-size:26px; color:#3b90bf; margin:0 0 10px 0; font-family:'Open Sans Condensed',Helvetica,Arial; }
h2 { font-size:20px; color:#b6a57e; margin:0 0 5px 0; font-family:'Open Sans Condensed',Helvetica,Arial;  }
h3, h4 { font-size:16px; color:#3b90bf; margin:0 0 5px 0; }
h5 { font-size:12px; }
.bleu { color:#007da0 !important; }
.only-rp { display:none !important; }
.show-rp { display:none; }
.hide-rp { display:block; }

p { text-align:justify; line-height:16px; }
.microtime { z-index:26; font-size:11px; color:#fff; padding:4px; position:fixed; top:5px; left:5px; display:block; }
h1.login,
h1.comment,
h1.email { font-size:18px; padding:0 0 5px 42px; background:no-repeat 0 0; line-height:32px; }
h1.login { background-image:url('../img/icon/32x32/login.png'); }
h1.comment { background-image:url('../img/icon/32x32/comment.png'); }
h1.email { background-image:url('../img/icon/32x32/email.png'); }

/* Custom */
/*body { background:#013a4d !important; } */

/* Marges */
.mt0 { margin-top:0px !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mb0 { margin-bottom:0px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }

/* Colonnes */
.col_1 { width:660px; overflow:hidden; float:left; }
.col_1.col_center { margin:0 auto; float:none; }
.col_2 { width:275px; overflow:hidden; float:right; }
.col_3 { width:275px; overflow:hidden; float:right; }
.col_half_1 { float:left; width:49%; }
.col_half_2 { float:right; width:49%; } 

/* Icones */
a.icone { display:inline-block; width:16px; height:16px; background:no-repeat 0 0; text-indent:1000px; overflow:hidden; }
.icone.cancel { background-image:url('../img/icon/16x16/cross.png'); }
.icone.delete { background-image:url('../img/icon/16x16/delete.png'); }
.icone.plus { width:10px; height:10px; background-image:url('../img/icon/plus.png'); }
.icone.moins { width:10px; height:10px; background-image:url('../img/icon/moins.png'); }

/* CMS */
.cms img { border:1px solid #ccc; }
.cms p.photo { text-align:center; }
.cms .youtube { text-align:center; margin-bottom:20px;}
.cms .youtube h2 { font-size:14px; font-weight:bold; margin-bottom:5px; }

/* Promo */
#promo { width:970px; margin:0 auto; padding:15px 0 10px 0; }
#promo_left { border:1px solid #fff; background:#fff; width:700px; height:100px; float:left; overflow:hidden; }
#promo_right { border:1px solid #fff; background:#fff; width:260px; height:100px; float:right; overflow:hidden; }
#promo_dedicace { border-radius:4px; height:60px; overflow: hidden; margin-bottom:10px; }
#promo_mobile { display:none; }

/* Header Fixed */
#fixed { display:none; position:fixed; z-index:2000; top:0; left:0; width:100%; height:50px; box-shadow:0 0 5px #666; overflow:hidden; background:#066093 linear-gradient(to bottom, #066093 26%, #2e87b9 100%); }
#fixed .container { overflow:hidden; color:#fff; width:965px; margin:0 auto; }
#fixed .container a { color:#fff; text-decoration:none; }
#fixed .container a:hover { color:#f9c133; }
#fixed_logo { float:left; width:140px; height:30px; overflow:hidden; display:block; text-indent:-1000px; background:url('../img/tpl/logo_fixed.png') 0 center no-repeat; }
.fixed_top_container { background:#144c6d; width:100%; height:20px; overflow:hidden; clear:both; }
#fixed_top { font-family:Tahoma,Arial; font-size:11px; padding:2px 0; overflow:hidden; }
#fixed_menu { float:left; color:#fff;  }
#fixed_menu a { font-family:'Open Sans Condensed',Helvetica,Arial,sans-serif; font-weight:bold; font-size:15px; padding:0 8px 0 8px; line-height:26px;  }
#fixed_menu li { display:inline-block; margin:0; padding:0; border-right:1px solid #1f6ca3;  }
#fixed_mobile { display:none; }

/* Partage */
.partage_liste { width:450px; margin:0 auto; }
.partage_liste li { width:150px; float:left; }
.partage_liste a { display:block; background:no-repeat 0 0; height:32px; padding-left:40px; font-size:14px; line-height:32px; }
.partage_liste a.email { background-image:url('../../img/icon/32x32/email.png'); }
.partage_liste a.twitter { background-image:url('../../img/icon/32x32/twitter.png'); }
.partage_liste a.facebook { background-image:url('../../img/icon/32x32/facebook.png'); } 

/* Header */
#header { width:100%; background:linear-gradient(to bottom, #066093 15px, #2e87b9 30px, transparent 26px);  }

#top { overflow:hidden; width:965px; padding:5px 0; margin:0 auto; font-family:Tahoma,Arial; font-size:11px; color:#fff; }
#top a { color:#fff; text-decoration:none; }
#top a:hover { color:#ffc923; }
#top span.play,
#top span.pause { background:url('../img/play_pause.png') no-repeat 0px 0px; width:12px; height:12px; display:block; overflow:hidden; float:left; margin-right:5px; margin-top:7px; }
#top a:hover span.play { background-position:-12px 0px; }
#top span.pause { background-position:0px -12px; }
#top a:hover span.pause { background-position:-12px -12px; }

#logo { float:left; display:block; margin:12px 0 0 15px; }
#login_box { float:left; margin-left:20px; width:240px; color:#888; }
#login_box h3 { font-size:14px; margin-top:24px; font-weight:bold; color:#3b90bf; } 
#login_box a.logout { font-size:11px; color:#888; text-decoration:none; }

#login_button { width:230px; overflow:hidden; margin-top:20px; border:1px solid #fff; border-radius:5px; box-shadow: 0px 0px 0px 3px #eee; }
#login_button li { float:left; width:50%; height:40px; line-height:40px; font-family:'Open Sans Condensed',Helvetica,Arial,sans-serif; font-size:16px; font-weight:bold; background-image: linear-gradient(to bottom, #2576AC 0%, #3F9ACF 100%); }
#login_button li a { padding-left:35px; display:inline-block; color:#fff; text-decoration: none; text-shadow: 1px 1px 0px rgba(0,0,0,0.26); }
#login_button li a.inscription { background:url('../img/tpl/icon-inscription.png') no-repeat left center; }
#login_button li a.connexion { background:url('../img/tpl/icon-login.png') no-repeat left center; }
#login_button li:hover { background-image: linear-gradient(to bottom, #F4932C 0%, #FBBF6B 100%); }

#login { width:227px; overflow:hidden; margin-top:20px; }
#login li { float:left; }
#login a { height:38px; overflow:hidden; background:url('../img/tpl/background_login.png') 0 0 no-repeat; display:block; text-indent:-1000px; }
#login a.inscription { width:109px; }
#login a.inscription:hover { background-position:0 -38px; }
#login a.connexion { width:118px; background-position:-109px 0; }
#login a.connexion:hover { background-position:-109px -38px; }

.search-box { padding:5px 10px; overflow:hidden; background:#fff; border:1px solid #ccc; border-radius:5px; box-shadow: 0px 0px 0px 3px #eee; }
.search-box input[type=text] { margin:0 !important; border:0 !important; padding:0 !important; width:100% !important; height:30px; font-size:14px; overflow:hidden; background:url('../img/tpl/search.png') center right no-repeat; color:#444; }
.search-box input[type=submit] { display:none !important; }
.search-box { margin:0 auto 15px auto; width:630px; }
.search-box-header { float:left; width:340px; margin:20px 0 0 40px; }
.search-box-options { display:none; border-top:1px solid #eee; font-size:14px; color:#444; padding-top:5px; }
.search-box-header:hover .search-box-options { display:block; }

/* Menu */
#header_menu,
#footer_menu { width:975px; overflow:hidden; border:2px solid #fff; margin:0 auto; background:#fff; border-radius:8px; box-shadow:0px 0px 5px 0 rgba(0,0,0,0.26); }

#menu { display:block; width:100%; margin-top:10px; background:#6f441c linear-gradient(to bottom, #6f441c 0%, #836142 100%); }
#menu ul { text-align:center; height:36px; margin:0 auto; }
#menu li { height:36px; display:inline-block; border-left:1px solid rgba(255,255,255,0.2); border-right:1px solid rgba(0,0,0,0.2); }
#menu li:first-child { border-left:none; padding-left:0; }
#menu li:last-child { border-right:none; padding-right:0; }
#menu a { padding:4px 10px; overflow:hidden; display:block; color:#fff; font-family:'Open Sans Condensed',Helvetica,Arial,sans-serif; font-size:20px; text-decoration:none; }
#menu a:hover, #menu a.active { color:#ffc923; }

#footer_menu { background-color:#6f441c; background-image:linear-gradient(to bottom, #643c18 0%, #6f441c 100%); margin-bottom:10px; border-top:0; border-radius:0 0 5px 5px; }
#footer_menu ul { text-align:center; margin:0 auto; }
#footer_menu li { display:inline-block; border-left:1px solid rgba(255,255,255,0.2); border-right:1px solid rgba(0,0,0,0.2); }
#footer_menu li:first-child { border-left:none; padding-left:0; }
#footer_menu li:last-child { border-right:none; padding-right:0; }
#footer_menu li:first-child a { padding-left:10px; }
#footer_menu a { padding:4px 10px; overflow:hidden; display:block; color:#fff; font-family:'Open Sans Condensed',Helvetica,Arial,sans-serif; font-size:16px; text-decoration:none; }
#footer_menu a:hover, #menu_footer a.active { color:#ffc923; }

#sub_menu { position:absolute; top:140px; z-index:900; width:100%; }
body.fixed_menu_active #sub_menu { position:fixed; top:46px; }
#sub_menu a { text-decoration:none; }
#sub_menu > div { overflow:hidden; border:1px solid #007da0; border-top:none; display:none; top:1px; position:relative; width:580px; background:#fff; padding:0; }
#sub_menu table { border:0; border-collapse:collapse; }
#sub_menu table td { padding:0; margin:0; vertical-align:top; }
#sub_menu td.td { background:#fff; width:400px; }
#sub_menu td.td a { display:block; padding:4px; }
#sub_menu td.td a:hover { background:#efefef; }

#sub_menu .children_categorie { overflow:hidden; width:180px; }
#sub_menu .children_categorie a { font-family:'Open Sans Condensed',Helvetica,Arial,sans-serif;  display:block; padding:4px; font-size:16px; line-height:18px; font-weight:bold; }
#sub_menu .children_categorie a:hover, 
#sub_menu .children_categorie a.active { background:#fff; }

#sub_menu .ssm { display:none; }
#sub_menu .articles_categorie h3 { font-size:13px; font-weight:bold; }
#sub_menu .articles_categorie li { overflow:hidden; }
#sub_menu .articles_categorie img { float:left; border:1px solid #ccc; margin-right:5px; width:90px; height:50px; }
#sub_menu span.pubdate { font-size:11px; color:#444; }
#sub_menu span.pubdate_fete { font-size:11px; color:#444; font-weight:normal; float:right; }
#sub_menu .last_children_categorie a { line-height:18px; font-size:14px; font-weight:bold; }

/* Footer */
#footer { overflow:hidden; min-height:130px; padding-top:8px; box-shadow:0 0 5px rgba(0,0,0,0.26); background:#6f441c linear-gradient(to bottom, #6f441c 26%, #836142 100%); }
#footer .content { width:975px; margin:0 auto; color:#fff; font-family:Arial; }
#footer a { color:#fff; text-decoration:none; }
#footer a:hover { color:#ffc923; }
#footer h3 { font-weight:bold; font-size:14px; font-family:Tahoma,Arial; padding:0; color:#ffc923; margin-bottom:4px; }
#footer .infos ul { margin:0 0 20px 5px; }
#footer .infos li { margin-bottom:3px; }

#footer .icons li { margin:0; padding:0; }
#footer .icons li { display:inline-block; margin-left:10px; }
#footer .icons a { opacity:0.70; width:40px; height:40px; overflow:hidden; display:inline-block; background:url('../img/tpl/icons-footer.png') no-repeat; text-indent:-1000px; }
#footer .icons a:hover { opacity:1; }
#footer .icons a.facebook { background-position:-40px 0; }
#footer .icons a.youtube { background-position:0 0; }
#footer .icons a.appstore { background-position:-80px 0; }
#footer .icons a.playstore { background-position:-120px 0; }

/* Footer Links */
.footer-links { overflow:hidden; position:relative; height:65px; width:400%; }
.footer-links li { float:left; margin-left:18px; width:225px; overflow:hidden; }
.footer-links li:first-child { margin-left:0; }
.footer-links a { background:url('../img/footer/full.png') no-repeat 0 0; display:block; text-indent:-1000px; width:225px; height:65px; overflow:hidden; border-radius:5px; }
.footer-links a.footer-1histoire { background-position:0 0; }
.footer-links a.footer-daf { background-position:0 -65px; }
.footer-links a.footer-halakha { background-position:0 -130px; }
.footer-links a.footer-kriat { background-position:0 -195px; }
.footer-links a.footer-leilouy { background-position:0 -260px; }
.footer-links a.footer-question { background-position:0 -325px;  }
.footer-links a.footer-refoua { background-position:0 -390px; }
.footer-links a.footer-yeladim { background-position:0 -455px; }
.footer-links a.footer-michna { background-position:0 -520px; }
.footer-links a.footer-laf { background-position:0 -585px; }
.footer-links a.footer-magazine { background-position:0 -650px; }

/* Fil d'Ariane */
#breadcrumb { font-size:11px; color:#444; margin:5px 0 10px; }
#breadcrumb a { color:#444; text-decoration:none; }
#breadcrumb b { color:#007da0; }

/* Content */
#content { width:955px; min-height:300px; overflow:hidden; padding:10px; margin:10px auto 0 auto; background:#fff; border-radius:8px 8px 0 0; box-shadow:0 0 5px rgba(0,0,0,0.26); }
#footer-links { width:955px; overflow:hidden; padding:10px; margin:0 auto; background:#efefef; box-shadow:0 0 5px #ccc; }

/* Contenu seul */
#content.co { box-shadow: none; border-radius: none; }
#content.co .col_1 { margin:0 auto; float:none; }
#content.co .col_1_co { margin:0 !important; float:left !important; }
#content.co #breadcrumb { display: none; }

#megaban, .megaban { width:955px; height:90px; overflow:hidden; border-radius:5px; }
.megaban.large { height:200px; margin-bottom:20px; }

/* Divers */
#content hr { height:1px; border:none; background:#eee; margin:20px 0; }

/* Listes */
#content .list-1 { overflow:hidden; margin:0 0 20px 0; padding:0; }
#content .list-1 li { margin:0; padding:0; list-style:none; float:left; width:33%; }
#content .list-1.bullet { margin:0; }
#content .list-1.bullet li { width:30%; padding-left:3%; background:url('../img/icon/16x16/bullet_square.png') no-repeat 5px 6px; }
#content .list-2, .texte_article ul { margin-left:20px; }
.texte_article ul { margin:20px 0 20px 20px; }
#content .list-2 li, .texte_article li { padding-left:12px; background:url('../img/icon/16x16/bullet_square.png') no-repeat 0 5px; }
.texte_article ol li { padding:0; background:none; list-style-type:decimal !important; line-height:20px; }
.texte_article ol { margin-left:15px !important; padding-left:15px !important; }
.texte_article li { margin-bottom:0.9em; }
#content .list-menu { text-align:center; }
#content .list-menu li { display:inline-block; }
#content .list-menu img { border:0; }
#content .list-actions li { width:260px; padding-left:10px; float:left; margin-top:15px; }
#content .list-actions li em { color:#444; }
#content .list-actions li span.ville { font-size:11px; color:#444; }
#content .list-actions li b { font-size:14px; color:#007da0; }
.article-galerie { width:100%; overflow:hidden; text-align:center; }
.article-galerie-photo { width:33%; float:left; padding-bottom:10px; }
.article-galerie-photo img { border-radius:4px; border:1px solid #ccc; }

/* Listes Home */
#content .cadre_home { width:320px; overflow:hidden; border:1px solid #ccc; border-radius:3px; }
#content .cadre_home h2 { color:#007da0; margin:5px; padding-bottom:5px; border-bottom:1px solid #ccc; }
#content .cadre_home li { overflow:hidden; padding:3px 5px; }
#content .cadre_home img { float:left; border:1px solid #ccc; margin-right:5px; }
#content .cadre_home a { font-weight:bold; text-decoration:none; }
#content .cadre_home a.auteur { font-weight:normal; font-size:11px; color:#444; }
#content .cadre_home li.odd { background:#f2faff; }

/* Tri */
#content .classement_tri { margin:0 5px; }
#content .classement_tri li { display:inline-block; font-size:11px; padding:0; }
#content .classement_tri a { display:inline-block; text-decoration:none; font-weight:bold; padding:2px 4px; }
#content .classement_tri a.active { background:#007da0; border-radius:3px; color:#fff; }

/* Thème News */
.news .children_categorie a { background:#f2faff; color:#007da0; }
#sub_menu > div.news,
.news .frame { border-color:#007da0; background:#f2faff; }

/* Thème Vie Juive */
.vie-juive h2.news_categorie { color:#4f3218; background-color:#edeae7; }
.vie-juive h1,
.vie-juive h2,
.vie-juive h3,
.vie-juive a,
.vie-juive #breadcrumb b { color:#4f3218; }
.vie-juive .children_categorie a { background-color:#edeae7; color:#4f3218; }
#sub_menu > div.vie-juive,
.vie-juive.thematique,
.vie-juive .frame { color:#4f3218;  border-color:#4f3218; background-color:#edeae7; }

/* Thème Etudes & Ethique */
.etudes-ethique-juive h2.news_categorie { color:#760048; background-color:#f1e5ec; }
.etudes-ethique-juive h1,
.etudes-ethique-juive h2,
.etudes-ethique-juive h3,
.etudes-ethique-juive a,
.etudes-ethique-juive #breadcrumb b { color:#760048; }
.etudes-ethique-juive .children_categorie a { background-color:#f1e5ec; color:#760048; }
#sub_menu > div.etudes-ethique-juive,
.etudes-ethique-juive.thematique,
.etudes-ethique-juive .frame { color:#760048; border-color:#760048; background-color:#f1e5ec; }

/* Thème Famille */
.famille h2.news_categorie { color:#f98007; background-color:#fef2e6; }
.famille h1,
.famille h2,
.famille h3,
.famille a,
.famille #breadcrumb b { color:#f98007; }
.famille .children_categorie a { background-color:#fef2e6; color:#f98007; }
#sub_menu > div.famille,
.famille.thematique,
.famille .frame { color:#f98007; border-color:#f98007; background-color:#fef2e6; }

/* Thème Paracha */
.paracha h2.news_categorie { color:#217071; background-color:#e8f0f1; }
.paracha h1,
.paracha h2,
.paracha h3,
.paracha a,
.paracha #breadcrumb b { color:#217071; }
.paracha .children_categorie a { background-color:#e8f0f1; color:#217071; }
#sub_menu > div.paracha,
.paracha.thematique,
.paracha .frame { color:#217071; border-color:#217071; background-color:#e8f0f1; }

/* Thème Questions au Rav */
.question h2.news_categorie { color:#58106b; background-color:#e8f0f1; }
.question h1,
.question h2,
.question h3,
.question a,
.question #breadcrumb b { color:#58106b; }
.question h2 { color:#913da4; }
.question .children_categorie a { background-color:#e8f0f1; color:#58106b; }
.question.thematique,
.question .frame { color:#58106b; border-color:#58106b; background-color:#eee7f0; }

/* News Home */
#home_slide ul { overflow:hidden; }
#home_slide li { overflow:hidden; margin-bottom:15px; }
#home_slide h3 { font-family:'Open Sans Condensed',Arial; font-size:18px; font-weight:bold; }
#home_slide p { text-align:justify; margin:5px 0 0 0; }
#home_slide a { text-decoration:none; }
#home_slide .more { font-size:11px; color:#444; }
#home_slide .more a { color:#444; }
#home_slide img { border:1px solid #ccc; margin-bottom:5px; float:left; margin-right:10px; }
#home_slide ul.pagination { text-align:right; margin-top:-20px; }
#home_slide ul.pagination a { background:#007da0; border:0; color:#fff; font-size:11px; cursor:pointer; }
#home_slide ul.pagination a:hover,
#home_slide ul.pagination a.select { background:#ccc; }

/* News */
.news_item { height:105px; overflow:hidden; margin-bottom:20px; }
.news_item.news_item_simple { height:auto; }
.news_item .content { float:left; width:480px; }
.news_item h3 { font-family:'Open Sans Condensed',Arial; font-size:18px; font-weight:bold; }
.news_item h3 a { text-decoration:none; }
.news_item .vignette { border:1px solid #ccc; float:left; margin-right:10px; width:165px; height:90px; overflow:hidden; }
.news_item .more { font-size:11px; color:#444; }
.news_item .more a { text-decoration:none; color:#444; }
.news_item p { text-align:justify; margin:5px 0 0 0; }
.news_today { background:#f2faff; overflow:hidden; padding:10px; }
.news_today .news_item .content { width:460px; }
.news_today_item { padding:0 10px; overflow:hidden; }
.news_today_h1 { background:#f2faff; font-size:14px; font-weight:bold; margin-bottom:0; padding:5px 10px; display:inline-block; }

.news_item:hover .news_more { display:block; }
.news_more { display:none; height:16px; text-align:right; width:100%; margin-top:5px; }
.news_more li { display:inline-block; margin-left:10px; }
.news_more .fleche { display:block; line-height:16px; text-decoration:none; font-size:11px; background:url('../img/tpl/background_fleches.png') no-repeat right -2px; color:#fff; padding:0 10px 0 5px; border-bottom-left-radius:3px; border-top-left-radius:3px; }
.news_more .fleche.cours { background-position:right -42px; }
.news_more .fleche:hover,
.news_more .fleche.cours:hover { color:#444; background-position:right -62px; }
.news_photo { width:658px; height:360px; overflow:hidden; border:1px solid #ccc; }
.news_photo .sharing { display:none; position:absolute; z-index:26; background:url('../img/background_black_80.png'); width:658px; }
.news_photo .sharing a { margin:5px; color:#fff; font-size:11px; line-height:20px; padding-left:28px;  text-decoration:none; display:inline-block; background:no-repeat 5px center; }
.news_photo .sharing a.facebook { background-image:url('../img/icon/16x16/facebook.png'); }
.news_photo .sharing a.email { background-image:url('../img/icon/16x16/email.png'); }
p.news_empty { font-size:14px; margin:100px 0; color:#444; text-align:center; }

h2.news_categorie { background:#f2faff; padding:4px 8px; border-radius:3px; margin-bottom:10px; }
h2.news_categorie a { text-decoration:none; }
h2.news_categorie .date { display:block; font-weight:normal; font-size:12px; }
h2.news_date { color:#007da0; border-top:1px dotted #ccc; padding-top:5px; }

/* Paracha */
.list-paracha { overflow:hidden; background:#e8f0f1; width:100%; border-radius:5px; padding-bottom:8px; }
.list-paracha > li { float:left; width:20%; }
.list-paracha a { display:block; font-size:14px; text-align:center; text-decoration:none; color:#217071; padding:2px 0; }
.list-paracha a.title { background:#217071; font-size:18px; color:#fff; font-weight:bold; padding:4px 0; margin-bottom:5px; font-family:'Open Sans Condensed',Helvetica,Arial; }
.list-paracha a.title:hover { text-decoration:none; }
.list-paracha a:hover { text-decoration:underline; }
.list-paracha.list-kriat { background:#f1e5ec; }
.list-paracha.list-kriat a { color:#760048; }
.list-paracha.list-kriat a.title { background:#760048; color:#fff; }

/* Prochaine fête */
.prochaine_fete { margin-bottom:20px; font-size:14px; background:url('../img/icon/32x32/calendar.png') no-repeat 5px center #f2faff; line-height:32px; padding:4px 0 4px 45px; overflow:hidden; color:#007da0; border-radius:3px; }
.prochaine_fete a { color:#007da0; text-decoration:none; }

/* Dashboard */
.dashboard { overflow:hidden; border:1px solid #eee; color:#007da0; background:#f2faff; border-radius:3px; }
.dashboard.paracha { color:#217071; border-color:#eee; background:#e8f0f1; }
.dashboard.paracha .content a { color:#217071; }
.dashboard.fetes { color:#7a5025; border-color:#eee; background:#f1ede9; }
.dashboard.fetes a { color:#7a5025; }
.dashboard h3 { background:url('../img/tpl/background_dashboard.png') no-repeat 0 -126px; width:100%; height:42px; overflow:hidden; color:#fff; font-family:'Open Sans Condensed',Helvetica,Arial; font-size:18px; line-height:30px; text-indent:45px; }
.dashboard h3.allumage { background-position:0 0; }
.dashboard h3.fete { background-position:0 -42px; }
.dashboard h3.today { background-position:0 -84px; }
.dashboard h3.facebook { background-position:0 -168px; }
.dashboard h3.paracha { background-position:0 -210px; }
.dashboard h3.perle { background-position:0 -252px; }
.dashboard h3.email { background-position:0 -294px; }
.dashboard h3.podcast { background-position:0 -336px; }
.dashboard h3.comment { background-position:0 -378px; }
.dashboard h3 a { color:#fff; }
.dashboard h2 { color:#007da0; font-size:14px; font-weight:bold; }
.dashboard .content { padding:2px 8px 8px 8px; }
.dashboard .content.main { font-size:13px; text-align:center; }
.dashboard div.date { font-weight:bold; margin-bottom:4px; }
.dashboard a { color:#007da0; text-decoration:none; }
.dashboard_sep { margin-bottom:15px; }
.dashboard a.change_ville { margin-top:5px; background:#206d6e; padding:2px 5px; font-size:11px; color:#fff !important; text-decoration:none; display:inline-block; border-radius:3px; }
#content .dashboard .list-2 { margin-left:5px; }
.dashboard.paracha h2 { color:#206d6e; }
#content .dashboard.paracha hr { height:1px; border:none; background:#b4cecf; margin:10px 0; }
.dashboard_paracha_large { margin-bottom:15px; }
.dashboard_paracha { margin-bottom:15px; float:left; width:315px; margin-right:10px; }
.dashboard .benediction p { text-align:left; }
.dashboard .benediction span.date { font-size:11px; }
.dashboard .benediction img { width:70px; border:1px solid #ccc; margin-right:10px; float:left; }
.dashboard .benediction p.priere { background:#007da0; color:#fff; font-weight:bold; text-align:center; margin:0; padding:3px; border-radius:3px; }

/* Infos */
p.explain { color:#444; text-align:center; font-size:14px; }

/* Vignette droite */
.col_2 .vignette { border-radius:4px; margin:0 auto 15px auto; }

/* Dvar Torah */
a.dvar-torah { text-decoration:none; background:url('../img/tpl/background_divrei-torah.png') no-repeat top center; display:block; overflow:hidden; width:275px; height:84px; }
a.dvar-torah h3 { color:#fff; margin:8px 0 0 8px; }
a.dvar-torah p { color:#fff56f; font-weight:bold; font-size:14px; margin:2px 0 0 8px; }
a.dvar-torah.dvar-torah-fete { background-image:url('../img/tpl/background_divrei-torah-fete.png'); }

/* Contenu relatif */
.related-content { margin-top:10px; }
.related-content h2 { background:#f2faff; color:#007da0; border-radius:3px; font-size:16px; font-weight:bold; font-family:Tahoma,Arial; margin-bottom:8px; padding:4px 8px; }
.related-content h3 { color:#007da0; font-size:14px; font-weight:bold; font-family:Tahoma,Arial; margin-bottom:5px; }
.related-content a { color:#007da0; text-decoration:none; }
.related-content .more a { color:#444; }
.related-content > div.news_item { border-top:none; }
.related-content div.news_item { margin-bottom:0; }
.related-content hr { height:1px; border:none; color:#ccc; background-color:#ccc; margin:10px 0; }

/* Contenu Série */
.serie-content { background:#d7f0db; font-size:14px; text-align:center; padding:10px; border-radius:3px; margin-top:20px; }
.serie-content a { color:#0f821f; text-decoration:none; }

/* Tags */
#tags_home { border:1px solid #ccc; background:#eee; padding:8px; border-radius:3px; margin-bottom:15px; }
#tags_home b { color:#444; }

/* Pagination */
.pagination { overflow:hidden; clear:both; margin:10px 0; padding:0; text-align:center; }
.pagination li { display:inline-block; list-style:none; }
.pagination li a { display:block; font-family:Tahoma,Arial; color:#444; font-size:13px; padding:2px 8px; border:1px solid #ccc; margin:0 3px; text-decoration:none; border-radius:3px; }
.pagination li a:hover { color:#fff; background:#007aa1; border-color:#007aa1; }
.pagination li.disabled a,
.pagination li.disabled a:hover { background:#eee; color:#444; border:1px solid #ccc; }

/* Recherche */
ul.search h2 { font-weight:bold; }
ul.search h2 a { font-size:14px; color:#3b90bf; text-decoration:none; }
ul.search p { margin:4px 0; }
ul.search li { margin-bottom:15px; }
ul.search a { color:#008040; text-decoration:none; font-size:11px; }

/* Splashscreen */
.sc-close { display:block; text-align:center; cursor:pointer; margin:20px 0; color:#fff; font-size:26px; text-decoration:none; }
.sc-close:hover { color:#ffc923; }
.sc-image { text-align:center; }
.sc-image img { border:3px solid #fff; }

@media screen and (max-width: 850px) {  
  .sc-close { font-size:20px !important; margin:30px 0 !important; }
  .sc-image img { width:95% !important; }
  }

/* Approbations */
#approbations_container { height:160px; text-align:center; }
#overbox { display:none; position:fixed; top:0; left:0; z-index:2600; width:100%; height:100%; background:url('../img/background_black_90.png'); }
#overbox_content { display:none; width:100%; position:fixed; top:0; left:0; z-index:2601; }
#approbations { height:120px; z-index:952; position:absolute; }
#approbations img { border:1px solid #eee; margin-bottom:4px; border-radius:5px; }
#approbations li { float:left; font-size:11px; width:135px; }
.citation_overbox { width:900px; margin:0 auto; color:#fff; font-size:26px; font-family:Georgia,Times; }
.citation_overbox p { text-align:center; line-height:32px; }
.citation_overbox p.auteur { color:#ffc923; text-align:right; font-style:italic; }
.citation_overbox a.close { background:url('js/fancybox/fancy_close.png') no-repeat; width:30px; height:30px; display:block; position:relative; z-index:912; left:900px; }

@media screen and (max-height: 700px) { 
  #overbox_content { position:absolute !important; }
  }

/* Commentaires */
#comments_box { margin-top:20px; overflow:hidden; text-align:center; }
#comments_box a.first { background:url('../img/icon/32x32/comment.png') no-repeat 0 0; margin:20px 0; line-height:32px; display:inline-block; font-size:14px; padding-left:40px; }
#comments_box h2 { background:url('../img/icon/32x32/comment.png') no-repeat 0 0; margin:20px 0 10px 0; padding-left:40px; text-align:left; line-height:32px; }
#comments_box .tb-button-comment { float:right; }
div.comment { overflow:hidden; text-align:left; margin:0 0 30px 15px; color:#007da0; background-color:#f2faff; padding:5px 10px; border-radius:3px; }
div.comment span.name_comment { font-size:14px; font-weight:bold; }
div.comment span.date_comment { font-size:11px; font-weight:normal; color:#888; }
div.comment p { margin:5px 0 0 0; line-height:16px; color:#222; }
div.comment.odd { background-color:#fff; color:#666; }
div.comment span.user_comment { display:block; float:left; border-radius:3px; width:16px; height:16px; padding:4px; margin-right:10px; background:url('../img/icon/16x16/user.png') no-repeat center center #eee; }
div.comment .infos { overflow:hidden; margin-bottom:5px; }
div.comment a.qr { float:right; margin-bottom:10px; color:#fff; text-decoration:none; display:inline-block; background:url('../img/icon/16x16/comment.png') no-repeat 4px center #58106b; border-radius:4px; padding:2px 8px 2px 24px; }
div.comment a.qr:hover { color:#444; background-color:#eee; }
.comment_popup { width:600px; overflow:hidden; }

/* Remonter en haut */
a.scrolltop { margin:15px 0 -5px 0; display:inline-block; height:16px; line-height:16px; background:url('../img/icon/16x16/up.png') no-repeat center left; padding-left:20px; color:#444; font-size:11px; text-decoration:none; }
a.scrolltop:hover { color:#ccc; }

/* Filtres */
ul.filtres { width:100%; margin:10px 0 20px 0; overflow:hidden; }
ul.filtres li { display:block; display:inline-block; overflow:hidden; margin-right:15px; }
ul.filtres a { display:block; color:#444; text-decoration:none; font-size:16px; padding:4px 4px 4px 24px; background:#eee no-repeat 4px center; border-radius:3px; }
ul.filtres a:hover { background-color:#ccc; color:#fff; }
ul.filtres a.selected { font-weight:bold; }
ul.filtres a.selected.all,
ul.filtres a.all { padding:4px 6px; }
ul.filtres a.audio { background-image:url('../img/icon/16x16/audio.png'); }
ul.filtres a.video { background-image:url('../img/icon/16x16/video.png'); }
ul.filtres a.multimedia { background-image:url('../img/icon/16x16/video.png'); }
ul.filtres a.texte { background-image:url('../img/icon/16x16/article.png'); }

/* Article */
.article .auteur { color:#444; text-align:right; border-top:1px dotted #ccc; padding-top:5px; }
.article .date { color:#444; font-size:11px; margin-top:-4px; }
.texte_article  { font-size:14px; color:#444; }
.texte_article p { margin:15px 20px; line-height:20px; }
ul.partage { color:#007da0; background:#f2faff; border-radius:3px;	width:100%; margin:10px 0; padding:4px 0; overflow:hidden; }
ul.partage li { height:21px; display:block; float:left; overflow:hidden; }
ul.partage > li { margin-left:10px; }
ul.partage li.fb { width:100px; float:right; }
ul.partage li.twitter { width:100px; float:right; }
ul.partage li.gplus { width:70px; float:right; }
ul.partage li a { font-size:11px; color:#444; text-decoration:none; padding-left:20px; background:no-repeat 0 center; line-height:21px; height:21px; display:block; margin-right:10px; }
ul.partage li a.comment { background-image:url('../img/icon/16x16/comment.png'); }
ul.partage li a.print { background-image:url('../img/icon/16x16/print.png'); }
ul.partage li a.email { background-image:url('../img/icon/16x16/email.png'); }
ul.partage li a.whatsapp { background-image:url('../img/icon/16x16/whatsapp.png'); }

/* Formulaire */
.form ul { padding:0; margin:0; width:550px; }
.form li { padding:0; margin:10px 0 0 0; list-style:none; overflow:hidden; }
.form .input > label,
.form li > label { font-size:12px; float:left; cursor:pointer; width:150px; padding:3px 15px 3px 0px; margin-right:10px; text-align:right; line-height:20px; background:url('../img/admin/suivant-gris.png') right 8px no-repeat; color:#444; }
.form li > label.clean { background:none; }
.form li.submit { padding-left:175px; }
.form .data { float:left; color:#444; padding:3px 0; line-height:20px; font-size:12px; width:350px; }
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=password],
.form select,
.form textarea { float:left; border:1px solid #ccc; width:350px; padding:3px; font-family:Arial; font-size:12px; color:#444; }
.form textarea { max-height:200px; height:100px; width:345px; }
.form .limit-textarea { font-weight:bold; font-size:11px; color:#444; }
.form select.time { width:60px; font-size:11px; }
.form .euros { float:left; color:#444; padding:3px 0; font-size:14px; line-height:24px; font-weight:bold; }
.form .reduction_impot { padding-left:175px; font-size:14px; color:#007da0; font-weight:bold; line-height:26px; clear:both; }
.form input[type=text].date { width:90px !important; text-align:center; float:none; }
.form select.heure { width:60px !important; text-align:center; float:none; }
.form .euros input[type=number],
.form .euros input[type=text] { width:25% !important; text-align:right; margin-right:5px; }
.form .obl { color:#e2001a; font-weight:bold; }
.form.login ul { width:400px; }
.form.login input[type=text],
.form.login input[type=password] { width:200px; }
.form .login_password { margin-top:0px; font-size:11px; }
.form .login_password a { text-decoration:none; color:#444; }
.form .captcha { margin-left:175px; width:250px; color:#444; font-size:11px; }
.form .captcha img { height:60px; border-radius:5px; }
#content #form_captcha { width:240px; font-size:16px; }
.form .indicatif_portable { float:left; font-size:11px; color:#444; width:55px; height:20px; line-height:20px; cursor:pointer; }
.form .indicatif_portable img { margin-right:5px; }
.indicatif_select { height:300px;overflow-y:scroll; }
.indicatif_select table { width:260px; border-collapse:collapse; }
.indicatif_select td { padding:2px; font-size:11px; color:#444; }
.indicatif_select tr.odd { background:#eee; }
.indicatif_select tr:hover { background:#f2faff; cursor:pointer; }
#indicatif_filter { border:1px solid #ccc; color:#444; padding:4px; margin-bottom:5px; width:260px; border-radius:5px; }

/* Formulaire : Box Multiples */
.form ul.multiple_checkbox { float:left; width:300px; }
.form ul.multiple_checkbox input { margin-right:10px; }
.form ul.multiple_checkbox li,
.form ul.multiple_checkbox li:last-child { margin:0; padding:0; }
.form ul.multiple_checkbox label { background:none; float:none; padding:0; margin:0; }

/* Formulaire Login */
.login_intro p { margin:0 0 10px 0; color:#444; }
.facebook_intro { border-top:1px dotted #ccc; padding-top:10px; }
.login_popup { width:850px; overflow: hidden; }
.login_left { width:48%; float:left; }
.login_left.login_center { width:50%; float:none; margin:0 auto; }
.login_right { width:48%; float:right; }
.login_table h1 { font-size:20px; }
.login_table .tb-button { width:200px; }
#custom_intro { display:none; overflow:hidden; background:#f2faff; padding:10px; margin-bottom:10px; font-size:16px; color:#007da0; }
#custom_intro img { float:left; margin:0 10px 0 0; border:1px solid #ccc; }

/* Boutons */
.tb-button { display: inline-block; text-decoration:none; min-width: 46px; text-align: center; color: #444; font-size: 11px; font-weight: bold; height: 27px; padding: 0 8px; line-height: 27px; border-radius: 2px; border: 1px solid #dcdcdc; background-color: #f5f5f5; background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1)); background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1); background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1); background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1); background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1); background-image: linear-gradient(top,#f5f5f5,#f1f1f1); -webkit-user-select: none; -moz-user-select: none; user-select: none; cursor: pointer; }
.tb-button:hover { border: 1px solid #c6c6c6; color: #333; text-decoration: none; background-color: #f8f8f8; background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1)); background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1); background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1); background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1); background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1); background-image: linear-gradient(top,#f8f8f8,#f1f1f1); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1); box-shadow: 0 1px 1px rgba(0,0,0,0.1); }
.tb-button-submit { border: 1px solid #3079ed; color: #fff !important; text-shadow: 0 1px rgba(0,0,0,0.1); background-color: #2579af; background-image: -webkit-gradient(linear,left top,left bottom,from(#2579af),to(#349ad4)); background-image: -webkit-linear-gradient(top,#2579af,#349ad4); background-image: -moz-linear-gradient(top,#2579af,#349ad4); background-image: -ms-linear-gradient(top,#2579af,#349ad4); background-image: -o-linear-gradient(top,#2579af,#349ad4); background-image: linear-gradient(top,#2579af,#349ad4); }
.tb-button-submit:hover { border: 1px solid #2f5bb7; color: #fff; text-shadow: 0 1px rgba(0,0,0,0.3); background-color: #357ae8; background-image: -webkit-gradient(linear,left top,left bottom,from(#2579af),to(#357ae8)); background-image: -webkit-linear-gradient(top,#2579af,#357ae8); background-image: -moz-linear-gradient(top,#2579af,#357ae8); background-image: -ms-linear-gradient(top,#2579af,#357ae8); background-image: -o-linear-gradient(top,#2579af,#357ae8); background-image: linear-gradient(top,#2579af,#357ae8); }
#content div.alerte { display:block; }
#content div.alerte p { color:#ed1c24; text-align:center; font-size:14px; }

.wa-button { display:inline-block; font-family:'Open Sans Condensed',Helvetica,Arial; text-decoration:none; font-weight:bold; font-size:20px; padding:10px 15px; border-radius:3px; color:#fff; background-color: rgb(59, 89, 152); border-color: rgba(0, 0, 0, 0.2); }
.wa-button { display:none; background-color: rgba(21,181,9,1.00); }

/* Message */
#alert_message_container { display:none; position:fixed; top:0; left:0; z-index:2600; background:url('../img/tpl/background_alerte.png') repeat-x 0 0; padding:5%; width:90%; height:260px; overflow:hidden; }
#alert_message { width:960px; font-size:18px; margin:0 auto; padding:15px 15px 15px 45px; background:url('../img/alert_info.png') no-repeat 8px center #bde5f8; color:#00529b; border:2px solid #00529b; border-radius:5px; }
#alert_message.error { background-image:url('../img/alert_error.png'); background-color:#ffbaba; color:#d8000c; border-color:#d8000c; }
#alert_message.succes { background-image:url('../img/alert_succes.png'); background-color:#dff2bf; color:#4f8a10; border-color:#4f8a10; }

/* Fieldset */
#content fieldset { width:550px; margin:0 auto 15px auto; border:1px solid #ccc; border-radius: 3px; }
#content .col_2 fieldset { width:250px; }
#content fieldset.alone { margin:100px auto; }
#content legend { font-size:18px; color:#b6a57e; padding:0 5px; font-family:Tahoma,Arial; font-weight:normal; }
#content fieldset p { margin:5px 10px; color:#444; line-height:16px; }
#content fieldset label { width:200px; }
#content fieldset .captcha { margin-left:225px; }
#content fieldset input[type=text],
#content fieldset input[type=password],
#content fieldset textarea,
#content fieldset div.data,
#content fieldset select { width:300px; }
#content fieldset h2 { font-size:16px; color:#007da0; font-weight:bold; }
#content fieldset li.submit { padding-left:225px; }
#content fieldset.definition { width:640px; border-color:#b6a57e; }
#content fieldset.definition p { font-style:italic; color:#444; }                   
#content fieldset.toggle-content legend { background:no-repeat 4px 4px; padding-left:25px; cursor:pointer; }
#content fieldset.toggle-open legend { background-image:url('../img/icon/16x16/close.png'); }
#content fieldset.toggle-close legend { background-image:url('../img/icon/16x16/open.png'); }
#content fieldset .reduction_impot { padding-left:220px; }

/* Multimedia */
.listing { width:100%; border:1px solid #ccc; border-collapse:collapse; margin-bottom:20px; }
.listing th { background:#007da0; text-align:left; padding:5px; }
.listing th h2 { float:left; color:#fff; margin:2px 0 2px 5px; font-size:16px; font-weight:bold; }
.listing h3 { font-weight:bold; font-size:14px; }
.listing a.auteur { color:#444; }
.listing td { padding:4px; text-align:center; }
.listing tr.odd { background:#efefef; }
.listing td.titre { text-align:left; }
.listing td.titre a { text-decoration:none; }
.listing td.vignette { width:45px; }
.listing td.vignette img { border:1px solid #ccc; }
.listing td.date { width:120px; font-size:11px; color:#444; }
.listing div.date { font-size:11px; color:#444; }
.listing td.type { width:90px; text-transform:uppercase; font-size:11px; color:#444; }
.listing input.search { float:right; width:320px; border:0px; padding:6px; font-size:14px; color:#444; border-radius: 3px; background:#fff url('../img/tpl/search.png') 300px center no-repeat; }
.listing input.search.search_large { float:none; width:96%; padding:6px 2%; background-position:98% center; }
.listing td.empty { text-align:center; color:#444; font-size:14px; line-height:160px; }

#listing_auteur { width:100%; min-height:340px; }
#listing_auteur.large { height:auto; overflow-y:none; }
#listing_auteur li { float:left; width:20%; height:170px; overflow:hidden; text-align:center; margin-bottom:10px; }
#listing_auteur img { clear:both; border:2px solid #eee; margin-bottom:4px; }

.thematique { border:1px solid #ccc; float:left; width:200px; min-height:175px; padding:10px; margin-right:20px; border-radius: 3px; }
.thematique h3 { font-weight:bold; margin-bottom:5px; }
.thematique a { text-decoration:none; }
.thematique ul { margin-left:10px; }
.thematique ul.sub { margin:4px 0 10px 21px; display:none; }
.thematique.paracha { margin-right:0; }
.thematique a.plus,
.thematique a.moins { display:inline-block; margin-right:5px; width:16px; height:12px; background:url('../img/icon/16x16/bullet_plus.png') no-repeat; }
.thematique a.moins { background-image:url('../img/icon/16x16/bullet_moins.png'); }

/* Cours */
.titre_cours { overflow:hidden; }
.titre_cours img { float:left; border:1px solid #ccc; margin-right:15px; border-radius:5px; }
.titre_cours h1 { font-weight:bold; font-size:18px; margin-top:10px; }
.titre_cours h2 { font-size:16px; }
.titre_cours .date { color:#444; font-size:11px; }
.titre_cours .date a { color:#444; text-decoration:none; }
.infos_cours { margin-top:15px; float:left; width:200px; font-size:11px; }
.infos_cours li { margin-bottom:8px; }
.infos_cours a.audio,
.infos_cours a.pdf,
.infos_cours span.duree,
.infos_cours a.video { padding-left:20px; color:#444; background:url('../img/icon/16x16/ext_mp3.png') no-repeat left center; text-decoration:none; line-height:18px; overflow:hidden; display:block; height:16px; }
.infos_cours a.video { background-image:url('../img/icon/16x16/ext_mp4.png'); }
.infos_cours a.pdf { background-image:url('../img/icon/16x16/pdf.png'); }
.infos_cours span.duree { background-image:url('../img/icon/16x16/timeline.png'); }

.infos_cours.infos_cours_inline { float:none; text-align:center; width:auto; }
.infos_cours.infos_cours_inline li { display:inline-block; margin-right:20px; }

.play_cours { background:url('../img/player_cours.png') no-repeat 0 -140px; text-indent:-1000px; overflow:hidden; color:#666; text-decoration:none; display:inline-block; width:200px; height:140px; border:1px solid #ccc; border-radius: 3px; }
.play_cours.off { background-position:0 0; }
.play_cours.play { background-position:0 -140px; }
.play_cours.pause { background-position:0 -280px; }

/* Tableau Dedicace */
#dedicace {     border: 1px dotted #000;
    display: block;
    height: 50%;
    width: 100%;
}
.bottomFlex {
    align-self: flex-end;
}
.centerFlex {
    align-items: center;
    display: flex;
    justify-content: center;
}
	
.dedicace {
    margin:15px auto;
	width:425px;
	height:140px;
	background:url('../img/dedicace.jpg') no-repeat 0 0;
	background-size: 100% 100%;
    align-items: center;
    display: flex;
    justify-content: center;
	}

.dedicace-content {
	padding:25px;
	font-size:13px;
	font-weight:bold;
	font-family:Georgia,Times;
	color:#fff;
	text-shadow:0 0 0.2em #000;
	text-align: center;
	}

#jw_player { margin:0 auto; text-align:center; }

/* Bibliothèque */
.bibliotheque { border:1px solid #31180a; background:url('../img/background_bibliotheque.jpg') 0 0; width:640px; overflow:hidden; border-radius: 3px; }
.bibliotheque > li { float:left; width:320px; height:218px; overflow:hidden; text-align:center; }
.bibliotheque > li > a { width:118px; height:176px; overflow:hidden; display:inline-block; text-indent:-1000px; box-shadow:0 0 5px #000; margin-top:8px; }
.bibliotheque div.ouvert { display:none; margin:8px auto 0 auto; text-align:left; width:236px; height:166px; padding-top:10px; background:url('../img/livres/ouvert.jpg') 0 0; overflow:hidden; }
.bibliotheque div.ouvert ul { float:right; width:105px; margin-right:8px; height:160px; font-size:11px; overflow-y:scroll; }
.bibliotheque div.ouvert div.infos { float:left; clear:both; width:100px; overflow:hidden; margin-left:15px; }
.bibliotheque div.ouvert h3 { font-size:13px; color:#444; font-weight:bold; }
.bibliotheque a.fermer { margin-top:100px; padding:2px 4px; color:#666; text-decoration:none; display:inline-block; border:1px solid #ccc; background:#eee; font-size:11px; border-radius: 3px; }

/* Sifrei-Kodech */
@font-face {
  font-family: 'ezrasilsr';
  src: url('../inc/fonts/ezrasilsr/ezrasilsr-webfont.eot');
  src: url('../inc/fonts/ezrasilsr/ezrasilsr-webfont.eot?#iefix') format('embedded-opentype'),
  url('../inc/fonts/ezrasilsr/ezrasilsr-webfont.woff') format('woff'),
  url('../inc/fonts/ezrasilsr/ezrasilsr-webfont.ttf') format('truetype'),
  url('../inc/fonts/ezrasilsr/ezrasilsr-webfont.svg#ezra_silregular') format('svg');
  font-weight: normal;
  font-style: normal;
  }

p.hb, div.hb { font-family:ezrasilsr; direction:rtl; font-size:1.8em !important; line-height:1.8em !important; }
div.chapitre { padding-top:10px; }
div.chapitre h1 { margin:0px; }
div.chapitre h2 { margin-bottom:15px; }
a.button_switch,
a.pdf_switch,
a.mp3_switch,
a.comment_switch { margin-right:10px; background:url('../img/icon/16x16/comment.png') no-repeat 3px center #eee; margin-bottom:15px; display:inline-block; padding:4px 6px 4px 22px; text-decoration:none; border:1px solid #ccc; color:#444; font-size:11px; border-radius: 3px; }
a.pdf_switch { background-image:url('../img/icon/16x16/pdf.png'); }
a.mp3_switch.play,
a.mp3_switch { background-image:url('../img/icon/16x16/play.png'); }
a.mp3_switch.pause { background-image:url('../img/icon/16x16/pause.png'); }
.comment_verset.comment_auteur_2,
#comment_auteur_2 { border:1px solid #007da0; color:#007da0; background-color:#f2faff; }
div.numero_page,
div.numero_verset { padding:1px 0; color:#666; font-size:11px; text-align:center; min-width:30px; float:left; border:1px solid #ccc; background:#eee; border-radius: 3px; }
div.numero_page { float:right; }
div.texte_verset { text-align:justify; width:620px; padding-bottom:15px; line-height:18px; float:right; }
.select_chapitre { text-align:center; padding:4px; margin-bottom:10px; border:1px solid #ccc; background:#eee; font-size:11px; border-radius: 3px; }
.select_chapitre select { width:210px; font-size:11px; padding:2px; color:#444; }
#select_collection { float:left; }
#select_chapitre { float:right; }
.comment_verset { display:none; border:1px solid #ccc; padding:0 10px; margin-bottom:10px; background:#eee; text-align:justify; border-radius: 3px; }
.comment_verset h3 { color:#666; font-size:12px; font-weight:bold; margin-top:5px; }

#lecture_paracha { text-align:center; border:1px solid #ccc; border-radius: 3px; overflow:hidden; }
#lecture_paracha table { border:0; width:100%; border-collapse:collapse;  }
#lecture_paracha th { font-size:11px; color:#007da0; background:#f2faff; padding:4px; }
#lecture_paracha td { text-align:center; }
#lecture_paracha a.mp3_switch { width:16px; height:16px; padding:0; border:0; background-color:#fff; background-position:0 0; margin:0; }

.print_talmud { text-align:center; margin:26px auto; }
.print_talmud img { border:10px solid #fff; }
.print_talmud input { margin-bottom:20px; }
.preview_talmud { overflow:hidden; margin:5px auto 15px auto; text-align:center; }
.preview_talmud img { border:1px solid #ccc; }

/* Chavoua-Tov */
.chavouatov li { float:left; width:33%; text-align:center; margin-bottom:15px; }
.chavouatov li img { border:1px solid #ccc; }
.chavouatov_image { width:170px; float:left; }
.chavouatov_image img { border:1px solid #ccc; }
.chavouatov_texte { width:490px; float:left; }
.chavouatov_texte .chavouatov_dedicace { font-weight:bold; font-size:14px; color:#3b90bf; }

a.pdf_download { height:48px; display:block; padding-left:58px; background:url('../img/icon/pdf.png') no-repeat left center; margin-top:10px; line-height:48px; font-size:14px;  }

.prev_next { overflow:hidden; }
.prev_next li { width:50%; font-size:11px; }
.prev_next li.prev { float:left; text-align:left; }
.prev_next li.next { float:right; text-align:right; }

/* Contact Box */
#contactbox { z-index:915; text-decoration:none; color:#666; display:block; top:65px; right:20px; padding:32px 4px 4px 4px; text-align:center; font-size:11px; border:1px solid #ccc; background:url('../img/icon/32x32/email.png') no-repeat center 2px rgba(255,255,255,.70); position:fixed; border-radius: 3px; }
#contactbox:hover { border:1px solid #007da0; color:#007da0; background-color:#f2faff; }
@media screen and (max-width: 1200px) { #contactbox { display:none; } }

/* Campagnes */
#content .form_don { border-color:#007da0; background:#f2faff; color:#007da0; font-size:22px; padding:10px; text-align:center; overflow:hidden; }
#content .form_don select { font-size:22px; text-align:center; }
#content .form_don input { float:right; }

.campagne_paiement .button-paiement { display:block; color:#444; font-family:'Open Sans Condensed',Helvetica,Arial; font-size:16px; font-weight:bold; width:120px; padding-top:100px; border:0; text-align:center; background:no-repeat top center; cursor:pointer; margin:0 auto; }
.campagne_paiement .button-paiement:hover { color:#007da0; }
.campagne_paiement .button-paiement.button-paypal { background-image:url('../img/icon/paypal.png'); }
.campagne_paiement .button-paiement.button-virement { background-image:url('../img/icon/virement.png'); }
.campagne_paiement .button-paiement.button-cb { background-image:url('../img/icon/cb.png'); }
.campagne_paiement .button-paiement.button-cheque { background-image:url('../img/icon/cheque.png'); }
.campagne_paiement li { float:left; text-align:center; }
.campagne_paiement_1 li { width:100%; }
.campagne_paiement_2 li { width:50%; }
.campagne_paiement_3 li { width:33%; }
.campagne_paiement_4 li { width:25%; }

.campagne_don { line-height:20px; padding:5px; border:1px solid #fff; }
.campagne_don label { cursor:pointer; }
.campagne_don.campagne_don_selected { padding:5px; background:#eee; color:#444; border-color:#ccc; border-radius:3px; }
#more_don { display:none; width:500px; overflow:hidden; margin-top:10px; }

.campagne_megaban { width:955px; height:200px; overflow:hidden; }
ul.campagne_steps { padding:8px 0; margin:0 0 10px 0; overflow:hidden; background:#eee; color:#444; border-radius:0 0 3px 3px; }
ul.campagne_steps li { float:left; font-size:14px; width:33%; text-align:center; }
ul.campagne_steps div.step { margin:0 auto 4px auto; font-size:12px; background:#ccc; color:#fff; padding:2px 4px; width:20px; border-radius: 3px; }
ul.campagne_steps li.active { font-weight:bold; color:#007da0; }
ul.campagne_steps li.active div.step { border-color:#007da0; background:#007da0; color:#fff; } 
ul.campagne_steps li.disabled { color:#ccc; }

.campagne_fdp { font-size:11px; color:#444; padding-top:15px; }
.campagne_cadre_infos { width:300px; margin:15px auto; text-align:center; font-size:14px; background:#eee; padding:10px; border:1px solid #ccc; color:#444; border-radius: 3px; }

#sommaire { border:1px solid #007da0; background:#f2faff; margin-bottom:15px; border-radius: 3px; overflow:hidden; }
#content ul#sommaire { margin:20px 0 20px 0; padding:5px 20px; }
#sommaire select { color:#007da0; background:transparent; line-height:1; border:0; border-radius:0; font-size:15px; padding:4px 0; width:99%; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.frame-message { font-size:14px; padding:50px; border-radius:5px; width:500px; margin:0 auto;}

.campagne_resume_table { width:100%; border:1px solid #ccc; border-collapse:collapse; }
.campagne_resume_table th { background:#eee; color:#444; }
.campagne_resume_table td { text-align:center; padding:4px; }
.campagne_resume_table .total_commande { background:#eee; color:#444; }
.campagne_resume_table .infos_commande { color:#444; font-size:11px; }

/* Aujourd'hui */
.dirchou-button { background:url('../img/special/dirchou-topright.png') no-repeat; width:255px; height:65px; overflow:hidden; display:inline-block; color:#df1384; text-decoration:none; border-radius: 3px; }
.dirchou-button b { display:block; font-size:14px; margin-top:40px; text-align:center; color:#fff; font-weight:normal; }

.dafhayomi-button { background:url('../img/special/dafhayomi-topright.png') no-repeat; width:255px; height:65px; overflow:hidden; display:inline-block; color:#fff; text-decoration:none; border-radius: 3px; }
.dafhayomi-button b { display:block; font-size:16px; margin-top:40px; text-align:center; color:#fff; font-weight:normal; }

.limoudfeminin-button { background:url('../img/special/limoudfeminin-topright.png') no-repeat; width:255px; height:65px; overflow:hidden; display:inline-block; color:#df1384; text-decoration:none; border-radius: 3px; }
.limoudfeminin-button b { display:block; font-size:16px; margin-top:40px; text-align:center; color:#df1384; font-weight:normal; }

.michnadujour-button { background:url('../img/special/michnadujour-topright.png') no-repeat; width:255px; height:65px; overflow:hidden; display:inline-block; color:#df1384; text-decoration:none; border-radius: 3px; }
.michnadujour-button b { display:block; font-size:14px; margin-top:40px; text-align:center; color:#fff; font-weight:normal; }

.moussardujour-button { background:url('../img/special/moussardujour-topright.png') no-repeat; width:255px; height:65px; overflow:hidden; display:inline-block; color:#df1384; text-decoration:none; border-radius: 3px; }
.moussardujour-button b { display:block; font-size:14px; margin-top:40px; text-align:center; color:#fff; font-weight:normal; }

p.copyright { color:#444; text-align:center; font-size:11px; }

/* Bandeau Evènements */
#events_header { background:url('../img/tpl/evenements.png') no-repeat 0 0; height:40px; background-color:#f2faff; overflow:hidden; color:#444; border-radius:4px; margin-bottom:15px; }
#events_header.live { background:url('../img/tpl/evenements-live.png') no-repeat 0 0; }
#events_header .content { margin:4px 0 0 280px; font-size:14px; cursor:pointer; }
#events_header .content b { display:block; font-size:11px; color:#007da0; }
#events_header.live .content b { color:#c21b1b; }

/* Bandeau Alerte Fête */
.infos-header { overflow:hidden; background-repeat:no-repeat; text-align: left; font-family:'Open Sans Condensed',Helvetica,Arial; font-size:26px; border-radius:3px; margin-bottom:10px; }
.infos-header-content { background-color: rgba(0,0,0,.60); padding:10px 15px; }
.infos-header a b { color:#eb9c00; }
.infos-header a { color:#fff; text-shadow:1px 1px 0 rgba(0,0,0,.80); text-decoration:none; }

/* Debug */
#debug { position:fixed; top:4px; left:5px; z-index:26000; font-size:11px; color:#fff; }
#debug a { color:#fff; text-decoration:none; }

/* iFrame Vidéos  Responsive */
.video-container { position:relative; padding-bottom:56.25%; padding-top:25px; height:0; }
.video-container iframe { position:absolute; top:0; left:0; width:100%; height:100%; }

/* TB Femmes */
body.tb-femmes #footer_menu,
body.tb-femmes #menu { background:#e14595 linear-gradient(to bottom, #e14595 0%,#e09fbf 100%); }
body.tb-femmes #footer { background:#e14595 linear-gradient(to bottom, #e14595 20%,#e09fbf 100%); }
body.tb-femmes #fixed { background:#e14595 linear-gradient(to bottom, #e14595 0%,#e09fbf 100%); }
body.tb-femmes #fixed_menu li { border-right:1px solid #e09fbf; }
body.tb-femmes .fixed_top_container { background:#e14595; }
body.tb-femmes #header { background:linear-gradient(to bottom, #e14595 15px, #e09fbf 30px, transparent 26px); }
body.tb-femmes .news_today_h1 { background:#fcecf4; }
body.tb-femmes .news_today { background:#fcecf4; }
body.tb-femmes h1,
body.tb-femmes .listing a,
body.tb-femmes #breadcrumb b,
body.tb-femmes #login_box h3,
body.tb-femmes .news_today h3 a { color:#e14595; }
body.tb-femmes #home_slide ul.pagination a { background:#e14595; }
body.tb-femmes #home_slide ul.pagination a:hover,
body.tb-femmes #home_slide ul.pagination a.select { background:#ccc; }
body.tb-femmes .listing th { background:#e14595; }
body.tb-femmes #login a { height:38px; overflow:hidden; background-image:url('../img/tpl/background_login-femmes.png'); }

/* Top Right Femmes */
.top-right-femmes { height: 275px; width: 275px; background: url(/img/tpl/top-right-femmes_large.jpg) no-repeat; background-size: cover; border-radius: 4px; border: 1px solid #ccc; margin: 0 auto 15px auto; color: #fff; }
.item-top-right-femmes { text-align: left; font-size:13px; padding:0 10px 10px 10px; overflow:hidden; clear:both; }
.item-top-right-femmes a { color: #fff; text-decoration:none; }
.item-top-right-femmes img { height:26px; float:left; margin:0 10px 10px 0; border:1px solid #fff; border-radius:2px; }
.header-top-right-femmes { display:block; width:100%; height:85px; }

/* Slidebars */
.sb-slidebar { background:#eee; border-right:1px solid #ccc !important; }
.sb-slidebar .sb-logo { background:#fff; text-align:center; padding:1em 0; }
.sb-slidebar .sb-logo img { width:70%; height:auto; }
.sb-slidebar > ul a { display:block; text-decoration:none; color:#444; border-left:10px solid #eee; padding:6px 14px; }
.sb-slidebar > ul li { font-family:'Open Sans Condensed',Helvetica,Arial,sans-serif; font-size:18px; display:block; border-top:1px solid #ccc; }
.sb-slidebar li > ul { display:none; }
.sb-slidebar li > ul li { background:#fff; }
.sb-slidebar li > ul a:hover { background:#fff; color:#2084ca; }

