/*
 * jQuery UI CSS Framework 1.8.9
 *
 * 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 Accordion 1.8.9
 *
 * 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.9
 *
 * 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.9
 *
 * 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.9
 *
 * 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 Datepicker 1.8.9
 *
 * 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%; }

/* 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 Dialog 1.8.9
 *
 * 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: auto; zoom: 1; }
.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 Progressbar 1.8.9
 *
 * 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%; }/*
 * jQuery UI Resizable 1.8.9
 *
 * 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.9
 *
 * 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 Slider 1.8.9
 *
 * 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.9
 *
 * 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 CSS Framework 1.8.9
 *
 * 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/
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; 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 #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; 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 #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.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(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* 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-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; border-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }
/* Twitter Bootstrap Overrides */

form legend{
margin-bottom: 0px;
}


/* New Club: /signup/step1|2|3 */
#form_club_settings label, #form_signup_step1 label{
    #width: 170px;
}

#form_club_settings .controls, #form_signup_step1 .controls{
    margin-left: 190px;
}
#invite_form label, #form_signup_step1 label{
   #width: 170px;
}

#invite_form .controls, #form_signup_step1 .controls{
    margin-left: 190px;
}

#content form .help-inline{
display: none;
}

#loginModal{
    /*display: none;*/
}

a.disabled
{
  color:#808080;
}

.pax{
	padding-top: 30px;
	padding-bottom: 30px;
}
.web-start .welcome-note{
	margin-bottom: 35px;
}
.web-start .form-control,
#settings .form-control{
	border: 1px solid #bbb;
}
#settings .checkbox label{
	border: 1px solid #bbb;
	height: 25px;
	width: 25px;
}
ul.tagit {
    padding: 1px 5px;
    overflow: auto;
    margin-left: inherit; /* usually we don't want the regular ul margins. */
    margin-right: inherit;
}
ul.tagit li {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit li.tagit-choice {
    padding: .2em 18px .2em .5em;
    position: relative;
    line-height: inherit;
}
ul.tagit li.tagit-new {
    padding: .25em 4px .25em 0;
}

ul.tagit li.tagit-choice a.tagit-label {
    cursor: pointer;
    text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
    cursor: pointer;
    position: absolute;
    right: .1em;
    top: 40%;
    margin-top: -8px;
}

/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: none;
}

ul.tagit li.tagit-choice input {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit input[type="text"] {
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;

    border: none;
    margin: 0;
    padding: 0;
    width: inherit;
    background-color: inherit;
    outline: none;
}


/* Optional scoped theme for tag-it which mimics the zendesk widget. */


ul.tagit {
    border-style: solid;
    border-width: 1px;
    border-color: #C6C6C6;
    background: inherit;
}
ul.tagit li.tagit-choice {
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #CAD8F3;

    background: none;
    background-color: #DEE7F8;

    color: #555;
    font-weight: normal;
}
ul.tagit li.tagit-choice a.tagit-close {
    text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
    right: .4em;
}
ul.tagit li.tagit-choice .ui-icon {
    display: none;
}
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: inline;
    font-family: arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #777;
}
ul.tagit li.tagit-choice:hover, ul.tagit li.tagit-choice.remove {
    background-color: #bbcef1;
    border-color: #6d95e0;
}
ul.tagit li.tagit-choice a.tagLabel:hover,
ul.tagit li.tagit-choice a.tagit-close .text-icon:hover {
    color: #222;
}
ul.tagit input[type="text"] {
    color: #333333;
    background: none;
}
 


/* jQuery Countdown styles 2.0.0. */
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #fff;
}
.countdown-row {
	clear: both;
	width: 100%;
	display:inline-block;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
    margin-right: 3px;
	position:relative;
}

 
 .countdown-show3 .countdown-section:after { content:":" }   
 .countdown-show3 .countdown-section:last-child:after {
        display: none;
  }
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	text-align: center;
}
.countdown-amount {
    font-size: 26px;
}
.countdown-period {
    display: none;
}
.countdown-descr {
	display: block;
	width: 100%;
}

@font-face{font-family:casino_handregular;src:url(Casino_Hand/casino_hand-webfont.eot);src:url(Casino_Hand/casino_hand-webfont.eot?#iefix) format('embedded-opentype'),url(Casino_Hand/casino_hand-webfont.woff) format('woff'),url(Casino_Hand/casino_hand-webfont.ttf) format('truetype'),url(Casino_Hand/casino_hand-webfont.svg#casino_handregular) format('svg');font-weight:400;font-style:normal}.enjoyhint{position:fixed;width:100%;height:100%;top:0;left:0;z-index:1010;pointer-events:none;overflow:hidden}.enjoyhint_hide{display:none}.enjoyhint_disable_events{position:absolute;width:2000px;height:1500px;z-index:1011;pointer-events:all}.enjoyhint_next_btn,.enjoyhint_skip_btn{-webkit-box-sizing:content-box;width:100px;font:normal normal normal 17px/40px "Advent Pro",Helvetica,sans-serif}.enjoyhint_btn,.enjoyhint_next_btn,.enjoyhint_skip_btn{height:40px;cursor:pointer;margin:0 auto;text-align:center;letter-spacing:1px}.enjoyhint_close_btn,.enjoyhint_next_btn,.enjoyhint_skip_btn{position:absolute;z-index:1012;pointer-events:all;-o-text-overflow:clip;text-overflow:clip}.enjoyhint_next_btn{-moz-box-sizing:content-box;box-sizing:content-box;border:2px solid #1ecd97;-webkit-border-radius:40px;border-radius:40px;color:#1ecd97;background:0 0;-webkit-transition:background-color .3s cubic-bezier(0,0,0,0),color .3s cubic-bezier(0,0,0,0),width .3s cubic-bezier(0,0,0,0),border-width .3s cubic-bezier(0,0,0,0),border-color .3s cubic-bezier(0,0,0,0);-moz-transition:background-color .3s cubic-bezier(0,0,0,0),color .3s cubic-bezier(0,0,0,0),width .3s cubic-bezier(0,0,0,0),border-width .3s cubic-bezier(0,0,0,0),border-color .3s cubic-bezier(0,0,0,0);-o-transition:background-color .3s cubic-bezier(0,0,0,0),color .3s cubic-bezier(0,0,0,0),width .3s cubic-bezier(0,0,0,0),border-width .3s cubic-bezier(0,0,0,0),border-color .3s cubic-bezier(0,0,0,0);transition:background-color .3s cubic-bezier(0,0,0,0),color .3s cubic-bezier(0,0,0,0),width .3s cubic-bezier(0,0,0,0),border-width .3s cubic-bezier(0,0,0,0),border-color .3s cubic-bezier(0,0,0,0)}.enjoyhint_next_btn:hover{color:rgba(255,255,255,1);background:#1ecd97}.enjoyhint_next_btn:active{border:2px solid rgba(33,224,163,1);background:rgba(33,224,163,1);-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.enjoyhint_skip_btn{-moz-box-sizing:content-box;box-sizing:content-box;border:2px solid #1ecd97;-webkit-border-radius:40px;border-radius:40px;color:#1ecd97;background:0 0;-webkit-transition:background-color .3s cubic-bezier(0,0,0,0),color .3s cubic-bezier(0,0,0,0),width .3s cubic-bezier(0,0,0,0),border-width .3s cubic-bezier(0,0,0,0),border-color .3s cubic-bezier(0,0,0,0);-moz-transition:background-color .3s cubic-bezier(0,0,0,0),color .3s cubic-bezier(0,0,0,0),width .3s cubic-bezier(0,0,0,0),border-width .3s cubic-bezier(0,0,0,0),border-color .3s cubic-bezier(0,0,0,0);-o-transition:background-color .3s cubic-bezier(0,0,0,0),color .3s cubic-bezier(0,0,0,0),width .3s cubic-bezier(0,0,0,0),border-width .3s cubic-bezier(0,0,0,0),border-color .3s cubic-bezier(0,0,0,0);transition:background-color .3s cubic-bezier(0,0,0,0),color .3s cubic-bezier(0,0,0,0),width .3s cubic-bezier(0,0,0,0),border-width .3s cubic-bezier(0,0,0,0),border-color .3s cubic-bezier(0,0,0,0)}.enjoyhint_skip_btn:hover{color:rgba(255,255,255,1);background:#1ecd97}.enjoyhint_skip_btn:active{border:2px solid rgba(33,224,163,1);background:rgba(33,224,163,1);-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.enjoyhint_close_btn{display:inline-block;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:.3em;height:.3em;border:none;-webkit-border-radius:1em;border-radius:1em;font:400 8em/normal Arial,Helvetica,sans-serif;color:rgba(0,0,0,1);background:0 0;border:2px solid rgba(33,224,163,1)}.enjoyhint_close_btn::after,.enjoyhint_close_btn::before{display:inline-block;-moz-box-sizing:content-box;width:73%;height:2px;position:absolute;content:"";border:none;font:400 100%/normal Arial,Helvetica,sans-serif;color:rgba(0,0,0,1);background:#fff;text-shadow:none}.enjoyhint_close_btn::before{-webkit-box-sizing:content-box;box-sizing:content-box;top:48%;left:14%;-o-text-overflow:clip;text-overflow:clip;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.enjoyhint_btn,.enjoyhint_close_btn::after{-webkit-box-sizing:content-box;-o-text-overflow:clip;text-overflow:clip}.enjoyhint_close_btn::after{box-sizing:content-box;top:46%;left:15%;-webkit-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}.enjoyhint_close_btn:hover{color:rgba(255,255,255,1);background:#1ecd97;cursor:pointer}.enjoyhint_close_btn:active{border:2px solid rgba(33,224,163,1);background:rgba(33,224,163,1);-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.enjoyhint_btn{-moz-box-sizing:content-box;box-sizing:content-box;width:150px;border:2px solid #1ecd97;-webkit-border-radius:40px;border-radius:40px;font:normal normal normal 17px/40px "Advent Pro",Helvetica,sans-serif;color:#1ecd97;background:0 0;-webkit-transition:background-color .3s cubic-bezier(0,0,0,0),color .3s cubic-bezier(0,0,0,0),width .3s cubic-bezier(0,0,0,0),border-width .3s cubic-bezier(0,0,0,0),border-color .3s cubic-bezier(0,0,0,0);-moz-transition:background-color .3s cubic-bezier(0,0,0,0),color .3s cubic-bezier(0,0,0,0),width .3s cubic-bezier(0,0,0,0),border-width .3s cubic-bezier(0,0,0,0),border-color .3s cubic-bezier(0,0,0,0);-o-transition:background-color .3s cubic-bezier(0,0,0,0),color .3s cubic-bezier(0,0,0,0),width .3s cubic-bezier(0,0,0,0),border-width .3s cubic-bezier(0,0,0,0),border-color .3s cubic-bezier(0,0,0,0);transition:background-color .3s cubic-bezier(0,0,0,0),color .3s cubic-bezier(0,0,0,0),width .3s cubic-bezier(0,0,0,0),border-width .3s cubic-bezier(0,0,0,0),border-color .3s cubic-bezier(0,0,0,0)}#kinetic_container,.enjoyhint_canvas,.enjoyhint_svg_wrapper,.enjoyhint_svg_wrapper svg{width:100%;height:100%;position:absolute}.enjoyhint_btn:hover{color:rgba(255,255,255,1);background:#1ecd97}.enjoyhint_btn:active{border:2px solid rgba(33,224,163,1);background:rgba(33,224,163,1);-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.enjoyhint div.canvas-container{position:absolute}.enjoyhint_canvas{z-index:100;pointer-events:none}#kinetic_container{pointer-events:none;top:0;left:0}.enjoyhint_svg_wrapper{top:0;left:0;z-index:100;-webkit-transition:opacity .4s cubic-bezier(.42,0,.58,1);-moz-transition:opacity .4s cubic-bezier(.42,0,.58,1);transition:opacity .4s cubic-bezier(.42,0,.58,1)}.enjoyhint_svg_wrapper svg{top:0;left:0}.enjoyhint_svg_transparent .enjoy_hint_label,.enjoyhint_svg_transparent .enjoyhint_svg_wrapper{opacity:0}.enjoy_hint_label{position:absolute;color:#fff;z-index:107;font-size:22px;font-family:casino_handregular,Arial;-webkit-transition:opacity .4s cubic-bezier(.42,0,.58,1);-moz-transition:opacity .4s cubic-bezier(.42,0,.58,1);transition:opacity .4s cubic-bezier(.42,0,.58,1)}div.kineticjs-content{position:absolute!important}
/*!
 * # Semantic UI 2.3.3 - Progress Bar
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.progress{position:relative;display:block;max-width:100%;border:none;margin:1em 0 2.5em;-webkit-box-shadow:none;box-shadow:none;background:rgb(170 179 184 / 15%);padding:0;border-radius:.28571429rem}.ui.progress:first-child{margin:0 0 2.5em}.ui.progress:last-child{margin:0 0 1.5em}.ui.progress .bar{display:block;line-height:1;position:relative;width:0%;min-width:2em;background:#888;border-radius:.28571429rem;-webkit-transition:width .1s ease,background-color .1s ease;transition:width .1s ease,background-color .1s ease}.ui.progress .bar>.progress{white-space:nowrap;position:absolute;width:auto;font-size:.92857143em;top:50%;right:.5em;left:auto;bottom:auto;color:rgba(255,255,255,.7);text-shadow:none;margin-top:-.5em;font-weight:700;text-align:left}.ui.progress>.label{position:absolute;width:100%;font-size:1em;top:100%;right:auto;left:0;bottom:auto;color:rgba(0,0,0,.87);font-weight:700;text-shadow:none;margin-top:.2em;text-align:center;-webkit-transition:color .4s ease;transition:color .4s ease}.ui.indicating.progress[data-percent^="1"] .bar,.ui.indicating.progress[data-percent^="2"] .bar{background-color:#d95c5c}.ui.indicating.progress[data-percent^="3"] .bar{background-color:#efbc72}.ui.indicating.progress[data-percent^="4"] .bar,.ui.indicating.progress[data-percent^="5"] .bar{background-color:#e6bb48}.ui.indicating.progress[data-percent^="6"] .bar{background-color:#ddc928}.ui.indicating.progress[data-percent^="7"] .bar,.ui.indicating.progress[data-percent^="8"] .bar{background-color:#b4d95c}.ui.indicating.progress[data-percent^="100"] .bar,.ui.indicating.progress[data-percent^="9"] .bar{background-color:#66da81}.ui.indicating.progress[data-percent^="1"] .label,.ui.indicating.progress[data-percent^="2"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="3"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="4"] .label,.ui.indicating.progress[data-percent^="5"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="6"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="7"] .label,.ui.indicating.progress[data-percent^="8"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="100"] .label,.ui.indicating.progress[data-percent^="9"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent="1"] .bar,.ui.indicating.progress[data-percent="2"] .bar,.ui.indicating.progress[data-percent="3"] .bar,.ui.indicating.progress[data-percent="4"] .bar,.ui.indicating.progress[data-percent="5"] .bar,.ui.indicating.progress[data-percent="6"] .bar,.ui.indicating.progress[data-percent="7"] .bar,.ui.indicating.progress[data-percent="8"] .bar,.ui.indicating.progress[data-percent="9"] .bar{background-color:#d95c5c}.ui.indicating.progress[data-percent="1"] .label,.ui.indicating.progress[data-percent="2"] .label,.ui.indicating.progress[data-percent="3"] .label,.ui.indicating.progress[data-percent="4"] .label,.ui.indicating.progress[data-percent="5"] .label,.ui.indicating.progress[data-percent="6"] .label,.ui.indicating.progress[data-percent="7"] .label,.ui.indicating.progress[data-percent="8"] .label,.ui.indicating.progress[data-percent="9"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress.success .label{color:#1a531b}.ui.progress.success .bar{background-color:#21ba45!important}.ui.progress.success .bar,.ui.progress.success .bar::after{-webkit-animation:none!important;animation:none!important}.ui.progress.success>.label{color:#1a531b}.ui.progress.warning .bar{background-color:#f2c037!important}.ui.progress.warning .bar,.ui.progress.warning .bar::after{-webkit-animation:none!important;animation:none!important}.ui.progress.warning>.label{color:#794b02}.ui.progress.error .bar{background-color:#db2828!important}.ui.progress.error .bar,.ui.progress.error .bar::after{-webkit-animation:none!important;animation:none!important}.ui.progress.error>.label{color:#912d2b}.ui.active.progress .bar{position:relative;min-width:2em}.ui.active.progress .bar::after{content:'';opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;border-radius:.28571429rem;-webkit-animation:progress-active 2s ease infinite;animation:progress-active 2s ease infinite}@-webkit-keyframes progress-active{0%{opacity:.3;width:0}100%{opacity:0;width:100%}}@keyframes progress-active{0%{opacity:.3;width:0}100%{opacity:0;width:100%}}.ui.disabled.progress{opacity:.35}.ui.disabled.progress .bar,.ui.disabled.progress .bar::after{-webkit-animation:none!important;animation:none!important}.ui.inverted.progress{background:rgba(255,255,255,.08);border:none}.ui.inverted.progress .bar{background:#888}.ui.inverted.progress .bar>.progress{color:#f9fafb}.ui.inverted.progress>.label{color:#fff}.ui.inverted.progress.success>.label{color:#21ba45}.ui.inverted.progress.warning>.label{color:#f2c037}.ui.inverted.progress.error>.label{color:#db2828}.ui.progress.attached{background:0 0;position:relative;border:none;margin:0}.ui.progress.attached,.ui.progress.attached .bar{display:block;height:.2rem;padding:0;overflow:hidden;border-radius:0 0 .28571429rem .28571429rem}.ui.progress.attached .bar{border-radius:0}.ui.progress.top.attached,.ui.progress.top.attached .bar{top:0;border-radius:.28571429rem .28571429rem 0 0}.ui.progress.top.attached .bar{border-radius:0}.ui.card>.ui.attached.progress,.ui.segment>.ui.attached.progress{position:absolute;top:auto;left:0;bottom:100%;width:100%}.ui.card>.ui.bottom.attached.progress,.ui.segment>.ui.bottom.attached.progress{top:100%;bottom:auto}.ui.red.progress .bar{background-color:#db2828}.ui.red.inverted.progress .bar{background-color:#ff695e}.ui.orange.progress .bar{background-color:#f2711c}.ui.orange.inverted.progress .bar{background-color:#ff851b}.ui.yellow.progress .bar{background-color:#fbbd08}.ui.yellow.inverted.progress .bar{background-color:#ffe21f}.ui.olive.progress .bar{background-color:#b5cc18}.ui.olive.inverted.progress .bar{background-color:#d9e778}.ui.green.progress .bar{background-color:#21ba45}.ui.green.inverted.progress .bar{background-color:#2ecc40}.ui.teal.progress .bar{background-color:#00b5ad}.ui.teal.inverted.progress .bar{background-color:#6dffff}.ui.blue.progress .bar{background-color:#2185d0}.ui.blue.inverted.progress .bar{background-color:#54c8ff}.ui.violet.progress .bar{background-color:#6435c9}.ui.violet.inverted.progress .bar{background-color:#a291fb}.ui.purple.progress .bar{background-color:#a333c8}.ui.purple.inverted.progress .bar{background-color:#dc73ff}.ui.pink.progress .bar{background-color:#e03997}.ui.pink.inverted.progress .bar{background-color:#ff8edf}.ui.brown.progress .bar{background-color:#a5673f}.ui.brown.inverted.progress .bar{background-color:#d67c1c}.ui.grey.progress .bar{background-color:#767676}.ui.grey.inverted.progress .bar{background-color:#dcddde}.ui.black.progress .bar{background-color:#1b1c1d}.ui.black.inverted.progress .bar{background-color:#545454}.ui.tiny.progress{font-size:.85714286rem}.ui.tiny.progress .bar{height:.5em}.ui.small.progress{font-size:.92857143rem}.ui.small.progress .bar{height:1em}.ui.progress{font-size:1rem}.ui.progress .bar{height:1.75em}.ui.large.progress{font-size:1.14285714rem}.ui.large.progress .bar{height:2.5em}.ui.big.progress{font-size:1.28571429rem}.ui.big.progress .bar{height:3.5em}
* {
    border: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: none; /* Never autoresize text */
    height: 100%;
}

ul {
    margin: 0
}

p {
    margin-block-end: 1em;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.container {
    padding: 0;
    width: 960px;
    margin: 0 auto;
}

.container-mobile {
}

.container, .punt-home .container {
    padding: 0
}

.row {
    margin-left: -44px;
    margin-right: -44px;
}

.cf:before, .container:before, .cf:after, .container:after, .row:before, .row:after, .alert-box:before, .alert-box:after {
    display: table;
    content: '';
    line-height: 0;
}

.cf:after, .container:after, .row:after, .clear, .alert-box:after {
    clear: both;
}

.green, .pink, .orange, .blue, .white, .yellow {
    width: 13px;
    height: 13px;
    display: inline-block;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.inline {
    display: inline-block
}

.head-nav {
    float: right;
}

.inner-nav > li {
    display: inline;
}

.btn.yellow-btn.sign-up {
    padding: 10px;
    font-size: 12px;
    line-height: 25px;
    width: 95px;
}

.btn.yellow-btn.independent {
    width: inherit;
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 4px;
}

/* Ugh */
.inner-nav.inner-nav-login > li > a {
    height: auto !important;
    float: left !important;
}

.inner-nav li a span, .inner-nav li a {
    line-height: 22px;
}

.inner-nav > li > a {
    float: left;
    padding: 10px;
    height: 44px;
    display: inline-block;
}

.inner-nav > li > a.drop-trigger {
    height: auto;
}

.pan {
    padding: 0 !important;
}

.inner-nav > li > a.drop-trigger {
    height: auto;
}

.drop-trigger .menu {
    float: right;
    margin-left: 24px;
}

.toggle-start {
    cursor: pointer;
}

.toggle-container {
    display: none;
}

.signupExistingLuxbetChoice {
    display: none;
}

.dropdown-list {
    /* padding: 5px 0; */
    padding: 0px 0;
    position: absolute;
    right: 0;
    min-width: 200px;
    top: 100%;
    z-index: 100;
    display: none;
}

.dropdown-list:after {
    position: absolute;
    right: 10px;
    top: -25px;
    z-index: 105;
}

.dropdown {
    display: inline-block !important;
    position: relative;
}

.dropdown-list li > a {
    clear: both;
    display: block;
    font-size: 14px;
    padding: 10px 25px;
    white-space: nowrap;
}

.comment-grid .comment-body {
    padding-left: 56px;
    margin-top: 6px;
}

.comment-grid .comment-author {
    margin-top: 4px;
    font-size: 13px;
}

.comment-profile-image {
    float: left;
    height: 48px;
    width: 48px;
}

#currently-betting, #next-betting {
    width: 180px;
}

.divider {
    height: 1px;
    overflow: hidden;
}

.open .dropdown-list {
    display: block
}

.pc-login {
    width: 100%;
    margin: 60px auto 0
}

.signup-link, .fogot-pass-link {
    font-size: 13px;
}

.club-dashboard {
    padding: 20px 10px;
    width: 100%;
    float: left;
    margin: 0 auto;
    min-height: 90px;
    height: auto;
}

.club-dashboard > li {
    display: inline-block;
}

.club-dashboard > li {
    padding: 0 10px;
    font-size: 1.4rem;
    max-height: 65px;
    max-width: 170px;
    float: left;
}

.club-dashboard > li:first-child {
    border: none;
}

.club-dashboard h6 {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
}

.container header h2 {
    float: left;
    font-size: 21px;
}

.alert-box .fa-exclamation-circle {
    margin-right: 10px;
}

.alert-box > header {
    font-size: 21px;
    height: 50px;
    padding: 13px 15px;
    float: left;
    width: 100%;
}

.alert-box > header > h2 {
    width: 80%;
}

.alert-body {
    float: left;
    width: 100%;
    font-size: 16px;
    padding: 15px 55px 25px;
}

.alert-body img {
    max-width: 100%;
}

.tab-head {
    float: left;
    width: 100%;
}

.tab-head > li {
    float: left;
    height: 50px;
    padding: 15px;
    position: relative;
}

.tab-head > li.active:after {
    position: absolute;
    top: 100%;
    z-index: 2;
    left: 40%;
    margin: 0 auto;
}

.tab {
    display: none;
    float: left;
    width: 100%;
}

.tab.active {
    display: block
}

.yellow-btn,
.btn-yellow {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    width: 100%;
    display: inline-block;
    cursor: pointer;
}

.btn {
    font-size: 24px;
}

.btn-yellow.inverse,
.yellow-btn.inverse {
    height: 54px;
    line-height: 54px;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    box-sizing: content-box;
}

.club-entry > header, .broadcast-post > header {
    font-size: 21px;
    height: 50px;
    line-height: 30px;
    padding: 13px 10px 10px;
    width: 100%;
}

.appendBroadcastingResult > .video-container {
    width: 635px;
    height: 480px;
}

.broadcast-content table{
    text-align: left !important;
    width: auto !important;
    word-break: break-word;
  }

  .broadcast-content table th, .broadcast-content table td {
    padding: 0px !important;
  }

.club-entry-info {
    font-size: 24px;
    width: 100%;
    padding: 10px 10px 10px 50px;
}

.entry-content {
    padding: 10px 10px 10px 50px;
    width: 100%;
    font-size: 16px;
}

.entry-content a > span {
    padding-left: 8px;
}

.entry-content p {
    margin-bottom: 10px;
}

.club-entry, .broadcast-post {
    float: left;
    width: 100%;
    margin-bottom: 21px;
    position: relative;
}

.comment-grid {
    font-size: 16px;
    padding: 20px 20px 20px 13px;
    position: relative;
    float: left;
    width: 100%;
}

.auther-name {
    margin-left: 5px;
}

.post-comment {
    padding: 10px 20px 10px 50px;
    /*position: relative;*/
    float: left;
    width: 100%;
}

.post-comment > input {
    font-size: 18px;
    width: 100%;
    padding: 5px;
}

.deal-box > header {
    font-size: 24px;
    height: 50px;
    line-height: 30px;
    padding: 10px;
    float: left;
    width: 100%;
}

.deal-form {
    font-size: 16px;
    padding: 15px 60px 30px;
    float: left;
    width: 100%;
}

.btn-group {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.currency {
    float: left;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    width: 40px;
}

.deal-value {
    float: left;
    font-size: 24px;
    height: 50px;
    padding: 10px;
    width: 120px;
}

.btn.btn-black {
    cursor: pointer;
    float: left;
    font-size: 24px;
    height: 50px;
    line-height: 30px;
    padding: 10px;
    width: 250px;
}

.deal-validation {
    float: left;
    width: 100%;
    padding: 20px 15px;
}

.deal-success {
    float: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.status-success, .status-error {
    height: 56px;
    line-height: 56px;
    padding-left: 100px;
    position: relative;
    float: left;
    width: 100%;
}

.comment-box {
    float: left;
    width: 100%;
}

.club-entry .deal-box {
    margin: 0
}

.deal-box {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.broadcast-post .broadcast-content {
    display: block;
    padding: 15px 30px 0 50px;
    float: left;
    width: 100%;
}

.broadcast-content img, .broadcast-content iframe{
    max-width: 100% !important;
}

.broadcast-content .layout {
    width: 100% !important;
    overflow: hidden;
}

.broadcast-content .layout__inner {
    width: 100% !important;
    table-layout: fixed;
}

.broadcast-content .column {
    width: 100% !important;
    max-width: 100% !important;
}

.show-hide {
    /*height: 24px;*/
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
    /*font-size: 14px;*/
    line-height: 20px;
    position: relative;
}

.broadcast-post .expand .show-hide {
    height: auto;
}

.add-btn {
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    margin-left: 5px;
    width: 24px;
}

/*========= Toggle ============*/
.content-box, .wall-comments, .toggle-body, .open > .bet-status {
    display: none;
    clear: both;
}

.open > .toggle-body {
    display: block;
}

/*--------------------------------*/

.club-format {
    float: left;
    font-size: 24px;
    margin-top: 21px;
    width: 100%;
}

.sidebar {
    float: right;
    width: 285px;
}

.club-format > header, .top-club > header {
    height: 50px;
    line-height: 50px;
    padding: 3px 20px 0 20px;
}

.text-content {
    padding: 20px;
    background: white;
}

.table {
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
}

.table th, .table td {
    border-collapse: collapse;
    padding: 10px 15px;
}

#result .btn-black {
    width: 100%;
}

#result.expand .btn-black {
    #display: none;
}

.table-result {
    height: auto !important;
    max-height: 170px;
    overflow: hidden;
}

.table-result.expand  {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.vertical-tab-head {
    float: left;
    padding: 28px 28px;
    #width: 350px;
    max-width: 30%;
}

.vertical-tab-head li {
    padding-bottom: 1.1rem;
}

.vertical-tab-head li a {
    display: inline-block;
}

.vertical-tab-head li span.span-link {
    display: inline-block;
}

.vertical-tab-content {
    float: right;
    padding: 28px 36px 35px;
    width: 70%;
    min-height: 700px;
}

.form-label {
    display: inline-block;
    margin-bottom: 3px;
}

.form-heading {
    margin: 0;
    padding: 0;
}

.form-control, .date-control select {
    float: left;
    height: 60px;
    padding: 15px 10px;
    width: 100% !important;
}

/** ==== THIS IS WHERE WE ARE UP TO **/

/** SMALL DENSITY GRID **/
.sd {
    display: none !important;
}

.sd-2, .sd-3, .sd-4, .sd-6, .sd-8, .sd-12 {
    float: left;
}

.sd-2 {
    width: 16.6667%;
}

.sd-3 {
    width: 25%;
    padding: 0 7px;
}

.sd-4 {
    width: 33.3333%;
}

.sd-6 {
    width: 50%;
    padding: 0 44px;
}

.sd-8 {
    margin-right: 40px;
    width: 635px;
}

.sd-12 {
    padding: 0 44px;
    width: 100%;
}

/** MARGIN ADJUSTERS **/

.mll {
    margin-left: 20px;
}

.mlm {
    margin-left: 15px;
}

.mrl {
    margin-right: 20px;
}

.mls {
    margin-left: 5px;
}

.mrm {
    margin-right: 15px;
}

.mtx {
    margin-top: 30px !important;
}

.mbx {
    margin-bottom: 30px !important;
}

.mtl {
    margin-top: 20px !important;
}

.mtm {
    margin-top: 15px !important;
}

.mts {
    margin-top: 5px;
}

.mbs {
    margin-bottom: 7px !important;
}

.mbm {
    margin-bottom: 15px !important;
}

.mbl {
    margin-bottom: 21px !important;
}

.mrextl {
    margin-left: 205px !important;
}

.mtmexl {
    margin-top: 60px !important;
}

.menu, .big-exclamation-sign, .settings, .notice, .refresh, .invite, .result,
.loud-speaker, .clock, .exp-btn, .twitter, .fb,
.like, .toggle-btn, .deal-success:after, .status-success:after, .status-error:after,
.heart, .gr-cup, .add-btn, .red-x, .gr-tick, .icon-refresh, .btn-gear {
    height: 20px;
    width: 20px;
    display: inline-block;
}

.big-exclamation-sign {
    float: left;
    height: 26px;
    margin-right: 15px;
    width: 28px;
}

.loud-speaker {
    float: right;
    margin-right: 10px;
    width: 22px;
}

.punt-home > iframe {
    display: none;
}

/* WALL MESSAGES */

.broadcast-new {

}

.comment-form-submit-div {
    right: 0;
    text-align: right;
    width: 100%;
}

.comment-form-submit-div .btn {
    padding: 0 16px !important;
}

.form-comment-submit {
    height: 50px;
    line-height: 44px;
    width: 155px;
    font-size: 16px;
}

.broadcast {
    /*position: relative;*/
    /*padding: 15px 20px 15px 50px;*/
    width: 100%;
    /*height: 105px;*/
    margin-bottom: 40px;
}

.broadcast-image {
    width: 100%;
    display: block;
}

/*.broadcast:after {*/
/*content: '';*/
/*position: absolute;*/
/*background-position: -132px -7px;*/
/*float: left;*/
/*margin-right: 20px;*/
/*width: 30px;*/
/*left: 10px;*/
/*top: 20px;*/
/*}*/

.broadcast .broadcast-icon {
    position: absolute;
    font-size: 25px;
    left: 15px;
    top: 20px;
}

.form-comment {
    font-size: 16px;
    width: 100%;
    padding: 5px 5px 5px 5px;
    box-sizing: padding-box;
    overflow: hidden;
    resize: none;
}

.image-upload-icon {
    margin-top: 0 !important;
    cursor: pointer;
}

.post-attachment-uploader, .start-new-streaming-video-btn {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    flex: 1;
    align-items: center;
    position: relative;
}

input.comment-image-upload {
    height: 0;
    width: 0;
}

.post-attachment-uploader .comment-image-upload {
    margin-right: 8px;
    opacity: 0;
}

.broadcast.broadcast-new .giphy-loader {
    margin-top: 2px;
    margin-right: 8px;
    cursor: pointer;
}

#post-attachment {
    font-size: 0;
    position: relative;
}

#post-attachment img {
    max-width: 100%;
}

.comment-attachment {
    font-size: 0;
    position: relative;
    margin-top: 8px;
}

.comment-attachment img {
    width: 100%;
}

.broadcast-new #giphy-container {
    transform: translate(0, -475px);
}

.post-comment #giphy-container {
    transform: translate(136px, -480px);
}

.wall-comments #giphy-container {
    transform: translate(136px, -65px);
    bottom: 0;
}

.comment-form-submit-div .image-upload-icon {
    font-size: 26px;
    line-height: 40px;
    margin-right: 10px;
}

.punt-home .footer {
    margin: 0
}

.col-sm-12 {
    width: 100%;
}

.col-sm-2 {
    width: 16.6667%;
}

.col-sm-3 {
    width: 25%;
}

.col-sm-4 {
    width: 33.3333%;
}

.col-sm-offset-1 {
    margin-left: 8.33333%;
}

.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
}

.check-box {
    display: inline;
    margin-left: 80px;
}

.vertical-tab-content .row {
    margin-bottom: 30px;
}

.vertical-tab-content .table th, .vertical-tab-content .table td {
    padding: 20px 15px;
}

.vertical-tab-content .table .minor-row td {
    padding: 5px 15px;
}

.sd-7 {
    float: left;
    width: 632px;
}

.sd-7.dark {
    padding: 25px 42px;
}

.dark .form-label {
    margin-bottom: 13px;
}

.dark .form-control {
    height: auto;
    margin-bottom: 25px;
}

.dark .row {
    margin: 0;
}

.btn-group .btn.yellow-btn {
    height: 44px;
    line-height: 44px;
    width: 155px;
    transition: .25s all;
}

/* .btn-group > a:first-child {
    margin-right: 1px
} */

.invite-summery {
    float: right;
    padding: 25px 44px;
    width: 325px;
}

h4 {
    margin-bottom: 30px;
}

h1 {
    margin-bottom: 30px;
}

.switch-box {
    float: left;
    min-height: 265px;
    padding: 27px 10px 35px;
    width: 33.33%;
}

.switch-box .btn-group .blue-btn {
    padding: 0;
    height: 44px;
    line-height: 44px;
    width: 155px;
    margin-right: 1px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.switch-box .btn-group {
    display: inline-block;
    float: none;
    margin-top: 55px;
    width: auto;
}

.pc-content {
    padding: 34px 40px;
}

.pc-content p {
    margin-bottom: 20px;
}

h2 {
    margin-bottom: 30px;
}

.pc-content h5 {
    margin-bottom: 24px;
}

.dark-bg {
    padding: 36px 44px;
    width: 100%;
}

.dark-bg h3 {
    margin-bottom: 15px;
}

.btn-gray {
    cursor: pointer;
    height: 60px;
    text-align: center;
    width: 100%;
}

.yellow-btn .amount.currentBalance {
    display: none;
}

.sidebar .yellow-btn.fl {
    overflow: hidden;
}

.comment-container-box {
    float: left;
    width: 70%
}

.avatar {
    float: left;
    margin-right: 15px;
}

.title {
    display: block;
    margin-bottom: 5px;
}

.content {
    display: block;
    width: 100%;
}

.betbuttons {
    display: none;
}

.personal-bet {
    top: -3px;
    margin-left: 8px;
    height: 22px;
    line-height: 22px;
    width: 80px;
    position: relative;
}

.post-time {
    display: block;
    margin: 5px 0;
    text-align: right;
}

.well {
    display: inline-block;
    margin: 10px auto;
    padding: 6px;
    width: 100% !important;
    position: relative;
}

.well > img {
    float: left;
    margin-right: 10px;
}

.well > input {
    padding: 5px 0;
    width: 80%;
}

.msg {
    margin-bottom: 15px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.comment-time {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
}

#theEmails {
    margin: 0 30px 0 0 !important;
    min-height: 128px;
    width: 363px;
}

.bottom-margin {
    margin-bottom: 33px;
}

.statementRowContainer {
    margin: 0 -35px
}

.statementCreatedContainer {
    width: 85px;
    float: right;
}

.statementIconContainer {
    float: right;
}

.statementFromRow, .statementToRow {
    padding: 10px 5px;
}

.statementRowContainer {
    margin: 0;
    width: 100%;
}

.statementDescription {
    display: inline-block;
}

.statementToRowDescription {
    padding-bottom: 15px !important;
}

.statementToRowDescription .bet-history, .statementFromRowDescription .bet-history {
    padding: 10px 0 0 10px;
}

.statementToRow {
    padding-bottom: 15px;
}

.statementFromRow {
    padding-bottom: 0;
}

.statementPriceContainer {
    float: right;
    width: 65px;
}

.badge {
    padding: 1px 9px 2px;
    white-space: nowrap;
}

#beer-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    display: none;
}

#beer-gif {
    position: relative;
    margin: auto;
    top: 200px;
    text-align: center;
}

table.betHistory th, table.betHistory td {
    max-width: 130px;
    padding: 15px 10px;
    vertical-align: text-top;
}

.label {
    padding: 1px 4px 2px;
    vertical-align: middle;
    white-space: nowrap;
}

.statementDescription .fa {
    margin: 0 3px;
}

.statementDescription > span {
    display: inline-block;
    width: 50px;
}

.statementIcon.fa {
    margin-right: 7px;
}

/*===== Start club ====*/

.web-start h2 {
    margin-bottom: 20px;
}

.wrap-content {
    display: inline-block;
    margin: 30px 0 21px;
    padding: 30px 46px;
    width: 100%;
}

.pax {
    padding: 80px 140px;
}

.wrap-content h1 {
    margin-bottom: 0;
}

.intication {
    display: inline-block;
}

.wrap-content .row {
    margin: 0 -13px;
}

.wrap-content .row > div {
    padding: 0 13px;
}

.wrap-content .row > div.sd-3 {
    padding: 0 0 0 13px;
}

/*=========== Home-Public ============*/
.punt-home .header, .punt-static-layout .header {
    position: fixed;
    z-index: 200;
}

.punt-static-layout .header + * {
    padding-top: 65px;
}

.banner {
    width: 100%;
    display: inline-block;
    background-size: auto 100%;
    margin-top: 65px;
    height: 850px;
}

.topBanner img {
    width: 100%;
}

.pub-header {
    text-align: center;
    margin-top: -3px;
    padding: 37px;
    height: 116px;
}

.pub-body {
    margin-top: -4px;
    padding: 30px;
}

.pub-body .seperator {
    height: 1px;
    margin: 12px auto;
    width: 131px;
}

.pup-rel p {
    position: absolute;
    top: 16px;
    padding: 0 10px;
    left: 120px;
}

.pub-content {
    margin: 0 auto;
    text-align: center;
    width: 275px;
}

.intro {
    float: right;
    margin-top: 150px;
    width: 630px;
}

.intro h1 {
    margin-top: 0;
}

.intro h2 {
    margin-top: 0;
}

.intro p {
    margin-bottom: 30px;
}

.punt-home .intro .btn {
    padding: 0;
    width: 258px;
    height: 70px;
    margin: 0 15px;
}

.section-divider:after {
    content: "";
    height: 45px;
    left: 47%;
    position: absolute;
    top: 80%;
    width: 54px;
}

.section-divider {
    display: inline-block;
    font-size: 36px;
    height: 117px;
    line-height: 117px;
    margin-top: -5px;
    position: relative;
    width: 100%;
    z-index: 100;
}

.slider, .how-works {
    width: 100%;
    max-height: 500px;
    display: inline-block;
}

.how-works {
    padding: 65px 0 75px;
    max-height: inherit;
}

.how-works h3 {
    margin-bottom: 30px;
}

.punt-home .btn, .sign-up-btn {
    padding: 0;
    width: 220px;
    margin: 0 auto;
}

.sub-container {
    margin: 0 auto;
    width: 50%;
}

.sub-container > h3 {
    margin-bottom: 20px;
}

.sub-container > p {
    margin-bottom: 20px;
    padding: 0 25px;
}

.cost-table .table {
    margin: 0;
}

.cost-table .table th {
    vertical-align: middle;
    height: 70px;
}

.cost-table .table tbody td {
    height: 60px;
    padding: 20px;
}

.tick {
    display: inline-block;
    height: 12px;
}

#your-clubs-carousel .carousel-caption {
    top: 10%;
}

.btn.trs-btn {
    height: 62px;
    line-height: 52px;
    margin-top: 70px;
    padding: 5px;
}

.a-btn {
    padding-top: 23px !important;
}

.btn-group .btn.yellow-btn {
    padding: 0;
}

.btn-group .btn.blue-btn {
    padding: 0;
}

.btn .small {
    display: inline-block;
    width: 100%;
}

.alert.error {
    margin: 10px 0;
    padding: 10px 15px;
    position: relative;
}

.alert .close {
    line-height: 14px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
}

.alert-icon {
    padding-right: 15px;
}

.alert-text {
    width: 100%;
}

.locations {
    padding: 40px 0;
}

.locations h2 {
    margin: 0 0 30px;
}

.locations h5, .footer h5 {
    margin: 15px 0;
}

.locations .form-control {
    height: 300px;
    margin-top: 15px;
}

.footer {
    float: left;
    padding: 30px 0;
    width: 100%;
    margin-top: 30px;
}

.copy {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.social-follow {
    margin: 0 auto;
    width: 225px;
}

.social-follow > li > a {
    float: left;
    height: 35px;
    margin: 0 20px 20px;
    width: 35px;
}

#your-clubs-carousel .carousel-inner > .item > img {
    width: 100%
}

#your-clubs-carousel .carousel-control.left, .carousel-control.right {
    z-index: 100;
}

.select-media {
    display: inline-block;
    margin: 20px auto;
    width: 49%;
}

#invite_form .sd-7 p {
    margin-bottom: 15px;
}

.light {
    display: block;
}

.address-book {
    float: left;
    height: 44px;
    padding: 12px 20px 9px;
    width: 240px;
}

.address-book > a {
    display: inline-block;
    height: 23px;
    margin: 0 4px;
    width: 25px;
}

.rqst-btn {
    float: right;
    height: 44px;
    padding: 15px;
    position: relative;
    width: 100%;
}

.dit-fb, .dit-twt, .link {
    display: inline-block;
    height: 35px;
    width: 35px;
}

.attachment-box {
    display: inline-block;
    width: 100%;
    position: relative;
}

.copy-alert {
    left: 45px;
    padding: 3px 10px;
    position: absolute;
    top: 100%;
    display: none;
}

.attachment-box > .dit-fb, .attachment-box > .dit-twt {
    float: right;
}

.attachment-box .form-control {
    float: left;
    height: 35px;
    margin: 0;
    padding: 5px 5px 5px 35px !important;
    width: 100% !important;
}

.invite-summery .table td {
    padding: 15px 0;
    border-top: none;
    border-bottom: 1px solid #ccc;
}

.invite-summery .table td.light {
    display: table-cell;
}

.web-tour .carousel.slide {
    margin-top: 60px;
}

.web-tour h2 {
    margin: 0 0 25px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}

.web-tour h2:after {
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 136px;
}

.web-tour p {
    margin-bottom: 40px;
}

.web-tour .carousel .btn.yellow-btn {
    height: 70px;
    padding: 0;
    width: 257px;
}

.web-tour .carousel-inner > .item {
    height: 600px;
}

.copy-alert > .tick {
    height: 8px;
    margin-right: 3px;
    width: 4px;
}

.table td a.yellow-btn {
    height: 45px;
    width: 85px;
    padding: 0 5px;
    line-height: 45px !important;
}

#view_subscriptions a {
    display: block;
}

.label.label-success {
    display: inline-block;
}

.label.label-pending, .label.label-declined {
    padding: 0;
}

.inline > li {
    display: inline;
}

.badge {
    padding: 1px 7px 2px;
}

.label > .badge {
    margin-left: 5px;
}

.wh-box {
    padding: 10px;
    width: 100%;
}

/*Info(Static) pages */

.pc-content .container {
    width: auto;
}

ol {
    padding-left: 20px;
}

.relative {
    position: relative;
}

.help-inline, .help-block {
    position: static;
    top: 5px;
}

.formWrap h1 {
    line-height: 36px;
    padding: 0 0 20px;
}

.confirm-btn {
    padding: 4px 10px;
}

.vertical-tab-content .nav.nav-tabs {
    display: inline-block;
    margin: 0;
    width: 100%;
}

.vertical-tab-content .nav-tabs > .invite-tab {
    display: inline-block;
    margin-bottom: -1px;
}

.vertical-tab-content .nav-tabs > .invite-tab > a {
    display: inline-block;
    padding: 10px 15px 5px;
}

.vertical-tab-content .nav-tabs > .invite-tab > a:hover, .vertical-tab-content .nav-tabs > .invite-tab > a:focus {
    outline: none;
}

.vertical-tab-content .tab-content {
    padding: 20px 10px;
    width: 100%;
    display: inline-block;
}

.fb-button > .btn, #custom-tweet-button .btn {
    display: inline-block;
    float: left;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    position: relative;
    width: 225px;
}

.fb-button .dit-fb, .btn > .dit-twt {
    position: absolute;
    right: 0;
    top: 0;
}

#theEmails {
    min-height: 47px;
    padding: 5px 10px;
    width: 100%;
}

.alert {
    margin: 0 0 20px 0;
    padding: 15px;
}

.alert.flash table tr td {
    padding: 0 5px;
}

.club-warning {
    margin-bottom: 17px;
    margin-top: 17px;
    padding: 15px;
}

.punt-notification-new {
    width: 100%;
    display: inline-block;
}

.vertical-tab-content #subscriptions_index .table th {
    text-align: center !important;
}

.punt-notification {
    width: 100%;
    display: inline-block;
}

.punt-notification header {
    height: 40px;
    padding: 10px;
}

.note-head {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    float: left;
}

.punt-notification tr > td {
    padding: 10px !important;
}

.user_details > h4 {
    margin: 0;
    padding: 0;
}

.punt-notification .close {
    line-height: 20px;
}

.user-pic > img {
    height: auto;
    width: 100%;
}

.welcome-note {
    margin-bottom: 60px;
}

#moreParagraph {
    display: none;
}

.alert-pop {
    margin: 15% auto 0;
    padding: 15px;
    width: 300px;
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
}

.fade-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.tagit.ui-widget.ui-widget-content.ui-corner-all {
    margin-bottom: 10px;
}

.ui-helper-hidden-accessible {
    display: none;
}

ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: inline !important;
}

.notice-drop .dropdown-list {
    margin: 0 auto;
    padding: 10px;
    right: -150px;
    top: 60px;
    width: 370px;
    text-transform: none;
}

.notice-drop .dropdown-list:after {
    left: 184px;
    right: auto;
    top: -20px;
}

.notice-drop .dropdown-list:before {
    content: "";
    left: 183px;
    position: absolute;
    top: -23px;
}

.notice-drop .dropdown-list > li {
    display: inline-block;
    margin-bottom: 12px;
    padding-bottom: 5px;
    width: 100%;
}

.notice-drop .dropdown-list > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.drop-trigger {
    cursor: pointer
}

.club-entry .profile-image, .broadcast-post .profile-image {
    height: 80px;
    left: -38px;
    position: absolute;
    top: -17px;
    width: 80px;
    z-index: 10;
}

.lh8 {
    line-height: 18px !important
}

.broadcast-post header > h2, .club-entry header > h2 {
    max-width: 400px;
    overflow: hidden;
    padding-left: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.float-right {
    float: right !important;
}

.mtxl {
    margin-top: 80px;
}

.club-dashboard > li.timer {
    max-width: inherit;
    height: 52px;
}

.checkbox {
    width: 24px;
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

.checkbox > label {
    width: 24px;
    height: 24px;
    margin: 0;
    top: -3px;
    left: 0;
    position: absolute;
    cursor: pointer;
}

.checkbox > input[type=checkbox] {
    margin: 0;
    opacity: 0;
}

.checkbox.mrm {
    margin-left: 0;
    margin-right: 10px;
}

.dropdown-menu {
    display: none;
    left: 0;
    min-width: 175px;
    padding: 0 10px;
    position: absolute;
    top: 70px;
    z-index: 100;
}

.drp-triger {
    position: relative;
}

.dropdown-menu > li {
    padding: 10px;
}

.drp-triger:hover .dropdown-menu {
    display: block
}

.pop-up {
    left: 0;
    margin: auto;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 400px;
    height: 420px;
    z-index: 100;
    display: none;
}

.pop-close {
    position: absolute;
    right: 12px;
    top: 6px;
}

.show-pop .fade {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    overflow-y: scroll;
    z-index: 3000;
}

.show-pop .pop-up {
    display: block;
}

.show-pop {
    overflow: hidden;
}

.pop-body {
    display: inline-block;
    max-height: 300px;
    min-height: 300px;
    overflow-y: auto;
    width: 100%;
    position: relative;
}

#contacts-table tr td {
    padding: 10px 5px;
}

.pop-body .loader {
    position: absolute;
    top: 50%;
    left: 41%;
}

.pop-body .loader img {
    margin-left: 12px;
}

.form-inside .invite-summery {
    margin-top: 25px;
    padding: 0;
    width: 100%;
}

.form-inside .attachment-box {
    margin-top: 20px;
}

#friendReferralContainer, #hearAboutUsOtherContainer {
    display: none;
}

blockquote:before {
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

#luxbetFrame {
    margin-top: -10px;
    display: none;
}

.iframe-alert {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    width: 300px;
    margin: 0 auto
}

.pc-content .entry p {
    margin-bottom: 10px;
}

.entry ul {
    padding-left: 20px;
}

.entry ul > li > ul {
    margin: 5px 0;
}

.entry h1 {
    padding-top: 10px;
    line-height: 100%;
}

.entry h2 {
    margin: 15px 0;
}

.entry h4 {
    margin: 15px 0;
}

.help-block-error {
    margin-bottom: 0 !important;
}

.bet-popup .close, .confirm-modal .close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 22px;
}

.bet-popup h4, .confirm-modal h4 {
    margin: 0 0 14px 0;
}

.bet-input-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.bet-input-group .form-control {
    float: left;
    width: 100px !important;
}

.joint-btn {
    float: right;
    height: 40px;
    line-height: 40px;
    width: 122px;
}

.bet-popup .form-control {
    height: 40px;
    padding: 10px;
}

.bet-pop {
    overflow: hidden;
}

.bet-pop .fadein, .punt-pop-up .popup-fade {
    display: block;
}

.bet-now-amount {
    padding: 10px;
    width: 100px;
    float: left;
    height: 40px;
}

.block {
    display: block;
    width: 100% !important;
}

.btn.mini {
    font-size: 16px;
}

.club-sign-up {
    width: 100%;
    margin: 30px auto 21px;
    display: inline-block;
}

.club-sign-up .vertical-tab-content {
    width: 100%;
}

.welcome-user {
    height: 177px;
    line-height: 20px;
    padding: 10px 0 28px;
}

.profile-initial > span {
    bottom: 0;
    height: 25px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.pc-panel {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 10px;
}

.pc-head {
    width: 100%;
    display: inline-block;
    margin: 0 !important;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.pc-head h1 {
    margin: 0;
    height: 40px;
    line-height: 40px;
}

.close-panel {
    position: absolute;
    right: 10px;
    top: 0;
}

.pc-body {
    width: 100%;
    display: block;
    padding: 15px;
}

.club-notification {
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0 65px 0 15px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pic-prw {
    width: 100px;
}

.gravatat-img {
    width: 100px;
    position: relative;
    margin: 5px auto;
}

.gravatat-img .close {
    position: absolute;
    right: -14px;
    top: -10px;
}

.middle-align {
    vertical-align: middle;
}

.inherit-line-height {
    line-height: inherit;
}

.acc-table.table td:first-child {
    min-width: 40%;
}

.pc-content h2,
.pc-content h3 {
    margin-bottom: 15px;
}

.ct-center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.btn-group .icon-refresh {
    bottom: 0;
    height: 18px;
    left: 20px;
    margin: auto;
    position: absolute;
    top: 0;
}

.btn-group .yellow-btn {
    position: relative;
}

.container > .alert {
    width: 100%;
}

.control-group .sd-4 {
    padding: 0 44px;
}

.not-login {
    margin-top: 30px;
}

/*.xs-4 {width: 755px;}*/
select.form-control {
    padding-top: 20px;
}

.pc-content ul {
    margin: 20px;
}

.notification-ctnr .gr-tick {
    margin-right: 15px;
}

.locaion-map {
    width: 100%
}

.switch-box h4 > a {
    display: inline-block;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 280px;
}

.bet-popup-height {
    height: 380px !important;
}

.popupWindow p {
    margin-bottom: 25px;
}

.trans-date {
    display: block;
    margin-bottom: 8px;
}

.pc-body > .statementRowContainer:first-child > .statementFromRow {
    padding-top: 0;
}

.statementFromRowDescription .bet-history, .statementToRowDescription .bet-history {
    display: none;
}

.statementFromRowDescription .bet-history.open, .statementToRowDescription .bet-history.open {
    display: block;
}

.panel-data {
    text-align: left;
    margin-top: 20px;
}

.text-left {
    text-align: left;
}

.listing-data {
    margin-bottom: 15px;
    padding-left: 20px;
}

.top-container.bottomcnt-panel {
    margin-top: 50px;
}

#customer-list > li {
    display: inline-block;
    margin: 15px;
}

.thecup .vertical-tab-content {
    min-height: 0;
}

.thecup .row {
    margin-left: 0
}

.thecup .leaderboard-container {
    padding: 0;
    width: 960px;
    margin: 0 auto;
}

.thecup.cup-intro h1 {
    width: 630px;
    margin-left: auto;
    margin-right: auto;
}

.thecup.cup-intro p {
    margin-top: 20px;
    width: 630px;
    margin-left: auto;
    margin-right: auto;
}

.container > .topBanner {
    display: inline-block;
    width: 100%;
    position: relative;
}

.mbnl {
    margin-bottom: -30px;
}

.club-leaderboard .heart, .club-leaderboard .gr-cup {
    float: none;
    margin-right: 2px;
}

.tooltip {
    position: absolute;
    width: 300px;
    padding: 10px;
}

.tooltip-arrow {
    position: absolute;
    top: 100%;
    left: 143px;
}

.ribbon {
    left: -40px;
    position: absolute;
    top: 1px;
}

.ribbon .red-banner {
    display: block;
    float: right;
    position: relative;
    right: -14px;
    top: 22px;
    width: 100px;
}

.ribbon-large .red-banner {
    right: -20px;
    top: 32px;
    width: 150px;
}

.ribbon .red-banner:after, .ribbon .red-banner:before {
    display: block;
    height: 12px;
    position: absolute;
    width: 30px;
}

.ribbon-large .red-banner:after, .ribbon-large .red-banner:before {
    height: 18px;
    width: 46px;
}

.ribbon .red-banner:before {
    left: -45px;
}

.ribbon-large .red-banner:before {
    left: -68px;
    top: 9px;
}

.ribbon .red-banner:after {
    right: -17px;
}

.ribbon-large .red-banner:after {
    right: -26px;
    top: 45px;
}

.no-css-transforms .ribbon .red-banner {
    float: none;
    position: static;
    width: 100%;
}

.ribbon .text {
    line-height: 18px;
    min-height: 18px;
    padding: 6px 0;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2;
}

.ribbon-large .text {
    line-height: 28px;
    min-height: 28px;
    padding: 9px 0;
}

.ribbon .text:before, .ribbon .text:after {
    display: block;
    height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.ribbon.ribbon-large .text:before, .ribbon.ribbon-large .text:after {
    height: 46px;
}

.pc-login {
    margin: 100px auto;
    padding: 44px;
    width: 400px;
}

.pc-login h1 {
    font-size: 22px;
    margin-bottom: 20px;
}

.pc-login .checkbox {
    margin: 0;
}

.pc-login .form-control, .pc-login .checkbox > label {
    margin-bottom: 5px;
}

.pc-login .form-label {
    margin-bottom: 10px;
}

.pc-login .yellow-btn {
    margin-bottom: 30px;
}

.signup-link {
    float: left;
}

.fogot-pass-link {
    float: right;
}

#currently-betting {
    width: 50%;
}

.club-dashboard > li.timer {
    padding-left: 10px;
}

.table-result .fa-play {
    left: 10px;
    position: absolute;
}

.pagination {
    height: 36px;
    margin: 18px 0;
}

.pagination ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}

.pagination li {
    display: inline;
}

.pagination a {
    float: left;
    line-height: 34px;
    padding: 0 14px;
}

.pagination li:first-child a {
    border-left-width: 1px;
}

.pagination-right {
    text-align: right;
}

.load-more {
    width: 100%;
    height: 45px;
    display: inline-block;
    line-height: 45px;
}

.load-more .fa {
    margin: 0 38px
}

.pvl {
    padding-top: 20px;
    padding-bottom: 20px;
}

.club-leaderboard {
    margin-bottom: 0;
    margin-top: 20px;
}

/*=========== Footer ============*/

.pub-header > h1 {
    margin: 0;
}

.mtn {
    margin-top: 0 !important;
}

.pal {
    padding: 20px !important;
}

.yellow-btn.btn.ext-btn, .sm-btn {
    bottom: 25px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 240px;
}

.pub-body .text-container {
    margin: 0 auto 10px;
    max-width: 575px;
    padding: 20px 0;
    position: relative;
}

.pub-body .text-container:after {
    bottom: -10px;
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 80px;
}

.check-list > li {
    padding: 10px 10px 10px 30px;
    position: relative;
}

.check-list > li:after {
    bottom: 0;
    height: 8px;
    left: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 4px;
}

.sm-btn {
    position: static;
}

.expand-box {
    display: none;
    padding: 25px 0 55px;
}

.expand-box .form-label {
    margin-bottom: 15px;
}

.expand-box .form-control {
    margin-bottom: 30px;
}

.expand-box .form-horizontal {
    margin: 0 auto;
    max-width: 500px;
}

.the-wally-form {
    width: 100% !important;
    margin-top: -5px;
    min-height: 300px;
    display: none
}

.the-wally-form form {
    width: 50% !important;
    margin: 0 auto
}

.toggle-btn-up-arrow {
    display: inline-block;
    height: 15px;
    width: 15px;
    float: right;
    margin-top: 8px;
    margin-left: 9px;
    margin-right: 6px;
}

.toggle-btn-down-arrow {
    display: inline-block;
    height: 15px;
    width: 15px;
    float: right;
    margin-top: 8px;
    margin-left: 9px;
    margin-right: 6px;
    position: relative;
    top: -6px;
}

.pause-label {
    width: 134px;
    margin-top: 10px;
}

.notif-btn-group .fa {
    padding-left: 13px !important;
}

.leaders-label {
    display: block;
}

.paused-text a{
    color: white;
}

.tab-head > li {
    width: auto;
    display: inline-block;
    height: 65px;
}

li.leaderboard-head {
    line-height: 35px;
    max-width: 37%;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.big-menu {
    width: 100%;
}

.big-menu .big-menu-inner {
    display: flex;
    gap: 24px;
    padding: 24px;
}

.mm-x3 {
    flex: 1;
    min-width: 0;
}

.big-menu h4 {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 12px 0;
    padding-bottom: 8px;
}

.big-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.big-menu-list li {
    padding: 0;
    margin: 0;
}

.big-menu-list a {
    display: block;
    padding: 5px 0;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.15s;
}

@media (max-width: 600px) {
    .big-menu .big-menu-inner {
        flex-direction: column;
        gap: 16px;
        padding: 16px;
    }
}

.pending-bet-comment {
    display: none
}

.comment-section {
    float: left;
    position: relative;
    width: 100%;
}

.sidebar .btn.btn-black {
    width: 100%;
    height: 60px;
}

/* Tooltip and Popover */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    line-height: 18px;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    bottom: -11px;
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
}

.popover.right > .arrow:after {
    left: 1px;
    bottom: -10px;
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    top: -11px;
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
}

.clearfix:before,
.clearfix:after {
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*end tooltip and popover */

.club-setting-top-text {
    margin-bottom: 24px;
}

.block-notice {
    margin: 0;
    padding: 0;
    /*overflow-y: scroll !important;*/
    overflow-x: hidden;
}

.intc {
    display: inline-block;
    height: 15px;
    right: 56px;
    line-height: 16px;
    position: absolute;
    top: 10px;
    width: 15px;
}

.confirm-win {
    display: none;
    width: 300px;
    height: 235px;
}

.collapse-panel {
    margin-bottom: 8px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    overflow: hidden;
}

.collapse-heading {
    height: auto;
    line-height: 1.4;
    padding: 12px 50px 12px 14px;
    position: relative;
    cursor: pointer !important;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}

.collapse-triger {
    overflow: visible;
    text-overflow: initial;
    text-transform: none;
    white-space: normal;
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
}

.collapse-controls {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 6px;
}

.collapse-controls a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: #f5f5f5;
    margin: 0;
    font-size: 14px;
    transition: background 0.15s;
}

.collapse-body {
    padding-bottom: 0;
    display: none;
}

.collapse-body .collapse-inner {
    padding: 12px 14px;
    font-size: 13px;
    line-height: 1.5;
    background: #fafafa;
}

.bet-left-padd {
    padding-left: 80px !important
}

#suspend-user-table .notbetting, #suspend-user-table .betting, #suspend-user-table .suspend, #suspend-user-table .unsuspend, #suspend-user-table .pending {
    padding: 6px;
    width: 100px;
    display: inline-block;
}

.notify-toggle {
    vertical-align: middle;
    float: none;
}

.cancel_withdrawal {
    margin-top: 8px
}

.leave-club-confirm-box, .leave-club {
    height: 375px;
}

.left-club-contact {
    padding: 24px !important;
    height: 335px;
}

.home-subscribe .bet-popup {
    padding: 50px;
    width: 700px;
    height: 490px;
}

.home-subscribe .fa-times-circle {
    position: absolute;
    top: 13px;
    right: 16px;
}

.home-subscribe .yellow-btn {
    margin-left: 40px;
}

.home-subscribe .fields {
    margin: 0 15px;
}

.web-tour .banner {
    margin: -5px 0 0;
    padding: 0;
}

.web-tour .start-btn {
    width: 220px;
    line-height: 50px;
}

.web-tour .sub-container {
    width: 58%
}

.web-tour .sub-container img {
    width: 100%;
    margin-bottom: 35px;
}

.web-tour .sub-container h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.web-tour .intro {
    margin-right: 100px;
    width: 455px;
}

.top-club .yellow-btn {
    padding-left: 10px;
}

.top-club table {
    width: 100%;
}

.top-club td, .top-club th {
    padding: 5px 0;
}

.top-club table {
    padding: 20px;
}

.top-club {
    float: left;
    width: 100%;
}

.exp-header {
    padding: 10px;
}

.payment-express {
    padding: 15px;
}

.payment-express-footer {
    padding: 15px;
}

.direct-pay-footer {
    padding: 15px;
}

.payment-transfer {
    padding: 15px;
}

.sd-7 {
    float: left;
}

.pay-section {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}

.sd-50 {
    padding: 0 0 0 40px;
    width: 50%;
    float: left;
}

.sd-40 {
    padding: 0 0 0 40px;
    width: 40%;
    float: left;
}

.sd-50_1 {
    padding: 0 10px 0 0;
    width: 50%;
    float: left;
}

.sd-60 {
    padding: 0 10px 0 0;
    width: 60%;
    float: left;
}

.goto-link {
    margin-right: 10px;
    padding: 10px;
}

.sub-area {
    padding: 15px;
}

a.exp-header {
    display: block;
}

.form-body {
    padding: 15px;
}

.form-head {
    margin-bottom: 0 !important;
}

.promo-subscribe .bet-popup {
    height: 530px;
    padding: 30px;
    width: 700px;
}

.promo-subscribe .fa-times-circle {
    position: absolute;
    right: 16px;
    top: 13px;
}

.promo-subscribe .popupWindow.mbm > p {
    line-height: 20px;
}

.promo-subscribe .popupWindow {
    padding: 0 35px;
}

.promo-subscribe .promo-form {
    padding: 0 35px;
}

.promo-header > img {
    width: 100%;
}

.promo-header h3 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.promo-header .btn.trs-btn {
    line-height: 55px;
    margin-top: 20px;
    padding: 0 40px;
}

.promo-outer .carousel-caption {
    margin: 0 auto;
    width: 58%;
}

.promo-subscribe .promo-video .thanks-text {
    display: block;
    line-height: 30px !important;
    margin-top: 50px !important;
}

.promo-subscribe .promo-video h4 {
    margin-top: 30px;
}

.promo-video .fb-btn, .promo-video .twiter-btn {
    display: inline-block;
    padding: 15px 40px;
    width: 200px;
}

.sd-sp-60 {
    width: 60%
}

.sd-sp-40 {
    width: 40%
}

.promo-hint-text.ld {
    line-height: 15px;
}

.promo-close {
    position: absolute;
    right: 13px;
    top: 10px;
}

.popup-fade .close {
    position: absolute;
    right: 5px;
    top: 5px;
}

.pop-pay-box p {
    margin-bottom: 10px;
}

#html5-watermark {
    display: none !important;
}

.teamapp .start-content {
    padding: 0;
}

.dit-fb-new, .dit-twt-new {
    display: inline-block;
    height: 35px;
    width: 35px;
}

.teamapp .row > div {
    padding: 0;
}

.teamapp .teamapp-vimeo {
    height: 512px;
}

.teamapp .people {
    width: 58%;
    margin-right: 2%;
    float: left;
}

.teamapp .press {
    width: 40%;
    float: left;
}

#html5-lightbox-box #html5-close img {
    width: 32px;
    height: 32px;
}

.bulk-csv-p {
    float: right;
}

#mobileNumbers {
    min-height: 47px;
    padding: 5px 10px;
    width: 100%;
}

.skip-link {
    float: left;
    margin-top: 20px;
}

#broadcast-message .fa.fa-question-circle {
    margin-left: 5px;
}

.bulk-payment .payment-box {
    height: 30px;
    float: right;
    width: 90%;
}

.bulk-payment .dollar {
    float: right;
    margin: 6px 1px 0 0;
}

.table-result {
    padding-bottom: 6px;
}

#comment-loading .fa-spin-custom {
    margin-bottom: 10px;
}

.club-entry .fa.fa-heartbeat, .club-entry .fa.fa-clock-o, .club-entry .fa.fa-clock-ot, .club-entry .fa.fa-trophy, .broadcast-post .fa.fa-volume-up {
    display: inline-block;
    float: right;
}

.mobile-border {
    height: 30px;
    display: block;
}

.sec_head {
    padding: 10px !important;
}

.sec_head i {
    margin-left: 45px;
    margin-top: 4px;
    float: left !important;
}

.sec_head h2 {
    line-height: 33px;
    margin-bottom: 0;
    padding-left: 15px !important;
}

.sec_head span {
    float: right;
    height: 100%;
    line-height: 33px;;
}

.comment-grid a, .broadcast-content a {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.attachment-box .link {
    left: 0;
    position: absolute;
}

.attachment-box .dit-twt {
    position: absolute;
    right: 0;
}

.app-mtx {
    margin-top: 20px !important;
}

.wall-url-image {
    display: block;
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
}

.show-wall-url-image {
    max-height: none !important;
}

.show-wall-url-image h2 {
    margin-bottom: 10px;
    line-height: 25px;
}

.show-wall-url-image p {
    margin-bottom: 10px;
    line-height: 20px;
}

.wall-url-share-main {
    display: inline-block;
    width: 100%;
}

.wall-url-share-content {
    padding: 10px;
}

.wall-url-share-ahref {
    white-space: normal !important;
    word-wrap: normal !important;
}

.comment-image-upload {
    right: 0;
    position: absolute;
    height: 38px;
    width: 28px;
    top: 0;
}

.image-upload-icon {
    right: 160px;
    margin-top: 6px;
}

.leader-board-top {
    margin-top: 25px;
}

.leader-board-top .expand .table-result {
    height: auto;
}

.leader-board-top .table-result {
    height: 439px;
}

.ios-app-prompt, .android-app-prompt {
    display: none;
    width: 100%;
    position: fixed;
    height: 70px;
    padding: 5px;
    bottom: 0;
}

.ios-app-prompt p, .android-app-prompt p {
    padding: 5px 5px 5px 5px;
}

.ios-app-prompt a, .android-app-prompt a {
    display: block;
    margin-top: 5px;
}

.ios-app-prompt-close, .android-app-prompt-close {
    position: relative;
    float: right;
    right: 25px;
    top: 8px;
}

.ios-app-prompt-close span, .android-app-prompt-close span {
    position: absolute;
    display: block;
}

#confirmwithdrawsub .confirm-modal {
    height: 330px !important;
}

#confirmclubpause .confirm-modal {
    height: 345px !important;
}

#progress-image-bar {
    position: relative;
    width: 100%;
    padding: 1px;
    margin-bottom: 10px;
}

#bar {
    width: 0;
    height: 20px;
}

#percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%;
}

.hide-image-bar {
    display: none;
}

.hide-image-message {
    display: none !important;
}

#progress-image-message {
    margin-top: -20px;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    padding: 15px;
}

.club-leaderboard .table-result {
    height: 50px;
}

.club-leaderboard .expand .table-result {
    height: auto !important;
}

.step3-invite-p {
    margin-bottom: 10px;
}

.step3-invite-ul {
    margin-left: 30px;
}

.direct-pay-footer-first {
    padding: 0;
    margin-top: 10px;
}

/** THIS IS WHERE WE ARE UP TO NOW **/

/* Intro / tutorial
/*=======================================*/

.intro-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 301;
    display: none;
}

.dashboard-intro-div {
    position: absolute;
    width: 100%;
    height: 190px;
    top: 50%;
    margin-top: -200px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    z-index: 9999;
}

.tour-button {
    padding: 20px 50px;
}

.intro-alert {
    margin-bottom: 20px;
}

.intro-alert-table {
    display: table;
    width: 100%;
    padding: 20px;
}

.intro-alert-table > div {
    display: table-cell;
    vertical-align: middle;
}

.intro-alert-icon-cell, .intro-alert-title-cell {
    padding-right: 20px;
}

.intro-alert-button-cell {
    padding-right: 0;
}

.complete-profile-btn, .complete-phone-btn, .cta-btn-intro-alert {
    padding: 12px;
}

.intro-alert-table > .intro-alert-button-mobile {
    display: none;
    padding: 0;
}

/*=================================================================================*/

/**
 * Styles for the Straight to Dash login page
 */
.login-page {
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow-x: hidden;
}

.login-page p {
    margin-bottom: 10px;
}

.login-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 160px;
    padding-top: 40px;
    padding-bottom: 15px;
}

.never-post {
    margin-top: 10px;
    margin-bottom: 10px;
}

.login-bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
}

.fancy-content-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.btn .fa {
    margin-right: 10px;
    vertical-align: middle;
}

.btn span {
    vertical-align: middle;
}

.btn-fancy {
    display: block;
    height: 48px;
    width: 100%;
    margin-bottom: 15px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 12px;
}

.list-inline {
    margin: 0;
    padding: 0;
}

.list-inline li {
    display: inline-block;
}

.comp-hero {
    height: 240px;
}

ul.dropdown-list {
    min-width: 300px;
}

ul.sub-dropdown {
    display: none;
}

ul.sub-dropdown > li > a {
    padding-left: 40px !important;
    font-size: 14px !important;
}

/* Override the semantic UI progress bar's stupid min width */
.ui.progress .bar {
    min-width: 0 !important;
}

.preset-goal-container {
    clear: both;
    padding: 1rem;
}

.preset-goal-container h4 {
    margin-top: 0;
}

.preset-goal-image {
    display: inline-block;
    max-width: 33%;
    float: left;
    margin-right: 1rem;
}

.preset-goal-image img {
    max-width: 100%;
}

.preset-goal-body h4 {
    margin-top: 0;
}

.content-heading {
    padding: 0.8rem 15px;
}

.content-heading .btn {
    width: auto;
    height: auto;
    padding: 0.4rem 0.9rem;
    float: right;
    margin-top: -0.35rem;
}

.ld.dashboard-goals {
    padding: 18px 20px 10px 20px;
}

.sd.dashboard-goals {
    padding: 10px;
    clear: both;
    display: none;
    position: relative;
}

.dashboard-goals .goal-widget {
    display: block;
}

.dashboard-goals .goal-widget:not(:first-of-type) {
    margin-top: 0.3rem;
}

.progress-snippet {
    padding: 1rem;
    position: relative;
}

.btn.btn-secondary {
    width: auto;
    padding: 0.8rem;
    display: inline-block;
}

.btn.btn-primary {
    width: auto;
    padding: 0.8rem;
    display: inline-block;
}

.btn.btn-outline {
    width: auto;
    padding: 0.8rem;
    display: inline-block;
}

.btn.btn-block {
    display: block;
    margin: 0.1rem 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn.btn-xs {
    padding: 0.2rem 0.6rem;
    display: inline-block;
}

.btn.btn-sm {
    padding: 0.4rem 0.8rem;
    display: inline-block;
}

.actions .btn {
    margin-bottom: 6px;
    margin-left: 3px;
}

/* common */
.ui-ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 50;
}

.ui-ribbon::before,
.ui-ribbon::after {
    position: absolute;
    z-index: -1;
    display: block;
}

.ui-ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
}

/* top left*/
.ui-ribbon-top-left {
    top: -5px;
    left: -5px;
}

.ui-ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ui-ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ui-ribbon-top-left span {
    right: -25px;
    top: 30px;
}

/* top right*/
.ui-ribbon-top-right {
    top: -5px;
    right: -5px;
}

.ui-ribbon-top-right::before {
    top: 0;
    left: 0;
}

.ui-ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.ui-ribbon-top-right span {
    left: -25px;
    top: 30px;
}

/* bottom left*/
.ui-ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}

.ui-ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
}

.ui-ribbon-bottom-left::after {
    top: 0;
    left: 0;
}

.ui-ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
}

/* bottom right*/
.ui-ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}

.ui-ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
}

.ui-ribbon-bottom-right::after {
    top: 0;
    right: 0;
}

.ui-ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
}

.btn.btn-fab {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 100;
    height: 56px;
    width: 56px;
    padding: 13px;
}

.header .btn.btn-sm {
    float: right;
    margin-right: 5px;
    margin-top: 0;
    /* border: none; */
    height: 44px;
}

.header .bet-trigger {
    margin-top: 0;
    border: none;
    height: 44px;
    padding-left: 1em;
    padding-right: 1em;
    cursor: pointer;
}


.expandable-help {
    padding: 1rem;
}

.expandable-help p {
    margin-bottom: 6px;
}

.expandable-help .more-container {
    display: none;
}

.loading-container {
    display: none;
}

.ajax-loader {
    display: inline-block;
    padding: 8px;
}

.ajax-loader img {
    padding: 6px;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
}

.pending-withdrawal-table {
    width: 100%;
    border: none;
}

.pending-withdrawal-table tr {
    margin: 0;
    padding: 0;
}

.pending-withdrawal-table tr td {
    margin: 0;
    padding: 16px 12px;
}

.pending-withdrawal-table .pending-withdrawal-response {
    text-align: center;
    vertical-align: top;
}

.pending-withdrawal-table .pending-withdrawal-info {
    width: 100%;
}

.pending-withdrawal-table .pending-withdrawal-breakdown {
    display: none;
    margin: 0.6rem 0 0 0;
}

.pending-withdrawal-breakdown div {
    margin-bottom: 4px;
}

.pending-withdrawal-breakdown * {
    -ms-word-break: break-word;
    word-break: break-word;
}

.pending-withdrawal-breakdown div:last-child {
    margin-bottom: 0;
}

.pending-withdrawal-table .pending-withdrawal-amount {
    vertical-align: top;
    margin: 0;
    padding: 16px 6px;
}

.pending-withdrawal-amount span {
    float: right;
}

.back-bet-container {
    display: none;
    position: static;
    width: auto;
    height: auto;
    z-index: 100;
    align-items: center;
    justify-items: center;
}

.back-bet-popup {
    margin: auto;
    position: static;
    left: auto;
    right: auto;
    transform: translate(0, -50%);
}

.back-bet-popup {
    position: absolute;
    margin: 0 auto -6px auto;
    left: 15px;
    right: 15px;
    width: auto;
    min-width: 240px;
    max-width: 320px;
    z-index: 50;
}

.back-bet-popup .btn-block {
    margin: 0 !important;
}

.back-bet-popup .back-bet-inner {
    padding: 0.5rem;
}

.comment-box {
    margin-bottom: 2rem;
}

.back-bet-popup .back-bet-heading {
    padding: 0.8rem;
}

.back-bet-popup input {
    padding: 6px 2px;
    width: 100%;
}

.back-bet-popup .quick-bet {
    width: 31.3%;
    margin-top: 1%;
    margin-bottom: 1%;
    display: inline-block;
    padding: 8px 6px;
}

.back-bet-popup .quick-bet:nth-of-type(2),
.back-bet-popup .quick-bet:nth-of-type(5),
.back-bet-popup .quick-bet:nth-of-type(8),
.back-bet-popup .quick-bet:nth-of-type(11) {
    margin-right: 1%;
    margin-left: 1%;
}

.pub-club-registration {
    width: 100% !important;
    margin: auto;
    display: none;
}

.pub-club-registration form {
    width: 80% !important;
    margin: 0 auto;
}

.responsive-row {
    width: 100%;
    display: block;
}

.col-md-4 {
    width: 32%;
    display: inline-block;
}

.col-md-6 {
    width: 49%;
    display: inline-block;
}

.pc-divider {
    display: block;
    height: auto;
    margin: 12px 0;
}

ul.pc-accordion-tab {
    width: auto;
    padding: 15px 7px;
}

ul.pc-accordion-tab li {
    width: auto;
    display: inline-block;
}

ul.pc-accordion-tab li > a, ul.pc-accordion-tab > li.accordion-title {
    padding: 12px 8px;
}

ul.pc-accordion-tab li > a > span.fa {
    margin-right: 8px;
}

ul.pc-accordion-tab > li.accordion-title {
    display: none;
}

.pc-accordion-content {
    padding: 15px;
}

.pc-accordion-content > div {
    display: none;
}

.pc-accordion-content > div.active {
    display: block;
}

.flex-controls {
    display: flex;
    flex-direction: row;
}

.flex-controls > div {
    flex: 1;
    padding: 0 2px;
}

.transactions-table {
    width: 100%;
    margin: 8px 0;
}

.transaction-table span.label {
    display: inline-block !important;
}

.transactions-table tr td, .transactions-table tr th {
    padding: 6px 4px;
    margin: 0;
    vertical-align: top;
}

.transactions-table tr td.ledger {
    padding: 6px 6px 6px 12px;
    min-width: 90px;
}

.form-prefix > .form-control {
    padding-left: 50px;
}

.form-suffix > .form-control {
    padding-right: 50px;
}

/* Hide prefix spans under suffixes */
.form-suffix .span-prefix {
    display: none;
}

/* Hide suffix spans under prefixes */
.form-prefix .span-suffix {
    display: none;
}

.span-addon {
    line-height: 30px;
    position: absolute;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    background-color: #dedede;
    padding: 15px 15px;
    height: 60px;
}

.span-prefix {
    left: 0;
    border-left: 1px solid #bbb;
}

.span-suffix {
    right: 0;
    border-right: 1px solid #bbb;
}

.invite-club-info {
    margin: 12px 0;
}

.invite-club-info li {
    margin-bottom: 6px;
    list-style-type: square;
    list-style-position: inside;
}

.btn-box {
    display: flex;
    flex-direction: row;
}

.btn-box > .btn {
    flex: 1;
    text-align: center;
}
@media (max-width: 800px) {

    html, body {
        margin: 0 !important;
        padding: 0 !important;
    }

    .pc-content {
        padding: 20px !important;
    }

    .ld {
        display: none !important;
    }

    .sd {
        display: block !important;
    }

    .sd.inline {
        display: inline-block !important;
    }

    .form-comment {
        height: 60px;
    }

    .broadcast {
        margin-bottom: 20px;
    }

    /*.broadcast:after {*/
        /*top: 32px;*/
    /*}*/

    .club-entry, .broadcast-post {
        position: static;
    }

    .broadcast-new #giphy-container {
        transform: none;
    }

    .post-comment #giphy-container {
        transform: none;
    }

    .wall-comments #giphy-container {
        transform: none;
    }

    .intro-alert {
        margin-bottom: 0;
    }

    .intro-alert-icon-cell {
        padding-right: 0;
    }

    .intro-alert-table > .intro-alert-button-mobile {
        display: table-cell;
    }

    .intro-alert-icon-cell, .intro-alert-button-cell {
        display: none !important;
    }

    .progress-snippet {
        padding: 1rem;
        position: relative;
    }

    .btn.btn-sd-block {
        display: block;
        margin: 0.1rem 0;
    }

    .alert-icon {
        display: none;
    }

    .inner-nav > li > a {
        margin: 0;
        padding: 0;
    }

    .head-nav {
        float: left;
    }

    .xs {
        width: 100%
    }

    .btn-group .icon-refresh {
        left: 20px;
        height: 20px;
    }

    .sd.btn.yellow-btn {
        float: right;
        height: 45px;
        margin-right: 20px;
        padding: 0;
        line-height: normal;
        width: 130px;
    }

    .header .sd.btn.yellow-btn {
        width: auto;
        margin-right: 3px;
        padding: 0 10px;
    }

    .drop-trigger .menu {
        margin-left: 12px;
        margin-top: 12px;
        width: 32px;
    }

    .line {
        float: left;
        height: 3px;
        margin-bottom: 5px;
        width: 100%;
    }

    .not-login {
        margin: 0;
    }

    .dropdown-list {
        right: auto;
        top: 55px;
        width: 600px;
        min-height: 400px;
        z-index: 200;
    }

    .dropdown-list:after {
        display: none;
    }

    .club-dashboard {
        /*background: #000;*/
        height: auto;
        margin: 0;
    }

    .club-dashboard > li {
        float: left;
        padding: 0;
        width: 50%;
        max-width: inherit;
    }

    .club-dashboard > li:nth-child(2) {
        padding-left: 10px;
    }

    .xs-100 {
        width: 100% !important;
    }

    .xs-50 {
        width: 50% !important;
    }

    .xs-4 {
        width: 25% !important;
    }

    .xs-3 {
        width: 33.33% !important;
    }

    .club-leaderboard {
        position: relative;
        top: 0;
        width: 100%;
        z-index: 10;
        left: 0;
    }

    .tab-head {
        padding: 0;
    }

    .tab-head > li {
        height: auto;
        padding: 15px 5px;
        width: 20%;
    }

    .club-sign-up .tab-head > li {
        width: 30%;
    }

    .leaderboard-head {
        display: none;
    }

    .sd-8, .alert-box, .sidebar {
        float: none;
        margin: 0 auto 21px;
        width: 95%;
        clear: both;
    }

    .pc-content {
        margin: 0 auto 21px;
    }

    .sd-7, .vertical-tab-head, .switch-box {
        width: 100%;
        max-width: 100%;
    }

    .vertical-tab-content {
        float: right;
        width: 100%;
        min-height: 0;
    }

    .alert-box {
        clear: both;
        display: inherit;
        margin-bottom: 21px;
        margin-top: 21px;
    }

    .alert-body {
        padding: 12px;
    }

    .sd-4 {
        width: 27%;
    }

    .sd-2 {
        width: 23%;
    }

    .broadcast-post header > h2, .club-entry header > h2 {
        padding: 0;
        margin: 0;
    }

    .broadcast-post .broadcast-content {
        padding: 25px 25px 0;
    }

    .container {
        width: 100%;
    }

    .pax.wrap-content {
        padding: 55px 50px;
        margin: 0;
    }

    .wrap-content h1 {
        font-size: 48px;
        margin-bottom: 0;
    }

    .welcome-note {
        margin-bottom: 40px;
    }

    .banner {
        height: auto;
        padding: 75px 0 90px;
    }

    .cost-table .table tbody td {
        height: 50px;
        padding: 15px;
        vertical-align: middle;
    }

    .sub-container {
        width: 80%;
    }

    .cost-table .table th {
        height: 55px;
    }

    .intro > p {
        margin-bottom: 80px;
    }

    .intro {
        float: none;
        margin: 0 auto;
        width: 90%;
    }

    .section-divider:after {
        height: 34px;
        top: 85%;
        width: 40px;
    }

    .invite-summery {
        padding: 15px;
        width: 100%;
    }

    .web-tour .carousel.slide {
        margin-bottom: 25px;
    }

    .web-tour .carousel-inner > .item {
        height: auto;
    }

    .web-tour .inner .container {
        padding: 0 40px;
    }

    .mf {
        width: 100%;
    }

    .mf.margin {
        margin-bottom: 30px;
    }

    #step0-news {
        height: 150px !important;
    }

    .offset.tab-head > li {
        width: 25%;
    }

    .alert-pop {
        margin-top: 25%
    }

    .notice-drop .dropdown-list {
        left: -100%;
        top: 95px;
    }

    .notice-drop .dropdown-list:after {
        display: block;
        left: 44%;
    }

    .notice-drop .dropdown-list:before {
        left: 43.8%;
    }

    .notice-drop .dropdown-list {
        font-size: 14px;
    }

    .club-dashboard h6 {
        margin: 5px 0;
    }


    .leaders-label > span {
        display: block;
    }

    .xs-5 .leaders-label {
        margin-top: 5px;
    }

    .club-dashboard > li {
        max-height: inherit
    }

    .club-dashboard > li {
        max-height: inherit
    }

    .mob-alert > .alert {
        border-radius: 0;
        margin: 0;
        padding: 10px;
        text-align: center;
    }

    .club-leaderboard.alert-mtl {
        top: 245px;
    }

    #livechat-compact-container {
        display: none
    }

    .club-sign-up {
        margin-top: 0 !important
    }

    .club-sign-up .sd-4 {
        width: 33.33%
    }

    .statementDescription > span {
        width: 45px;
    }

    .statementCreatedContainer {
        width: 60px;
    }

    .statementPriceContainer {
        width: 55px;
    }

    .label.label-important {
        display: block;
        text-align: center;
        margin: 2px 0 4px;
    }

    .statementFromRow, .statementToRow {
        padding-left: 0;
        padding-right: 0;
    }

    .statementDescription {
        display: inline-block;
        max-width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .container > .alert {
        margin: 0;
    }

    .address-book {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }

    .rqst-btn {
        float: left;
        width: 100%;
        height: inherit;
    }

    .carousel-caption {
        top: 0;
    }

    .btn.trs-btn {
        margin-top: 15px
    }

    .select-media {
        margin: 0 auto 15px;
    }

    .mtn {
        margin-top: 0 !important;
    }

    .mmbl {
        margin-bottom: 5px !important;
    }

    .mmbm {
        margin-bottom: 10px !important;
    }

    .pub-body p {
        line-height: 25px;
    }

    .tooltip {
        display: none !important;
    }

    .the-wally-form form {
        margin: 0 auto;
        width: 100% !important;
    }

    .pub-header {
        margin-top: 0 !important;
        height: 90px;
    }

    .pub-header > p {
        font-size: 18px;
    }

    .top-signup {
        margin: -50px auto !important;
    }

    .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-12 {
        width: 100%
    }

    .col-md-2, .col.md-3, .col-md-4, .col-md-6, .col-md-12 {
        width: 100%;
        display: block;
        margin-bottom: 4px;
    }

    .col-sm-offset-1 {
        margin-left: 0
    }

    .mtnb {
        margin-top: 0 !important;
    }

    .pc-login {
        width: auto;
        padding: 25px 20px;
    }

    .signup-link, .fogot-pass-link {
        float: none;
        display: block
    }

    .mm-x3 {
        width: 100%;
        margin-bottom: 15px;
    }

    .tab-head li a > i.fa {
        display: block;
        margin-bottom: 7px;
    }

    #content.manageContent {
        display: block;
    }

    .show-hide-max-height {
        max-height: none !important;
    }

    .bet-left-padd {
        padding-left: 40px !important
    }

    .home-subscribe .bet-popup {
        height: 630px;
        padding: 25px;
        width: 85%;
    }

    .home-subscribe .fr {
        width: 100%
    }

    .home-subscribe .yellow-btn {
        width: 100% !important;
        margin-left: 0;
    }

    .home-subscribe .fields {
        margin: 0;
    }

    .home-subscribe .fa-times-circle {
        right: 10px;
        top: 8px;
    }

    .home-subscribe {
        margin-top: 0;
    }

    .home-subscribe .bet-popup {
        bottom: auto !important
    }

    .web-tour .banner {
        display: none;
    }

    .web-tour .sub-container {
        width: 85%;
    }

    .web-tour .sub-container img {
        margin-bottom: 35px;
        width: 100%;
    }


    .sd-50 {
        padding: 0;
    }

    .sd-40 {
        padding: 0;
    }

    .sd-60 {
        float: left;
        padding: 0 10px 0 0;
        width: 100%;
    }

    .promo-ctnr > h3 {
        margin-bottom: 15px;
        padding-bottom: 0;
    }

    .home-subscribe .bet-popup {
        height: auto;
    }

    .home-subscribe h4 {
        margin-top: 20px;
    }

    .promo-subscribe .promo-form {
        padding: 10px;
    }

    .promo-subscribe .popupWindow {
        padding: 0 10px;
    }

    .promo-subscribe .promo-video .thanks-text {
        font-size: 17px !important;
        line-height: 18px !important;
        margin-top: 10px !important;
    }

    .sd-sp-60 {
        width: 100%
    }

    .sd-sp-40 {
        width: 100%
    }

    .teamapp .sd-6 {
        width: 100%;
    }

    .teamapp .sd-6.start-img > img {
        max-width: 288px;
        width: 100%;
    }

    .teamapp .sd-6.start-img {
        text-align: center;
    }

    .teamapp .people {
        width: 100%;
    }

    .teamapp .press {
        width: 100%;
    }

    .broadcast .broadcast-icon {
        top: 30px;
    }

    .live-chat-app #livechat-compact-container {
        display: block
    }

    .vertical-tab-content .table th, .vertical-tab-content .table td {
        padding: 8px 0px;
    }


    .sec_head i {
        margin-left: 0px;
    }

    .form-comment-submit {
        line-height: normal;
        padding: 0;
        width: 130px;
    }

    .image-upload-icon {
        right: 135px;
    }

    .container.leader-board-top {
        margin-top: 0px;
    }

    .ios-app-prompt, .android-app-prompt {
        height: 55px;
    }

    .comment-grid .comment-body {
        padding-left: 0;
    }

    .club-leaderboard.mbl.cf {
        margin: 0 0 -5px !important;
    }

    ul.pc-accordion-tab {
        padding: 0 0 15px 0;
    }

    ul.pc-accordion-tab li {
        display: block;
    }

    ul.pc-accordion-tab li > a {
        display: block;
    }

    ul.pc-accordion-tab > li.accordion-title {
        display: block;
    }

    .flex-controls {
        display: block;
    }

    .flex-controls > div {
        display: block;
    }

}

@media (min-width: 800px) {
    .hidden-lg {
        display: none;
    }

    .back-bet-container {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        align-items: center;
        justify-items: center;
    }

    .back-bet-popup {
        margin: auto;
        position: static;
        left: auto;
        right: auto;
        transform: none;
    }

}

@media (min-width: 800px) {
    .hidden-lg {
        display: none;
    }


}

@media (min-width: 768px) and (max-width: 800px) {

    .web-tour .item .col-sm-6 {
        margin-left: 25%;
    }

    .promo-subscribe .bet-popup {
        height: 630px;
        padding: 34px 0 0;
        width: 85%;
    }

    .promo-subscribe .fr {
        width: 100%
    }

    .promo-subscribe .yellow-btn {
        width: 100% !important;
        margin-left: 0;
    }

    .promo-subscribe .fields {
        margin: 0;
    }

    .promo-subscribe .fa-times-circle {
        right: 10px;
        top: 8px;
    }

    .promo-subscribe {
        margin-top: 0;
    }

    .promo-subscribe .bet-popup {
        bottom: auto !important
    }

    .promo-subscribe .popupWindow {
        padding: 0 20px;
    }

    .promo-subscribe .promo-form {
        padding: 0 15px;
    }

    .teamapp .teamapp-vimeo {
        height: 400px;
    }

    .vertical-tab-content .table th, .vertical-tab-content .table td {
        padding: 8px 0;
    }

    .btn-box {
        flex-direction: column;
    }
}

@media (max-width: 799px) {
    .hidden-sm {
        display: none;
    }
}

@media (min-height: 700px) {
    body > .container {
        min-height: 700px
    }
}
@media (max-width: 360px) {

    .comment-form-submit-div {
        height: 45px;
    }

    .btn-box {
        flex-direction: column;
    }
}
@charset "utf-8";
/*=========================

 File Name      : style.css
 Author         : Vineeth.T.R
 Date           : 10/04/2014
 Project Name   : puntClub

===========================*/

/*
Adding Google fonts to replace the currently not working Proxima Nova W15 and Avenir W01 fonts we used to use. 12th Oct 2016.

Avenir W01 -> Muli ( as per http://graphicdesign.stackexchange.com/questions/16036/what-are-google-webfonts-or-typekit-alternatives-to-avenir-next-pro )
Proxima Nova W15 -> Montserrat ( as per http://makeitcg.com/proxima-nova-alternative-fonts/2990/ )

The fonts are included as a link in the header but if not you can uncomment this : @import 'https://fonts.googleapis.com/css?family=Montserrat|Muli';
* font-family: 'Muli', sans-serif;
* font-family: 'Montserrat', sans-serif;
*/

/*@font-face {*/
/*font-family: 'adobe_garamondregular';*/
/*src: url('../fonts/adobe_garamond_regular-webfont.eot');*/
/*src: url('../fonts/adobe_garamond_regular-webfont.eot?#iefix') format('embedded-opentype'),*/
/*url('../fonts/adobe_garamond_regular-webfont.woff') format('woff'),*/
/*url('../fonts/adobe_garamond_regular-webfont.ttf') format('truetype'),*/
/*url('../fonts/adobe_garamond_regular-webfont.svg#adobe_garamondregular') format('svg');*/
/*font-weight: normal;*/
/*font-style: normal;*/

/*}*/

* {
    font-family: 'Montserrat', sans-serif;
}

html {
    /* background: url("../img/background.jpg") no-repeat center center fixed; */
    background: #234556;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

html.mobile-html {
    background: url("../img/grass-v1.jpg") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    background-size: 100% auto;
    -webkit-text-size-adjust: none; /* Never autoresize text */
}

a {
    text-decoration: none;
    color: #4D4D4D;
}

/*h1{ font-weight: lighter;}*/
h2, h3, h4, h5, h6 {
    font-weight: 500;
}

ul {
    list-style: none;
}

.puntclub-wysiwyg > textarea {
    all: unset;
}

img {
    border: none
}

/*==========  ==============*/

.bold {
    /* Sorry, this wasn't working with the new fonts anyway, and I don't have time to go and remove class bold from everything... */
    /*font-weight: bold !important;*/
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.cf {
    *zoom: 1
}

.green, .pink, .orange, .blue, .white, .yellow {
    background: #8CC63F;
}

.orange {
    background: #FBB03B
}

.pink {
    background: #ED1E79
}

.blue {
    background: #3D5E89
}

.yellow {
    background: #F1F751
}

.white {
    background: #FFFFFF
}

.black {
    background: #333333;
}

.bx-shadow {
    -webkit-box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.3);
}

/*========= Icon ==============*/

.wh-cup, .menu, .big-exclamation-sign, .settings, .notice, .refresh, .invite, .result,
.loud-speaker, .clock, .exp-btn, .twitter, .fb,
.like, .toggle-btn, .deal-success:after, .status-success:after, .status-error:after,
.heart, .gr-cup, .add-btn, .red-x, .gr-tick, .icon-refresh, .btn-gear {
    background: url("../img/sprite-icons.png") no-repeat scroll -10px -12px rgba(0, 0, 0, 0);
}

.red-x {
    background-position: -75px -40px;
}

.gr-tick {
    background-position: -92px -40px;
}

.menu {
    background-position: -37px -12px;
}

.refresh, .icon-refresh {
    background-position: -473px -10px;
}

.active .refresh {
    background-position: -474px -33px;
}

.settings, btn-gear {
    background-position: -414px -8px
}

.active .settings {
    background-position: -414px -32px
}

.notice {
    background-position: -440px -8px;
}

.notice.active-notice {
    background-position: -439px -28px
}

.invite {
    background-position: -522px -8px
}

.active .invite {
    background-position: -523px -33px
}

.result {
    background-position: -571px -8px;
}

.active .result {
    background-position: -572px -33px;
}

.close {
    background-position: -62px -9px;
    cursor: pointer;
    float: right;
}

.big-exclamation-sign {
    background-position: -95px -4px;
}

/*=========== Custom ===============*/


.btn.yellow-btn.sign-up {
    color: #333;
}

.btn.yellow-btn.independent {
    text-decoration: none;
}

.btn.yellow-btn:hover {
    color: #fff;
    background: #1a3541;
    transition: .25s all;
}

.btn.btn-black:hover {
    color: #fff;
    background: #3F3F3F
}

.sign-in {
    border: medium none !important;
    /*border-right: 1px solid #395D73 !important;*/
}

.inner-nav > li > a {
    border: 1px solid #395D73;
    color: #B3BEC4;
    text-align: center;
}

.dropdown-list {
    background: #FFF;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

.dropdown-list:after {
    content: '';
    border: 15px solid transparent;
    border-bottom: 15px solid #fff;
}

.dropdown-list li > a {
    color: #224556;
    text-transform: uppercase;
    transition: .25s all;
}

.comment-grid .comment-author {
    color: darkgrey;
}

.comment-profile-image {
    border: 1px solid #ccc;
    border-radius: 24px;
}

.count_down_timer {
    text-transform: uppercase;
}

.count_down_timer a {
    text-decoration: underline;
    color: white;
}

.divider {
    background: #E6E6E6;
}

.dropdown-list li > a:hover {
    background: #F3F3F3;
    transition: .25s all;
}

.underline {
    text-decoration: underline;
}

.club-dashboard {
    /* background: rgba(0, 0, 0, 0.6); */
    background: rgb(0 0 0 / 11%);
    color: #FFFFFF;
    padding: 20px 10px;
    width: 100%;
    float: left;
    margin: 0 auto;
    min-height: 90px;
    height: auto;
    border-radius: 10px 10px 0px 0px;
}

.club-dashboard > li {
    display: inline-block;
}

.club-dashboard > li {
    border-left: 1px solid #666;
    color: #FFF;
}

.club-dashboard h6 {
    text-transform: uppercase;
    color: #B3B3B3;
    font-weight: lighter;
}

.container header h2 {
    font-weight: lighter;
}

.alert-box {
    -webkit-box-shadow: 1px 1px 24px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 24px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 24px 2px rgba(0, 0, 0, 0.75);
}

.alert-box .fa-exclamation-circle {
    color: #fff;
}

.alert-box .close {
    color: #fff;
}

.alert-box > header {
    background: #F5C50D;
    color: #fff;
}

.alert-body {
    background: #fff;
    color: #4D4D4D;
}

.time {
    color: #999;
}

.alert-box, .club-leaderboard {
    box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.3);
}

.tab-head {
    background: rgb(0 0 0 / 24%);
}

.tab-head > li {
    /* background: #1A1A1A;
    border-left: 1px solid #333; */
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 21px;
    text-transform: uppercase;
}

.tab-head > li .fa {
    color: white;
}

.tab-head > li.active:after {
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid #1A1A1A;
}

.tab {
    background: #fff;
    color: #333;
}

.broadcast {
    background: #FFF;
    box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.3);
}

.form-comment {
    color: #CCC;
    resize: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.yellow-btn,
.btn-yellow {
    background: #F5C50D;
    color: #FFF;
    text-align: center;
}

.btn-yellow.inverse,
.yellow-btn.inverse {
    background: #ffffff;
    border: 3px solid #F5C50D;
    color: #F5C50D;
    text-align: center;
}

.btn-yellow.inverse:hover,
.yellow-btn.inverse:hover {
    color: #ffffff;
    border: 3px solid #F5C50D;

}

.club-entry > header, .broadcast-post > header {
    background: none repeat scroll 0 0 rgb(0 0 0 / 24%);
    color: #FFFFFF;
    font-weight: lighter;
}

.clock, .heart, .gr-cup {
    background-position: -2px -21px;
    background-size: 390px auto;
    float: right;
    height: 21px;
    margin-right: 10px;
    width: 18px;
}

.heart {
    background-position: -136px -20px;
}

.exp-btn {
    background-position: -208px -7px;
    cursor: pointer;
    float: right;
}

.club-entry-info {
    background: #FFF;
    color: #333;
}

.twitter, .fb {
    background-position: -3px -72px;
    float: left;
    height: 34px;
    margin-top: 10px;
    margin-right: 10px;
    width: 34px;
}

.fb {
    background-position: -50px -72px;
}

.club-entry h6, .club-format h6 {
    color: #999999;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
}

.entry-content {
    background: url("../img/content-back.png") repeat scroll 0 0 #F2F2F2;
    color: #666666;
}

.entry-content a {
    border-bottom: 1px dotted #BBB;
}

.entry-content a > span {
    color: #BBB;
}

.comment-grid {
    background: #FFF;
    border-bottom: 1px solid #E6E6E6;
    color: #333;
}

.auther-name {
    color: #B3B3B3;
}

/*.comment-grid:before {*/
/*background-position: -340px -11px;*/
/*content: "";*/
/*height: 15px;*/
/*left: 15px;*/
/*position: absolute;*/
/*top: 20px;*/
/*width: 15px;*/
/*}*/

.post-comment {
    background: #FFF;
}

.post-comment > input {
    border: medium none;
    color: #B3B3B3;
    font-weight: lighter;
}

.post-comment:before {
    margin-left: -40px;
    float: left;
}

.status-success:after, .status-error:after {
    background-position: -373px -3px;
    content: "";
    height: 25px;
    left: 7px;
    position: absolute;
    width: 26px;
}

.deal-box > header {
    background: #F5C50D;
    color: #FFF;
    font-weight: bold;
}

.like {
    background-position: -231px 0;
    float: left;
    height: 30px;
    margin-right: 20px;
    width: 30px;
}

.toggle-btn {
    background-position: -268px -5px;
    cursor: pointer;
    float: right;
    height: 24px;
    width: 30px;
}

.deal-form {
    background: #F6CB25;
    border-bottom: 1px solid #EFA409;
    border-top: 1px solid #EFA409;
    color: #FDF3CF;
}

.currency {
    background: #E6E6E6;
    border-right: 1px solid #CCC;
    color: #808080;
    text-align: center;
}

.deal-value {
    background: #FFF;
    color: #666;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.btn.btn-black {
    background: #333;
    border: medium none;
    color: #FFF;
    text-align: center;
}


.deal-validation {
    background: #F2F2F2;
    border-bottom: 1px solid #CCC;
}

.deal-success {
    color: #39B54A;
}

.deal-success:after {
    background-position: -309px -8px;
    content: "";
    left: 0;
    position: absolute;
}

.status-success, .status-error {
    background-color: #4DBC5C;
    color: #FDF3CF;
    font-size: 16px;
}

.status-error {
    background-color: #EF3486;
}

.status-success:after, .status-error:after {
    background-position: -148px -39px;
    left: 50px;
    top: 15px;
}

.status-error:after {
    background-position: -179px -39px;
}

.broadcast-post .broadcast-content {
    background: #FFF;
    transition: all 1s;
    -webkit-transition: all 1s;
}


.add-btn {
    background-position: -40px -39px;
}

.wall-comments div > .comment-grid:first-child {
    border-top: 1px solid #e6e6e6;
}

/* .club-format {
    background: none repeat scroll 0 0 #FFFFFF;
} */

.club-format > header, .top-club > header {
    /* background: #224656; */
    background: rgb(0 0 0 / 24%);
    color: #FFF;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-style: normal;
    text-transform: uppercase;
}

.table {
    text-align: center;
}

.table th, .table td {
    font-weight: lighter;
    border: none;
    color: #999;
}

.table td {
    border-top: 1px solid #E6E6E6;
    color: #4D4D4D;
}

.table td a {
    color: #4D4D4D;
}

.table tr:first-child td {
    border: none
}

#result .btn-black {
    font-size: 16px;
}

.table-result {
    -webkit-transition: max-height 3s ease-out;
    -moz-transition: max-height 3s ease-out;
    -ms-transition: max-height 3s ease-out;
    -o-transition: max-height 3s ease-out;
    transition: max-height 3s;
}

.vertical-tab-head {
    background: #fff;
}

.vertical-tab-head li {
    color: #4D4D4D;
    font-size: 14px;
}

.vertical-tab-head li a {
    color: #4D4D4D;
    font-size: 14px;
    text-transform: uppercase;
}

.vertical-tab-head li span.span-link {
    color: #4D4D4D;
    font-size: 14px;
    text-transform: uppercase;
}

.vertical-tab-head li.active > a {
    color: #F5C50D;
}

.vertical-tab-head li.active > span.span-link {
    color: #F5C50D;
}

.vertical-tab-content {
    background: none repeat scroll 0 0 #F2F2F2;
}

.vertical-tab-content .tab {
    background: none;
}

.form-label {
    color: #BBB;
    font-size: 14px;
    text-transform: uppercase;
}

.form-heading {
    background: none;
    color: #224556;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 22px;
}

.form-control, .date-control select {
    color: #000;
    resize: none;
    font-size: 14px;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.date-control select {
    width: auto !important;
    margin-right: 0.2rem;
    min-width: 5.5rem;
}

textarea.form-control {
    height: auto;
    resize: vertical;
}

.form-control.dark {
    background: #CCC;
}

/** THIS IS WHERE WE ARE UP TO **/

.vertical-tab-content .table th {
    font-weight: bold
}

.vertical-tab-content .table th, .vertical-tab-content .table td {
    font-size: 14px;
}

.vertical-tab-content .table .minor-row td {
    font-size: 13px;
}

.vertical-tab-content .table td:first-child, .vertical-tab-content .table th:first-child {
    text-align: left;
}

.dark .form-label {
    color: #595959;
}

.dark .form-control {
    background: none repeat scroll 0 0 #F2F2F2;
}

.delete {
    background: url("../img/sprite-icons.png") no-repeat scroll -567px -82px #4D4D4D;
    float: left;
    height: 44px;
    width: 44px;
    cursor: pointer;
}

.invite-summery {
    font-size: 16px;
}

h4 {
    color: #4D4D4D;
    font-size: 18px;
}

h1 {
    line-height: 1.1em;
    font-weight: bold;
    font-size: 25px;
}

.text-gray {
    color: #999;
}

.text-black {
    color: #000;
}

.switch-box {
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    text-align: center;
}

.btn-gear {
    background-color: #395D73;
    float: left;
    height: 44px;
    width: 44px;
    background-position: -511px -78px;
}

.switch-box .btn-group .blue-btn {
    font-size: 16px;
    text-transform: uppercase;
    background-color: #224656;
    border: medium none;
    cursor: pointer;
    color: #fff;
}

.switch-box.active {
    background: #F2F2F2;
}

.pc-content {
    background: #FFF;
    color: #4C4C4C;
    font-size: 16px;
    line-height: 1.6em;
}

h2 {
    font-weight: bold;
}

.pc-content h5 {
    font-size: 16px;
    font-weight: bold;
}

.pc-content a {
    text-decoration: underline;
}

.info-text {
    color: #EFC706;
}

.dark-bg {
    background: #224656;
    color: #FFF;
}

.dark-bg h3 {
    font-weight: bold;
}

.btn-gray {
    background: #395D73;
    color: #FFF;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.yellow-btn a {
    color: #fff;
}

.title {
    color: #B3B3B3;
}

.content {
    font-size: 14px;
}

.personal-bet {
    font-size: 14px;
    line-height: 22px;
}

.post-time {
    color: #999999;
    font-size: 10px;
    font-style: italic;
    text-align: right;
}

.well {
    border: 1px solid #CCCCCC;
}

.well > input {
    color: #CCC;
}

.msg {
    border-bottom: 1px dashed #CCC;
}

.comment-time {
    font-size: 10px;
    font-style: italic;
}

#theEmails {
    background-color: white;
}

.statementRowContainer {
    font-size: 12px;
}

.statementRowContainer .success {
    background-color: #356635;
}

.statementCreatedContainer .label {
    background-color: white;
    color: #3F3F3F;
    font-weight: normal;
}

.statementCreatedContainer span span {
    color: #AFAFAF;
}

.statementRowContainer {
    color: #4D4D4D;
    font-size: 14px;
    font-weight: lighter;
}

.statementRowContainer .highlight {
    color: #595959;
    font-weight: bold;
}

.statementToRowDescription {
    border-bottom: 1px solid #ccc;
}

.statementToRowDescription, .statementFromRowDescription {
    font-size: 0.9em;
    background-color: white;
}

.statementToRow {
    border-bottom: 1px solid #ccc;
}

.statementIconContainer .pending {
    background-color: #2d6987 !important;
}

.statementIconContainer .failed {
    background-color: #E72303 !important;
}

.badge {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

#beer-loading {
    background-image: url("../img/overlay.png");
    background-repeat: repeat;
}

table.betHistory th, table.betHistory td {
    font-size: 12px;
}

.label {
    font-size: 10px;
    font-weight: bold;
    line-height: 13px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.label-success {
    background-color: #468847;
}

#_sendClubInvitations .form-control {
    background: #fff;
}

.statementDescription .fa {
    color: #ccc;
    font-size: 18px;
}

.statementCreatedContainer > .label {
    color: #9f9f9f;
    font-size: 12px;
    font-weight: lighter;
}

.statementIcon.fa {
    color: #404040;
    font-size: 20px;
}

/*===== Start club ====*/

.web-start h2 {
    color: #4D4D4D;
    font-size: 21px;
}

.web-start p {
    color: #666666;
    font-size: 16px;
}

.web-start .wrap-content p {
    color: #4D4D4D;
}

.wrap-content {
    background: #F2F2F2;
    display: inline-block;
}

.wrap-content h1 {
    color: #224556;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
}

.wrap-content .dark .form-control {
    background: #CCC;
}

.wrap-content .form-label {
    color: #B3B3B3;
    font-size: 21px;
}

.wrap-content .form-control {
    font-size: 21px;
}

.intication {
    color: #CCC;
    font-size: 14px;
}

.intication .gr-tick, .intication .red-x {
    background-position: -92px -35px;
    display: inline-block;
    margin: 0 5px 0 10px;
}

.intication .red-x {
    background-position: -74px -35px;
}

.small {
    color: #CCC;
    font-size: 14px;
}

.x-small {
    color: #CCC;
    font-size: 12px;
}

/*=========== Home-Public ============*/

.banner {
    background: url("../img/Home-public-banner.jpg") no-repeat;
    background-size: auto 100%;
}

.pub-header {
    text-align: center;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    font-size: 25px;
}

.pub-header p {
    font-family: 'Muli', sans-serif;
    color: #395D73;
    font-weight: 400;
}

.pub-body {
    background: none repeat scroll 0 0 #FFFFFF;
    text-align: center;
    font-size: 16px;
}

.pub-body h1 {
    font-size: 40px;
}

.pub-body .seperator {
    background: none repeat scroll 0 0 #d0d0d0;
}

.pup-rel p {
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
}

.pub-content {
    color: #4d4d4d;
    font-size: 15px;
    text-align: center;
}

.intro {
    color: #FFF;
    text-align: center;
}

.intro h1 {
    font-size: 49px;
    text-shadow: 0 0 5px #000;
    -moz-text-shadow: 0 0 5px #000;
    -o-text-shadow: 0 0 5px #000;
    -webkit-text-shadow: 0 0 5px #000;
    -ms-text-shadow: 0 0 5px #000;
}

.intro h2 {
    font-size: 49px;
    text-shadow: 0 0 5px #000;
    -moz-text-shadow: 0 0 5px #000;
    -o-text-shadow: 0 0 5px #000;
    -webkit-text-shadow: 0 0 5px #000;
    -ms-text-shadow: 0 0 5px #000;
}

.intro p {
    font-family: 'Montserrat', 'Muli', sans-serif;
    font-size: 21px;
    text-shadow: 0 1px 1px #000;
    -moz-text-shadow: 0 1px 1px #000;
    -o-text-shadow: 0 1px 1px #000;
    -webkit-text-shadow: 0 1px 1px #000;
    -ms-text-shadow: 0 1px 1px #000;
}

.punt-home .intro .btn {
    font-weight: bold;
}

.section-divider:after {
    background: none repeat scroll 0 0 #FFF;
    box-shadow: 4px 4px 7px -5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 4px 4px 7px -5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 4px 4px 7px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 4px 7px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 4px 4px 7px -5px rgba(0, 0, 0, 0.5);
    content: "";
    transform: rotate(31deg) skewX(-26deg);
    -o-transform: rotate(31deg) skewX(-26deg);
    -ms-transform: rotate(31deg) skewX(-26deg);
    -moz-transform: rotate(31deg) skewX(-26deg);
    -webkit-transform: rotate(31deg) skewX(-26deg);
}

.section-divider {
    background: none repeat scroll 0 0 #FFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    color: #333333;
    font-size: 36px;
    line-height: 117px;
    text-align: center;
}

.how-works {
    background: #224556;
    color: #fff;
    text-align: center;
}

.how-works h3 {
    font-size: 36px;
    font-weight: bold;
}

.how-works p {
    font-size: 21px;
}

.punt-home .btn, .sign-up-btn {
    width: 220px;
    font-size: 18px;
}

.sub-container {
    color: #333333;
    text-align: center;
}

.sub-container > h3 {
    font-size: 36px;
    font-weight: bold;
}

.sub-container > p {
    font-size: 21px;
}

.cost-table .table th {
    text-align: center;
    text-transform: uppercase;
    background: #889EAB;
    border: 1px solid #CCC !important;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
}

.cost-table .table th:nth-child(2) {
    background: #617d8f;
}

.cost-table .table th:last-child {
    background: #395d73;
}

.cost-table .table tbody td {
    border: 1px solid #CCC;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #4D4D4D;
    font-size: 16px;
    text-align: left;
}

.tick {
    border-bottom: 3px solid #404040;
    border-right: 3px solid #404040;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 6px;
}

.carousel-caption {
    font-size: 21px
}

.carousel-caption > h3 {
    font-size: 36px;
}

.btn.trs-btn {
    border: 1px solid #F5C50D;
    color: #fff;
    background: #F5C50D;
}

.btn.trs-btn:hover {
    color: #fff;
    background: #FFE437;
}

.yellow-btn {
    text-transform: uppercase;
}

.btn-group .btn.yellow-btn {
    font-size: 16px;
}

.btn-group .btn.blue-btn {
    font-size: 16px;
}

.btn .small {
    color: #000;
    font-size: 12px;
    font-weight: lighter;
}

.alert.error {
    background: none repeat scroll 0 0 rgba(255, 0, 0, 0.6);
    border-radius: 4px;
    color: #FFF;
}

.title-text {
    color: #666;
}

.alert .close {
    background: none;
    border: 2px solid #FFF;
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    color: #FFF;
    font-family: Helvetica;
    font-size: 13px;
    font-weight: bold;
    opacity: 0.5;
    text-align: center;
}

.alert .close:hover {
    opacity: 1;
}

.alert-icon {
    font-size: 2em;
}

.locations {
    background: #385867;
    color: #FFF;
}

.locations h2 {
    font-size: 36px;
    text-align: center;
}

.locations h5, .footer h5 {
    font-size: 18px;
}

.loction-link a, .footer a {
    color: #9CAEB9;
    font-size: 16px;
    transition: .25s all;
}

.loction-link a:hover, .footer a:hover {
    color: #ffffff;
    transition: .25s all;
}

.locations .form-control {
    background: #9CAEB9;
    border: medium none;
}

.footer {
    background: #224556;
    color: #FFF;
    float: left;
}

.copy {
    color: #9CAEB9;
    text-align: right;
}

#invite .form-label {
    color: #4D4D4D;
    font-size: 18px;
    font-weight: normal;
}

#invite .form-control {
    color: #999;
    font-size: 16px;
}

#invite_form .sd-7 p {
    color: #4D4D4D;
    font-size: 16px;
}

.light {
    color: #B3B3B3;
    font-size: 16px;
}

.address-book {
    background: none repeat scroll 0 0 #333333;
}

.address-book > a {
    background: url("../img/invite-sprite.png") no-repeat scroll 0 0 / 200px auto rgba(0, 0, 0, 0);
}

.address-book > a.google {
    background-position: 2px -4px;
    margin: 0;
}

.address-book > a.yahoo {
    background-position: -35px -4px;
}

.address-book > a.mac {
    background-position: -73px -4px;
}

.address-book > a.ms {
    background-position: -113px -4px;
}

.address-book > a.aol {
    background-position: -183px -8px;
}

.address-book > a.aol {
    background-position: -153px -4px;
    width: 45px;
}

.rqst-btn {
    background: none repeat scroll 0 0 #224556;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

.rqst-btn-twt {
    background-color: #42a5cb;
}

.dit-fb, .dit-twt, .link {
    background: url("../img/invite-sprite.png") no-repeat scroll -152px -31px / 190px auto rgba(0, 0, 0, 0);
}

.dit-twt {
    background-position: -111px -32px;
    margin-left: 2px;
}

.rqst-btn > .dit-fb {
    background-position: -158px -27px;
    position: absolute;
    right: 0;
    top: 0;
}

.attachment-box {
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.copy-alert {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    color: #FFF;
    font-size: 10px;
}

.link {
    background-position: 5px -31px;
    float: left;
}

.attachment-box .form-control {
    background: none;
    color: #133E53 !important;
    font-size: 16px;
}

.invite-summery .table tbody tr:first-child td {
    border-bottom: 1px solid #ccc;
}

.invite-summery .table td {
    color: #333;
    font-size: 14px;
    text-align: left;
    border-top: none;
    border-bottom: 1px solid #ccc;
}

.invite-summery .table td.light {
    color: #B3B3B3;
    font-family: 'Muli', Helvetica, sans-serif;
    font-size: 12px;
}

.retiwt, .away {
    background: url("../img/invite-sprite.png") no-repeat scroll -84px -45px / 200px auto rgba(0, 0, 0, 0);
    display: inline-block;
    height: 15px;
    width: 15px;
}

.away {
    background-position: -134px -51px;
    background-size: 305px auto;
}

.web-tour body {
    background: none;
}

.web-tour .carousel.slide {
    color: #FFF;
    margin-top: 60px;
    text-shadow: 0 2px 1px #000;
    -o-text-shadow: 0 2px 1px #000;
    -ms-text-shadow: 0 2px 1px #000;
    -moz-text-shadow: 0 2px 1px #000;
    -webkit-text-shadow: 0 2px 1px #000;
}

.web-tour h2 {
    font-family: 'Muli', Helvetica, sans-serif;
    font-size: 36px;
}

.web-tour h2:after {
    background: #FFF;
}

.web-tour p {
    font-size: 18px;
    font-family: 'Muli', sans-serif;
}

.web-tour .carousel .btn.yellow-btn {
    font-size: 21px;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

.sign-up {
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

.carousel-control {
    opacity: 1;
}

.copy-alert > .tick {
    border-color: #FFF;
    border-width: 2px;
}

.table td a.yellow-btn {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 45px !important;
}

.label.label-important {
    background-color: #ff0000;
}

.label.label-success {
    color: #8CC63F;
    font-size: 12px;
}

.label.label-pending, .label.label-declined {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #3D5E89;
    font-size: 12px;
    text-shadow: 0 0 0;
}

.label.label-declined {
    color: #ED1E79
}

.badge {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.label-pending.label > .badge {
    background: #3D5E89;
}

.label-success.label > .badge {
    background: #8CC63F;
}

.label.label-declined > .badge {
    background: #ED1E79;
}

.wh-box {
    background: #FFF;
    border-radius: 4px;
    text-align: center;
}

/*Info(Static) pages */

ol li > a, ol {
    color: #555555;
}

.alert-warning h5 {
    font-size: 18px;
}

.help-inline, .help-block {
    color: #ED1E79;
    font-size: 16px;
    text-align: left;
}

.confirm-btn {
    background-color: #FAA732;
    background-image: -moz-linear-gradient(center top, #FBB450, #F89406);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
}

.vertical-tab-content .nav.nav-tabs {
    border-bottom: 1px solid #AAAAAA;
}

.vertical-tab-content .nav-tabs > .invite-tab {
    display: inline-block;
}

.vertical-tab-content .nav-tabs > .invite-tab > a {
    border: 1px solid #aaa;
    background: #F4F4F4;
    color: #999;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;

}

.vertical-tab-content .nav-tabs > .invite-tab > a:hover, .vertical-tab-content .nav-tabs > .invite-tab > a:focus {
    color: #777;
    outline: none;
    background: #fefefe;
}

.vertical-tab-content .nav-tabs > .invite-tab.active > a {
    border-bottom: 1px solid #FFF;
    color: #555;
    background: #fff;
}

.vertical-tab-content .tab-content {
    border: 1px solid #aaa;
    border-top: none;
    background: #fff;
}

.vertical-tab-content .tab-content .form-control {
    background: #F2F2F2
}

.tab-content .well {
    border: medium none;
}

.fb-button > .btn, #custom-tweet-button .btn {
    background: #2D4556;
    font-size: 14px;
    text-align: left;
}

#custom-tweet-button .btn {
    background: #569FCA;
}

.fb-button .btn.yellow-btn:hover {
    background: #2D4556;
}

#custom-tweet-button .btn:hover {
    background: #569FCA;
}

#theEmails {
    border-radius: 0;
}

.dark #theEmails, .dark .attachment-box {
    background: #F2F2F2;
}

.alert, .alert-warning {
    border: 1px solid rgba(0, 0, 0, 0);
    background: #FFF;
}

.alert-info, .alert.alert-info {
    border: 1px solid #3D5E89;
    color: #fff;
    background-color: #3D5E89;
}

.alert-info .fa-stack-1x, .alert.alert-info .fa-stack-1x {
    color: #3D5E89;
}

.alert.alert-info > a, .alert-info a {
    color: #002544;
}

.alert-success {
    border: 1px solid #8CC63F;
    color: #fff;
    background-color: #8CC63F;
}

.alert a {
    color: white;
}

.alert-success .fa-stack-1x {
    color: #8CC63F;
}

.alert-danger, .alert.alert-danger, .alert-error {
    border: 1px solid #ED1E79;
    color: #fff;
    background-color: #ED1E79;
}

.alert.alert-danger .fa-stack-1x {
    color: #ED1E79;
}

.alert-warning, .alert.alert-warning {
    background-color: #FBB03B;
    color: #fff;
    border: 1px solid #FBB03B;
}

.alert-warning .fa-stack-1x, .alert.alert-warning .fa-stack-1x {
    color: #FBB03B;
}

.club-warning {
    border: 1px solid #ED1E79;
    color: #ED1E79;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #FFF;
}

.vertical-tab-content #subscriptions_index .table th {
    text-align: center !important;
}

.punt-notification {
    border: 1px solid #FFE437;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
}

.punt-notification header {
    background: #F7ECA7;
    color: #000;
}

.punt-notification tr > td {
    border: medium none;
    color: #707070;
    font-weight: bold;
}

.user_details > h4 {
    background: none;
    border: medium none;
    color: #484848;
    font-size: 18px;
    font-weight: bold;
}

.punt-notification .close {
    background: none;
    color: #000;
    font-size: 20px;
    font-weight: lighter;
    line-height: 20px;
}

.welcome-note {
    color: #888888 !important;
    font-family: arial, serif;
    font-size: 14px !important;
    text-align: center;
}

#moreLink {
    color: #133E53
}

/*.offset.tab-head > li {
    width: 755px;
}*/
.alert-pop {
    background-color: #FCF8E3;
    border: 3px solid #FAEBCC;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    color: #8A6D3B;
    font-size: 16px;
}

.fade-bg {
    background: rgba(0, 0, 0, 0.7);
}

.tagit.ui-widget.ui-widget-content.ui-corner-all {
    background: none repeat scroll 0 0 #F2F2F2;
    border: medium none;
}

.notice-drop .dropdown-list {
    background: #FDF3CF;
    border: 1px solid #F9DC6E;
    color: #725A1D;
    font-size: 15px;
    text-transform: none;
}

.notice-drop .dropdown-list:after {
    border-bottom-color: #FDF3CF;
    border-width: 10px;
}

.notice-drop .dropdown-list:before {
    border: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid #F9DC6E;
    content: "";
}

.notice-drop .dropdown-list > li {
    border-bottom: 1px solid #F9DC6E;
}

.notice-drop .dropdown-list > li:last-child {
    border: none;
}

.drop-trigger {
    cursor: pointer;
}

.club-entry .profile-image, .broadcast-post .profile-image {
    border: 4px solid #FFF;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    box-shadow: -1px 0 5px #000;
}

.broadcast-post header > h2, .club-entry header > h2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 100;
    text-transform: uppercase;
}

.float-right {
    float: right !important;
}

.black-btn {
    background-color: black !important;
}

.checkbox > label {
    background: #fff;
    border: 1px solid #bbb;
    cursor: pointer;
}

.checkbox > label:after {
    position: absolute;
    content: '';
    left: 9px;
    top: 5px;
    width: 6px;
    height: 12px;
    border-right: 3px solid #50B84E;
    border-bottom: 3px solid #50B84E;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.checkbox > label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";;
    filter: alpha(opacity=0.5);
    opacity: 0.5;
}

.checkbox > input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.checkbox > input[type=checkbox] {
    opacity: 0;
}

.dropdown-menu {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    list-style: none outside none;
}

.dropdown-menu > li {
    border-top: 1px solid #666;
}

.dropdown-menu > li:first-child {
    border: none;
}

.pop-up {
    background: #FFF;
    border-radius: 4px;
    box-shadow: 2px 2px 5px #000;
    -moz-box-shadow: 2px 2px 5px #000;
    -webkit-box-shadow: 2px 2px 5px #000;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
}

.pop-close {
    cursor: pointer;
    font-family: sans-serif;
    font-size: 17px;
    font-weight: lighter;
    opacity: 0.7;
}

.pop-close:hover {
    opacity: 1;
    text-decoration: none;
}

.show-pop .fade {
    background: rgba(0, 0, 0, 0.5);
}

#contacts-table tr td {
    font-size: 12px;
    text-align: left;
}

.pop-up .pop-header h3 {
    text-transform: uppercase;
    text-align: center;
}

.form-inside #theEmails {
    background: #FFF;
}

.form-inside .attachment-box {
    background: #FFF;
}

.step {
    font-family: inherit;
}

.comment-grid {
    background: #FFF;
    border-left: 10px solid #ccc;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
}

#luxbetFrame {
    background: #fff
}

.iframe-alert {
    text-align: center;
}

.entry ol li > a, .entry ol {
    color: #1C4050;
}

.entry ol li > a:hover {
    text-decoration: underline;
}

.entry ul {
    list-style: disc outside none;
}

.entry ul > li > ul {
    list-style: circle outside none;
}

.entry h4 {
    font-weight: bold;
}

.help-block-error {
    color: #ED1E79;
}

.error-text-red {
    color: #ED1E79;
}

.fadein, .popup-fade {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3000;
    overflow-y: auto;
    transition: all 1s;
    opacity: 0;
    display: none;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    padding: 10%;
}

.bet-popup {
    background: #f1f1f1;
    left: 0;
    margin: auto;
    padding: 25px 30px 30px;
    position: absolute;
    right: 0;
    width: 285px;
    z-index: 1000;
    border-radius: 15px;
}

.confirm-modal {
    background: #f1f1f1;
    height: auto;
    margin: auto;
    padding: 25px 30px 30px;
    width: auto;
    max-width: 360px;
    z-index: 1000;
    display: block;
    position: relative;
}

.bet-popup h4, .confirm-modal h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #224556;
    text-transform: uppercase;
    font-weight: bold;
}

.bet-popup label, .confirm-modal label {
    color: #224556;
}

.bet-input-group {
    background: #363636;
    border: 1px solid #363636;
}

.bet-input-group .form-control {
    font-size: 18px;
    font-weight: lighter;
}

.joint-btn {
    background: #F5C50D;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
}

.bet-input-group.gray, .bet-input-group.gray .joint-btn {
    background: #4E4E4E;
    border-color: #4E4E4E;
}

.bet-pop .fadein, .punt-pop-up .popup-fade {
    opacity: 1;
}

.show-pop .bet-popup, .show-pop .confirm-modal {
    color: #FFFFFF;
    transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
}

.bet-now-amount {
    background: none repeat scroll 0% 0% rgb(0, 0, 0);
    color: #FFFFFF
}

.bg-gray {
    background: none repeat scroll 0 0 #4E4E4E !important;
    color: #FFFFFF;
}

.btn.mini {
    font-size: 16px;
}

.welcome-user {
    font-family: arial, serif;
    font-size: 16px;
}

.profile-initial {
    background: none repeat scroll 0 0 #E5E5E5;
    font-size: 20px;
    font-weight: bold;
}

.profile-initial > span {
    text-align: center;
}

.pc-panel {
    border: 1px solid #e6e6e6;
}

.pc-head {
    border: none !important;
    border-bottom: 1px solid #e6e6e6 !important;
    background: #224556;
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 22px;
}

.close-panel {
    cursor: pointer;
}

.pc-body {
    background: #fff;
}

.club-notification {
    background: none repeat scroll 0 0 #f3f3f3;
    border: 1px solid #e6e6e6;
    color: #224556;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
}

.notif-time {
    color: #c2c2c2;
}

.pc-panel .form-control, .pc-panel .checkbox > label {
    border: 1px solid #ccc;
}

.error .form-control {
    border: 1px solid #ED1E79;
}

.error .form-label {
    color: #ED1E79;
}

.gravatat-img .close .fa-times-circle {
    font-size: 20px;
}

.uppercase {
    text-transform: uppercase;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

.acc-table.table td {
    text-align: left;
}

.acc-table.table td:first-child {
    color: #5f5f5f;
    text-transform: uppercase;
}

.table.acc-table tr:last-child td {
    border-bottom: 1px solid #E6E6E6;
}

.pc-content h2,
.pc-content h3 {
    font-weight: 500;
    font-size: 20px;
}

.pc-content h2 {
    font-size: 22px;
}

.table.acc-table .frq {
    text-transform: capitalize;
}

.btn-disable {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

.pc-content ul {
    list-style-type: disc;
}

#betCounter > a {
    color: #ffffff;
}

.popupWindow p {
    font-size: 15px;
}

.trans-date {
    color: #969696;
    font-size: 12px;
}

.cursor-pointer {
    cursor: pointer
}

.panel-data {
    text-align: left;
}

.text-left {
    text-align: left
}

.listing-data {
    list-style: circle;
}

.comments-tag {
    color: #666666;
    font-size: 12px;
}

.thecup.cup-intro h1 {
    color: #FFF;
    font-size: 49px;
    text-align: center;
    text-shadow: 0 0 5px #000;
    -moz-text-shadow: 0 0 5px #000;
    -o-text-shadow: 0 0 5px #000;
    -webkit-text-shadow: 0 0 5px #000;
    -ms-text-shadow: 0 0 5px #000;
}

.thecup.cup-intro p {
    color: #FFF;
    font-size: 21px;
    margin-top: 20px;
    text-align: center;
    text-shadow: 0 0 5px #000;
    -moz-text-shadow: 0 0 5px #000;
    -o-text-shadow: 0 0 5px #000;
    -webkit-text-shadow: 0 0 5px #000;
    -ms-text-shadow: 0 0 5px #000;
}

.club-leaderboard .heart, .club-leaderboard .gr-cup {
    cursor: pointer;
}

.tooltip {
    background: #000;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    border: 1px solid #000;
    border-radius: 0px;
    font-weight: lighter;
    font-size: 14px;
    color: #fff;
    transition: all 0s ease 0s !important;
    text-align: center;
    text-transform: uppercase;
}

.tooltip.bet-desc {
    text-align: left !important;
    text-transform: inherit;
}

.tooltip-arrow {
    border: 5px solid transparent;
    content: '';
    border-top: 5px solid #000;
}

.success .statementIcon.fa {
    color: #8CC63F;
}

.pending .statementIcon.fa {
    color: #3D5E89;
}

.failed .statementIcon.fa {
    color: #ED1E79;
}

.refunded .statementIcon.fa {
    color: #8CC63F;
}

.ribbon .red-banner {
    color: #ffffff;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.ribbon .red-banner:after, .ribbon .red-banner:before {
    content: "";
}

.ribbon .red-banner:before {
    transform: skewY(-45deg) translate(50%, 15px);
    -moz-transform: skewY(-45deg) translate(50%, 15px);
    -webkit-transform: skewY(-45deg) translate(50%, 15px);
    -ms-transform: skewY(-45deg) translate(50%, 15px);
    transform-origin: 100% center 0;
    -moz-transform-origin: 100% center 0;
    -webkit-transform-origin: 100% center 0;
    -ms-transform-origin: 100% center 0;
}

.ribbon .red-banner:after {
    transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
    -moz-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
    -webkit-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
    -ms-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
    transform-origin: 0 center 0;
    -moz-transform-origin: 0 center 0;
    -ms-transform-origin: 0 center 0;
    -webkit-transform-origin: 0 center 0;
}

.no-css-transforms .ribbon .red-banner {
    font-size: 10px;
}

.ribbon .text {
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.ribbon-large .text {
    font-size: 14px;
}

.ribbon .text:before, .ribbon .text:after {
    content: "";
}

.ribbon .text:before {
    transform: translateX(-15%) skewX(-45deg);
    -moz-transform: translateX(-15%) skewX(-45deg);
    -ms-transform: translateX(-15%) skewX(-45deg);
    -webkit-transform: translateX(-15%) skewX(-45deg);
}

.ribbon .text:after {
    transform: translateX(15%) skewX(45deg);
    -moz-transform: translateX(15%) skewX(45deg);
    -webkit-transform: translateX(15%) skewX(45deg);
    -ms-transform: translateX(15%) skewX(45deg);
}

.ribbon-red .red-banner:after, .ribbon-red .red-banner:before {
    background-color: #bd362f;
}

.ribbon-red .text:before, .ribbon-red .text:after, .no-css-transforms .ribbon-red .text {
    background-color: #ee5f5b;
}

.pc-login {
    background: #FFF;
}

.pc-login h1 {
    font-size: 22px;
}

.pc-login .form-control, .pc-login .checkbox > label {
    border: 1px solid #DDD;
}

.signup-link {
    color: #696969;
    font-size: 15px;
}

.fogot-pass-link {
    color: #F5C50D;
    font-size: 15px;
    text-transform: uppercase;
}

.fogot-pass-link:hover, .signup-link:hover {
    text-decoration: underline;
}

.club-dashboard.sd {
    font-size: 4.8vw;
}

.club-dashboard.sd h6 {
    font-size: 3.5vw;
}

.pagination ul {
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dddddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    text-decoration: none;
}

.pagination a:hover, .pagination .active a {
    background-color: #f5f5f5;
}

.pagination .active a {
    color: #999;
    cursor: default;
}

.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #999;
    cursor: default;
}

.pagination li:first-child a {
    border-left-width: 1px;
}

.pagination-right {
    text-align: right;
}

.load-more {
    color: #fff;
    background: #f5c50d;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    transition: .25s all;
}

.load-more:hover {
    background: #20ba45;
    text-decoration: none;
    transition: .25s all;
}

#commentary-container input {
    color: #000;
}

/*=========== Footer ============*/


.club-dashboard .dropdown-menu > li {
    font-size: 20px;
}

.pub-header > h1 {
    font-size: 30px;
    text-transform: inherit;
}

.pub-body.mbnl {
    color: #333;
}

.pub-body .text-container:after {
    background: #ccc;
    content: "";
}

.text-container.small {
    color: #4c4c4c;
}

.text-container h2 > span {
    color: #224556;
    font-weight: 500;
}

.text-container h2 {
    font-weight: lighter;
}

.check-list > li {
    border-bottom: 1px solid #ccc;
    color: #4c4c4c;
    font-size: 14px;
    text-align: left;
}

.check-list > li:after {
    border-bottom: 2px solid #39b54a;
    border-right: 2px solid #39b54a;
    content: "";
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.check-list > li:last-child {
    border: medium none;
}

.expand-box {
    background: #e6e6e6;
}

.toggle-btn-up-arrow {
    border-right: 4px solid rgba(255, 255, 255, 0.7);
    border-top: 4px solid rgba(255, 255, 255, 0.7);
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    cursor: pointer;
    background: none;
}

.toggle-btn-down-arrow {
    border-bottom: 4px solid rgba(255, 255, 255, 0.7);
    border-left: 4px solid rgba(255, 255, 255, 0.7);
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    cursor: pointer;
    background: none;
}

header:hover {
    cursor: pointer;
}

header:hover .toggle-btn {
    border-color: #484848;
}

.leaders-label {
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.tab-head > li {
    text-align: center;
}

i.notice.active-notice + .leaders-label {
    color: #22B573;
}

.big-menu {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.big-menu h4 {
    color: #999;
    border-bottom: 1px solid #eee;
}

.big-menu-list a {
    color: #444;
}

.big-menu-list a:hover {
    color: #F5C50D;
}

.big-menu-list li.active a {
    color: #F5C50D;
    font-weight: 600;
}

.entry-content.mult-bet-sec:first-child {
    border-top: medium none;
}

.entry-content.mult-bet-sec {
    border-top: 2px dashed #ccc;
}

.comment-section {
    background: #fff;
}

.sidebar .btn.btn-black {
    font-size: 24px;
    font-weight: bold;
}

/* Tooltip and Popover */
.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
}

.popover {
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover-title {
    font-size: 14px;
    font-weight: normal;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    color: #333;
    font-weight: normal;
    font-size: 16px;
    background: #fff;
    text-transform: none;
}

.popover > .arrow,
.popover > .arrow:after {
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top > .arrow {
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.top > .arrow:after {
    content: " ";
    border-bottom-width: 0;
    border-top-color: #ffffff;
}

.popover.right > .arrow {
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
    content: " ";
    border-left-width: 0;
    border-right-color: #ffffff;
}

.popover.bottom > .arrow {
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom > .arrow:after {
    content: " ";
    border-top-width: 0;
    border-bottom-color: #ffffff;
}

.popover.left > .arrow {
    top: 50%;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
    content: " ";
    border-right-width: 0;
    border-left-color: #ffffff;
}

.clearfix:before,
.clearfix:after {
    content: " ";
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.affix {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*end tooltip and popover */

.block-notice {
    background: transparent;
    border: none;
    padding: 0;
}

.intc {
    background: none repeat scroll 0 0 #22b573;
    border-radius: 100%;
    color: #ffffff;
    font-size: 8px;
}

.collapse-heading {
    background: #fff;
    cursor: pointer !important;
}

.collapse-triger {
    color: #333;
    font-size: 13px;
    font-family: inherit;
    font-weight: 500;
    text-decoration: none;
}

.collapse-triger .notif-time {
    color: #999;
    font-size: 12px;
    font-weight: 400;
}

.notif-time {
    color: #999;
}

.collapse-controls a {
    color: #555;
    font-size: 14px;
    text-decoration: none;
}

.collapse-controls a.hasConfirm {
    background: #e8f5e9;
    color: #2e7d32;
}

.collapse-controls a.hasConfirm:hover {
    background: #c8e6c9;
}

.collapse-controls a.hasDeny {
    background: #fdecea;
    color: #c62828;
}

.collapse-controls a.hasDeny:hover {
    background: #f8d7da;
}

.collapse-body {
    border-bottom: none;
}

.collapse-body .notif-time {
    color: #aaa;
    font-size: 11px;
}

.noborder {
    border: none !important;
}

#suspend-user-table .notbetting, #suspend-user-table .betting, #suspend-user-table .suspend, #suspend-user-table .unsuspend, #suspend-user-table .pending {
    background: none repeat scroll 0 0 #f5c50d;
    color: #fff;
    font-size: 14px;
}

#suspend-user-table .betting, #suspend-user-table .suspend {
    background: none repeat scroll 0 0 #8cc63f
}

#suspend-user-table .betting, #suspend-user-table .pending {
    background: none repeat scroll 0 0 #3D5E89;
}

#suspend-user-table .notbetting, #suspend-user-table .unsuspend {
    background: none repeat scroll 0 0 #ed1e79;
}

.notify-toggle {
    border-color: #484848;
}

ul.tagit input[type="text"] {
    font-size: 16px;
}

.leave-club .yellow-btn {
    font-size: 15px
}

.confirm-leave-club {
    text-decoration: underline;
    font-size: 12px;
}

.alert a {
    text-decoration: underline;
}

.home-subscribe .fa-times-circle {
    font-size: 25px;
}

.home-subscribe h4 {
    font-size: 50px;
}

.home-subscribe p {
    text-align: center;
}

.home-subscribe input {
    border: medium none;
}

.web-tour .start-btn {
    width: 220px;
    line-height: 50px;
}

.web-tour .sub-container h3 {
    font-size: 36px;
    font-weight: bold;
}

.top-club .yellow-btn {
    cursor: auto;
    text-align: left;
    color: black;
}

.top-club td, .top-club th {
    border-bottom: 1px solid #d9dee4;
}

.top-club table {
    background: none repeat scroll 0 0 #fff;
}

.top-club {
    text-transform: capitalize;
}

.exp-header {
    text-transform: uppercase;
    border: 1px solid rgb(216, 216, 216);
    color: #224556;
    cursor: pointer;
}

.payment-express {
    background-color: #fff;
}

.payment-express input, .payment-express select, .payment-transfer select, .payment-transfer input {
    border: 1px solid rgb(216, 216, 216);
}

.payment-express-footer {
    background-color: #fff;
    text-align: center;
}

.direct-pay-footer {
    background-color: #fff
}

.payment-transfer {
    background-color: #fff;
}

.alignright {
    text-align: right;
}

.goto-link {
    background: none repeat scroll 0 0 #f5c50d;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.exp-header.active {
    background-color: #000000;
    color: #fff;
    cursor: default;
}

.sub-area {
    background-color: #fff;
}

.sub-area input, .sub-area select, .sub-area textarea {
    border: 1px solid rgb(216, 216, 216);
}

.form-body {
    background-color: #fff;
}

.form-body input, .form-body select, .form-body textarea {
    border: 1px solid rgb(216, 216, 216);
}

.form-body .checkbox > label {
    background: none repeat scroll 0 0 #ccc;
}

.promo-subscribe .fa-times-circle {
    color: #fff;
    font-size: 25px;
}

.promo-subscribe h4 {
    color: #f5c700;
    font-size: 30px;
    word-spacing: 7px;
}

.promo-subscribe .bet-popup {
    background: url("../../img/promotion_popup.png") no-repeat scroll center bottom #5d86b7;
}

.promo-subscribe .popupWindow.mbm > p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}

.promo-subscribe .form-label {
    color: #fff;
}

.promo-subscribe .terms {
    color: white;
    text-align: center;
}

.popupWindow p a {
    color: #fff;
    text-decoration: underline
}

.promo-header h3 {
    color: #f5c700;
    font-size: 36px;
    text-transform: uppercase;
}

.promo-header .btn.trs-btn {
    font-size: 20px;
    font-weight: bold;
    line-height: 55px;
}

.promo-header .terms.ld {
    font-size: 14px;
}

.promo-outer p, .promo-outer a {
    font-family: 'Muli', sans-serif;
}

.promo-outer p {
    font-size: 17px;
}

.promo-outer .sub-container a {
    color: #333333;
    font-weight: bold;
    text-decoration: underline;
}

.promo-subscribe .promo-video .thanks-text {
    font-size: 30px !important;
    line-height: 30px !important;
}

.promo-subscribe .promo-video h4 {
    font-size: 50px;
}

.promo-video .fb-btn, .promo-video .twiter-btn {
    background-color: #3a579b;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}

.promo-video .twiter-btn {
    background-color: #50abf1;
}

.promo-hint-text.ld {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    text-align: justify;
}

.promo-subscribe a {
    color: #fff;
    text-decoration: underline;
}

.promo-subscribe a, .promo-subscribe p {
    font-family: 'Muli', sans-serif;
}

.terms a {
    color: #fff;
    text-decoration: underline;
}

.promo-slide h3 {
    color: #f5c700;
    text-transform: uppercase;
}

.promo-close {
    font-size: 25px;
}

.popup-fade h4 {
    color: #224556;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.pop-pay-box p {
    font-size: 14px;
}

.club-leaderboard .notice-drop.open {
    background: none repeat scroll 0 0 #fff;
}

.notice-drop.open .leaders-label {
    color: #000;
}

.teamapp h1 {
    font-size: 54px;
}

.teamapp .start-hint {
    font-size: 14px;
}

.dit-twt-new {
    background: url("../img/twitter.png") no-repeat;
}

.dit-fb-new {
    background: url("../img/facebook.png") no-repeat;
}

.teamapp .header-hint {
    font-size: 15px;
    text-align: center;
}

.carousel-caption.video-slide > h3 {
    font-weight: bold;
    line-height: 1.5;
}

.file-upoad-error {
    color: #FA0606;
}

#mobileNumbers {
    border-radius: 0;
    background: #F2F2F2;
}

.skip-link {
    text-decoration: underline;
}

#broadcast-message .fa.fa-question-circle {
    color: #ccc;
}

.bulk-payment .payment-box {
    border: 1px solid rgb(204, 204, 204);
}

.bulk-payment .error {
    border: 1px solid red;
}

th.header-sort {
    cursor: pointer;
}

.leader-board-table .trends {
    cursor: default;
}

#comment-loading .fa-spin-custom {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
    font-size: 22px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa.fa-heartbeat {
    color: #ed1e79;
}

.fa.fa-trophy {
    color: #8cc63f;
}

.fa.fa-clock-o {
    color: #F5C50D;
}

.fa.fa-volume-up {
    color: #CCCCCC;
}

.fa.fa-refresh, .fa.fa-user-plus, .fa.fa-line-chart {
    color: #fff;
}

.post-comment.fa.fa-comments {
    color: #ccc;
    font-size: 30px;
}

.broadcast .broadcast-icon {
    color: rgb(204, 204, 204);
}

.sec_head h2 {
    line-height: 33px;
}

.sec_head span {
    font-size: 14px;
    line-height: 33px;;
}

.comment-grid a, .broadcast-content a {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    text-decoration: underline;
}

.wall-url-image {
    border-bottom: 1px solid #EDEDED;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.show-wall-url-image h2 {
    font-size: 21px;
    line-height: 25px;
}

.show-wall-url-image p {
    font-size: 14px;
    line-height: 20px;
}

.show-wall-url-image span {
    color: #B3B3B3;
    text-transform: uppercase;
    font-size: 13px;
}

.wall-url-share-main {
    border: 1px solid #EDEDED;
}

.form-comment-submit {
    color: #fff !important;
    -webkit-appearance: none;
}

.comment-form-submit-div {
    background: #F1F1F1;
}

.comment-image-upload {
    opacity: 0;
    cursor: pointer;
}

.image-upload-icon {
    color: #A7A7A7;
}

.active-table-row {
    background-color: #8CC63F;
}

.active-table-row td {
    color: white;
}

.ios-app-prompt, .android-app-prompt {
    background-color: #fff;
    color: #222;
}

.ios-app-prompt p, .android-app-prompt p {
    font-size: 15px;
}

.ios-app-prompt a, .android-app-prompt a {
    border: 2px solid #222;
}

.ios-app-prompt-close span, .android-app-prompt-close span {
    cursor: pointer;
}

.ios-app-prompt-close .fa.fa-times-circle, .android-app-prompt-close .fa.fa-times-circle {
    font-size: 20px;
}

textarea.form-comment {
    color: #000;
}

#progress-image-bar {
    border: 1px solid #1a1a1a;
    border-radius: 3px;
    background: #fff;
}

#bar {
    background-color: #84A2EE;
    border-radius: 3px;
}

#progress-image-message {
    background: #fff;
}

.progress-image-message-error {
    border: 1px solid #ed1e79;
    color: #ed1e79;
}

.progress-image-message-success {
    border: 1px solid #8CC63F;
    color: #8CC63F;
}

.alert-announcement h2 {
    text-transform: uppercase;
}

.step-indication {
    color: #ED1E79;
    font-size: 15px;
}

.step3-invite-ul {
    list-style-type: square;
    margin-left: 30px;
}

#confirmSmsModal p {
    text-align: center;
}

.tab-head a {
    color: #FFF;
}

/* Intro / tutorial
/*=======================================*/

.enjoyhint-button {
    color: white;
    border-color: white;
}

.intro-overlay {
    background: rgba(0, 0, 0, 0.8);
}

.dashboard-intro-div {
    text-align: center;
    font-family: 'Muli', sans-serif;
    color: white;
    font-size: 22px;
}

.tour-button {
    font-size: 20px;
    border-radius: 34px;
    background: none;
    border: 2px solid white;
    cursor: pointer;
    -webkit-transition: background-color .3s cubic-bezier(0, 0, 0, 0), color .3s cubic-bezier(0, 0, 0, 0), width .3s cubic-bezier(0, 0, 0, 0), border-width .3s cubic-bezier(0, 0, 0, 0), border-color .3s cubic-bezier(0, 0, 0, 0);
    -moz-transition: background-color .3s cubic-bezier(0, 0, 0, 0), color .3s cubic-bezier(0, 0, 0, 0), width .3s cubic-bezier(0, 0, 0, 0), border-width .3s cubic-bezier(0, 0, 0, 0), border-color .3s cubic-bezier(0, 0, 0, 0);
    -o-transition: background-color .3s cubic-bezier(0, 0, 0, 0), color .3s cubic-bezier(0, 0, 0, 0), width .3s cubic-bezier(0, 0, 0, 0), border-width .3s cubic-bezier(0, 0, 0, 0), border-color .3s cubic-bezier(0, 0, 0, 0);
    transition: background-color .3s cubic-bezier(0, 0, 0, 0), color .3s cubic-bezier(0, 0, 0, 0), width .3s cubic-bezier(0, 0, 0, 0), border-width .3s cubic-bezier(0, 0, 0, 0), border-color .3s cubic-bezier(0, 0, 0, 0);
}

.tour-button:hover {
    background: #F5C50D;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.intro-alert {
    color: white;
}

.intro-alert-button-cell {
    text-align: right;
}

.complete-profile-btn, .complete-phone-btn, .cta-btn-intro-alert {
    background: none;
    border: 2px solid white;
    border-radius: 5px;
    font-size: 17px;
    color: white;
}

.intro-alert-table > .intro-alert-button-mobile {
    cursor: pointer;
    text-align: right;
    font-size: 28px;
}

.complete-profile-btn, .complete-phone-btn, .cta-btn-intro-alert {
    cursor: pointer;
    transition: 0.5s;
}

.complete-profile-btn:hover, .complete-phone-btn:hover .cta-btn-intro-alert:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
}

.alert-mobile-complete-profile, .tour-create-club-btn {
    cursor: pointer;
}

button.tour-create-club-btn {
    cursor: pointer;
    /* background: #da8629; */
    background: #a1611b;
    transition: none; /* It looks weird with a transition on this */
}

button.tour-create-club-btn:hover {
    background: rgba(255, 255, 255, 0.6);
    color: #cc7c23;
    font-weight: bold;
    border: 2px solid #a1611b;
}

body {
    background: none !important;
}

/*=================================================================================*/


/**
 * Styles for the Straight to Dash login page
 */
.login-page {
    background: transparent;
}

.login-page * {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.never-post {
    font-size: 12px;
}

.login-bg-video {
    background-size: cover;
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity;
}

.btn {
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-decoration: none !important;
}

.btn:hover, .btn:focus {
    border: none;
    text-decoration: none;
}

.btn-fancy {
    border-radius: 3px;
    color: white;
    font-size: 17px !important;
    font-weight: normal !important;
    text-align: center;
    cursor: pointer;
}

.btn-fb {
    background-color: #3b5998;
    border-color: #2e4577;
}

.input-group-addon {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border-radius: 4px;
}

.list-inline {
    list-style-type: none;
    text-align: center;
}

.comp-hero {
    background: url("../img/carosoul_new.jpg") no-repeat top center;
    background-size: cover;
}

#tab-dashboard {
    background: none !important;
}

ul.sub-dropdown {
    background-color: #fefefe;
}

ul.sub-dropdown > li > a {
    font-size: 14px !important;
}

.preset-goal-container {
    background-color: white;
}

.content-heading {
    background-color: #E1E1E1;
    text-transform: uppercase;
}

.content-heading .btn {
    font-size: 14px;
    line-height: normal;
}

.ld.dashboard-goals {
    background-color: rgb(0 0 0 / 24%);
}

.sd.dashboard-goals {
    /* box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.5),
    inset 0 -10px 10px -5px rgba(0, 0, 0, 0.5); */
    background-color: #1a3541;
    color: #eee;
    font-size: 0.8rem;
}

.dashboard-goals a {
    color: white;
}

.dashboard-goals .goal-widget {
    color: white;
}

.progress-snippet {
    background-color: white;
}

.btn.btn-secondary {
    background-color: #395D73;
    border: 2px solid #395D73;
    text-transform: uppercase;
    color: white;
}

.btn.btn-primary {
    background-color: #F5C50D;
    border: 1px solid #F5C50D;
    text-transform: uppercase;
    color: white;
    transition: .25s all;
}

.btn.btn-outline {
    background-color: transparent;
    padding: 0.8rem;
    color: white;
    border-width: 2px;
    border-style: solid;
    border-color: white;
    cursor: pointer;
}

.btn.btn-block {
    text-align: center;
    cursor: pointer;
}

.btn.btn-inverse, .btn.btn-inverse:focus {
    background-color: white;
    border: 2px solid black;
    color: black;
}

.btn.btn-inverse:hover {
    color: white !important;
}

.btn.btn-inverse.btn-xs, .btn.btn-inverse.btn-sm {
    border-width: 1px;
}

.btn.btn-primary.btn-inverse {
    border-color: #F5C50D;
    color: #F5C50D;
}

.btn.btn-primary.btn-inverse {
    border-color: #F5C50D;
    color: #F5C50D;
}

.btn.btn-secondary.btn-inverse {
    border-color: #395D73;
    color: #395D73;
}

.btn.btn-secondary:hover {
    background-color: #406880;
}

.btn.btn-primary:hover {
    background-color: #20ba45;
    border: 1px solid #20ba45;
    transition: .25s all;
}

.btn.btn-outline:hover {
    background-color: white;
    color: #406880;
}

.btn.btn-xs {
    font-size: 12px;
    line-height: normal;
}

.btn.btn-sm {
    font-size: 16px;
    line-height: normal;
    border-width: 1px;
}

.btn.btn-tertiary {
    background-color: #ededed;
    color: #333;
}

.bg-primary {
    background-color: #F5C50D
}

.bg-secondary {
    background-color: #395D73;
    color: white;
}

.bg-tertiary {
    background-color: #2E687F;
    color: white;
}

.ui-ribbon::before,
.ui-ribbon::after {
    content: '';
    border: 2.5px solid #2980b9;
}

.ui-ribbon.danger::after {
    border: 2.5px solid #7d0300;
}

.ui-ribbon.success::after {
    border: 2.5px solid #008602;
}

.ui-ribbon span {
    background-color: #3498db;
    box-shadow: 0 2.5px 10px rgba(0, 0, 0, .4);
    color: #fff;
    font: 500 15px/1 'Roboto', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}

.ui-ribbon.danger span {
    background-color: #910300;
}

.ui-ribbon.success span {
    background-color: #00a102;
}

.ui-ribbon-top-left::before,
.ui-ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ui-ribbon-top-left span {
    transform: rotate(-45deg);
}

.ui-ribbon-top-right::before,
.ui-ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}


.ui-ribbon-top-right span {
    transform: rotate(45deg);
}

.ui-ribbon-bottom-left::before,
.ui-ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.ui-ribbon-bottom-left span {
    transform: rotate(225deg);
}

.ui-ribbon-bottom-right::before,
.ui-ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.ui-ribbon-bottom-right span {
    transform: rotate(-225deg);
}

.btn.btn-fab {
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.btn.btn--lg, button.btn {
    font-size: 24px;
}

.bg-tertiary--ld {
    background-color: white;
}

.expandable-help {
    background-color: #efefbb;
    border: 1px solid #cfcfaa;
    border-radius: 4px;
}

.expandable-help p {
    font-size: 14px;
}

.expandable-help a.more {
    color: inherit;
    font-size: 14px;
}

.loading-container {
    text-align: center;
}

.ajax-loader {
    color: #224556;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.ajax-loader img {
    background-color: #224556;
    border-radius: 240px;
}

.loading-container.light .ajax-loader {
    color: white;
}

/** bootstrap collapse */
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.collapsing {
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}



.pending-withdrawal-table {
    border: none;
}

.pending-withdrawal-table tr {
    cursor: pointer;
}

.pending-withdrawal-table tr td {
    border-bottom: 1px solid #efefef;
}

.pending-withdrawal-table .pending-withdrawal-response {
    text-align: center;
}

.pending-withdrawal-table .pending-withdrawal-response span {
    color: rgba(255, 255, 255, .7);
    font-size: 22px;
}

.pending-withdrawal-table .pending-withdrawal-breakdown {
    font-size: 0.85rem;
}

.bg-green {
    background-color: #8CC63F;
}

.bg-orange {
    background-color: #FBB03B;
}

.bg-pink {
    background-color: #ED1E79;
}

.bg-blue {
    background-color: #3D5E89;
}

.bg-yellow {
    background-color: #F5C50D;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-black {
    background-color: #333333;
}

.back-bet-popup {
    border-radius: 0;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
    font-size: 1rem;
}

.back-bet-popup .back-bet-inner {
    background-color: #fff;
}

.back-bet-popup .back-bet-info {
    font-size: 1rem;
}

.back-bet-popup .back-bet-heading {
    background-color: #395D73;
    color: white;
    font-size: 1rem;
    text-transform: uppercase;
}

.back-bet-popup input {
    text-align: right;
    font-size: 1rem;
    width: 100%;
    border: 1px solid #395D73;
}

.back-bet-popup .quick-bet {
    font-size: 0.85rem;
    background-color: #395D73;
    color: white;
}

.back-bet-btn:disabled {
    opacity: 1.0 !important; /* Some one made .btn:disabled transparent */
}

.ui.progress .bar {
    background-color: #F5C50D;
}

#your-clubs-carousel .carousel-control.right, #your-clubs-carousel .carousel-control.left {
    background: none !important;
}

.pc-divider {
    border-bottom: 1px solid rgba(255,255,255,0.8);
    border-top: 1px solid #fff;
}

#package-carousel {
    /*margin-bottom: 30px;*/
}

#package-carousel .carousel-indicators .active {
    background: white;
}

#package-carousel .carousel-indicators li {
    border-color: white;
}

#package-carousel .carousel-indicators {
    /*bottom: -30px;*/
}

ul.pc-accordion-tab li {
    border: none;
}

ul.pc-accordion-tab li.active > a {
    background-color: inherit;
}

ul.pc-accordion-tab li > a > span.fa {
    color: #ccc;
    font-size: 32px;
    vertical-align: middle;
}

ul.pc-accordion-tab li.active > a > span.fa {
    color: #44cc44;
}

ul.pc-accordion-tab > li.accordion-title {
    background-color: #395D73;
    color: white;
}

.transactions-table {
    font-size: 13px;
}

.transactions-table tr td, .transactions-table tr th {
    border-bottom: 1px solid #eee;
}

.transactions-table tr th {
    text-align: left;
    color: black;
}

.transactions-table tr td.ledger {
    word-break: keep-all;
    white-space: nowrap;
    text-align: right;
}

.mobile-punters-list .punters-dropdown {
    overflow: hidden;
}

.settings-data-small {
    font-size: 12px;
}

.broadcast-content .show-hide-max-height p img{
    max-width: 100%;
    max-height: 100%;
}

.bet-as-form {
    margin: 0;
}

.bet-as-dropdown {
    position: relative;
    overflow: auto;
}

.bet-as-select {
    width: 100%;
    padding: 14px 40px 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    background: white;
    cursor: pointer;
    transition: all 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.bet-as-select:focus {
    outline: none;
    border-color: #224556;
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
}

.bet-as-select:disabled {
    background: #f5f5f5;
    color: #999;
    cursor: not-allowed;
}

.bet-as-select.selected {
    border-color: #224556;
    background: #f8fff8;
}

.select-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    pointer-events: none;
    transition: transform 0.2s ease;
}

.bet-as-dropdown:hover .select-icon {
    color: #224556;
}

.bet-as-select:focus + .select-icon {
    transform: translateY(-50%) rotate(180deg);
    color: #224556;
}

.no-account-message {
    text-align: center;
    padding: 24px;
}

.no-account-message p {
    color: #666;
    margin-bottom: 16px;
}

.no-account-message .btn {
    background: linear-gradient(135deg, #224556, #45a049);
    border: none;
    padding: 16px 24px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
    color: white;
}

.no-account-message .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
    text-decoration: none;
    color: white;
}

.bet-popup {
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    padding: 24px;
    position: relative;
    max-width: 400px;
    width: auto;
}

.bet-header {
    text-align: center;
    margin-bottom: 24px;
}

.bet-header h4 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.bet-subtitle {
    color: #666;
    font-size: 14px;
    margin: 0;
}

.accounts-section {
    margin-bottom: 24px;
}

.section-label {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.refresh-icon {
    cursor: pointer;
    transition: transform 0.3s ease;
    color: #999;
}

.refresh-icon:hover {
    transform: rotate(180deg);
    color: #4CAF50;
}

.accounts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.accounts-grid-full {
    grid-template-columns: 1fr;
}

.account-card {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    background: white;
}

.account-card:hover {
    border-color: #224556;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.15);
}

.account-card:focus {
    border-color: #224556;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.15);
}

.account-card.selected {
    border-color: #224556;
    background: #f8fff8;
}

.account-card.selected::after {
    content: '✓';
    position: absolute;
    top: 8px;
    right: 8px;
    background: #224556;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.account-type {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.account-balance {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.balance-text {
    font-size: 12px;
    line-height: 1.3em;
    color: #999;
    font-weight: normal;
}

.balance-amount {
    font-size: 24px;
    color: #224556;
}

.account-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    z-index: 1;
}

.divider {
    display: flex;
    align-items: center;
    margin: 24px 0;
    color: #999;
    font-size: 14px;
    overflow: visible;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e0e0e0;
}

.divider span {
    padding: 0 16px;
    background: white;
}

.other-account-section {
    margin-bottom: 24px;
}

.no-account-message {
    text-align: center;
    padding: 24px;
}

.no-account-message p {
    color: #666;
    margin-bottom: 16px;
}

.no-account-message .btn {
    background: linear-gradient(135deg, #4CAF50, #45a049);
    border: none;
    padding: 16px 24px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
    color: white;
}

.no-account-message .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
    text-decoration: none;
    color: white;
}

.close {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #666;
    font-size: 20px;
    text-decoration: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.close:hover {
    background: #f0f0f0;
    color: #333;
    text-decoration: none;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .accounts-grid {
        grid-template-columns: 1fr;
    }

    .bet-popup {
        margin: 0;
        border-radius: 0;
        max-width: 100%;
    }
}
@media (min-width: 1280px) {
    .banner {
        background-size: 100% auto
    }
}
@media (min-width: 800px) {

    .back-bet-popup:after, .back-bet-popup:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .back-bet-popup:after {
        /*!*border-color: rgba(255, 238, 0, 0);*!*/
        /*border-color: rgba(245, 197, 13, 0);*/
        /*!*border-top-color: #F5C50D;*!*/
        /*border-top-color: #F5C50D;*/
        /*border-width: 11px;*/
        /*margin-left: -11px;*/
        /*transform-origin: 0 0;*/
        /*transform: rotate(-45deg);*/
        /*!*box-shadow: 0 6px 16px rgba(0,0,0,0.3);*!*/
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        margin-left: -7%;
        bottom: -2em;
        left: 50%;
        box-sizing: border-box;

        border-width: 11px;
        border-color: transparent transparent #F5C50D #F5C50D;

        transform-origin: 0 0;
        transform: rotate(-45deg);
        box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.15);

        /*box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);*/
    }


}

@media (max-width: 800px) {

    .header {
        background-color: #224556;
    }


    .intro-alert-title-cell > h2 {
        font-size: 18px;
    }

    .progress-snippet {
        box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.5);
        background-color: #2E687F;
        color: #eee;
    }

    .btn.btn-sd-block {
        text-align: center;
    }

    *, body {
        font-family: 'Muli', Helvetica, sans-serif;
    }

    html {
        background-position: center center;
    }

    .btn {
        font-size: 20px;
    }

    .inner-nav > li > a {
        border: none;
    }

    .sd.btn.yellow-btn {
        font-size: 16px;
    }

    .bg-white {
        background: #fff;
    }

    .drop-trigger .menu {
        background: none;
    }

    .line {
        background: #FFF;
    }

    .dropdown-list {
        text-align: left;
    }

    .club-dashboard > li {
        border: none;
    }

    .tab-head {
        background: rgb(0 0 0 / 24%);
    }

    .tab-head > li {
        background: #224556;
        font-size: 11px;
        text-align: center;
        font-weight: bold;
        border: none;
    }

    .tab-head > li.active:after {
        border-top-color: #224556;
    }

    .vertical-tab-content {
        border-bottom: 1px solid #ccc;
    }

    .settings, .notice, .refresh, .invite, .result {
        background-position: -94px -70px !important;;
        height: 34px;
        width: 34px;
    }

    .notice {
        background-position: -143px -70px !important;
    }

    .refresh {
        background-position: -190px -70px !important;
    }

    .invite {
        background-position: -241px -70px !important;
    }

    .result {
        background-position: -287px -70px !important;
    }

    .notice.active-notice {
        background-position: -334px -71px !important;
    }


    .wrap-content h1 {
        font-size: 48px;
    }


    .banner {
        background-position: 78% 0;
        background-size: auto auto;
    }

    .cost-table .table tbody td {
        font-size: 13px;
    }

    .cost-table .table th {
        font-size: 14px;
    }

    .intro > h2 {
        font-size: 42px;
    }


    .section-divider {
        font-size: 26px;
    }


    .sub-container > h3 {
        font-size: 28px;
    }

    .sub-container > p {
        font-size: 16px;
    }


    .notice-drop .dropdown-list {
        font-size: 14px;
    }


    .leaders-label {
        font-size: 2.9vw;
    }


    .xs-5 .leaders-label {
        font-size: 2.7vw;
    }

    .mob-alert > .alert {
        border-radius: 0;
        font-size: 12px;
        text-align: center;
    }

    .label.label-important {
        text-align: center;
    }

    .carousel-caption {
        font-size: 18px;
    }

    .carousel-caption > h3 {
        font-size: 28px;
    }

    .pub-header > p {
        font-size: 18px;
    }

    .tab-head li a > i.fa {
        font-size: 30px;
    }

    .home-subscribe h4 {
        font-size: 40px;
    }


    .web-tour .sub-container h3 {
        font-size: 26px;
    }


    .home-subscribe h4 {
        font-size: 30px;
    }

    .promo-subscribe .promo-video h4 {
        font-size: 36px;
    }

    .promo-subscribe .promo-video .thanks-text {
        font-size: 17px !important;
    }

    .promo-slide .carousel-caption > h3 {
        font-size: 18px;
    }

    .teamapp .sd-6.start-img {
        text-align: center;
    }


    .carousel-caption.video-slide > h3 {
        font-size: 23px;
    }

    .club-entry-info {
        font-size: 16px;
    }

    .sec_head span {
        font-size: 10px;
    }

    .form-comment-submit {
        font-size: 16px;
    }

    ul.pc-accordion-tab li.active > a {
        background-color: #fbfbfb;
    }

    ul.pc-accordion-tab li.accordion-title  {
        display: block;
    }

    ul.pc-accordion-tab li {
        border-bottom: 1px solid #ececec;
    }
}

@media (min-width: 768px) and (max-width: 800px) {

    .promo-subscribe h4 {
        font-size: 40px;
    }

    .promo-subscribe h4 {
        font-size: 30px;
    }

    .promo-subscribe .popupWindow.mbm > p {
        font-size: 15px;
    }

}


@media (max-width: 480px) {
    .container header h2 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: auto;
        font-size: 15px;
    }

    span.wall-timeago {
        display: none;
    }

    .btn-group .btn.btn-black {
        width: 150px;
    }

    .deal-form {
        padding-left: 35px;
    }

    .dropdown-list {
        width: 430px;
    }

    .pax.wrap-content {
        padding: 25px 20px;
        margin: 0;
    }

    .wrap-content h1 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .teamapp h1 {
        font-size: 20px;
    }

    .start-img img {
        width: 144px;
    }

    .pc-body {
        padding: 6px;
    }

    .welcome-note {
        margin-bottom: 20px;
    }

    .wrap-content .form-label {
        font-size: 16px
    }

    .xs-12 {
        width: 100%
    }

    .banner {
        background-position: 50% 0;
        background-size: auto auto;
        height: auto;
        padding: 50px 0 70px;
    }

    .intro > h2 {
        font-size: 22px;
    }

    .intro {
        float: none;
        margin: 0 auto;
        width: 90%;
    }

    .punt-home .btn, .sign-up-btn {
        font-size: 12px;
        height: 45px !important;
        width: 150px;
        line-height: 16px;
    }

    .sub-container {
        width: 95%;
    }

    .cost-table .table tbody td {
        font-size: 10px;
        padding: 10px;
    }

    .tick {
        border-width: 2px;
        height: 8px;
        width: 4px;
    }

    .section-divider {
        font-size: 12px;
        height: 85px;
        line-height: 85px;
    }

    .section-divider:after {
        height: 24px;
        left: 45%;
        top: 72px;
        width: 31px;
    }

    .sub-container > h3 {
        font-size: 20px;
    }

    .web-tour .sub-container p, .sub-container > p {
        font-size: 14px;
    }

    .punt-home .intro .btn {
        width: 110px !important;
    }

    .carousel-caption > h3 {
        font-size: 26px;
    }

    .carousel-caption > p {;
        font-size: 12px;
    }

    .btn.trs-btn {
        line-height: 45px;
        margin-top: 15px;
    }

    .how-works .container > p {
        font-size: 16px;
    }

    /*    .container > h3 {
            font-size: 30px;
            margin: 15px 0;
        }*/
    .copy {
        margin: 0;
        padding: 20px;
    }

    .btn.trs-btn {
        line-height: 35px;
    }

    .web-tour .carousel-inner > .item .container {
        padding: 0 20px
    }

    .web-tour .carousel-inner > .item {
        right: 0;
        width: 100%;
    }

    .sd-7.dark, .vertical-tab-head, .vertical-tab-content {
        padding: 15px
    }

    .row {
        margin: 0 -15px
    }

    .vertical-tab-content .table th, .vertical-tab-content .table td {
        padding: 8px 10px;
    }

    .attachment-box .form-control {
        width: 100% !important;
        padding: 5px !important;
    }

    .address-book {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }

    .rqst-btn {
        float: left;
        width: 100%;
    }

    .notice-drop .dropdown-list:after {
        display: block;
        left: 35%;
    }

    .notice-drop .dropdown-list:before {
        left: 34.8%;
    }

    .banner {
        background-position: 75% 0;
    }

    .date-of-birth .sd-4 {
        padding: 0 20px;
    }

    .date-of-birth {
        display: inline-block;
        padding: 0 25px;
        width: 100%;
    }

    .btn.yellow-btn.mtx {
        margin-top: 5px !important;
    }

    .carousel-inner > .item {
        height: auto;
        overflow: hidden;
        width: auto;
    }

    .carousel-caption {
        left: inherit;
        margin-left: 17%;
        right: inherit;
        top: 0;
        width: 300px;
    }

    .carousel-inner > .item > img {
        max-width: inherit;
        transform: translateX(-75px);
        -moz-transform: translateX(-75px);
        -ms-transform: translateX(-75px);
        -webkit-transform: translateX(-75px);
        -o-transform: translateX(-75px);
        width: 820px;
    }

    .ribbon-large .text {
        font-size: 12px;
        text-indent: 13px;
    }

    .ClubSettings .fa {
        padding-top: 0 !important;
    }

    .intc {
        background: none repeat scroll 0 0 #22b573;
        border-radius: 100%;
        color: #ffffff;
        display: inline-block;
        font-size: 14px;
        height: 28px;
        left: 25px;
        line-height: 28px;
        position: absolute;
        top: 6px;
        width: 28px;
    }

    .web-tour .sub-container h3 {
        font-size: 20px;
    }

    .teamapp .teamapp-vimeo {
        height: 275px;
    }

    .vertical-tab-content .table th, .vertical-tab-content .table td {
        padding: 8px 0px;
    }

    .show-wall-url-image h2 {
        font-size: 17px !important;
        line-height: 20px;
    }

    .wall-url-image {
        margin-bottom: 0px;
    }

    .comment-image-upload {
        height: 40px;
        width: 28px;
    }

    .ios-app-prompt p, .android-app-prompt p {
        padding: 5px 25px 5px 15px;
    }

    .ios-app-prompt, .android-app-prompt {
        height: 70px;
    }
}

@media (max-width: 380px) {
    .sd.btn.yellow-btn {
        margin-right: 10px;
        width: 120px;
        height: 44px;
    }

    .container header h2 {
        /*font-size: 16px;*/
        /*width: 165px;*/
        font-size: 13px;
        width: auto;
    }
}

@media (max-width: 360px) {
    html {
        background-size: auto 960px
    }

    .dropdown-list {
        width: 320px;
    }

    .club-entry-info.cf {
        padding-left: 10px;
        font-size: 16px;
    }

    .sd-6, .sd-12 {
        padding: 10px 15px;
    }

    .sd-4 {
        margin-bottom: 10px;
        width: 50%;
    }

    .sd-2 {
        width: 50%;
    }

    .club-entry-info.cf {
        padding-left: 35px;
    }

    .btn-group .btn.btn-black {
        font-size: 16px;
        width: 120px;
    }

    .deal-form {
        padding: 15px 25px;
    }

    .deal-value {
        font-size: 16px;
        padding: 5px;
        width: 60px;
    }

    .dropdown-list {
        top: 170%;
    }

    .line {
        height: 3px;
        margin-bottom: 4px;
    }

    .form-comment {
        font-size: 16px;
    }

    .alert-pop {
        margin-top: 50%
    }

    .notice-drop .dropdown-list:after {
        display: block;
        left: 28%;
    }

    .notice-drop .dropdown-list:before {
        left: 27.6%;
    }

    .notice-drop .dropdown-list {
        width: 300px
    }

    .settings, .notice, .refresh, .invite, .result {
        background-size: 300px auto;
        width: 17px;
        height: 17px;
    }

    .settings, btn-gear {
        background-position: -47px -35px !important
    }

    .notice {
        background-position: -71px -35px !important;
    }

    .refresh {
        background-position: -95px -35px !important;
    }

    .invite {
        background-position: -120px -35px !important;
    }

    .result {
        background-position: -143px -35px !important;
    }

    .club-dashboard > li:nth-child(2) {
        padding-left: 10px;
    }

    .web-start h2 {
        text-align: center;
    }

    .pop-up {
        width: 300px;
        height: 450px;
    }

    /*======= changes ========*/
    .banner {
        margin-top: 60px;
    }

    .dropdown-list {
        left: -10px;
        position: absolute;
        top: 47px;
    }

    .drop-trigger .menu {
        margin: 5px 0 0;
        width: 22px;
    }

    .sd.btn.yellow-btn {
        font-size: 11px;
        height: 35px !important;
        line-height: 34px;
        margin: 0;
        padding: 0;
        width: 92px;
    }

    .club-dashboard {
        padding: 15px;
        margin: 0 0 0px;
    }

    .club-dashboard > li {
        font-size: 1.4rem;
    }

    .club-dashboard h6 {
        font-size: 12px;
        margin-bottom: 0;
    }

    .tab-head > li {
        border-color: #1C1C1C;
        font-size: 8px;
        padding: 5px 0;
    }

    .btn.mini {
        font-size: 10px;
    }

    .club-sign-up .sd-4 {
        padding: 0 15px !important;
    }

    #view_subscriptions.table tr > td:first-child > a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 65px !important;
    }

    .club-entry-info .sd-4 {
        padding-bottom: 0;
    }

    .sdh {
        display: none
    }

    #invitations_index .inline > li.label {
        display: inline-block;
        float: left;
        height: 30px;
        line-height: 30px;
        width: 100%;
    }

    .date-of-birth {
        padding: 0;
    }

    .control-group .sd-4 {
        width: 33.33%;
    }

    .alert {
        font-size: 12px;
    }

    .check-notification {
        font-size: 13px;
    }

    .luxbet-customer, .tel-no {
        width: 77px;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .xfl {
        float: left
    }

    .checkbox-label {
        float: left;
        margin-left: 10px;
        width: 240px;
    }

    .info-section .sd-8.pc-content {
        width: 100%;
    }

    #suspend_user {
        margin-top: 10px
    }

    #suspend-save-button {
        margin-top: 10px !important;
    }

    .carousel-caption {
        left: inherit;
        margin-left: 10px;
        right: inherit;
        top: 0;

    }

    .club-entry > header, .broadcast-post > header {
        padding: 11px 10px 10px 10px;
    }

    .notice-drop .dropdown-list {
        left: -100%;
        top: 52px;
    }

    .notice.active-notice {
        background-position: -167px -35px !important;
    }

    .entry-content {
        padding-left: 20px;
    }

    .club-entry-info.cf {
        padding: 15px 20px;
    }

    #commentary-container.sd-8 {
        width: 88%;
    }

    .tab-head li a > i.fa {
        display: block;
        font-size: 18px;
        margin-bottom: 2px;
    }

    .tab-head > li.ClubSettings.active {
        padding: 6px 0;
    }

    .menu-icon {
        font-size: 12px;
    }

    .intc {
        background: none repeat scroll 0 0 #22b573;
        border-radius: 100%;
        color: #ffffff;
        display: inline-block;
        font-size: 10px;
        height: 15px;
        left: 13px;
        line-height: 15px;
        position: absolute;
        top: 7px;
        width: 17px;
    }

    #suspend-user-table .notbetting, #suspend-user-table .betting, #suspend-user-table .suspend, #suspend-user-table .unsuspend {
        padding: 6px 3px;
        width: 90px
    }

    .teamapp .teamapp-vimeo {
        height: 200px;
    }

    .club-sign-up .leaderboard-head {
        font-size: 12px;
        font-weight: bold;
    }

    .load-more .fa {
        margin: 0 25px;
    }

    .vertical-tab-content .table th, .vertical-tab-content .table td {
        padding: 8px 0px;
    }

    .gravatat-img .close .fa-times-circle {
        font-size: 25px;
    }

    .gravatat-img .close {
        right: -16px;
    }

    .form-comment-submit {
        font-size: 13px;
        height: 45px !important;
        line-height: 34px;
        margin: 0;
        padding: 0;
        width: 92px;
    }

    .image-upload-icon {
        margin-top: 4px;
        right: 98px;
    }

    .comment-image-upload {
        width: 38px;
    }

    .ios-app-prompt p, .android-app-prompt p {
        font-size: 14px;
    }

    .ios-app-prompt p {
        padding: 5px 22px 5px 15px;
    }

    .android-app-prompt p {
        padding: 5px 12px 5px 12px;
    }

}

@media (max-width: 480px) {
    .club-dashboard .timer > span {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 360px) {
    .header {
        background-color: #224556;
    }
}

.giphy-results {
    overflow-y: visible;
    overflow-x: hidden;
    padding-right: 28px;
    margin-right: -42px;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    /*position: absolute;*/
}

.giphy-results .results-page {
    line-height: 0;
    -webkit-column-count: 2;
    -webkit-column-gap:   0;
    -moz-column-count:    2;
    -moz-column-gap:      0;
    column-count:         2;
    column-gap:           0;
}

#giphy-container .giphy-results .results-page div {
    display: inline-block;
    width: 100% !important;
    height: auto !important;
}

.giphy-results img {
    padding: 1px;
    width: 100% !important;
}

.giphy-loader img {
    height: 21px;
    vertical-align: middle;
}

#giphy-container {
    -webkit-box-shadow: 0 0 65px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 65px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 65px -8px rgba(0, 0, 0, 0.75);
    display: none;
    position: absolute;
    right: -20px;
    width: 280px;
    height: 460px;
    min-height: 460px;
    z-index: 1000;
}

body.admin-area #giphy-container {
    width: 480px;
    right: auto;
    bottom: 40px;
}

#giphy-controls-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
}

#giphy-container .search-input input {
    width: 100%;
    padding: 12px;
}

#giphy-container .search-input {
    padding: 4px;
}

#giphy-container .search-input input {
    border: 1px solid #ccc;
    font-size: 16px;
}

@media (min-width: 800px) {
    #giphy-container:after, #giphy-container:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #giphy-container:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        margin-left: -8px;
        bottom: -2em;
        left: 50%;
        box-sizing: border-box;
        border-width: 11px;
        border-color: transparent transparent white white;
        transform-origin: 0 0;
        transform: rotate(-45deg);
        box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.15);
    }
}

@media (max-width: 800px) {
    #giphy-container {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100vh; /* fallback for browsers that don't support custom properties */
        height: calc(var(--vh, 1vh) * 100); /* fix the vh for mobile browsers and their pesky address bars */
        width: 100vw;
        transform: none;
    }

    #giphy-controls-container {
        position: absolute;
        display: flex;
        flex-direction: column;
        width: auto;
        height: auto;
        top: 1rem;
        bottom: 1rem;
        left: 1rem;
        right: 1rem;
        background-color: white;
    }
}

@media (max-width: 360px) {
    .giphy-loader img {
        height: 23px;
        padding-bottom: 3px;
    }
}
@charset "UTF-8";
.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\f120";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f122";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js *:not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster {
  display: block;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-fullscreen-control {
  display: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
          animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " ";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}
.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}
.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}
