/*! jQuery UI - v1.12.1 - 2017-08-20
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.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;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.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,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.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,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	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-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.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;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.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;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.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: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	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,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.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); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-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: -65px -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: -65px -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: 1px -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-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

.ui-datepicker {
    font-family: 'Dosis', sans-serif;
    border-radius: 0;
    padding: 0;
    border: 0;
    box-shadow: 2px 2px 5px #aaa;
    width: 14.5em;
}

.ui-datepicker table {
    font-size: 13px;
}

.ui-datepicker th,
.ui-datepicker td {
    padding: 0;
    width: 10px;
}

.ui-datepicker th {
    text-transform: uppercase;
    color: #E3797D;
    font-size: .8em;
    padding-bottom: 1em;
}

.ui-datepicker .ui-datepicker-header {
    border: none;
    border-radius: 0;
    background: #4ECDC4;
    color: #fff;
    margin-bottom: 14px;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1;
    padding: 3em 0;
    text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-month {
    display: block;
    font-size: 1.8em;
    margin-bottom: .4em;
}

.ui-datepicker .ui-datepicker-year {
    color: rgba(255, 255, 255, 0.7);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 50%;
    margin-top: -16px;
    border: 0;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
    left: 10px;
}

.ui-datepicker .ui-datepicker-next {
    right: 10px;
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
    background-position: -96px -32px;
}

.ui-datepicker .ui-datepicker-prev:hover .ui-icon {
    background-position: -96px -48px;
}

.ui-datepicker .ui-datepicker-next .ui-icon {
    background-position: -32px -32px;
}

.ui-datepicker .ui-datepicker-next:hover .ui-icon {
    background-position: -32px -48px;
}

.ui-datepicker .ui-state-default {
    border: none;
    background: transparent;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.ui-datepicker table {
    margin: auto;
}

.ui-datepicker table th {
    text-align: center;
}

.ui-datepicker table td a {
    display: block;
    text-decoration: none;
}

.ui-datepicker td.ui-datepicker-current-day .ui-state-default,
.ui-datepicker .ui-state-hover {
    background: #4ECDC4;
    color: #fff;
    filter: Alpha(Opacity=80);
    opacity: .8;
}

.ui-datepicker .ui-state-hover {
    background: #4ECDC4;
    color: #fff;
    filter: Alpha(Opacity=100);
    opacity: 1;
}


.ui-datepicker .ui-priority-secondary,
.ui-datepicker .ui-widget-content .ui-priority-secondary,
.ui-datepicker .ui-widget-header .ui-priority-secondary {
    opacity: .4;
    filter: Alpha(Opacity=40);
}
/* Optional: Adjust the positioning of the character count text. */
.mce-charactercount {
    margin: 2px 0 2px 2px;
    position: absolute;
    padding: 8px;
    right: 0;
    top: 0;
}
@charset "UTF-8";
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before, .container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

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

.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

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

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

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

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e5e5;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e5e5;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before, .nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5d5d;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before, .pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

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

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

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

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

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

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

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

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

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

figure, figcaption {
  display: block;
}

.transition {
  transition: top 400ms linear;
}

.timeTo {
  font-family: Tahoma, Verdana, Aial, sans-serif;
  font-size: 28px;
  line-height: 108%;
  font-weight: bold;
  height: 32px;
}

.timeTo span {
  vertical-align: top;
}

.timeTo.timeTo-white div {
  color: black;
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 38%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
  /* IE6-9 */
}

.timeTo.timeTo-black div {
  color: white;
  background: #45484d;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.timeTo.timeTo-black .timeTo-alert {
  background: #a74444;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #a74444 0%, #3f0000 67%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a74444', endColorstr='#3f0000',GradientType=0 );
  /* IE6-9 */
}

.timeTo.timeTo-white .timeTo-alert {
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 35%, #e17373 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e17373',GradientType=0 );
  /* IE6-9 */
}

.timeTo figure {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.timeTo figcaption {
  text-align: center;
  /*font-size: 12px;*/
  line-height: 80%;
  font-weight: normal;
  color: #888;
}

.timeTo div {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 30px;
  border-top: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  overflow: hidden;
}

.timeTo div.first {
  border-left: 1px solid silver;
}

.timeTo ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 3px;
}

.timeTo ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  font-family: "Poppins", sans-serif;
  background: #E1DFE2;
  font-size: 14px;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  overflow-y: scroll;
}

.wrapper {
  position: relative;
  transition: 0.3s;
  min-height: 100vh;
  padding-bottom: 58px;
  margin: 0 auto;
  max-width: 2390px;
  left: 0;
  background: #fff;
}

.wrapper.filter_blur {
  filter: blur(10px);
  overflow: hidden;
}

@media (max-width: 1340px) {
  .wrapper {
    padding-bottom: 52px;
  }
}

@media screen and (max-width: 991px) {
  .wrapper {
    padding-bottom: 40px;
  }
  .wrapper.filter_blur {
    filter: none;
    overflow: visible;
  }
}

.loading-indicator {
  width: 60px;
  margin: 0 20px;
}

.alert p {
  font-size: 15px;
  padding-bottom: 10px;
}

.alert small {
  font-size: 14px;
}

.header__logo {
  padding: 10px;
}

.photo_overlay_contains {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #444444;
  padding: 10px;
  z-index: 5;
}

.photo_overlay_contains .title, .photo_overlay_contains .sensitive-content-title {
  font-size: 17px;
  color: #fff;
  font-weight: normal;
  display: block;
  line-height: 1.4;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .photo_overlay_contains .title, .photo_overlay_contains .sensitive-content-title {
    font-size: 12px;
  }
}

.photo_overlay_contains .sensitive-content-title {
  padding-bottom: 0px;
}

.photo_overlay_contains .overlay_contains {
  text-align: center;
}

.photo_overlay_contains .overlay_contains .buttons-container, .photo_overlay_contains .overlay_contains .profile-buttons-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.photo_overlay_contains .overlay_contains .always-show-label {
  margin-top: 5px;
  padding-bottom: 3px;
  border-bottom: 1px solid white;
  cursor: pointer;
  font-size: 15px;
}

.photo_overlay_contains .overlay_contains .buttons-container > button:last-child {
  margin-top: 10px;
}

.photo_overlay_contains .overlay_contains .profile-buttons-container > button:last-child {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .photo_overlay_contains .overlay_contains .profile-buttons-container {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .photo_overlay_contains .overlay_contains {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .photo_overlay_contains .overlay_contains {
    padding-top: 15px;
  }
}

.photo_overlay_show_badges {
  align-items: center;
}

hr {
  width: 100%;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  hr {
    margin-bottom: 20px;
    margin-top: 5px;
  }
}

a {
  cursor: pointer;
  color: #017783;
  text-decoration: underline;
}

a:hover {
  color: #00A3B3;
  text-decoration: none;
}

input, a, button, select, textarea, .item {
  outline: none !important;
  transition: 0.3s;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row:before, .row:after {
  content: none;
}

.f-bold {
  font-weight: bold;
}

.f-bold-500 {
  font-weight: 500;
}

.f-bold-600 {
  font-weight: 600;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.j-center {
  justify-content: center;
}

.j-flex-end {
  justify-content: flex-end;
}

.a-center {
  align-items: center;
}

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

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

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

.t-uppercase {
  text-transform: uppercase;
}

.padding-0 {
  padding: 0 !important;
}

.active {
  opacity: 1;
}

.compensate-for-scrollbar {
  margin: 0 !important;
}

.fancybox-bg {
  background: none;
}

@media screen and (max-width: 991px) {
  .fancybox-bg {
    background: rgba(19, 19, 19, 0.7);
  }
}

.popover {
  margin-top: 18px;
}

.popover .popover-content p {
  font-size: 16px;
  padding: 0;
}

.fa-spinner:before {
  animation: rotateSpinner 1s infinite ease-in-out;
  display: inline-block;
}

@keyframes rotateSpinner {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.photo_view_information__slider .slick-prev,
.photo_view_information__slider .slick-next {
  display: none !important;
}

@media (min-width: 430px) and (max-width: 767px) {
  .container, .container-fluid {
    max-width: 100%;
  }
}

.modal_main {
  display: none;
}

.like_btn {
  background: transparent;
  border: none;
  transition: 0.3s;
}

.like_btn:hover {
  transform: scale(1.2);
}

.btn_like,
.btn_comment,
.btn_mark {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.btn_like .number,
.btn_comment .number,
.btn_mark .number {
  margin-right: 7px;
  color: #fff;
}

.btn_like:hover {
  color: #e33649;
}

.article__extra_credit {
  display: block;
  text-align: center;
  border: 2px dashed #C6C6C6;
  border-radius: 4px;
  background: #f9f9f9;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #00A3B3;
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
}

@media screen and (max-width: 1200px) {
  .article__extra_credit {
    font-size: 17px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .article__extra_credit {
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    border: 1px dashed #C6C6C6;
  }
}

.main_loader {
  padding: 26px 60px;
  background: #00a3b3;
  border-radius: 5px;
  font-size: 32px;
  line-height: 1.1;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  white-space: nowrap;
  font-family: "Sue Ellen Francisco", cursive;
}

@media screen and (max-width: 1200px) {
  .main_loader {
    padding: 26px 60px;
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .main_loader {
    padding: 22px 60px;
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .main_loader {
    padding: 12px 20px;
    font-size: 18px;
  }
}

.loading_start {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  color: #5D5D5D;
  font-weight: normal;
}

.loading_start i {
  animation: dots 2s infinite;
}

@keyframes dots {
  35% {
    .loading_start:nth-child(1) {
      opacity: 0;
    }
    .loading_start:nth-child(2) {
      opacity: 1;
    }
    .loading_start:nth-child(3) {
      opacity: 1;
    }
  }
  65% {
    .loading_start:nth-child(1) {
      opacity: 1;
    }
    .loading_start:nth-child(2) {
      opacity: 0;
    }
    .loading_start:nth-child(3) {
      opacity: 1;
    }
  }
  100% {
    .loading_start:nth-child(1) {
      opacity: 1;
    }
    .loading_start:nth-child(2) {
      opacity: 1;
    }
    .loading_start:nth-child(3) {
      opacity: 0;
    }
  }
}

.drag_over {
  border: 2px dashed #5aa55a !important;
  background: #f9f9f9;
}

.drag_over .green_text {
  color: #5aa55a !important;
}

.error_text {
  color: #CA0300;
  font-size: 12px;
}

.tags_field {
  width: 85%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
}

.tags_input {
  flex-grow: 5;
}

.loader {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
  margin: 0 15px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: #00A3B3;
  animation: spin 2s linear infinite;
  z-index: 1001;
}

.loader:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: #F9C000;
  animation: spin 3s linear infinite;
}

.loader:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: #e65f50;
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.relative_help_container {
  position: relative;
}

.help_note {
  background: #e65f50;
  padding: 20px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translate(100%, -50%);
  width: 45%;
  z-index: 20;
  display: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.help_note:before {
  content: '';
  left: 7px;
  top: 7px;
  position: absolute;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 1px dashed #fff;
  border-radius: 4px;
}

.help_note p {
  padding: 0;
  margin: 0;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.help_note.help_note_left {
  left: -5%;
  transform: translate(-100%, -50%);
}

.help_note.help_note_left:after {
  content: '';
  position: absolute;
  right: -16px;
  top: 50%;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 8px solid #e65f50;
}

.help_note.help_note_right {
  right: -5%;
  transform: translate(100%, -50%);
}

.help_note.help_note_right:after {
  content: '';
  position: absolute;
  left: -16px;
  top: 50%;
  margin-top: -8px;
  border: 8px solid transparent;
  border-right: 8px solid #e65f50;
}

.help_note_bottom {
  top: auto;
  right: auto;
  left: 50%;
  bottom: 0;
  width: 100%;
  transform: translate(-50%, 100%);
}

.album_intro__body .album_week p {
  text-align: left;
}

.red_asterisk {
  color: #e65f50;
}

.btn_red:disabled,
.btn_disabled {
  background-color: #c3c3c3 !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
  box-shadow: 0px 4px 0px #9a9696 !important;
}

#shortBlurb img {
  transition: 0.3s;
}

#shortBlurb {
  transition: 0.3s;
}

#shortBlurb.hidden-block img {
  height: 0;
}

#shortBlurb.hidden-block {
  max-height: 120px;
  overflow: hidden;
}

.tags_field {
  width: 100%;
  background: #fff;
}

.tags_container {
  display: flex;
  align-items: center;
}

.tags_container span {
  border: 1px solid black;
  margin-right: 5px;
}

.tags_input {
  flex-grow: 5;
  max-width: 100%;
  background: transparent;
  border: none;
}

.tags_field {
  white-space: nowrap;
}

.tags_input {
  margin-left: -3px;
  width: 100%;
}

.tags_variants {
  padding: 5px 0;
  border: 1px solid #C6C6C6;
  border-radius: 4px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  min-width: 380px;
  top: 100%;
  position: absolute;
  transform: translateY(10px);
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 5;
}

.tags_variants:before {
  content: '';
  position: absolute;
  top: -12px;
  left: 20px;
  border: 6px solid transparent;
  border-bottom: 6px solid #C6C6C6;
}

.tags_variants:after {
  content: '';
  position: absolute;
  top: -11px;
  left: 20px;
  border: 6px solid transparent;
  border-bottom: 6px solid #fff;
}

.tags_variants ul {
  width: 100%;
  padding: 10px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.tags_variants ul .tag-item {
  padding: 0;
}

.tag-item {
  width: auto;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
}

.tag-item button, .tag-item span {
  font-size: 13px;
  padding: 7px 15px;
  border-radius: 4px;
  text-decoration: none;
  outline: none;
  border: none;
  position: relative;
  top: 0;
  display: inline-block;
  cursor: pointer;
  background: #F2F2F2;
  color: #444444;
  transition: 0.3s;
}

.tag-item button:hover, .tag-item button:focus, .tag-item span:hover, .tag-item span:focus {
  background: #f1f1f1;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.17);
}

@media screen and (max-width: 767px) {
  .tag-item {
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .tag-item button, .tag-item span {
    font-size: 12px;
    padding: 7px 10px;
  }
}

#check24 {
  width: 0;
}

.error, .error_text {
  font-weight: 600;
  font-size: 20px;
  padding: 10px 0;
  color: #e65f50 !important;
}

.fas.fa-certificate.new {
  display: inline-block;
  position: relative;
  line-height: 1;
  color: #91DC5A !important;
  text-shadow: none;
}

.fas.fa-certificate.new span {
  text-transform: uppercase;
  color: #fff;
  font-size: 6px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 500;
  font-family: Arial;
  transform: translate(-50%, -50%);
}

#dontDownloadMessage {
  position: fixed;
  background: rgba(115, 115, 115, 0.75);
  border-radius: 5px;
  padding: 15px;
}

#dontDownloadMessage p {
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #fff;
}

.sensitive_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  cursor: default;
}

.sensitive_content_for_item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #444444;
  color: #fff;
}

.sensitive_content_for_item .overlay_contains {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sensitive_content_for_item .overlay_contains .title {
  margin-bottom: 15px;
}

.radio_button_sensitive {
  margin-left: 40px;
}

.limited {
  color: #e65f50 !important;
  font-weight: 700;
}

.intro_main__timer {
  overflow: visible !important;
}

.photo_caption {
  border: none;
  background: none;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  margin-bottom: 20px;
  word-break: break-word;
  margin-top: 12px;
}

.photo_caption.short {
  max-height: 7.25em;
  overflow: hidden;
  height: -webkit-fit-content;
  height: fit-content;
  text-overflow: ellipsis;
  margin-bottom: 0 !important;
}

.opacity {
  opacity: 0;
}

.info_about_next_challenge {
  padding: 10px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info_about_next_challenge span {
  display: block;
  font-weight: 700;
}

.first-poster p, .first-poster label {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  line-height: 1;
}

.challenge_view__intro_content .block_caption__center .sub {
  margin-bottom: 10px !important;
}

.sign_manifesto_footer {
  justify-content: center !important;
}

.after_caption {
  font-family: "Sue Ellen Francisco", cursive;
  font-weight: bold;
  font-size: 26px !important;
  color: #e65f50 !important;
}

.drop-zone {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000000;
}

.input_error {
  border: 1px solid #D52E27 !important;
  box-shadow: 0px 0px 4px #D52E27;
}

.dropzone_error {
  border: 2px dashed #D52E27 !important;
}

.sitebar_flex {
  display: flex !important;
  align-items: center;
}

.first_view {
  animation: blinker 2s ease infinite;
  background: #ffe90d !important;
}

@keyframes blinker {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.3;
  }
}

.user__image {
  position: relative;
}

.user__image a {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.helpful_tags_container {
  display: flex;
}

.helpful_tags_container .tags_variants ul {
  display: flex;
  flex-direction: column;
}

.helpful_tags_container .tags_variants ul:focus {
  box-shadow: none;
  outline: none;
}

.helpful_tags_container .tags_variants.nowrap ul {
  flex-direction: row;
  width: 100%;
}

.tips_tuts_btn {
  font-size: 20px;
}

.unfollow_text {
  display: none;
}

.following:hover .follow_text {
  display: none;
}

.following:hover .unfollow_text {
  display: block;
}

.not_yet_live {
  display: inline-block;
  border: 2px solid #00A3B3;
  border-radius: 4px;
  padding: 5px 20px;
  margin-bottom: 20px;
}

/* ===== BUTTON ============= */
.btn_default {
  display: inline-block;
  padding: 18px 45px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background: #00A3B3;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.17);
  position: relative;
  transition: 0.2s;
  white-space: nowrap;
}

.btn_default:hover, .btn_default:focus {
  text-decoration: none;
  color: #fff;
  background: #017783;
}

.btn_default:active {
  transform: scale(0.95);
}

.btn_default.dropdown-toggle {
  padding-right: 55px;
  padding-left: 30px;
}

.btn_default.dropdown-toggle i {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
}

.btn_default.btn_large {
  padding: 20px 55px;
  font-size: 20px;
}

.btn_default.btn_yellow {
  background: #F9C000;
  color: #fff;
  box-shadow: 0px 4px 0px #CC9E01;
}

.btn_default.btn_yellow:hover, .btn_default.btn_yellow:focus {
  box-shadow: 0px 2px 0px #CC9E01;
}

.btn_default.btn_full {
  width: 100%;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.btn_default.btn_back {
  padding: 11px 25px;
  padding-left: 40px;
}

.btn_default.btn_back i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.btn_default.btn_back:hover {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.17);
}

.btn_default.btn_next {
  padding: 11px 25px;
  padding-right: 40px;
}

.btn_default.btn_next i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.btn_default.btn_next:hover {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.17);
}

.btn_default.btn_small {
  font-size: 14px;
  padding: 11px 20px;
}

.btn_default.btn_small.btn_icon {
  padding-left: 37px;
  padding-right: 18px;
}

.btn_default.btn_small.btn_icon.delete {
  left: 50%;
  transform: translateX(-50%);
}

.btn_default.btn_small.btn_icon i {
  left: 10px;
  font-size: 16px;
}

.btn_default.btn_black {
  background: #5D5D5D;
  color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.17);
}

.btn_default.btn_black:hover, .btn_default.btn_black:focus {
  background: #464646;
}

.btn_default.btn_gray {
  background: #F2F2F2;
  color: #444444;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.17);
}

.btn_default.btn_gray:hover, .btn_default.btn_gray:focus {
  background: #e9e9e9;
}

.btn_default.btn_icon {
  padding-left: 55px;
  padding-right: 30px;
}

.btn_default.btn_icon i {
  position: absolute;
  left: 20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
}

.btn_default.btn_red {
  background: #e65f50;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.17);
}

.btn_default.btn_red:hover, .btn_default.btn_red:focus {
  background: #c35347;
}

.btn_default.btn_grey {
  background: #7a7a7a;
}

.btn_default.btn_white {
  background: #F8F8F8;
  color: #000000;
}

.btn_default.btn_fb {
  background: #1877f2;
  box-shadow: 0px 4px 0px #2F519D;
}

.btn_default.btn_fb:hover, .btn_default.btn_fb:focus {
  box-shadow: 0px 2px 0px #2F519D;
}

.btn_default.btn_ins {
  font-family: Helvetica, Arial, sans-serif;
  background: #E64F78;
  font-size: 14px;
  border-radius: 4px;
  height: 38px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.17);
  padding: 18px 45px;
}

.btn_default.btn_ins:hover, .btn_default.btn_ins:focus {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.17);
}

.btn_default.following {
  background: #00A3B3;
}

.btn_default.following:focus {
  background: #00A3B3;
}

.btn_default.following:hover {
  background: #E65F4F;
}

.btn_default.btn_loader {
  padding: 16px 24px;
}

.btn_default.btn_loader i {
  font-size: 20px;
  line-height: 0.4;
  margin-right: 15px;
  position: relative;
  top: 2px;
}

.btn_default.btn_info {
  font-size: 17px;
  font-weight: normal;
  color: #5D5D5D;
  background: transparent;
  border: 1px solid #5D5D5D;
  border-radius: 10px;
  padding: 14px 55px;
}

.btn_default.btn_info:hover {
  background: #F8F8F8;
}

.btn_default.btn_brand {
  border-radius: 10px;
  font-size: 21px;
  font-weight: 600;
}

.btn_default.btn_brand_patron {
  border-radius: 10px;
  font-size: 25px;
  font-weight: 600;
  background: #475993;
  padding: 23px 45px;
}

.btn_default.btn_brand_patron:hover {
  background: #303e64;
}

@media screen and (max-width: 767px) {
  .btn_default.btn_brand_patron {
    font-size: 21px;
    padding: 16px 33px;
  }
}

@media screen and (max-width: 1200px) {
  .btn_default {
    font-size: 15px;
    padding: 16px 35px;
  }
}

@media screen and (max-width: 767px) {
  .btn_default {
    padding: 10px 25px;
    font-size: 12px;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.13);
  }
  .btn_default.btn_icon {
    padding-left: 30px;
  }
  .btn_default.btn_icon i {
    left: 10px;
    font-size: 13px;
  }
  .btn_default.btn_small {
    font-size: 12px;
    padding: 9px 15px;
  }
  .btn_default.btn_small.btn_icon {
    padding-left: 25px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 321px) {
  .btn_default.btn_small.btn_icon {
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .btn_default.btn_small.btn_icon i {
    left: 7px;
    font-size: 11px;
    transform: translateY(-55%);
  }
}

@media screen and (max-width: 767px) and (max-width: 321px) {
  .btn_default.btn_small.btn_icon i {
    font-size: 10px;
    transform: translateY(-60%);
  }
}

@media screen and (max-width: 767px) {
  .btn_default.btn_large {
    padding: 15px 25px;
    font-size: 14px;
  }
  .btn_default.btn_back {
    padding: 8px 17px;
    padding-left: 30px;
  }
  .btn_default.btn_back i {
    left: 11px;
  }
  .btn_default.btn_next {
    padding: 8px 17px;
    padding-right: 30px;
  }
  .btn_default.btn_next i {
    right: 11px;
  }
  .btn_default.dropdown-toggle {
    padding-right: 27px;
    padding-left: 15px;
  }
  .btn_default.dropdown-toggle i {
    right: 10px;
    font-size: 13px;
  }
}

.btn_round {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-block;
  background: none;
  color: #e76759;
  font-size: 16px;
  text-decoration: none;
  line-height: 1;
  font-weight: 300;
  border: none;
}

.btn_round:hover {
  background: #F8F8F8;
}

.link_icon i {
  display: inline-block;
  line-height: 1;
  position: relative;
  top: -1px;
  left: 0;
  margin-right: 10px;
  transition: 0.4s;
}

.link_icon:hover .fa-pencil-alt {
  left: -5px;
  color: #00A3B3;
}

.link_icon:hover .fa-trash-alt {
  left: -5px;
  color: #e65f50;
}

.btn_option {
  display: flex;
  width: 35px;
  height: 35px;
  min-width: 35px;
  border-radius: 50%;
  line-height: 1;
  align-items: center;
  justify-content: center;
  border: 1px solid #C6C6C6;
  background: #fff;
  font-size: 19px;
  color: #C6C6C6;
}

.btn_option i {
  display: inline-block;
  line-height: 1;
}

.btn_option:hover, .btn_option:focus {
  background: #F8F8F8;
}

.btn_option:active {
  transform: scale(0.9);
}

@media screen and (max-width: 767px) {
  .btn_option {
    width: 30px;
    height: 30px;
    min-width: 30px;
    font-size: 14px;
  }
}

/*_______ Dropdown ________*/
.dropdown .dropdown-menu {
  display: block;
  opacity: 0;
  top: 120%;
  visibility: hidden;
  transition: 0.4s;
}

.dropdown .dropdown-menu li a {
  text-decoration: none;
}

.dropdown .dropdown-menu .dropdown-menu {
  top: auto;
  left: 100%;
  transform: translateY(-2rem);
}

.dropdown .dropdown-item + .dropdown-menu {
  display: block;
  opacity: 0;
  transition: opacity .3s 1s;
}

.dropdown .dropdown-item.submenu::after {
  content: '▸';
  margin-left: 0.5rem;
}

.dropdown .dropdown-item:hover + .dropdown-menu,
.dropdown .dropdown-menu:hover {
  opacity: 1;
  transition: opacity .3s .1s;
}

.dropdown.open .dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.dropdown a,
li.dropdown a {
  position: relative;
}

.dropdown a i,
li.dropdown a i {
  color: #888888;
  position: relative;
  margin-left: 9px;
  top: 1px;
}

.dropdown a:after,
li.dropdown a:after {
  display: none;
}

.dropdown a:hover .fa-angle-down,
li.dropdown a:hover .fa-angle-down {
  animation: shutdown 0.4s ease-in-out;
}

@keyframes shutdown {
  0% {
    top: 1px;
  }
  70% {
    top: -2px;
  }
  85% {
    top: 4px;
  }
  100% {
    top: 1px;
  }
}

.dropdown a.btn_default i,
li.dropdown a.btn_default i {
  color: #fff;
}

.dropdown .dropdown-menu,
li.dropdown .dropdown-menu {
  padding: 5px 0;
  border: 1px solid #C6C6C6;
  border-radius: 4px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  min-width: 270px;
}

.dropdown .dropdown-menu:before,
li.dropdown .dropdown-menu:before {
  content: '';
  position: absolute;
  top: -12px;
  left: 30px;
  border: 6px solid transparent;
  border-bottom: 6px solid #C6C6C6;
}

.dropdown .dropdown-menu:after,
li.dropdown .dropdown-menu:after {
  content: '';
  position: absolute;
  top: -11px;
  left: 30px;
  border: 6px solid transparent;
  border-bottom: 6px solid #fff;
}

.dropdown .dropdown-menu li,
li.dropdown .dropdown-menu li {
  padding: 0;
}

.dropdown .dropdown-menu li a,
li.dropdown .dropdown-menu li a {
  font-size: 17px;
  color: #444444;
  background: none;
  padding: 14px 25px;
  position: relative;
  left: 0;
}

.dropdown .dropdown-menu li a:hover,
li.dropdown .dropdown-menu li a:hover {
  left: 5px;
}

.dropdown .dropdown-menu.position_right,
li.dropdown .dropdown-menu.position_right {
  left: auto;
  right: 0;
}

.dropdown .dropdown-menu.position_right:before, .dropdown .dropdown-menu.position_right:after,
li.dropdown .dropdown-menu.position_right:before,
li.dropdown .dropdown-menu.position_right:after {
  left: auto;
  right: 20px;
}

.dropdown .dropdown-menu.small_list,
li.dropdown .dropdown-menu.small_list {
  margin-top: 10px;
  min-width: 170px;
}

.dropdown .dropdown-menu.small_list:before,
li.dropdown .dropdown-menu.small_list:before {
  top: -12px;
  left: 20px;
  border: 6px solid transparent;
  border-bottom: 6px solid #C6C6C6;
}

.dropdown .dropdown-menu.small_list:after,
li.dropdown .dropdown-menu.small_list:after {
  top: -11px;
  left: 20px;
  border: 6px solid transparent;
  border-bottom: 6px solid #fff;
}

.dropdown .dropdown-menu.small_list li a,
li.dropdown .dropdown-menu.small_list li a {
  font-size: 15px;
  padding: 10px 15px;
}

.dropdown .dropdown-menu.small_list.position_right,
li.dropdown .dropdown-menu.small_list.position_right {
  left: auto;
  right: 0;
}

.dropdown .dropdown-menu.small_list.position_right:before, .dropdown .dropdown-menu.small_list.position_right:after,
li.dropdown .dropdown-menu.small_list.position_right:before,
li.dropdown .dropdown-menu.small_list.position_right:after {
  left: auto;
  right: 14px;
}

@media screen and (max-width: 767px) {
  .dropdown .dropdown-menu,
  li.dropdown .dropdown-menu {
    min-width: 200px;
  }
  .dropdown .dropdown-menu:before,
  li.dropdown .dropdown-menu:before {
    top: -10px;
    left: 10px;
    border: 5px solid transparent;
    border-bottom: 5px solid #C6C6C6;
  }
  .dropdown .dropdown-menu:after,
  li.dropdown .dropdown-menu:after {
    top: -9px;
    left: 10px;
    border: 5px solid transparent;
    border-bottom: 5px solid #fff;
  }
  .dropdown .dropdown-menu li a,
  li.dropdown .dropdown-menu li a {
    font-size: 13px;
    padding: 10px 15px;
  }
  .dropdown .dropdown-menu li a:hover,
  li.dropdown .dropdown-menu li a:hover {
    left: 3px;
  }
  .dropdown .dropdown-menu.position_right:before, .dropdown .dropdown-menu.position_right:after,
  li.dropdown .dropdown-menu.position_right:before,
  li.dropdown .dropdown-menu.position_right:after {
    left: auto;
    right: 10px;
  }
}

.dropdown_default a i {
  animation: none !important;
}

.dropdown_default .dropdown-menu {
  margin-top: 17px;
}

.dropdown_default .dropdown-menu.position_right {
  left: auto;
  right: 0;
}

.dropdown_default .dropdown-menu.position_right:before, .dropdown_default .dropdown-menu.position_right:after {
  left: auto;
  right: 18px;
}

.prompt-default {
  font-weight: 600;
  display: block;
  width: 100%;
  font-size: 14px;
  color: #e65f50;
  margin: 7px 0;
}

/* ===== Forms ============= */
.row_form {
  display: flex;
  justify-content: flex-start !important;
  margin-left: -10px;
  margin-right: -10px;
}

.row_form .box_form {
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .row_form .box_form {
    width: 100%;
  }
}

.line_gray {
  margin: 20px 0 40px;
  height: 1px;
  width: 100%;
  background: #e9e9e9;
}

@media screen and (max-width: 767px) {
  .line_gray {
    margin: 5px 0 20px;
  }
}

.required-field {
  display: inline-block;
  margin-left: 3px;
  font-size: 13px;
  color: #e65f50;
}

select {
  -webkit-appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ0NC44MTkgNDQ0LjgxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQ0LjgxOSA0NDQuODE5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+Cgk8cGF0aCBkPSJNNDM0LjI1MiwxMTQuMjAzbC0yMS40MDktMjEuNDE2Yy03LjQxOS03LjA0LTE2LjA4NC0xMC41NjEtMjUuOTc1LTEwLjU2MWMtMTAuMDk1LDAtMTguNjU3LDMuNTIxLTI1LjcsMTAuNTYxICAgTDIyMi40MSwyMzEuNTQ5TDgzLjY1Myw5Mi43OTFjLTcuMDQyLTcuMDQtMTUuNjA2LTEwLjU2MS0yNS42OTctMTAuNTYxYy05Ljg5NiwwLTE4LjU1OSwzLjUyMS0yNS45NzksMTAuNTYxbC0yMS4xMjgsMjEuNDE2ICAgQzMuNjE1LDEyMS40MzYsMCwxMzAuMDk5LDAsMTQwLjE4OGMwLDEwLjI3NywzLjYxOSwxOC44NDIsMTAuODQ4LDI1LjY5M2wxODUuODY0LDE4NS44NjVjNi44NTUsNy4yMywxNS40MTYsMTAuODQ4LDI1LjY5NywxMC44NDggICBjMTAuMDg4LDAsMTguNzUtMy42MTcsMjUuOTc3LTEwLjg0OGwxODUuODY1LTE4NS44NjVjNy4wNDMtNy4wNDQsMTAuNTY3LTE1LjYwOCwxMC41NjctMjUuNjkzICAgQzQ0NC44MTksMTMwLjI4Nyw0NDEuMjk1LDEyMS42MjksNDM0LjI1MiwxMTQuMjAzeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojNjY2NjY2IiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgo8L2c+PC9nPiA8L3N2Zz4=);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  cursor: pointer;
}

select:hover {
  animation: shutdown_select 0.2s ease-in-out;
}

@keyframes shutdown_select {
  0% {
    background-position: calc(100% - 10px) center;
  }
  70% {
    background-position: calc(100% - 10px) 42%;
  }
  85% {
    background-position: calc(100% - 10px) 51%;
  }
  100% {
    background-position: calc(100% - 10px) center;
  }
}

@media screen and (max-width: 767px) {
  select {
    background-size: 10px;
    background-position: calc(100% - 8px) center;
  }
}

select option {
  word-break: normal;
  white-space: normal;
  width: 100%;
}

.tips-col input {
  width: calc(100% - 25px) !important;
}

.tips-col span {
  margin-left: 10px;
  cursor: pointer;
}

.tips-col span:hover {
  color: #e65f50;
}

.group {
  padding-bottom: 20px;
}

.group .group_double {
  margin: 0;
}

.group .title {
  font-size: 15px;
  display: block;
  line-height: 1;
  color: #444444;
  font-weight: 500;
  padding-bottom: 9px;
}

.group .title.delete-title {
  font-size: 18px;
  color: #444;
  font-weight: 400;
}

.group input, .group select, .group textarea {
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  height: 44px;
  border: 1px solid #C6C6C6;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}

.group input::placeholder, .group select::placeholder, .group textarea::placeholder {
  position: relative;
  left: 0;
  transition: 0.3s;
}

.group input:focus, .group select:focus, .group textarea:focus {
  border: 1px solid #F9C000;
  box-shadow: 0px 0px 4px #F9C000;
}

.group input:focus::placeholder, .group select:focus::placeholder, .group textarea:focus::placeholder {
  left: 20px;
  opacity: 0;
}

.group select {
  background-color: #fff;
  padding-right: 35px;
}

.group select[multiple] {
  background: none;
  height: 140px;
}

.group textarea {
  min-height: 190px;
  overflow-x: hidden;
}

.group .tox-tinymce {
  border-radius: 5px;
}

.group .input_add {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
}

.group .input_add input, .group .input_add select {
  padding-left: 50px;
}

.group .input_add i {
  display: flex;
  width: 40px;
  height: 100%;
  position: absolute;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #444444;
  left: 0;
  top: 0;
  z-index: 5;
  background: #ECEEEF;
  line-height: 2;
  border: 1px solid #C6C6C6;
  border-radius: 5px 0 0 5px;
}

.group .ui-datepicker {
  border-radius: 5px;
  margin-top: 10px;
  overflow: hidden;
  width: 100%;
  min-width: 250px;
}

.group .frame_tags {
  display: flex;
  flex-wrap: wrap;
  min-height: 44px;
  align-items: center;
  padding: 9px 15px;
  border: 1px solid #C6C6C6;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  border-radius: 5px;
}

.group .frame_tags::placeholder {
  position: relative;
  left: 0;
  transition: 0.3s;
}

.group .frame_tags:focus {
  border: 1px solid #F9C000;
  box-shadow: 0px 0px 4px #F9C000;
}

.group .frame_tags:focus::placeholder {
  left: 20px;
  opacity: 0;
}

.group .frame_tags input {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0;
  padding: 0;
  line-height: 1;
  background: none;
  border: none;
  box-shadow: none;
}

.group .frame_tags input:hover, .group .frame_tags input:focus {
  box-shadow: none;
  border: none;
}

.group .frame_tags input[type=file] {
  width: 100%;
}

.group .frame_tags .tags-list {
  display: inline-block;
  line-height: 1;
  background: #5D5D5D;
  font-size: 12px;
  color: #FFF;
  position: relative;
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 7px 10px;
  padding-right: 20px;
  border-radius: 4px;
}

.group .frame_tags .tags-list .remove-tag {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  transition: 0.4s;
}

.group .frame_tags .tags-list .remove-tag:hover {
  color: rgba(255, 255, 255, 0.62);
}

.group .btn_default {
  height: 44px;
  font-size: 15px;
  padding: 14px 20px;
}

.group .btn_default.btn_full {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .group {
    width: 100%;
  }
  .group .title {
    font-size: 13px;
    padding-bottom: 5px;
  }
  .group input, .group select, .group textarea {
    padding: 9px 10px;
    height: 40px;
    font-size: 14px;
  }
  .group select {
    padding-right: 26px;
  }
  .group textarea {
    min-height: 110px;
  }
  .group .input_add {
    width: 100%;
  }
  .group .input_add i {
    font-size: 16px;
  }
  .group .btn_default {
    height: 40px;
    font-size: 13px;
    padding: 14px 20px;
  }
}

.group_for_icon {
  position: relative;
}

.group_for_icon input {
  background: none;
  position: relative;
  z-index: 10;
}

.group_for_icon i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #888888;
  z-index: 5;
}

.group_for_icon .input-group-addon {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 55;
}

.group_btn {
  text-align: center;
}

.group_btn .btn_default {
  padding: 11px 35px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .group_btn .btn_default {
    padding: 10px 20px;
    font-size: 15px;
  }
}

.group_double {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}

.group_double .title {
  display: flex;
  align-items: center;
  width: 40%;
  padding: 8px 15px;
  border-radius: 5px 0 0 5px;
  border: 1px solid #C6C6C6;
  font-size: 15px;
  height: 44px;
  font-weight: normal;
  margin: 0;
  background: #f2f2f2;
  text-align: right;
}

.group_double .btn_replace {
  transition: 0.3s;
  width: -webkit-fit-content;
  width: fit-content;
  background: #00A3B3;
  color: #fff;
  border: 1px solid #00A3B3;
  cursor: pointer;
}

.group_double .btn_replace:hover {
  background: #017783;
  border: 1px solid #017783;
}

.group_double .input-group-addon {
  width: -webkit-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}

.group_double input {
  width: 60%;
  height: 44px;
  padding: 9px 15px;
  border-radius: 0 5px 5px 0;
  border: 1px solid #C6C6C6;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  margin-left: -1px;
}

.group_double input::placeholder {
  position: relative;
  left: 0;
  transition: 0.3s;
}

.group_double input:focus {
  border: 1px solid #F9C000;
  box-shadow: 0px 0px 4px #F9C000;
}

.group_double input:focus::placeholder {
  left: 20px;
  opacity: 0;
}

.group_double .width-full {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .group_double .title {
    width: 30%;
    height: 40px;
    padding: 7px 5px;
    font-size: 13px;
    overflow: auto;
  }
  .group_double input {
    height: 40px;
    width: 70%;
    padding: 7px 12px;
    font-size: 15px;
  }
}

.check_default {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 0;
  padding-left: 35px;
  font-size: 19px;
  color: #444444;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 20px;
}

.check_default input {
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}

.check_default input:checked ~ .icon_check {
  background: #00A3B3;
  border-color: #00A3B3;
}

.check_default input:checked ~ .icon_check:before {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.check_default input[disabled=disabled] ~ span {
  cursor: not-allowed;
  color: #C6C6C6;
}

.check_default input[disabled=disabled] ~ .icon_check {
  border-color: #C6C6C6;
}

.check_default span {
  display: inline-block;
  line-height: 1.5;
}

.check_default .icon_check {
  position: absolute;
  left: 0;
  top: 1px;
  width: 21px;
  height: 21px;
  display: inline-block;
  border-radius: 3px;
  border: 2px solid #95989A;
  overflow: hidden;
  transition: 0.3s;
}

.check_default .icon_check:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ0Mi41MzMgNDQyLjUzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQyLjUzMyA0NDIuNTMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+Cgk8cGF0aCBkPSJNNDM0LjUzOSw5OC40OTlsLTM4LjgyOC0zOC44MjhjLTUuMzI0LTUuMzI4LTExLjc5OS03Ljk5My0xOS40MS03Ljk5M2MtNy42MTgsMC0xNC4wOTMsMi42NjUtMTkuNDE3LDcuOTkzTDE2OS41OSwyNDcuMjQ4ICAgbC04My45MzktODQuMjI1Yy01LjMzLTUuMzMtMTEuODAxLTcuOTkyLTE5LjQxMi03Ljk5MmMtNy42MTYsMC0xNC4wODcsMi42NjItMTkuNDE3LDcuOTkyTDcuOTk0LDIwMS44NTIgICBDMi42NjQsMjA3LjE4MSwwLDIxMy42NTQsMCwyMjEuMjY5YzAsNy42MDksMi42NjQsMTQuMDg4LDcuOTk0LDE5LjQxNmwxMDMuMzUxLDEwMy4zNDlsMzguODMxLDM4LjgyOCAgIGM1LjMyNyw1LjMzMiwxMS44LDcuOTk0LDE5LjQxNCw3Ljk5NGM3LjYxMSwwLDE0LjA4NC0yLjY2OSwxOS40MTQtNy45OTRsMzguODMtMzguODI4TDQzNC41MzksMTM3LjMzICAgYzUuMzI1LTUuMzMsNy45OTQtMTEuODAyLDcuOTk0LTE5LjQxN0M0NDIuNTM3LDExMC4zMDIsNDM5Ljg2NCwxMDMuODI5LDQzNC41MzksOTguNDk5eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iI2ZmZmZmZiI+PC9wYXRoPgo8L2c+PC9nPiA8L3N2Zz4=);
  background-size: 12px;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -150%);
  opacity: 0;
  transition: 0.3s;
}

.check_default .icon_check.radio {
  border-radius: 50%;
  margin-top: 1px;
}

@media screen and (max-width: 767px) {
  .check_default {
    font-size: 13px;
    line-height: 1.5;
    padding-left: 25px;
    margin-bottom: 15px;
  }
  .check_default input {
    width: 15px;
    height: 15px;
  }
  .check_default .icon_check {
    width: 17px;
    height: 17px;
    border: 2px solid #95989A;
    margin: 0;
    top: 1px;
  }
  .check_default .icon_check:before {
    background-size: 8px;
    width: 8px;
    height: 8px;
  }
}

.check_default #check24 {
  width: 100%;
}

.group_position {
  position: relative;
}

.group_position input {
  padding-right: 55px;
}

.group_position textarea {
  padding-bottom: 30px;
  resize: none;
}

.group_position .char_limit {
  display: inline-block;
  font-size: 13px;
  color: #888888;
  position: absolute;
  padding: 6px 8px;
  background: #fff;
  right: 3px;
  bottom: 6px;
  border-radius: 3px;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .group_position input {
    padding-right: 43px;
  }
  .group_position .char_limit {
    font-size: 9px;
    right: 3px;
    bottom: 6px;
  }
}

.check_default.with-link input {
  height: unset;
}

.radio_default {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 0;
  padding-left: 35px;
  font-size: 19px;
  color: #444444;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 20px;
}

.radio_default input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 5;
}

.radio_default input:checked ~ .icon_check {
  background: #00A3B3;
  border-color: #00A3B3;
}

.radio_default input:checked ~ .icon_check:before, .radio_default input:checked ~ .icon_check:after {
  opacity: 1;
}

.radio_default input[disabled=disabled] ~ span {
  cursor: not-allowed;
  color: #C6C6C6;
}

.radio_default input[disabled=disabled] ~ .icon_check {
  border-color: #C6C6C6;
}

.radio_default span {
  display: inline-block;
  line-height: 1;
}

.radio_default .icon_check {
  position: absolute;
  left: 0;
  top: 1px;
  width: 21px;
  height: 21px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #95989A;
  overflow: hidden;
  transition: 0.3s;
}

.radio_default .icon_check:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(0.9);
  background: #fff;
  opacity: 0;
  transition: 0.3s;
}

.radio_default .icon_check:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(0.55);
  background: #00A3B3;
  opacity: 0;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .radio_default {
    font-size: 16px;
    line-height: 1.2;
    padding-left: 25px;
    margin-bottom: 15px;
  }
  .radio_default input {
    width: 15px;
    height: 15px;
  }
  .radio_default .icon_check {
    width: 17px;
    height: 17px;
    border: 2px solid #95989A;
  }
}

.group_button {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.group_button input {
  width: 100%;
  padding: 11px 15px;
  border-radius: 5px;
  border: 1px solid #C6C6C6;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.group_button input::placeholder {
  position: relative;
  left: 0;
  transition: 0.3s;
}

.group_button input:focus {
  border: 1px solid #F9C000;
  box-shadow: 0px 0px 4px #F9C000;
}

.group_button input:focus::placeholder {
  left: 20px;
  opacity: 0;
}

.group_button .btn_group {
  position: absolute;
  border-radius: 0 5px 5px 0;
  right: 1px;
  top: 1px;
  bottom: 1px;
  height: calc(100% - 2px);
  line-height: 1;
  color: #444444;
  font-size: 15px;
  background: #ECEEEF;
  border: none;
  padding: 9px 20px;
  border-left: 1px solid #C6C6C6;
}

.group_button .btn_group:hover {
  background: #d3d5d6;
}

.ui-datepicker-prev.ui-corner-all::after {
  content: "←";
  display: inline-block;
}

.ui-datepicker-next.ui-corner-all::after {
  content: "→";
  display: inline-block;
}

.help-block {
  margin-top: 5px;
  margin-bottom: 0;
}

.help-block .error,
.help-block .comment-error {
  color: #e65f50;
  font-weight: 500;
  display: inline-block;
  line-height: 1.3;
  font-size: 13px;
  padding: 0;
}

.help-block .comment-error {
  font-weight: 700;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  form .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  form .row .row_group {
    padding: 0 7px;
  }
  form .row .box_fom {
    width: 100%;
  }
}

.tox.tox-silver-sink.tox-tinymce-aux {
  z-index: 99999 !important;
}

.modal {
  padding: 20px 17px;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.modal.fade .modal-dialog {
  transform: rotateX(10deg);
  opacity: 0;
}

.modal.in {
  display: flex !important;
}

.modal.in .modal-dialog {
  transform: rotateX(0deg);
  opacity: 1;
}

.modal.modal-open {
  display: flex !important;
}

.modal .modal-dialog {
  display: block;
  margin: auto !important;
  width: auto !important;
}

@media screen and (max-width: 767px) {
  .modal {
    padding-left: 0;
    padding-right: 0;
  }
  .modal .modal-dialog {
    max-width: 100%;
    padding: 0 15px;
    width: 100% !important;
  }
}

.modal-backdrop {
  z-index: 99998;
}

.modal_announcements {
  display: block;
  background: #fff;
  border-radius: 5px;
  cursor: default !important;
  padding: 30px 40px 30px;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.modal_announcements__textarea {
  margin: 0 0 15px 0;
}

.modal_announcements__button-wrapper {
  display: flex;
  justify-content: center;
}

.modal_announcements .frame_loader {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal_main {
  display: none;
  background: #fff;
  border-radius: 5px;
  cursor: default !important;
  padding: 30px 40px 30px;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.modal_main .modal_drop_user-delete {
  display: flex;
  justify-content: center;
}

.modal_main__header {
  padding: 40px 0 30px;
  position: relative;
}

.modal_main__header.delete-header {
  padding: 0px 0 30px;
}

.modal_main__header_left {
  display: flex;
  justify-content: space-between;
}

.modal_main__header_left .email-block {
  text-align: right;
}

.modal_main__header_left .change-email-link {
  font-size: 18px;
}

.modal_main__header .caption {
  font-size: 32px;
  font-weight: normal;
  color: #444444;
  margin: 0;
  padding: 0;
}

.modal_main__header .continue-modal-title {
  padding: 0 20%;
  text-align: center;
}

.modal_main__body .row {
  justify-content: center;
}

.modal_main__body .change-email-form-group {
  height: 113px;
}

.modal_main__body .advertisement-error-block {
  text-align: center;
}

.modal_main__body .advertisement-error-block > p {
  color: tomato;
  font-size: 14px;
}

.modal_main__footer {
  display: flex;
  align-items: center;
  padding: 20px 0;
  justify-content: space-between;
}

.modal_main__footer .link_delete {
  position: absolute;
  display: inline-block;
  left: 40px;
  bottom: 40px;
  color: #434343;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding-left: 30px;
  text-decoration: none;
}

.modal_main__footer .link_delete i {
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  font-size: 18px;
}

.modal_main__footer .link_delete:hover {
  text-decoration: underline;
  color: #e65f50;
}

.modal_main__footer_left {
  display: flex;
  justify-content: flex-start;
  width: 40%;
}

.modal_main__footer_center {
  display: flex;
  justify-content: center;
  width: 20%;
}

.modal_main__footer_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .modal_main__footer {
    display: block;
  }
  .modal_main__footer_left {
    text-align: center;
    width: 100%;
    padding-bottom: 15px;
  }
  .modal_main__footer_right {
    text-align: center;
    width: 100%;
    display: block;
  }
}

.modal_main .fancybox-close, .modal_main .btn_closed__modal {
  position: absolute;
  top: 15px;
  z-index: 5;
  font-size: 22px;
  color: #818A91;
  right: 15px;
  padding: 0;
  opacity: 1;
}

.modal_main .fancybox-close i, .modal_main .btn_closed__modal i {
  display: inline-block;
  line-height: 1;
}

.modal_main .fancybox-close:hover, .modal_main .btn_closed__modal:hover {
  transform: rotate(180deg);
  color: #5D5D5D;
}

.modal_main .btn_back {
  display: inline-block;
  color: #00A3B3;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  padding-left: 25px;
  position: absolute;
  left: 0;
  top: 0;
}

.modal_main .btn_back:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDI4NC45MzUgMjg0LjkzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkzNSAyODQuOTM2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNMTEwLjQ4OCwxNDIuNDY4TDIyMi42OTQsMzAuMjY0YzEuOTAyLTEuOTAzLDIuODU0LTQuMDkzLDIuODU0LTYuNTY3YzAtMi40NzQtMC45NTEtNC42NjQtMi44NTQtNi41NjNMMjA4LjQxNywyLjg1NyAgIEMyMDYuNTEzLDAuOTU1LDIwNC4zMjQsMCwyMDEuODU2LDBjLTIuNDc1LDAtNC42NjQsMC45NTUtNi41NjcsMi44NTdMNjIuMjQsMTM1LjljLTEuOTAzLDEuOTAzLTIuODUyLDQuMDkzLTIuODUyLDYuNTY3ICAgYzAsMi40NzUsMC45NDksNC42NjQsMi44NTIsNi41NjdsMTMzLjA0MiwxMzMuMDQzYzEuOTA2LDEuOTA2LDQuMDk3LDIuODU3LDYuNTcxLDIuODU3YzIuNDcxLDAsNC42Ni0wLjk1MSw2LjU2My0yLjg1NyAgIGwxNC4yNzctMTQuMjY3YzEuOTAyLTEuOTAzLDIuODUxLTQuMDk0LDIuODUxLTYuNTdjMC0yLjQ3Mi0wLjk0OC00LjY2MS0yLjg1MS02LjU2NEwxMTAuNDg4LDE0Mi40Njh6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiMwMEEzQjMiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIj48L3BhdGg+CjwvZz48L2c+IDwvc3ZnPg==);
  background-size: 16px;
  width: 16px;
  height: 16px;
  transition: 0.3s;
}

.modal_main .btn_back:hover {
  color: #017783;
  padding-left: 30px;
}

.modal_main .btn_back:hover:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDI4NC45MzUgMjg0LjkzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkzNSAyODQuOTM2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNMTEwLjQ4OCwxNDIuNDY4TDIyMi42OTQsMzAuMjY0YzEuOTAyLTEuOTAzLDIuODU0LTQuMDkzLDIuODU0LTYuNTY3YzAtMi40NzQtMC45NTEtNC42NjQtMi44NTQtNi41NjNMMjA4LjQxNywyLjg1NyAgIEMyMDYuNTEzLDAuOTU1LDIwNC4zMjQsMCwyMDEuODU2LDBjLTIuNDc1LDAtNC42NjQsMC45NTUtNi41NjcsMi44NTdMNjIuMjQsMTM1LjljLTEuOTAzLDEuOTAzLTIuODUyLDQuMDkzLTIuODUyLDYuNTY3ICAgYzAsMi40NzUsMC45NDksNC42NjQsMi44NTIsNi41NjdsMTMzLjA0MiwxMzMuMDQzYzEuOTA2LDEuOTA2LDQuMDk3LDIuODU3LDYuNTcxLDIuODU3YzIuNDcxLDAsNC42Ni0wLjk1MSw2LjU2My0yLjg1NyAgIGwxNC4yNzctMTQuMjY3YzEuOTAyLTEuOTAzLDIuODUxLTQuMDk0LDIuODUxLTYuNTdjMC0yLjQ3Mi0wLjk0OC00LjY2MS0yLjg1MS02LjU2NEwxMTAuNDg4LDE0Mi40Njh6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiMwMTc3ODMiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIj48L3BhdGg+CjwvZz48L2c+IDwvc3ZnPg==);
}

.modal_main .loader_horizontal .frame_loader {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 25px 0 5px;
}

.modal_main.modal_block {
  display: block;
}

.modal_main.modal_live {
  max-width: 900px;
  min-width: 900px;
  width: 100%;
}

.modal_main.modal_live .modal_main__header {
  padding: 20px 0 45px;
}

.modal_main.modal_live .modal_main__header .caption {
  font-size: 33px;
}

.modal_main.modal_live .modal_main__body .caption {
  font-size: 26px;
  color: #444444;
  padding-bottom: 30px;
  font-weight: normal;
  margin: 0;
}

.modal_main.modal_live .modal_main__body .frame__select_file .list__select_file {
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.modal_main.modal_live .modal_main__body .frame__select_file .list__select_file .item .group {
  padding-bottom: 10px;
}

.modal_main.modal_live .modal_main__body .frame__select_file .list__select_file .item .group input {
  font-size: 15px;
}

.modal_main.modal_live .modal_main__body .frame__select_file .list__select_file .item .winning_photo_default .wrap {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  border: 2px dashed #e9e9e9;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
}

.modal_main.modal_live .modal_main__body .frame__select_file .list__select_file .item .winning_photo_default .wrap:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDU0OC4xNzYgNTQ4LjE3NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTQ4LjE3NiA1NDguMTc2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNTM0Ljc1LDY4LjIzOGMtOC45NDUtOC45NDUtMTkuNjk0LTEzLjQxNy0zMi4yNjEtMTMuNDE3SDQ1LjY4MWMtMTIuNTYyLDAtMjMuMzEzLDQuNDcxLTMyLjI2NCwxMy40MTcgICAgQzQuNDcxLDc3LjE4NSwwLDg3LjkzNiwwLDEwMC40OTl2MzQ3LjE3M2MwLDEyLjU2Niw0LjQ3MSwyMy4zMTgsMTMuNDE3LDMyLjI2NGM4Ljk1MSw4Ljk0NiwxOS43MDIsMTMuNDE5LDMyLjI2NCwxMy40MTloNDU2LjgxNSAgICBjMTIuNTYsMCwyMy4zMTItNC40NzMsMzIuMjU4LTEzLjQxOWM4Ljk0NS04Ljk0NSwxMy40MjItMTkuNjk3LDEzLjQyMi0zMi4yNjRWMTAwLjQ5OSAgICBDNTQ4LjE3Niw4Ny45MzYsNTQzLjY5OSw3Ny4xODUsNTM0Ljc1LDY4LjIzOHogTTUxMS42MjMsNDQ3LjY3MmMwLDIuNDc4LTAuODk5LDQuNjEzLTIuNzA3LDYuNDI3ICAgIGMtMS44MSwxLjgtMy45NTIsMi43MDMtNi40MjcsMi43MDNINDUuNjgxYy0yLjQ3MywwLTQuNjE1LTAuOTAzLTYuNDIzLTIuNzAzYy0xLjgwNy0xLjgxMy0yLjcxMi0zLjk0OS0yLjcxMi02LjQyN1YxMDAuNDk1ICAgIGMwLTIuNDc0LDAuOTAyLTQuNjExLDIuNzEyLTYuNDIzYzEuODA5LTEuODAzLDMuOTUxLTIuNzA4LDYuNDIzLTIuNzA4aDQ1Ni44MTVjMi40NzEsMCw0LjYxMywwLjkwNSw2LjQyLDIuNzA4ICAgIGMxLjgwMSwxLjgxMiwyLjcwNywzLjk0OSwyLjcwNyw2LjQyM1Y0NDcuNjcyTDUxMS42MjMsNDQ3LjY3MnoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0U5RTlFOSIgZGF0YS1vbGRfY29sb3I9IiNlOWU5ZTkiPjwvcGF0aD4KCQk8cGF0aCBkPSJNMTI3LjkxLDIzNy41NDFjMTUuMjI5LDAsMjguMTcxLTUuMzI3LDM4LjgzMS0xNS45ODdjMTAuNjU3LTEwLjY2LDE1Ljk4Ny0yMy42MDEsMTUuOTg3LTM4LjgyNiAgICBjMC0xNS4yMy01LjMzMy0yOC4xNzEtMTUuOTg3LTM4LjgzMmMtMTAuNjYtMTAuNjU2LTIzLjYwMy0xNS45ODYtMzguODMxLTE1Ljk4NmMtMTUuMjI3LDAtMjguMTY4LDUuMzMtMzguODI4LDE1Ljk4NiAgICBjLTEwLjY1NiwxMC42Ni0xNS45ODYsMjMuNjAxLTE1Ljk4NiwzOC44MzJjMCwxNS4yMjUsNS4zMjcsMjguMTY5LDE1Ljk4NiwzOC44MjZDOTkuNzQyLDIzMi4yMTEsMTEyLjY4MywyMzcuNTQxLDEyNy45MSwyMzcuNTQxeiAgICAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0U5RTlFOSIgZGF0YS1vbGRfY29sb3I9IiNlOWU5ZTkiPjwvcGF0aD4KCQk8cG9seWdvbiBwb2ludHM9IjIxMC4xMzQsMzE5Ljc2NSAxNjQuNDUyLDI3NC4wODggNzMuMDkyLDM2NS40NDcgNzMuMDkyLDQyMC4yNjcgNDc1LjA4NSw0MjAuMjY3IDQ3NS4wODUsMjkyLjM2IDM1Ni4zMTUsMTczLjU4NyAgICAgICAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0U5RTlFOSIgZGF0YS1vbGRfY29sb3I9IiNlOWU5ZTkiPjwvcG9seWdvbj4KCTwvZz4KPC9nPjwvZz4gPC9zdmc+);
  background-size: 60px;
  width: 60px;
  height: 60px;
  transition: 0.4s;
}

.modal_main.modal_live .modal_main__body .frame__select_file .list__select_file .item .winning_photo_default .wrap:hover {
  border: 2px dashed #F9C000;
}

.modal_main.modal_live .modal_main__body .frame__select_file .list__select_file .item .winning_photo_default .wrap:hover:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDU0OC4xNzYgNTQ4LjE3NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTQ4LjE3NiA1NDguMTc2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNTM0Ljc1LDY4LjIzOGMtOC45NDUtOC45NDUtMTkuNjk0LTEzLjQxNy0zMi4yNjEtMTMuNDE3SDQ1LjY4MWMtMTIuNTYyLDAtMjMuMzEzLDQuNDcxLTMyLjI2NCwxMy40MTcgICAgQzQuNDcxLDc3LjE4NSwwLDg3LjkzNiwwLDEwMC40OTl2MzQ3LjE3M2MwLDEyLjU2Niw0LjQ3MSwyMy4zMTgsMTMuNDE3LDMyLjI2NGM4Ljk1MSw4Ljk0NiwxOS43MDIsMTMuNDE5LDMyLjI2NCwxMy40MTloNDU2LjgxNSAgICBjMTIuNTYsMCwyMy4zMTItNC40NzMsMzIuMjU4LTEzLjQxOWM4Ljk0NS04Ljk0NSwxMy40MjItMTkuNjk3LDEzLjQyMi0zMi4yNjRWMTAwLjQ5OSAgICBDNTQ4LjE3Niw4Ny45MzYsNTQzLjY5OSw3Ny4xODUsNTM0Ljc1LDY4LjIzOHogTTUxMS42MjMsNDQ3LjY3MmMwLDIuNDc4LTAuODk5LDQuNjEzLTIuNzA3LDYuNDI3ICAgIGMtMS44MSwxLjgtMy45NTIsMi43MDMtNi40MjcsMi43MDNINDUuNjgxYy0yLjQ3MywwLTQuNjE1LTAuOTAzLTYuNDIzLTIuNzAzYy0xLjgwNy0xLjgxMy0yLjcxMi0zLjk0OS0yLjcxMi02LjQyN1YxMDAuNDk1ICAgIGMwLTIuNDc0LDAuOTAyLTQuNjExLDIuNzEyLTYuNDIzYzEuODA5LTEuODAzLDMuOTUxLTIuNzA4LDYuNDIzLTIuNzA4aDQ1Ni44MTVjMi40NzEsMCw0LjYxMywwLjkwNSw2LjQyLDIuNzA4ICAgIGMxLjgwMSwxLjgxMiwyLjcwNywzLjk0OSwyLjcwNyw2LjQyM1Y0NDcuNjcyTDUxMS42MjMsNDQ3LjY3MnoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0Y5QzAwMCIgZGF0YS1vbGRfY29sb3I9IiNFOUU5RTkiPjwvcGF0aD4KCQk8cGF0aCBkPSJNMTI3LjkxLDIzNy41NDFjMTUuMjI5LDAsMjguMTcxLTUuMzI3LDM4LjgzMS0xNS45ODdjMTAuNjU3LTEwLjY2LDE1Ljk4Ny0yMy42MDEsMTUuOTg3LTM4LjgyNiAgICBjMC0xNS4yMy01LjMzMy0yOC4xNzEtMTUuOTg3LTM4LjgzMmMtMTAuNjYtMTAuNjU2LTIzLjYwMy0xNS45ODYtMzguODMxLTE1Ljk4NmMtMTUuMjI3LDAtMjguMTY4LDUuMzMtMzguODI4LDE1Ljk4NiAgICBjLTEwLjY1NiwxMC42Ni0xNS45ODYsMjMuNjAxLTE1Ljk4NiwzOC44MzJjMCwxNS4yMjUsNS4zMjcsMjguMTY5LDE1Ljk4NiwzOC44MjZDOTkuNzQyLDIzMi4yMTEsMTEyLjY4MywyMzcuNTQxLDEyNy45MSwyMzcuNTQxeiAgICAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0Y5QzAwMCIgZGF0YS1vbGRfY29sb3I9IiNFOUU5RTkiPjwvcGF0aD4KCQk8cG9seWdvbiBwb2ludHM9IjIxMC4xMzQsMzE5Ljc2NSAxNjQuNDUyLDI3NC4wODggNzMuMDkyLDM2NS40NDcgNzMuMDkyLDQyMC4yNjcgNDc1LjA4NSw0MjAuMjY3IDQ3NS4wODUsMjkyLjM2IDM1Ni4zMTUsMTczLjU4NyAgICAgICAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0Y5QzAwMCIgZGF0YS1vbGRfY29sb3I9IiNFOUU5RTkiPjwvcG9seWdvbj4KCTwvZz4KPC9nPjwvZz4gPC9zdmc+);
}

.modal_main.modal_live .modal_main__body .frame__select_file .list__select_file .item .winning_photo {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 4px 0px #C6C6C6;
}

.modal_main.modal_live .modal_main__body .frame__select_file .list__select_file .item .title_photo {
  padding-top: 20px;
  padding-bottom: 10px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #5D5D5D;
}

.modal_main.modal_live .modal_main__body .frame__select_file .list__select_file .item .tox-tinymce {
  border-radius: 5px;
}

.modal_main.modal_live .modal_main__body .frame__winning_photo_holder {
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.modal_main.modal_live .modal_main__body .frame__winning_photo_holder .winning_photo_holder .winning_photo_default .wrap {
  width: 100%;
  height: 230px;
  border-radius: 5px;
  border: 2px dashed #e9e9e9;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
}

.modal_main.modal_live .modal_main__body .frame__winning_photo_holder .winning_photo_holder .winning_photo_default .wrap:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDU0OC4xNzYgNTQ4LjE3NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTQ4LjE3NiA1NDguMTc2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNTM0Ljc1LDY4LjIzOGMtOC45NDUtOC45NDUtMTkuNjk0LTEzLjQxNy0zMi4yNjEtMTMuNDE3SDQ1LjY4MWMtMTIuNTYyLDAtMjMuMzEzLDQuNDcxLTMyLjI2NCwxMy40MTcgICAgQzQuNDcxLDc3LjE4NSwwLDg3LjkzNiwwLDEwMC40OTl2MzQ3LjE3M2MwLDEyLjU2Niw0LjQ3MSwyMy4zMTgsMTMuNDE3LDMyLjI2NGM4Ljk1MSw4Ljk0NiwxOS43MDIsMTMuNDE5LDMyLjI2NCwxMy40MTloNDU2LjgxNSAgICBjMTIuNTYsMCwyMy4zMTItNC40NzMsMzIuMjU4LTEzLjQxOWM4Ljk0NS04Ljk0NSwxMy40MjItMTkuNjk3LDEzLjQyMi0zMi4yNjRWMTAwLjQ5OSAgICBDNTQ4LjE3Niw4Ny45MzYsNTQzLjY5OSw3Ny4xODUsNTM0Ljc1LDY4LjIzOHogTTUxMS42MjMsNDQ3LjY3MmMwLDIuNDc4LTAuODk5LDQuNjEzLTIuNzA3LDYuNDI3ICAgIGMtMS44MSwxLjgtMy45NTIsMi43MDMtNi40MjcsMi43MDNINDUuNjgxYy0yLjQ3MywwLTQuNjE1LTAuOTAzLTYuNDIzLTIuNzAzYy0xLjgwNy0xLjgxMy0yLjcxMi0zLjk0OS0yLjcxMi02LjQyN1YxMDAuNDk1ICAgIGMwLTIuNDc0LDAuOTAyLTQuNjExLDIuNzEyLTYuNDIzYzEuODA5LTEuODAzLDMuOTUxLTIuNzA4LDYuNDIzLTIuNzA4aDQ1Ni44MTVjMi40NzEsMCw0LjYxMywwLjkwNSw2LjQyLDIuNzA4ICAgIGMxLjgwMSwxLjgxMiwyLjcwNywzLjk0OSwyLjcwNyw2LjQyM1Y0NDcuNjcyTDUxMS42MjMsNDQ3LjY3MnoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0U5RTlFOSIgZGF0YS1vbGRfY29sb3I9IiNlOWU5ZTkiPjwvcGF0aD4KCQk8cGF0aCBkPSJNMTI3LjkxLDIzNy41NDFjMTUuMjI5LDAsMjguMTcxLTUuMzI3LDM4LjgzMS0xNS45ODdjMTAuNjU3LTEwLjY2LDE1Ljk4Ny0yMy42MDEsMTUuOTg3LTM4LjgyNiAgICBjMC0xNS4yMy01LjMzMy0yOC4xNzEtMTUuOTg3LTM4LjgzMmMtMTAuNjYtMTAuNjU2LTIzLjYwMy0xNS45ODYtMzguODMxLTE1Ljk4NmMtMTUuMjI3LDAtMjguMTY4LDUuMzMtMzguODI4LDE1Ljk4NiAgICBjLTEwLjY1NiwxMC42Ni0xNS45ODYsMjMuNjAxLTE1Ljk4NiwzOC44MzJjMCwxNS4yMjUsNS4zMjcsMjguMTY5LDE1Ljk4NiwzOC44MjZDOTkuNzQyLDIzMi4yMTEsMTEyLjY4MywyMzcuNTQxLDEyNy45MSwyMzcuNTQxeiAgICAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0U5RTlFOSIgZGF0YS1vbGRfY29sb3I9IiNlOWU5ZTkiPjwvcGF0aD4KCQk8cG9seWdvbiBwb2ludHM9IjIxMC4xMzQsMzE5Ljc2NSAxNjQuNDUyLDI3NC4wODggNzMuMDkyLDM2NS40NDcgNzMuMDkyLDQyMC4yNjcgNDc1LjA4NSw0MjAuMjY3IDQ3NS4wODUsMjkyLjM2IDM1Ni4zMTUsMTczLjU4NyAgICAgICAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0U5RTlFOSIgZGF0YS1vbGRfY29sb3I9IiNlOWU5ZTkiPjwvcG9seWdvbj4KCTwvZz4KPC9nPjwvZz4gPC9zdmc+);
  background-size: 60px;
  width: 60px;
  height: 60px;
  transition: 0.4s;
}

.modal_main.modal_live .modal_main__body .frame__winning_photo_holder .winning_photo_holder .winning_photo_default .wrap:hover {
  border: 2px dashed #F9C000;
}

.modal_main.modal_live .modal_main__body .frame__winning_photo_holder .winning_photo_holder .winning_photo_default .wrap:hover:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDU0OC4xNzYgNTQ4LjE3NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTQ4LjE3NiA1NDguMTc2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNTM0Ljc1LDY4LjIzOGMtOC45NDUtOC45NDUtMTkuNjk0LTEzLjQxNy0zMi4yNjEtMTMuNDE3SDQ1LjY4MWMtMTIuNTYyLDAtMjMuMzEzLDQuNDcxLTMyLjI2NCwxMy40MTcgICAgQzQuNDcxLDc3LjE4NSwwLDg3LjkzNiwwLDEwMC40OTl2MzQ3LjE3M2MwLDEyLjU2Niw0LjQ3MSwyMy4zMTgsMTMuNDE3LDMyLjI2NGM4Ljk1MSw4Ljk0NiwxOS43MDIsMTMuNDE5LDMyLjI2NCwxMy40MTloNDU2LjgxNSAgICBjMTIuNTYsMCwyMy4zMTItNC40NzMsMzIuMjU4LTEzLjQxOWM4Ljk0NS04Ljk0NSwxMy40MjItMTkuNjk3LDEzLjQyMi0zMi4yNjRWMTAwLjQ5OSAgICBDNTQ4LjE3Niw4Ny45MzYsNTQzLjY5OSw3Ny4xODUsNTM0Ljc1LDY4LjIzOHogTTUxMS42MjMsNDQ3LjY3MmMwLDIuNDc4LTAuODk5LDQuNjEzLTIuNzA3LDYuNDI3ICAgIGMtMS44MSwxLjgtMy45NTIsMi43MDMtNi40MjcsMi43MDNINDUuNjgxYy0yLjQ3MywwLTQuNjE1LTAuOTAzLTYuNDIzLTIuNzAzYy0xLjgwNy0xLjgxMy0yLjcxMi0zLjk0OS0yLjcxMi02LjQyN1YxMDAuNDk1ICAgIGMwLTIuNDc0LDAuOTAyLTQuNjExLDIuNzEyLTYuNDIzYzEuODA5LTEuODAzLDMuOTUxLTIuNzA4LDYuNDIzLTIuNzA4aDQ1Ni44MTVjMi40NzEsMCw0LjYxMywwLjkwNSw2LjQyLDIuNzA4ICAgIGMxLjgwMSwxLjgxMiwyLjcwNywzLjk0OSwyLjcwNyw2LjQyM1Y0NDcuNjcyTDUxMS42MjMsNDQ3LjY3MnoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0Y5QzAwMCIgZGF0YS1vbGRfY29sb3I9IiNFOUU5RTkiPjwvcGF0aD4KCQk8cGF0aCBkPSJNMTI3LjkxLDIzNy41NDFjMTUuMjI5LDAsMjguMTcxLTUuMzI3LDM4LjgzMS0xNS45ODdjMTAuNjU3LTEwLjY2LDE1Ljk4Ny0yMy42MDEsMTUuOTg3LTM4LjgyNiAgICBjMC0xNS4yMy01LjMzMy0yOC4xNzEtMTUuOTg3LTM4LjgzMmMtMTAuNjYtMTAuNjU2LTIzLjYwMy0xNS45ODYtMzguODMxLTE1Ljk4NmMtMTUuMjI3LDAtMjguMTY4LDUuMzMtMzguODI4LDE1Ljk4NiAgICBjLTEwLjY1NiwxMC42Ni0xNS45ODYsMjMuNjAxLTE1Ljk4NiwzOC44MzJjMCwxNS4yMjUsNS4zMjcsMjguMTY5LDE1Ljk4NiwzOC44MjZDOTkuNzQyLDIzMi4yMTEsMTEyLjY4MywyMzcuNTQxLDEyNy45MSwyMzcuNTQxeiAgICAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0Y5QzAwMCIgZGF0YS1vbGRfY29sb3I9IiNFOUU5RTkiPjwvcGF0aD4KCQk8cG9seWdvbiBwb2ludHM9IjIxMC4xMzQsMzE5Ljc2NSAxNjQuNDUyLDI3NC4wODggNzMuMDkyLDM2NS40NDcgNzMuMDkyLDQyMC4yNjcgNDc1LjA4NSw0MjAuMjY3IDQ3NS4wODUsMjkyLjM2IDM1Ni4zMTUsMTczLjU4NyAgICAgICAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0Y5QzAwMCIgZGF0YS1vbGRfY29sb3I9IiNFOUU5RTkiPjwvcG9seWdvbj4KCTwvZz4KPC9nPjwvZz4gPC9zdmc+);
}

.modal_main.modal_live .modal_main__body .frame__winning_photo_holder .winning_photo_holder .winning_photo {
  width: 100%;
  height: 230px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 4px 0px #C6C6C6;
}

.modal_main.modal_live .modal_main__body .frame__winning_photo_holder .winning_photo_holder .winning_photo .winning-photo--item {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal_main.modal_live .modal_main__body .frame__winning_photo_holder .winning_photo_holder .group {
  padding-top: 20px;
  padding-bottom: 10px;
}

.modal_main.modal_live .modal_main__body .frame__winning_photo_holder .winning_photo_holder .group input {
  font-size: 15px;
}

.modal_main.modal_live .modal_main__body .frame__winning_photo_holder .winning_photo_holder .btn_file {
  position: relative;
}

.modal_main.modal_live .modal_main__body .frame__winning_photo_holder .winning_photo_holder .btn_file .frame_button {
  position: relative;
}

.modal_main.modal_live .modal_main__body .frame__winning_photo_holder .winning_photo_holder .btn_file .frame_button i {
  position: absolute;
  left: 15px;
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  transition: 0.4s;
}

.modal_main.modal_live .modal_main__body .frame__winning_photo_holder .winning_photo_holder .btn_file .frame_button i:hover {
  transform: translateY(-50%) rotate(180deg);
  color: #e65f50;
}

.modal_main.modal_live .modal_main__body .frame__winning_photo_holder .winning_photo_holder .btn_file .frame_button .btn_default:hover, .modal_main.modal_live .modal_main__body .frame__winning_photo_holder .winning_photo_holder .btn_file .frame_button .btn_default:focus {
  top: 0;
  box-shadow: 0px 4px 0px #C6C6C6;
}

.modal_main.modal_live .modal_main__body .frame__winning_photo_holder .winning_photo_holder .tox-tinymce {
  border-radius: 5px;
}

.modal_main.modal_live .modal_main__footer {
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
}

.modal_main.modal_live .modal_main__footer .btn_default {
  margin: 0 15px;
}

.modal_main.modal_live .modal_main__footer .btn_continue-modal {
  width: 217px;
  height: 61px;
  font-size: 20px;
}

.modal_main.modal_live .modal_main__footer .btn_cancel {
  background: #fff;
  color: #5d5d5d;
  border: 1px solid #00A3B3;
}

.modal_main.modal_thank {
  max-width: 900px;
}

.modal_main.modal_thank .modal_main__header {
  text-align: center;
}

.modal_main.modal_thank .modal_main__header .caption {
  font-size: 60px;
  color: #e65f50;
  font-family: "Sue Ellen Francisco", cursive;
  padding-bottom: 30px;
}

.modal_main.modal_thank .green_text {
  font-family: "Sue Ellen Francisco", cursive;
  font-size: 40px;
  padding-top: 50px;
}

.modal_main.modal_thank .subscription {
  font-size: 24px;
  color: #707070;
}

.modal_main.modal__forget_password {
  max-width: 620px;
  width: 620px;
}

.modal_main.modal__forget_password .modal_main__footer {
  padding: 0;
  justify-content: flex-end;
  text-align: right;
}

.modal_main.assign_roles {
  width: 600px;
}

.modal_main.assign_roles .modal_main__body .list-group-item {
  position: relative;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  transition: 0.4s;
  cursor: pointer;
  background: #fafafa;
  border-color: #e9e9e9;
}

.modal_main.assign_roles .modal_main__body .list-group-item:hover {
  padding-left: 20px;
}

.modal_main.assign_roles .modal_main__body .list-group-item i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
}

.modal_main.assign_roles .modal_main__body .list-group-item.active {
  background: #fff;
  color: #444444;
  border-color: #C6C6C6;
}

.modal_main.assign_roles .modal_main__body .list-group-item.active i {
  color: #06b357;
}

.modal_main.assign_roles .modal_main__body .list-group-item.no_active i {
  color: #e9e9e9;
}

.modal_main.assign_roles .modal_main__footer {
  padding-bottom: 0;
}

.modal_main.assign_roles .modal_main__footer .row_btn {
  display: flex;
}

.modal_main.modal_drop_user {
  width: 650px;
}

.modal_main.modal_drop_user .modal_drop_user__row .sub_text {
  font-size: 14px;
  color: #888888;
  line-height: 1.4;
  padding-bottom: 20px;
}

.modal_main.modal_drop_user .modal_drop_user__row .sub_text br:not(:last-child) {
  display: block;
  margin: 10px 0;
  content: "";
}

.modal_main.album_edit {
  width: 1100px;
}

.modal_main.album_edit .modal_main__header .modal_main__body .box_form .group .input-has-loading-spinner {
  position: relative;
}

.modal_main.album_edit .modal_main__header .modal_main__body .box_form .group .input-has-loading-spinner input {
  margin: 0;
}

.modal_main.album_edit .modal_main__header .modal_main__body .box_form .group .input-has-loading-spinner i {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  display: inline-block;
  line-height: 1;
  font-size: 18px;
}

.modal_main.album_edit .modal_main__header .modal_main__body .box_form .group .input-has-loading-spinner i.loading-ok {
  color: #06b357;
}

.modal_main.album_edit .modal_main__header .modal_main__body .box_form .group .input-has-loading-spinner i.loading-failed {
  color: #e65f50;
}

.modal_main.album_edit .modal_main__header .modal_main__body .box_form .group .input-has-loading-spinner loading-spinner {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
}

.modal_main.album_edit .modal_main__footer {
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
}

.modal_main.edit_profile {
  width: 1100px;
}

.modal_main.edit_profile .modal_main__body .sensitive-content-settings {
  display: flex;
  padding: 20px 0px 20px 0px;
  border-top: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
  margin-bottom: 20px;
}

.modal_main.edit_profile .modal_main__body .sensitive-content-settings .graphic-content-settings {
  padding-left: 0px;
}

.modal_main.edit_profile .modal_main__body .sensitive-content-settings .settings-group {
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

.modal_main.edit_profile .modal_main__body .subscription-block .notification-item {
  display: flex;
  flex-wrap: wrap;
}

.modal_main.edit_profile .modal_main__body .subscription-block .notification-item p {
  font-size: 18px;
}

.modal_main.edit_profile .modal_main__body .subscription-block .notification-link {
  color: #00A3B3;
  text-decoration: underline;
  margin-left: 5px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .modal_main.edit_profile .modal_main__body .subscription-block .notification-link {
    margin-left: 0px;
  }
}

.modal_main.edit_profile .modal_main__body .box_form span.input-close-button {
  position: absolute;
  right: 25px;
  top: 36px;
  cursor: pointer;
  color: #6f6f6f;
}

.modal_main.edit_profile .modal_main__body .box_form span.input-close-button:hover {
  color: #a5a5a5;
}

.modal_main.edit_profile .modal_main__body .box_form .group .input-has-loading-spinner {
  position: relative;
}

.modal_main.edit_profile .modal_main__body .box_form .group .input-has-loading-spinner i {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  display: inline-block;
  line-height: 1;
  font-size: 18px;
}

.modal_main.edit_profile .modal_main__body .box_form .group .input-has-loading-spinner i.loading-ok {
  color: #06b357;
}

.modal_main.edit_profile .modal_main__body .box_form .group .input-has-loading-spinner i.loading-failed {
  color: #e65f50;
}

.modal_main.edit_profile .modal_main__body .box_form .group .input-has-loading-spinner loading-spinner {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
}

.modal_main.edit_profile .modal_main__body .box_form .group_double input {
  width: 100%;
}

.modal_main.edit_profile .modal_main__body .row_buttons {
  display: flex;
  align-items: center;
}

.modal_main.edit_profile .modal_main__body .row_buttons .group_btn_delete {
  position: relative;
  top: 2px;
  flex: 1;
  margin-left: -10px;
  margin-right: 10px;
}

.modal_main.edit_profile .modal_main__body .row_buttons .group {
  width: 100%;
}

.modal_main.edit_profile .modal_main__body .gear .sub_caption {
  font-size: 28px;
  padding-top: 20px;
}

.modal_main.edit_profile .modal_main__body .memberId_row {
  padding-bottom: 20px;
}

.modal_main.edit_profile .modal_main__body .memberId_row__link {
  font-size: 18px;
}

.modal_main.edit_profile .modal_main__body .memberId_row__content p {
  font-size: 15px;
  color: #5D5D5D;
  font-weight: normal;
  padding-bottom: 20px;
}

.modal_main.edit_profile .edit-profile-modal__footer {
  display: flex;
  flex-direction: column;
}

.modal_main.edit_profile .edit-profile-modal__footer .edit-profile-modal__top {
  display: flex;
  justify-content: center;
}

.modal_main.edit_profile .edit-profile-modal__footer .edit-profile-modal__top .submit-btn {
  padding: 15px 30px;
  font-size: 14px;
}

.modal_main.edit_profile .edit-profile-modal__footer .edit-profile-modal__bottom {
  display: flex;
  justify-content: flex-start;
  margin-top: 18px;
}

.modal_main.edit_profile .edit-profile-modal__footer .edit-profile-modal__bottom .link_delete {
  color: #434343;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
}

.modal_main.edit_profile .edit-profile-modal__footer .edit-profile-modal__bottom .link_delete i {
  font-size: 18px;
  margin-right: 10px;
}

.modal_main.edit_profile .edit-profile-modal__footer .edit-profile-modal__bottom .link_delete:hover {
  text-decoration: underline;
  color: #e65f50;
}

.modal_main.edit_profile .modal_main__footer {
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
}

.modal_main.edit_profile .modal_main__footer_left {
  width: 33.33333%;
}

.modal_main.edit_profile .modal_main__footer_center {
  width: 33.33333%;
  text-align: center;
}

.modal_main.edit_profile .modal_main__footer_right {
  width: 33.33333%;
}

.modal_main.modal__member-id-check {
  width: 750px;
}

.modal_main.modal__member-id-check .modal_main__header .sub_caption {
  font-size: 24px;
  padding-bottom: 25px;
}

.modal_main.modal__member-id-check .modal_main__body .alert_default {
  position: relative;
  border: none;
  text-align: center;
  padding: 20px;
  margin: 0;
}

.modal_main.modal__member-id-check .modal_main__body .alert_default.alert-success h4, .modal_main.modal__member-id-check .modal_main__body .alert_default.alert-success h6, .modal_main.modal__member-id-check .modal_main__body .alert_default.alert-success p {
  color: #3c763d;
}

.modal_main.modal__member-id-check .modal_main__body .alert_default.alert-danger h4, .modal_main.modal__member-id-check .modal_main__body .alert_default.alert-danger h6, .modal_main.modal__member-id-check .modal_main__body .alert_default.alert-danger p {
  color: #e65f50;
}

.modal_main.modal__member-id-check .modal_main__body .alert_default.alert-danger h4 a, .modal_main.modal__member-id-check .modal_main__body .alert_default.alert-danger h6 a, .modal_main.modal__member-id-check .modal_main__body .alert_default.alert-danger p a {
  color: #e65f50;
  text-decoration: underline;
}

.modal_main.modal__member-id-check .modal_main__body .alert_default.alert-danger h4 a:hover, .modal_main.modal__member-id-check .modal_main__body .alert_default.alert-danger h6 a:hover, .modal_main.modal__member-id-check .modal_main__body .alert_default.alert-danger p a:hover {
  text-decoration: none;
  color: #c35347;
}

.modal_main.modal__member-id-check .modal_main__body .alert_default h4 {
  font-size: 26px;
  padding-bottom: 20px;
}

.modal_main.modal__member-id-check .modal_main__body .alert_default h6 {
  margin: 0;
  padding-bottom: 20px;
  font-weight: normal;
  line-height: 1.3;
  font-size: 20px;
}

.modal_main.modal__member-id-check .modal_main__body .alert_default p {
  font-size: 16px;
}

.modal_main.modal__member-id-check .modal_main__body .alert_default p.color_default {
  color: #444444;
}

.modal_main.modal__member-id-check .modal_main__footer .row_btn {
  display: flex;
  align-items: center;
}

.modal_main.modal__member-id-check .modal_main__footer .row_btn .btn_default {
  margin-right: 20px;
}

@media screen and (max-width: 1200px) {
  .modal_main {
    margin: 0 10px 0;
  }
  .modal_main.album_edit {
    width: 930px;
  }
  .modal_main.edit_profile {
    width: 930px;
  }
}

@media screen and (max-width: 991px) {
  .modal_main__header .caption {
    font-size: 22px;
  }
  .modal_main.modal_live {
    max-width: 710px;
    min-width: 710px;
    width: 100%;
  }
  .modal_main.album_edit {
    width: 700px;
  }
  .modal_main.edit_profile {
    width: 700px;
  }
  .modal_main.edit_profile .modal_main__body .form_gear {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
  }
  .modal_main.edit_profile .modal_main__body .row_buttons {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
  .modal_main.edit_profile .modal_main__body .row_buttons .title {
    display: none;
  }
  .modal_main.edit_profile .modal_main__body .row_buttons .group {
    padding: 0;
    margin: 0;
    width: auto;
    order: 1;
  }
  .modal_main.edit_profile .modal_main__body .row_buttons .group_btn_delete {
    margin: -0px 15px;
    top: 0;
    order: 2;
  }
  .modal_main.edit_profile .modal_main__body .row_buttons .btn_default.btn_full {
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
  }
  .modal_main.modal__member-id-check {
    width: 640px;
  }
  .modal_main.modal__member-id-check .modal_main__header .sub_caption {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .modal_main.modal__member-id-check .modal_main__body .alert_default h4 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .modal_main.modal__member-id-check .modal_main__body .alert_default h6 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .modal_main.modal__member-id-check .modal_main__body .alert_default p {
    font-size: 16px;
  }
  .modal_main.modal__member-id-check .modal_main__footer .row_btn .btn_default {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .modal_main {
    margin: 0 auto;
    padding: 20px 15px 20px;
  }
  .modal_main .fancybox-close, .modal_main .btn_closed__modal {
    font-size: 18px;
  }
  .modal_main .btn_back {
    font-size: 17px;
    padding-left: 20px;
  }
  .modal_main .btn_back:before {
    background-size: 11px;
    width: 11px;
    height: 11px;
  }
  .modal_main .btn_back:hover {
    padding-left: 15px;
  }
  .modal_main__header {
    padding: 20px 0 20px;
  }
  .modal_main__header .caption {
    font-size: 20px;
  }
  .modal_main__header .sub_caption {
    font-size: 14px;
  }
  .modal_main__footer .link_delete {
    display: inline-block;
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 15px;
    padding-left: 25px;
  }
  .modal_main__footer .link_delete i {
    font-size: 16px;
  }
  .modal_main__footer_left {
    display: flex;
    justify-content: center;
    width: 100%;
    order: 2;
  }
  .modal_main__footer_center {
    order: 1;
  }
  .modal_main.modal_live {
    max-width: 420px;
    min-width: 310px;
    width: 100%;
  }
  .modal_main.modal__forget_password {
    max-width: 320px;
    width: 320px;
  }
  .modal_main.modal__forget_password .modal_main__footer {
    padding: 0;
    justify-content: flex-end;
    text-align: right;
    display: flex;
    flex-wrap: nowrap;
  }
  .modal_main.modal_drop_user {
    width: 100%;
    max-width: 400px;
  }
  .modal_main.modal_drop_user .modal_drop_user__row .sub_text {
    font-size: 13px;
  }
  .modal_main.album_edit {
    width: 100%;
    max-width: 400px;
  }
  .modal_main.edit_profile {
    width: 100%;
    max-width: 400px;
  }
  .modal_main.edit_profile .modal_main__body .gear .sub_caption {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .modal_main.edit_profile .modal_main__body .memberId_row {
    padding-bottom: 10px;
  }
  .modal_main.edit_profile .modal_main__body .memberId_row__link {
    text-align: center;
    font-size: 16px;
  }
  .modal_main.edit_profile .modal_main__body .memberId_row__content p {
    font-size: 13px;
    padding-bottom: 15px;
  }
  .modal_main.edit_profile .modal_main__footer {
    text-align: center;
    flex-wrap: wrap;
  }
  .modal_main.edit_profile .modal_main__footer_left {
    width: 100%;
    justify-content: center;
  }
  .modal_main.edit_profile .modal_main__footer_center {
    width: 100%;
    justify-content: center;
  }
  .modal_main.edit_profile .modal_main__footer_right {
    width: 100%;
    justify-content: center;
  }
  .modal_main.assign_roles {
    max-width: 320px;
    width: 100%;
    padding: 10px !important;
  }
  .modal_main.assign_roles .modal_main__body .list-group-item {
    font-size: 19px;
  }
  .modal_main.assign_roles .modal_main__footer {
    padding-bottom: 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .modal_main.assign_roles .modal_main__footer .row_btn {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 10px;
  }
  .modal_main.assign_roles .modal_main__footer .row_btn .btn_default {
    margin-bottom: 10px;
  }
  .modal_main.modal__member-id-check {
    width: 100%;
    max-width: 400px;
  }
  .modal_main.modal__member-id-check .modal_main__header .sub_caption {
    font-size: 18px;
    line-height: 1.5;
    padding: 0;
  }
  .modal_main.modal__member-id-check .modal_main__body .alert_default {
    padding: 15px;
  }
  .modal_main.modal__member-id-check .modal_main__body .alert_default h4 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .modal_main.modal__member-id-check .modal_main__body .alert_default h6 {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .modal_main.modal__member-id-check .modal_main__body .alert_default p {
    font-size: 13px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .modal_main {
    width: 400px;
  }
}

.modal_login {
  width: 920px;
  padding: 0;
}

.modal_login .row {
  margin: 0;
}

.modal_login .tab-pane {
  width: 100%;
}

.modal_login__description {
  display: flex;
  padding: 0;
}

.modal_login__description .tab-pane {
  overflow: hidden;
  border-radius: 5px 0 0 5px;
}

.modal_login__description .bg_red,
.modal_login__description .bg_blue {
  background: #E65F4F;
  text-align: center;
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  min-height: 100%;
}

.modal_login__description .bg_red .title,
.modal_login__description .bg_blue .title {
  display: inline-block;
  font-size: 56px;
  color: #fff;
  font-family: "Sue Ellen Francisco", cursive;
  padding-bottom: 30px;
}

.modal_login__description .bg_red p,
.modal_login__description .bg_blue p {
  font-family: "Sue Ellen Francisco", cursive;
  line-height: 1.5;
  font-size: 38px;
  color: #fff;
  padding: 0;
}

.modal_login__description .bg_red .icon_wrapper,
.modal_login__description .bg_blue .icon_wrapper {
  padding-bottom: 30px;
}

.modal_login__description .bg_blue {
  background: #00A3B3;
  text-align: left;
}

.modal_login__description .bg_blue .title {
  font-size: 50px;
  line-height: 1.3;
  padding-bottom: 20px;
}

.modal_login__description .bg_blue p {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  margin: 0;
  padding-bottom: 20px;
}

.modal_login__description .bg_blue .icon_wrapper {
  padding: 0;
  padding-top: 20px;
}

.modal_login__block_form {
  padding: 45px;
}

.modal_login__block_form .buttons_login {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  margin-bottom: 55px;
}

.modal_login__block_form .buttons_login li {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}

.modal_login__block_form .buttons_login li:last-child {
  left: -5px;
}

.modal_login__block_form .buttons_login li .btn_tab {
  width: 100%;
  border-radius: 4px 0px 0px 4px;
  display: inline-block;
  padding: 7px 65px;
  font-size: 24px;
  color: #fff;
  background: #5D5D5D;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  text-decoration: none;
  border: none;
  cursor: pointer;
  position: relative;
  top: 0;
  position: relative;
  box-shadow: 0px 3px 0px #5D5D5D;
  transition: 0.2s;
  white-space: nowrap;
}

.modal_login__block_form .buttons_login li .btn_tab:hover, .modal_login__block_form .buttons_login li .btn_tab:focus {
  background: #767676;
}

.modal_login__block_form .buttons_login li .btn_tab.btn_red {
  border-radius: 0px 4px 4px 0px;
}

.modal_login__block_form .buttons_login li.active .btn_tab {
  z-index: 5;
  background: #00A3B3;
  border-radius: 4px;
  box-shadow: 0px 4px 0px #017783;
}

.modal_login__block_form .buttons_login li.active .btn_tab.btn_red {
  background: #e65f50;
  box-shadow: 0px 4px 0px #c35347;
}

.modal_login__block_form .box_capcha {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
  align-items: center;
}

.modal_login__block_form .group_btn {
  text-align: right;
  padding-bottom: 20px;
}

.modal_login__block_form .group_btn .row_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.modal_login__block_form .row_link .forget_pass {
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  color: #017783;
  text-decoration: underline;
}

.modal_login__block_form .row_link .forget_pass:hover {
  color: #00A3B3;
  text-decoration: none;
}

.modal_login__block_form .row__link_add {
  text-align: right;
  position: relative;
  margin-top: -35px;
  margin-bottom: 10px;
}

.modal_login__block_form .row__link_add a {
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  color: #017783;
  text-decoration: underline;
}

.modal_login__block_form .row__link_add a:hover {
  color: #00A3B3;
  text-decoration: none;
}

.modal_login__login_with {
  padding: 15px 0;
}

.modal_login__login_with .border {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.modal_login__login_with .border:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 90%;
  height: 1px;
  background: #C6C6C6;
  top: 50%;
  transform: translateX(-50%);
}

.modal_login__login_with .border .or {
  display: inline-block;
  line-height: 1;
  padding: 5px 20px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #444444;
  background: #fff;
  position: relative;
  z-index: 5;
}

.modal_login__login_with .row_btn {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.modal_login__login_with .row_btn .btn_default {
  width: 100%;
  margin: 0 10px;
  font-size: 13px;
  padding: 13px 10px;
  text-align: center;
  padding-left: 35px;
}

.modal_login__login_with .row_btn .btn_default .btn_icon {
  left: 15px;
  font-size: 18px;
}

.modal_login__login_with .row_btn .facebookLoginButtonLocation {
  margin: 0 auto;
}

.modal_login__login_with .instagram-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}

.modal_login .tab-content {
  display: flex;
}

.modal_login .tab-content .tab-pane {
  min-height: 100%;
}

@media screen and (max-width: 1300px) {
  .modal_login__block_form .help_note.help_note_right {
    right: auto;
    left: -5%;
    transform: translate(-100%, -50%);
  }
  .modal_login__block_form .help_note.help_note_right:after {
    left: auto;
    right: -8px;
    border-right: none;
    border-left: 8px solid #e65f50;
  }
}

@media screen and (max-width: 991px) {
  .modal_login {
    width: 100%;
    padding: 0;
  }
  .modal_login .fancybox-close {
    top: 5px;
    right: 10px;
  }
  .modal_login .tab-content {
    width: 100%;
  }
  .modal_login .tab-content .tab-pane {
    width: 100%;
  }
  .modal_login__description {
    width: 50%;
  }
  .modal_login__description .bg_red,
  .modal_login__description .bg_blue {
    padding: 60px 20px;
  }
  .modal_login__description .bg_red .title,
  .modal_login__description .bg_blue .title {
    font-size: 46px;
  }
  .modal_login__description .bg_red p,
  .modal_login__description .bg_blue p {
    font-size: 25px;
  }
  .modal_login__description .bg_red .icon_wrapper,
  .modal_login__description .bg_blue .icon_wrapper {
    padding-bottom: 20px;
  }
  .modal_login__description .bg_red .icon_wrapper img,
  .modal_login__description .bg_blue .icon_wrapper img {
    height: 150px;
  }
  .modal_login__description .bg_blue .title {
    font-size: 28px;
    padding-bottom: 20px;
  }
  .modal_login__description .bg_blue p {
    font-size: 17px;
  }
  .modal_login__description .bg_blue .icon_wrapper {
    margin: 0;
    padding: 0;
  }
  .modal_login__description .bg_blue .icon_wrapper img {
    height: 170px;
  }
  .modal_login__block_form {
    width: 50%;
    padding: 35px 20px;
    padding-top: 50px;
  }
  .modal_login__block_form .buttons_login {
    margin-bottom: 35px;
  }
  .modal_login__block_form .buttons_login li:last-child {
    left: -5px;
  }
  .modal_login__block_form .buttons_login li .btn_tab {
    padding: 7px 35px;
    font-size: 16px;
  }
  .modal_login__block_form .row_link .forget_pass {
    font-size: 14px;
  }
  .modal_login__block_form .row__link_add {
    margin-top: -15px;
    margin-bottom: 5px;
  }
  .modal_login__block_form .row__link_add a {
    font-size: 15px;
  }
  .modal_login__login_with {
    padding: 10px 0;
  }
  .modal_login__login_with .border {
    margin-bottom: 10px;
  }
  .modal_login__login_with .border .or {
    font-size: 15px;
  }
  .modal_login__login_with .row_btn {
    display: block;
    margin: 0;
    text-align: center;
  }
  .modal_login__login_with .row_btn .btn_default,
  .modal_login__login_with .row_btn .facebookLoginButtonLocation {
    display: inline-block;
    width: 245px;
    margin: 0;
    font-size: 13px;
    margin-bottom: 20px;
  }
  .modal_login__login_with .row_btn .btn_default {
    padding: 12px 10px;
    text-align: left;
    padding-left: 46px;
  }
  .modal_login__login_with .row_btn .btn_default i {
    left: 15px;
  }
  .modal_login__login_with .instagram-message {
    padding-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .modal_login {
    width: 100%;
    max-width: 500px;
    padding: 0;
  }
  .modal_login .box_capcha .g-recaptcha {
    transform: scale(0.75) translateX(17%);
  }
  .modal_login .fancybox-close, .modal_login .btn_closed__modal {
    font-size: 18px;
    color: rgba(228, 243, 255, 0.69);
  }
  .modal_login .fancybox-close:hover, .modal_login .btn_closed__modal:hover {
    color: #fff;
  }
  .modal_login .tab-content {
    width: 100%;
  }
  .modal_login .tab-content .tab-pane {
    width: 100%;
  }
  .modal_login__description {
    width: 100%;
  }
  .modal_login__description .tab-pane {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
  }
  .modal_login__description .bg_red,
  .modal_login__description .bg_blue {
    width: 100%;
    padding: 20px 20px;
    padding-top: 40px;
  }
  .modal_login__description .bg_red .title,
  .modal_login__description .bg_blue .title {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .modal_login__description .bg_red p,
  .modal_login__description .bg_blue p {
    font-size: 18px;
  }
  .modal_login__description .bg_red .icon_wrapper,
  .modal_login__description .bg_blue .icon_wrapper {
    padding-bottom: 20px;
  }
  .modal_login__description .bg_red .icon_wrapper img,
  .modal_login__description .bg_blue .icon_wrapper img {
    height: 110px;
  }
  .modal_login__description .bg_blue .title {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .modal_login__description .bg_blue p {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .modal_login__description .bg_blue .icon_wrapper {
    padding: 0;
    padding-top: 10px;
  }
  .modal_login__description .bg_blue .icon_wrapper img {
    height: 130px;
  }
  .modal_login__block_form {
    width: 100%;
    padding: 25px 15px;
  }
  .modal_login__block_form .buttons_login {
    margin-bottom: 35px;
  }
  .modal_login__block_form .buttons_login li:last-child {
    left: -5px;
  }
  .modal_login__block_form .buttons_login li .btn_tab {
    padding: 7px 35px;
    font-size: 16px;
  }
  .modal_login__block_form .row_link .forget_pass {
    font-size: 14px;
  }
  .modal_login__block_form .row__link_add {
    margin-top: -15px;
    margin-bottom: 5px;
  }
  .modal_login__block_form .row__link_add a {
    font-size: 15px;
  }
  .modal_login__login_with {
    padding: 10px 0;
  }
  .modal_login__login_with .border {
    margin-bottom: 10px;
  }
  .modal_login__login_with .border .or {
    font-size: 15px;
  }
  .modal_login__login_with .row_btn {
    display: block;
    margin: 0;
    text-align: center;
  }
  .modal_login__login_with .row_btn .btn_default {
    width: 245px;
    margin: 0;
    font-size: 13px;
    margin-bottom: 20px;
  }
  .modal_login__login_with .row_btn .btn_default i {
    font-size: 18px;
  }
}

.modal_choose_account_container {
  padding-bottom: 20px;
}

.modal_choose_account_row {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .modal_choose_account_row {
    flex-direction: column-reverse;
  }
}

.modal_choose_account {
  width: 960px;
  position: relative;
}

.modal_choose_account__item {
  padding: 20px 60px;
  text-align: center;
  position: relative;
  padding-bottom: 100px;
}

.modal_choose_account__item:first-child {
  border-right: 1px solid #C6C6C6;
}

.modal_choose_account__item .img_wrapper {
  margin-bottom: 20px;
  height: 110px;
}

.modal_choose_account__item .img_wrapper img {
  height: 100%;
  object-fit: contain;
}

.modal_choose_account__item .title {
  display: inline-block;
  font-size: 28px;
  font-weight: normal;
  color: #444444;
  padding-bottom: 20px;
  line-height: 1;
}

.modal_choose_account__item ul {
  padding: 0;
  text-align: left;
  margin: 0;
}

.modal_choose_account__item ul li {
  font-size: 20px;
  color: #444444;
  line-height: 1.4;
  padding: 5px 0;
}

.modal_choose_account__item .row_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.modal_choose_account .sub {
  display: block;
  padding-top: 30px;
  font-size: 18px;
  color: #444444;
}

@media screen and (max-width: 991px) {
  .modal_choose_account {
    width: 100%;
  }
  .modal_choose_account__item {
    padding: 30px 60px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
  }
  .modal_choose_account__item .img_wrapper {
    height: 80px;
  }
  .modal_choose_account__item .title {
    font-size: 28px;
    padding-bottom: 10px;
  }
  .modal_choose_account__item ul {
    width: 200px;
    padding-bottom: 25px;
  }
  .modal_choose_account__item ul li {
    font-size: 15px;
    line-height: 1.2;
  }
  .modal_choose_account__item .row_btn {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .modal_choose_account {
    width: 100%;
    max-width: 500px;
  }
  .modal_choose_account__item {
    padding: 30px 10px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .modal_choose_account__item:first-child {
    border: none;
  }
  .modal_choose_account__item:last-child {
    border: none;
    border-bottom: 1px solid #C6C6C6;
  }
  .modal_choose_account__item .img_wrapper {
    height: 80px;
  }
  .modal_choose_account__item .title {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .modal_choose_account__item ul {
    width: 170px;
    padding-bottom: 25px;
  }
  .modal_choose_account__item ul li {
    font-size: 15px;
    line-height: 1.2;
  }
  .modal_choose_account__item .row_btn {
    position: relative;
  }
  .modal_choose_account .sub {
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
  }
}

.modal_signup_fan {
  width: 680px;
}

.modal_signup_fan .frame_check {
  padding: 15px 30px 15px;
}

.modal_signup_fan .frame_check .check_default a {
  white-space: nowrap;
}

.modal_signup_fan .frame_check .check_default.with-link input {
  height: unset;
}

.modal_signup_fan .group_double .title {
  justify-content: flex-end;
}

.modal_signup_fan .group_btn {
  padding-top: 20px;
  position: relative;
}

.modal_signup_fan .group_btn .yeah_promp {
  position: absolute;
  right: -35px;
  top: 18px;
  transform: rotate(-25deg);
  font-size: 30px;
  color: #888888;
  white-space: nowrap;
  display: inline-block;
  line-height: 1;
  font-family: "Sue Ellen Francisco", cursive;
}

.modal_signup_fan .group_btn .yeah_promp i {
  font-style: normal;
  margin-left: 15px;
}

.modal_signup_fan .btn_default {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .modal_signup_fan {
    width: 100%;
    max-width: 500px;
  }
  .modal_signup_fan .frame_check {
    padding: 5px 0;
  }
  .modal_signup_fan .group_btn {
    padding-top: 5px;
    display: flex;
    flex-direction: column;
  }
  .modal_signup_fan .group_btn .yeah_promp {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 30px;
  }
}

.modal_signup_framer {
  max-width: 850px;
}

.modal_signup_framer .check_default {
  margin-bottom: 35px;
}

.modal_signup_framer .group_btn {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .modal_signup_framer {
    width: 100%;
    max-width: 500px;
  }
  .modal_signup_framer .group_btn {
    padding-top: 10px;
  }
}

.modal_sign_accept {
  width: 100%;
  max-width: 1300px;
}

.modal_sign_accept .block_caption_center {
  text-align: center;
}

.modal_sign_accept .block_caption_center .before_caption {
  font-size: 26px;
  color: #444444;
  display: block;
  line-height: 1;
  padding-bottom: 2px;
}

.modal_sign_accept .block_caption_center .caption {
  font-size: 40px;
  padding-bottom: 2px;
}

.modal_sign_accept .block_caption_center .after_caption,
.modal_sign_accept .block_caption_center .after_caption_text {
  font-size: 20px;
  display: block;
  line-height: 1;
  color: #C6C6C6;
}

.modal_sign_accept .block_caption_center .after_caption_text {
  font-size: 21px;
  font-family: "Poppins", sans-serif;
  color: #e65f50;
}

.modal_sign_accept .list__checkout_accept {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 30px;
}

.modal_sign_accept .list__checkout_accept .item {
  width: 20%;
  padding: 0 15px;
  text-align: center;
}

.modal_sign_accept .list__checkout_accept .item .wrap {
  display: inline-block;
  max-width: 250px;
  position: relative;
}

.modal_sign_accept .list__checkout_accept .item .wrap .click_wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.modal_sign_accept .list__checkout_accept .item .wrap .click_wrapper input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}

.modal_sign_accept .list__checkout_accept .item .wrap .click_wrapper input:checked ~ .description {
  border-color: rgba(6, 179, 87, 0.23);
  background: rgba(6, 179, 87, 0.07);
}

.modal_sign_accept .list__checkout_accept .item .wrap .click_wrapper input:checked ~ .description .click_accept .click {
  top: -30px;
  opacity: 0;
}

.modal_sign_accept .list__checkout_accept .item .wrap .click_wrapper input:checked ~ .description .click_accept .accepted {
  bottom: 30px;
  opacity: 1;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  padding: 0 10px;
  color: #e65f50;
}

.modal_sign_accept .list__checkout_accept .item .wrap .click_wrapper input:active ~ .icon_wrapper img {
  transform: scale(0.9);
}

.modal_sign_accept .list__checkout_accept .item .wrap .icon_wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 5;
  margin-bottom: -60px;
}

.modal_sign_accept .list__checkout_accept .item .wrap .icon_wrapper img {
  width: 120px;
  transition: 0.3s;
}

.modal_sign_accept .list__checkout_accept .item .wrap .description {
  background: #FAFAFA;
  padding: 85px 15px 20px;
  border: 1px solid rgba(230, 95, 80, 0.23);
  border-radius: 8px;
  background: rgba(230, 95, 80, 0.1);
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  height: 340px;
}

.modal_sign_accept .list__checkout_accept .item .wrap .description .promp_thumb {
  z-index: 55;
  position: absolute;
  left: 0px;
  bottom: 7px;
  font-size: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C6C6C6;
  animation: shake 0.7s infinite ease-in-out;
}

@keyframes shake {
  0% {
    left: 0px;
    opacity: 0.5;
  }
  50% {
    left: 5px;
    opacity: 0.9;
  }
  100% {
    left: 0px;
    opacity: 0.5;
  }
}

.modal_sign_accept .list__checkout_accept .item .wrap .description p {
  font-size: 20px;
  color: #444444;
  line-height: 1.3;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.modal_sign_accept .list__checkout_accept .item .wrap .description .click_accept {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  height: 50px;
  cursor: pointer;
}

.modal_sign_accept .list__checkout_accept .item .wrap .description .click_accept input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.modal_sign_accept .list__checkout_accept .item .wrap .description .click_accept input:checked ~ .click {
  top: -30px;
  opacity: 0;
}

.modal_sign_accept .list__checkout_accept .item .wrap .description .click_accept input:checked ~ .accepted {
  bottom: 17px;
  opacity: 1;
}

.modal_sign_accept .list__checkout_accept .item .wrap .description .click_accept .click {
  display: inline-block;
  line-height: 1;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  background: #00A3B3;
  padding: 7px 12px;
  border-radius: 4px;
  transition: 0.3s;
  position: relative;
  top: 12px;
  cursor: pointer;
  opacity: 1;
  box-shadow: 0px 3px 0px #017783;
}

.modal_sign_accept .list__checkout_accept .item .wrap .description .click_accept .accepted {
  display: inline-block;
  font-size: 20px;
  color: #3B934F;
  font-weight: normal;
  font-family: "Sue Ellen Francisco", cursive;
  line-height: 1;
  padding-right: 50px;
  position: relative;
  bottom: -30px;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0;
}

.modal_sign_accept .list__checkout_accept .item .wrap .description .click_accept .accepted .icon_like {
  display: inline-block;
  width: 32px;
  height: 31px;
  margin-left: 10px;
}

.modal_sign_accept .list__checkout_accept .item .wrap .description .click_accept .accepted .icon_like img {
  width: 100%;
  display: inline-block;
}

.modal_sign_accept .list__checkout_accept .item .wrap .description .click_accept:hover .click {
  transform: translateY(2px);
  box-shadow: 0px 2px 0px #017783;
}

.modal_sign_accept .modal_main__footer {
  justify-content: flex-end;
}

.modal_sign_accept .modal_main__footer .error {
  margin-right: 20px;
}

@media screen and (max-width: 1300px) {
  .modal_sign_accept {
    max-width: 1190px;
  }
}

@media screen and (max-width: 1200px) {
  .modal_sign_accept {
    max-width: 970px;
  }
  .modal_sign_accept .list__checkout_accept {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 0px;
  }
  .modal_sign_accept .list__checkout_accept .item {
    width: 33.333%;
    padding: 0 10px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .modal_sign_accept {
    max-width: 750px;
  }
  .modal_sign_accept .list__checkout_accept {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 0px;
  }
  .modal_sign_accept .list__checkout_accept .item {
    width: 50%;
    padding: 0 10px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .modal_sign_accept {
    width: 100%;
    max-width: 500px;
  }
  .modal_sign_accept .block_caption_center {
    text-align: center;
  }
  .modal_sign_accept .block_caption_center .before_caption {
    font-size: 17px;
  }
  .modal_sign_accept .block_caption_center .caption {
    font-size: 24px;
  }
  .modal_sign_accept .block_caption_center .after_caption {
    font-size: 15px;
  }
  .modal_sign_accept .list__checkout_accept {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 0px;
  }
  .modal_sign_accept .list__checkout_accept .item {
    width: 80%;
    padding-bottom: 40px;
  }
  .modal_sign_accept .list__checkout_accept .item .wrap .promp_thumb {
    font-size: 24px;
  }
  .modal_sign_accept .list__checkout_accept .item .wrap .icon_wrapper {
    margin-bottom: -40px;
  }
  .modal_sign_accept .list__checkout_accept .item .wrap .icon_wrapper img {
    width: 80px;
  }
  .modal_sign_accept .list__checkout_accept .item .wrap .description {
    background: #FAFAFA;
    padding: 65px 15px 75px;
    height: auto;
  }
  .modal_sign_accept .list__checkout_accept .item .wrap .description p {
    font-size: 18px;
  }
  .modal_sign_accept .list__checkout_accept .item .wrap .description .click_accept {
    bottom: 0px;
    left: 0;
    height: 50px;
  }
  .modal_sign_accept .list__checkout_accept .item .wrap .description .click_accept input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }
  .modal_sign_accept .list__checkout_accept .item .wrap .description .click_accept input:checked ~ .click {
    top: -30px;
    opacity: 0;
  }
  .modal_sign_accept .list__checkout_accept .item .wrap .description .click_accept input:checked ~ .accepted {
    bottom: 17px;
    opacity: 1;
  }
  .modal_sign_accept .list__checkout_accept .item .wrap .description .click_accept .click {
    font-size: 16px;
    top: 5px;
    cursor: pointer;
    opacity: 1;
  }
  .modal_sign_accept .list__checkout_accept .item .wrap .description .click_accept .accepted {
    font-size: 17px;
    padding-right: 35px;
  }
  .modal_sign_accept .list__checkout_accept .item .wrap .description .click_accept .accepted .icon_like {
    width: 28px;
    height: 31px;
  }
  .modal_sign_accept .modal_main__footer {
    text-align: center;
  }
  .modal_sign_accept .modal_main__footer .after_caption {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0px 30px 20px;
    display: block;
  }
  .modal_sign_accept .modal_main__footer .frame_loader {
    text-align: center;
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
  }
}

.donation__container-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}

.donation__container-wrapper .patron-donation-icon {
  width: 129px;
  height: 103px;
}

@media screen and (max-width: 767px) {
  .donation__container-wrapper {
    width: 100%;
  }
}

.donation__container,
.tribe-wrapper {
  width: 100%;
  background: #f2f2f2;
  padding: 15px 15px 5px 15px;
  border-radius: 5px;
  margin-bottom: 25px;
  border: 1px solid #00a3b3;
}

.donation__container .donation-form-content,
.tribe-wrapper .donation-form-content {
  position: relative;
}

.donation__container .donation-form-content .btn_close,
.tribe-wrapper .donation-form-content .btn_close {
  position: absolute;
  right: -5px;
  top: -5px;
  color: #5d5d5d;
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
}

.donation__container .donation-form-content .btn_close:hover,
.tribe-wrapper .donation-form-content .btn_close:hover {
  color: rgba(230, 95, 80, 0.95);
}

.donation__container .donation-form-content .title,
.tribe-wrapper .donation-form-content .title {
  display: block;
  padding-bottom: 15px;
  font-size: 20px;
  color: #5d5d5d;
  font-weight: normal;
}

.donation__container .donation-form-content p,
.tribe-wrapper .donation-form-content p {
  font-size: 19px;
  line-height: 1.3;
  padding-bottom: 10px;
  color: #434343;
}

.donation__container .donation-form-content .wrap_link,
.tribe-wrapper .donation-form-content .wrap_link {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .donation__container .donation-form-content .wrap_link,
  .tribe-wrapper .donation-form-content .wrap_link {
    text-align: center;
  }
}

.donation__container .donation-form-content .wrap_link a,
.tribe-wrapper .donation-form-content .wrap_link a {
  color: #727272;
  font-size: 12px;
}

.donation__container .donation-form-content .check_default,
.tribe-wrapper .donation-form-content .check_default {
  margin: 5px 0 10px;
  font-size: 19px;
  color: #727272;
}

.donation__container .donation-form-content .check_default .first-item,
.tribe-wrapper .donation-form-content .check_default .first-item {
  font-weight: bold;
}

.donation__container .donation-form-content .check_default .second-item,
.tribe-wrapper .donation-form-content .check_default .second-item {
  font-weight: 600;
}

.donation__container .sub_title,
.tribe-wrapper .sub_title {
  display: block;
  font-size: 15px;
  color: #000000;
  font-weight: normal;
  padding: 5px 0;
}

.donation__container .check_default:last-child,
.tribe-wrapper .check_default:last-child {
  margin-bottom: 5px;
}

.donation__container .with-no-padding,
.tribe-wrapper .with-no-padding {
  padding: 0 !important;
}

.tribe-wrapper {
  border: 2px solid #197d87;
}

.tribe-wrapper p {
  font-size: 20px !important;
}

.tribe-wrapper .title {
  text-align: center;
  color: #5d5d5d;
  font-weight: bold;
}

.tribe-wrapper a {
  text-decoration: underline;
  color: #6776bf;
}

.tribe-wrapper .warning-message {
  color: #5d5d5d;
  font-weight: 600;
}

.tribe-wrapper .check-box-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 30px 0 30px 0;
}

.tribe-wrapper .check-box-text {
  color: #393939;
  font-weight: 600;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .tribe-wrapper .check-box-text {
    font-size: 15px;
    padding-left: 30px;
  }
}

.tribe-wrapper .box {
  width: 25px;
  height: 25px;
  border-radius: 0px;
  border: 1px solid #00a3b3;
}

.modal_upload_image {
  width: 1300px;
  max-width: 100%;
  padding: 55px;
  position: relative;
}

.modal_upload_image .modal_main__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  padding-bottom: 25px;
}

.modal_upload_image .modal_main__header_left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal_upload_image .modal_main__header_left .caption {
  font-size: 35px;
  font-weight: normal;
  line-height: 1.2;
  padding: 0;
  margin-bottom: 31px;
}

@media screen and (max-width: 991px) {
  .modal_upload_image .modal_main__header_left .caption {
    font-size: 33px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .modal_upload_image .modal_main__header_left .caption {
    font-size: 33px;
    margin-bottom: 0px;
  }
}

.modal_upload_image .modal_main__header_left .caption_sub {
  display: block;
  line-height: 1;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #444444;
}

.modal_upload_image .modal_main__header_left .caption_sub_hide_on_desktop {
  display: none;
}

@media screen and (max-width: 767px) {
  .modal_upload_image .modal_main__header_left .caption_sub_hide_on_desktop {
    display: block;
  }
}

.modal_upload_image .modal_main__header_right .timer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.modal_upload_image .modal_main__header_right .timer .title {
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  margin-right: 20px;
  color: #444444;
}

.modal_upload_image .modal_main__body .justify-content-start {
  justify-content: start;
}

.modal_upload_image .modal_main__body .upload_image {
  border: 2px solid #C6C6C6;
  border-radius: 5px;
  padding: 70px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.modal_upload_image .modal_main__body .upload_image .title_drop {
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0;
  margin: 0;
  font-size: 36px;
  color: #5aa55a;
  transform: translate(-50%, -70%) scale(0.9);
  transition: 0.3s;
  font-family: "Sue Ellen Francisco", cursive;
  opacity: 0;
}

.modal_upload_image .modal_main__body .upload_image .title_drop.position_drag {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.modal_upload_image .modal_main__body .upload_image__description {
  position: relative;
  opacity: 1;
  transition: 0.4s;
}

.modal_upload_image .modal_main__body .upload_image__description.hide_drag {
  opacity: 0;
}

.modal_upload_image .modal_main__body .upload_image__description .title {
  text-align: center;
  padding-bottom: 50px;
  margin: 0;
  font-size: 32px;
  color: #5D5D5D;
}

.modal_upload_image .modal_main__body .upload_image__description .row_img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
}

.modal_upload_image .modal_main__body .upload_image__description .row_img img {
  height: 140px;
  margin: 0 15px;
}

.modal_upload_image .modal_main__body .upload_image__description .sub_info {
  font-size: 24px;
  display: block;
  text-align: center;
  line-height: 1;
  color: #5D5D5D;
  font-family: "Poppins", sans-serif;
}

.modal_upload_image .modal_main__body .upload_image__description .sub_info b {
  font-weight: 500;
  color: #5D5D5D;
}

.modal_upload_image .modal_main__body .upload_image__description .row_btn {
  text-align: center;
  padding-top: 80px;
}

.modal_upload_image .modal_main__body .upload_image__description .row_btn .or {
  font-size: 24px;
  display: block;
  text-align: center;
  line-height: 1;
  color: #5D5D5D;
  font-family: "Poppins", sans-serif;
  padding-bottom: 20px;
}

.modal_upload_image .modal_main__body .error_article {
  display: block;
  padding: 10px 0 0;
  text-align: center;
  color: #e65f50;
  font-size: 16px;
  font-weight: normal;
  opacity: 1;
  visibility: visible;
}

.modal_upload_image .modal_main__body .error_article.ng-hide {
  visibility: hidden;
  transition: 0.4s;
  opacity: 0;
}

.modal_upload_image .btn_with_loader {
  display: flex;
  align-items: center;
  height: 47px;
}

.modal_upload_image .btn_with_loader.processing {
  cursor: not-allowed;
}

.modal_upload_image .btn_with_loader.processing:hover {
  background: #00A3B3;
}

.modal_upload_image .modal_main__footer {
  padding: 20px 0 0;
}

.modal_upload_image .modal_main__footer .loader_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.modal_upload_image .modal_main__footer .counter {
  white-space: nowrap;
  font-size: 13px;
  color: #5D5D5D;
  display: inline-block;
  line-height: 1;
}

.modal_upload_image .modal_main__footer_left, .modal_upload_image .modal_main__footer_right {
  width: 35%;
}

.modal_upload_image .modal_main__footer_center {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.modal_upload_image .modal_main__footer_center .cancel-button {
  margin-left: 10px;
}

.modal_upload_image .modal_main__footer_right .btn_default {
  margin-left: 13px;
}

.modal_upload_image .cancel-btn-container {
  display: none;
}

.modal_upload_image .textarea_frame:focus {
  box-shadow: 0px 0px 4px #F9C000;
}

.modal_upload_image__form {
  padding: 20px 15px;
}

.modal_upload_image__form .row_group {
  align-items: flex-end;
}

.modal_upload_image__form .textarea_frame {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #C6C6C6;
  padding: 15px;
  border-radius: 5px;
}

.modal_upload_image__form .textarea_frame .row_tags {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding-right: 40px;
}

.modal_upload_image__form .textarea_frame .row_tags .char_limit {
  display: inline-block;
  font-size: 13px;
  color: #888888;
  position: absolute;
  right: 0px;
  top: 9px;
}

.modal_upload_image__form .textarea_frame .row_tags .list_tags {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.modal_upload_image__form .textarea_frame .row_tags .list_tags .tag-item {
  border: none;
  display: inline-block;
  line-height: 1;
  background: #5D5D5D;
  font-size: 11px;
  color: #FFF;
  position: relative;
  margin: 4px 7px 4px 0;
  padding: 8px 9px;
  padding-right: 22px;
  border-radius: 3px;
}

.modal_upload_image__form .textarea_frame .row_tags .list_tags .tag-item button {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-49%);
  font-size: 16px;
  color: #fff;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  transition: 0.4s;
}

.modal_upload_image__form .textarea_frame .row_tags .list_tags .tag-item button:hover {
  box-shadow: none;
  top: 50%;
  color: rgba(255, 255, 255, 0.62);
}

.modal_upload_image__form .textarea_frame .row_tags .list_tags.grey_tags .tag-item {
  background: #a7a5a5;
}

.modal_upload_image__form .textarea_frame .row_tags .list_tags.black_tags .tag-item {
  background: #5D5D5D;
  color: #fff;
}

.modal_upload_image__form .textarea_frame textarea {
  padding-left: 0;
  width: 100%;
  min-height: 200px;
  border: none;
  box-shadow: none !important;
  resize: none;
}

.modal_upload_image__form .textarea_frame .row_add {
  bottom: 0;
  z-index: 5;
  left: 0;
  padding: 15px 0px 5px;
}

.modal_upload_image__form .textarea_frame .row_add .title {
  font-size: 14px;
  display: block;
  line-height: 1;
  color: #5D5D5D;
  font-weight: normal;
  padding-bottom: 15px;
}

.modal_upload_image__form .textarea_frame .row_add .btn_default {
  margin-right: 7px;
}

.modal_upload_image__form .textarea_frame .row_add .relative_help_container:hover {
  z-index: 55;
}

.modal_upload_image__form .row__btn_add {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 45px;
}

.modal_upload_image__form .row__btn_add .btn_default {
  margin-right: 15px;
}

.modal_upload_image__form .check_block {
  padding-bottom: 30px;
}

.modal_upload_image__form .check_block .title {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  display: block;
  line-height: 1;
  padding-bottom: 20px;
}

.modal_upload_image__form .select__level_would {
  padding-bottom: 15px;
}

.modal_upload_image__form .select__level_would .title {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  display: block;
  line-height: 1;
  padding-bottom: 20px;
}

.modal_upload_image__form .select__level_would .group {
  display: flex;
  align-items: center;
}

.modal_upload_image__form .select__level_would .group select {
  max-width: 400px;
}

.modal_upload_image__form .select__level_would .group .link {
  margin-left: 25px;
  font-size: 16px;
}

.modal_upload_image__form .raiting_frame .title {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  display: block;
  line-height: 1;
  padding-bottom: 20px;
}

.modal_upload_image__form .raiting_frame .raiting {
  display: flex;
  align-items: center;
  margin: 0;
  list-style: none;
  margin-left: -5px;
  padding: 0;
}

.modal_upload_image__form .raiting_frame .raiting li {
  margin: 0;
  padding: 0 5px;
  font-size: 24px;
  color: #C6C6C6;
}

.modal_upload_image__form .raiting_frame .raiting li.selected {
  color: #f7d22f;
}

.modal_upload_image__form .raiting_frame .raiting li.hover {
  color: #ffe317;
}

.modal_upload_image .first-poster h2 {
  font-size: 24px;
  padding-bottom: 15px;
}

.modal_upload_image .first-poster p {
  font-size: 19px;
  line-height: 1.3;
  padding-bottom: 15px;
  color: #434343;
}

.modal_upload_image .first-poster .check_default {
  font-size: 18px;
}

.modal_upload_image__pre .img_wrapper {
  padding: 20px 40px;
}

.modal_upload_image__pre .img_wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.modal_upload_image__pre .img_wrapper .item-processed {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 7px;
  box-sizing: border-box;
}

.modal_upload_image__pre .img_wrapper .item-processed--inner {
  padding-top: 100%;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}

.modal_upload_image__pre .img_wrapper .item-processed--text {
  background: #000;
  border-radius: 5px;
  font-family: "Sue Ellen Francisco", cursive;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin: auto;
  animation: blinker 2s ease infinite;
  font-size: 24px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 992px) {
  .modal_upload_image__pre .img_wrapper .item-processed--text {
    font-size: 20px;
  }
}

@keyframes blinker {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.3;
  }
}

.modal_upload_image__pre .delete__image {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: none;
  border: none;
  color: #444444;
  border-radius: 50%;
  top: -4px;
  right: 28px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.modal_upload_image__pre .delete__image:hover {
  transform: rotate(-180deg);
  color: #e65f50;
}

.modal_upload_image__pre .mini__dropzone {
  width: 100%;
  height: 300px;
  border: 2px dashed #e9e9e9;
  position: relative;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.modal_upload_image__pre .mini__dropzone .row_img {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}

.modal_upload_image__pre .mini__dropzone .row_img img {
  margin: 10px;
  width: 60px;
}

.modal_upload_image__pre .mini__dropzone_text {
  display: inline-block;
  text-align: center;
  padding: 5px 20px;
  line-height: 1.4;
}

.modal_upload_image__pre .group_button {
  position: relative;
  overflow: visible;
}

.modal_upload_image__pre .group_button input[type=file] {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
}

.modal_upload_image__pre .group_button input[type=file]:hover ~ .btn_default, .modal_upload_image__pre .group_button input[type=file]:focus ~ .btn_default {
  top: 2px;
  box-shadow: 0px 2px 0px #C6C6C6;
}

.modal_upload_image .block__nice_work {
  text-align: center;
  padding: 30px 0;
}

.modal_upload_image .block__nice_work .caption {
  font-size: 33px;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
  color: #017783;
}

.modal_upload_image .block__nice_work .img_wrapper {
  margin-bottom: 40px;
}

.modal_upload_image .block__nice_work .comment {
  display: block;
  line-height: 1;
  font-size: 22px;
  color: #444444;
}

.modal_upload_image .block__technical_details,
.modal_upload_image .block__location {
  padding: 10px 0;
}

.modal_upload_image .block__technical_details .caption,
.modal_upload_image .block__location .caption {
  font-size: 24px;
  color: #444444;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding-bottom: 20px;
}

.modal_upload_image .block__technical_details .caption small,
.modal_upload_image .block__location .caption small {
  font-size: 24px;
  color: #5D5D5D;
}

.modal_upload_image .block__technical_details .title, .modal_upload_image .block__technical_details .caption,
.modal_upload_image .block__location .title,
.modal_upload_image .block__location .caption {
  position: relative;
}

.modal_upload_image .block__technical_details .close-detail-section,
.modal_upload_image .block__location .close-detail-section {
  position: absolute;
  right: 0;
  font-size: 18px !important;
}

@media screen and (max-width: 1400px) {
  .modal_upload_image {
    width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .modal_upload_image {
    width: 960px;
  }
  .modal_upload_image .modal_main__header_left {
    width: 50%;
  }
  .modal_upload_image .modal_main__header_left .caption {
    font-size: 38px;
  }
  .modal_upload_image .modal_main__header_left .caption_sub {
    font-size: 24px;
  }
  .modal_upload_image .modal_main__header_right {
    width: 50%;
    display: block;
    text-align: right;
  }
  .modal_upload_image .modal_main__header_right .timer {
    padding-top: 20px;
    display: inline-block;
  }
  .modal_upload_image .modal_main__header_right .timer .title {
    display: block;
    text-align: left;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .modal_upload_image {
    width: 660px;
  }
  .modal_upload_image .modal_main__header {
    display: block;
    padding: 0;
    padding-bottom: 25px;
  }
  .modal_upload_image .modal_main__header_left {
    width: 100%;
    display: block;
    text-align: center;
  }
  .modal_upload_image .modal_main__header_left .caption {
    font-size: 28px;
    padding-bottom: 5px;
  }
  .modal_upload_image .modal_main__header_left .caption_sub {
    font-size: 18px;
  }
  .modal_upload_image .modal_main__header_right {
    width: 100%;
    display: block;
    text-align: center;
  }
  .modal_upload_image .modal_main__header_right .timer {
    padding-top: 20px;
    display: inline-block;
  }
  .modal_upload_image .modal_main__header_right .timer .title {
    display: block;
    text-align: left;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 10px;
  }
  .modal_upload_image .modal_main__body .upload_image {
    padding: 30px 25px;
  }
  .modal_upload_image .modal_main__body .upload_image__description .title {
    font-size: 28px;
  }
  .modal_upload_image .modal_main__body .upload_image__description .row_img img {
    height: 100px;
  }
  .modal_upload_image .modal_main__body .upload_image__description .sub_info {
    font-size: 24px;
    line-height: 1.4;
  }
  .modal_upload_image .modal_main__body .upload_image__description .row_btn {
    padding-top: 30px;
  }
  .modal_upload_image .modal_main__body .upload_image__description .row_btn .or {
    font-size: 18px;
    padding-bottom: 30px;
  }
  .modal_upload_image__form {
    width: 100%;
    order: 2;
  }
  .modal_upload_image__pre {
    order: 1;
    width: 80%;
  }
  .modal_upload_image__pre .delete__image {
    right: 8px;
  }
  .modal_upload_image__pre .img_wrapper {
    padding: 20px;
  }
  .modal_upload_image .modal_main__footer {
    padding-top: 40px;
    align-items: flex-start;
  }
  .modal_upload_image .modal_main__footer_center {
    flex-direction: column-reverse;
  }
  .modal_upload_image .modal_main__footer_center .loader_box {
    position: relative;
    top: 15px;
  }
  .modal_upload_image .block__nice_work {
    text-align: center;
    padding: 20px 0;
  }
  .modal_upload_image .block__nice_work .caption {
    font-size: 32px;
    padding-bottom: 20px;
  }
  .modal_upload_image .block__nice_work .img_wrapper {
    margin-bottom: 20px;
  }
  .modal_upload_image .block__nice_work .comment {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .modal_upload_image {
    width: 100%;
    max-width: 500px;
    padding: 30px 15px 10px 15px;
  }
  .modal_upload_image .modal_main__header {
    display: block;
    padding: 0;
    padding-bottom: 25px;
  }
  .modal_upload_image .modal_main__header_left {
    width: 100%;
    display: block;
    text-align: center;
  }
  .modal_upload_image .modal_main__header_left .caption {
    font-size: 24px;
    padding-bottom: 5px;
  }
  .modal_upload_image .modal_main__header_left .caption_sub {
    font-size: 18px;
  }
  .modal_upload_image .modal_main__header_right {
    width: 100%;
    display: block;
  }
  .modal_upload_image .modal_main__header_right .timer {
    padding-top: 20px;
    display: block;
  }
  .modal_upload_image .modal_main__header_right .timer .title {
    font-size: 14px;
    margin: 0;
    padding-bottom: 10px;
    display: block;
  }
  .modal_upload_image .modal_main__header_right p {
    padding: 0;
  }
  .modal_upload_image .modal_main__body .upload_image {
    padding: 30px 25px;
  }
  .modal_upload_image .modal_main__body .upload_image__description .title {
    font-size: 20px;
    padding-bottom: 30px;
  }
  .modal_upload_image .modal_main__body .upload_image__description .row_img {
    padding-bottom: 40px;
  }
  .modal_upload_image .modal_main__body .upload_image__description .row_img img {
    height: 80px;
    margin: 0 15px;
  }
  .modal_upload_image .modal_main__body .upload_image__description .sub_info {
    font-size: 16px;
    line-height: 1.4;
  }
  .modal_upload_image .modal_main__body .upload_image__description .row_btn {
    padding-top: 30px;
  }
  .modal_upload_image .modal_main__body .upload_image__description .row_btn .or {
    font-size: 18px;
    padding-bottom: 30px;
  }
  .modal_upload_image__form {
    width: 100%;
    padding: 20px 15px;
  }
  .modal_upload_image__form .textarea_frame {
    padding: 10px;
  }
  .modal_upload_image__form .textarea_frame .row_tags {
    padding-right: 25px;
  }
  .modal_upload_image__form .textarea_frame .row_tags .list_tags .tag-item {
    font-size: 9px;
    margin: 2px 4px 2px 0;
    padding: 7px 8px;
    padding-right: 20px;
  }
  .modal_upload_image__form .textarea_frame .row_tags .list_tags .tag-item button {
    font-size: 14px;
  }
  .modal_upload_image__form .textarea_frame .row_tags .char_limit {
    font-size: 9px;
    top: 4px;
  }
  .modal_upload_image__form .textarea_frame textarea {
    min-height: 180px;
    font-size: 13px;
    padding: 0;
  }
  .modal_upload_image__form .textarea_frame .row_add {
    padding: 10px 0 10px;
  }
  .modal_upload_image__form .textarea_frame .row_add .title {
    font-size: 10px;
    padding-bottom: 10px;
  }
  .modal_upload_image__form .textarea_frame .row_add .btn_default {
    margin-right: 3px;
    font-size: 12px;
    padding: 7px 11px;
  }
  .modal_upload_image__form .textarea_frame .row_add .tags_variants {
    min-width: 200px;
  }
  .modal_upload_image__form .textarea_frame .row_add .relative_help_container:hover {
    z-index: 55;
  }
  .modal_upload_image__form .row__btn_add {
    padding-top: 0px;
    padding-bottom: 25px;
    display: block;
    text-align: center;
  }
  .modal_upload_image__form .row__btn_add .btn_default {
    margin: 0;
    margin-bottom: 20px;
  }
  .modal_upload_image__form .check_block {
    padding-bottom: 20px;
  }
  .modal_upload_image__form .check_block .title {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .modal_upload_image__form .select__level_would .title {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .modal_upload_image__form .select__level_would .group {
    justify-content: space-between;
  }
  .modal_upload_image__form .select__level_would .group select {
    max-width: 100%;
  }
  .modal_upload_image__form .select__level_would .group .link {
    margin-left: 5px;
    font-size: 13px;
  }
  .modal_upload_image__form .raiting_frame .title {
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 15px;
  }
  .modal_upload_image__form .raiting_frame .raiting li {
    margin: 0;
    padding: 0 3px;
    font-size: 18px;
  }
  .modal_upload_image__form .donation__container .donation-form-content {
    position: relative;
  }
  .modal_upload_image__form .donation__container .donation-form-content .title {
    padding-bottom: 10px;
    font-size: 16px;
  }
  .modal_upload_image__form .donation__container .donation-form-content p {
    font-size: 13px;
    padding-bottom: 10px;
  }
  .modal_upload_image__form .donation__container .donation-form-content .check_default {
    font-size: 13px;
    margin: 5px 0 5px;
  }
  .modal_upload_image__form .donation__container .donation-form-content .wrap_link {
    text-align: right;
  }
  .modal_upload_image__form .donation__container .donation-form-content .wrap_link a {
    font-size: 10px;
  }
  .modal_upload_image__form .donation__container .sub_title {
    text-align: center;
    font-size: 11px;
  }
  .modal_upload_image__pre {
    width: 90%;
  }
  .modal_upload_image__pre .delete__image {
    top: -8px;
    right: 0;
  }
  .modal_upload_image__pre .img_wrapper {
    padding: 10px;
  }
  .modal_upload_image .modal_main__footer {
    padding: 20px 8px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
  }
  .modal_upload_image .modal_main__footer .counter {
    white-space: normal;
    line-height: 1.2;
  }
  .modal_upload_image .modal_main__footer_left, .modal_upload_image .modal_main__footer_right {
    width: 100%;
    margin: 0;
  }
  .modal_upload_image .modal_main__footer_center {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .modal_upload_image .modal_main__footer_center .loader_box {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }
  .modal_upload_image .modal_main__footer_center .row-button {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .modal_upload_image .modal_main__footer_center .row-button .submit_button {
    width: 80%;
    height: 40px;
    font-size: 15px;
  }
  .modal_upload_image .modal_main__footer_center .row-button .cancel-button {
    display: none;
  }
  .modal_upload_image .modal_main__footer_right {
    text-align: right;
    order: 2;
  }
  .modal_upload_image .modal_main__footer_right .btn_default {
    margin-left: 7px;
  }
  .modal_upload_image .cancel-btn-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 29px;
  }
  .modal_upload_image .cancel-button {
    color: #727272;
    font-size: 12px;
    margin: 0 auto;
  }
  .modal_upload_image .first-poster h2 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .modal_upload_image .first-poster p {
    font-size: 13px;
    padding-bottom: 10px;
  }
  .modal_upload_image .first-poster .check_default {
    font-size: 13px;
  }
  .modal_upload_image .block__nice_work {
    text-align: center;
    padding: 20px 0;
  }
  .modal_upload_image .block__nice_work .caption {
    font-size: 32px;
    padding-bottom: 20px;
  }
  .modal_upload_image .block__nice_work .img_wrapper {
    margin-bottom: 20px;
  }
  .modal_upload_image .block__nice_work .comment {
    font-size: 17px;
  }
  .modal_upload_image .block__technical_details,
  .modal_upload_image .block__location {
    padding: 10px 0;
  }
  .modal_upload_image .block__technical_details .caption,
  .modal_upload_image .block__location .caption {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .modal_upload_image .block__technical_details .caption small,
  .modal_upload_image .block__location .caption small {
    font-size: 15px;
  }
  .modal_upload_image .block__technical_details .close-detail-section,
  .modal_upload_image .block__location .close-detail-section {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 420px) {
  .modal_upload_image .modal_main__footer_left {
    display: none;
  }
}

.input-search-list {
  background: #ffffff;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  z-index: 100000;
  border: 1px solid #000;
  border-radius: 5px;
}

.input-search-list li {
  border-radius: 5px;
  padding: 5px;
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  cursor: pointer;
}

.input-search-list li:hover {
  background: #000;
  color: #ffffff;
}

.nudity-info {
  padding: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.streak-count__block {
  font-size: 24px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 165px;
}

.streak-count__block .blinking {
  animation: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes blink {
  from {
    border: 4px solid #00a3b3;
  }
  to {
    border: 4px solid #d5fbff;
  }
}

.streak-count__block .streak-count {
  border: 4px solid #00a3b3;
  text-align: center;
  border-radius: 100%;
  margin: 10px;
  padding: 15px;
  min-width: 140px;
}

.streak-count__block .streak-count .streak-count__element {
  font-size: 80px;
  display: block;
  height: 0;
  margin: 0;
  padding: 50% 20%;
}

.streak-count__block .streak-count .streak-count__element span {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
}

.submit_button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.cards_loader {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.cards_loader .loading-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading_container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: #bebebe;
}

.green_text {
  color: #5aa55a !important;
}

.winning-photo-default {
  width: 100%;
  height: 250px;
  border: 1px dashed #ccc;
}

.fill-image {
  width: 100%;
  height: 250px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.flier-card-preview {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.other-lens-brand {
  margin-top: 10px;
}

#exifDateModal .modal-backdrop {
  z-index: -1;
  opacity: 0.5;
}

.error-msg {
  display: flex;
  justify-content: center;
  width: 100%;
}

.error-msg ul li {
  line-height: 1;
  font-size: 16px;
  color: tomato;
  list-style: none;
  padding-bottom: 10px;
  text-align: center;
}

.modal_exif_date {
  padding: 40px;
  max-width: 860px;
}

@media screen and (max-width: 767px) {
  .modal_exif_date {
    padding: 35px 15px;
  }
}

.modal_exif_date .modal_main__body {
  padding: 20px 50px;
  text-align: center;
}

.modal_exif_date .modal_main__body .title {
  font-size: 22px;
  padding-bottom: 30px;
  font-weight: bold;
}

.modal_exif_date .modal_main__body p {
  font-size: 24px;
  padding-bottom: 7px;
}

@media screen and (max-width: 767px) {
  .modal_exif_date .modal_main__body {
    padding: 15px 0;
  }
  .modal_exif_date .modal_main__body .title {
    font-size: 17px;
    padding-bottom: 15px;
  }
  .modal_exif_date .modal_main__body p {
    font-size: 16px;
  }
}

.modal_exif_date .modal_main__footer {
  margin-left: -20px;
  margin-right: -20px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.modal_exif_date .modal_main__footer .btn_default {
  width: 100%;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  white-space: normal;
}

@media screen and (max-width: 767px) {
  .modal_exif_date .modal_main__footer {
    margin: 0;
    padding: 5px 0;
  }
}

.modal_exif_date .modal_main__footer_center {
  width: 100%;
}

.modal_exif_date .modal_main__footer_left {
  width: 50%;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .modal_exif_date .modal_main__footer_left {
    width: 100%;
    padding: 7px;
  }
}

.modal_exif_date .modal_main__footer_right {
  width: 50%;
  padding: 0 20px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .modal_exif_date .modal_main__footer_right {
    width: 100%;
    padding: 7px;
  }
}

.committee-picks__input-wrapper {
  margin-bottom: 40px;
}

.committee-picks__input-wrapper label {
  display: block;
  padding: 5px 10px;
}

.slick-slider .slick-prev {
  position: absolute;
  top: 50%;
  left: -70px;
  z-index: 55;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 80px;
  color: #C6C6C6;
  transition: 0.4s;
  cursor: pointer;
}

.slick-slider .slick-prev:hover {
  color: #444444;
}

.slick-slider .slick-next {
  position: absolute;
  top: 50%;
  right: -70px;
  z-index: 55;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 80px;
  color: #C6C6C6;
  transition: 0.4s;
  cursor: pointer;
}

.slick-slider .slick-next:hover {
  color: #444444;
}

.slick-slider .slick-dots {
  position: absolute;
  z-index: 55;
  bottom: -50px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0;
}

.slick-slider .slick-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 0;
  border-radius: 50%;
  background: #C6C6C6;
  margin: 5px 7px;
  cursor: pointer;
  transition: 0.4s;
}

.slick-slider .slick-dots li:hover {
  background: #5D5D5D;
}

.slick-slider .slick-dots li.slick-active {
  background: #5D5D5D;
}

.slick-slider .slick-dots li button {
  display: none;
}

@media (max-width: 1340px) {
  .slick-slider .slick-prev {
    left: -60px;
    font-size: 64px;
  }
  .slick-slider .slick-next {
    right: -60px;
    font-size: 64px;
  }
}

@media screen and (max-width: 767px) {
  .slick-slider .slick-dots {
    bottom: -40px;
  }
  .slick-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
  }
}

.timeTo.timeTo-black {
  display: flex;
  justify-content: center;
  height: auto;
}

.timeTo.timeTo-black figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 115px;
  max-width: 115px;
  width: 115px !important;
  height: auto;
  margin: 0 15px;
  position: relative;
  margin-bottom: 30px;
}

.timeTo.timeTo-black figure:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #444444;
  border-radius: 50%;
  top: 50%;
  margin-top: -10px;
  right: -17px;
}

.timeTo.timeTo-black figure:after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #444444;
  border-radius: 50%;
  bottom: 50%;
  margin-bottom: -10px;
  right: -17px;
}

.timeTo.timeTo-black figure:last-child:before {
  display: none;
}

.timeTo.timeTo-black figure:last-child:after {
  display: none;
}

.timeTo.timeTo-black figure + span {
  display: none;
}

.timeTo.timeTo-black figure div {
  border: none;
  border-radius: 5px;
  background: #444444 !important;
  box-shadow: none !important;
  width: 55px !important;
  height: 55px !important;
  margin-left: -1px;
  text-align: center;
  margin-right: 0 !important;
}

.timeTo.timeTo-black figure div:nth-child(2) {
  border-radius: 5px;
}

.timeTo.timeTo-black figure div ul {
  display: inline-block;
  padding: 8px 0;
  width: auto;
  left: 50% !important;
  transform: translate(-50%);
}

.timeTo.timeTo-black figure div ul li {
  background: none;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 34px;
}

.timeTo.timeTo-black figure figcaption {
  width: 100%;
  font-size: 16px !important;
  text-align: center;
  line-height: 1;
  font-weight: 300;
  color: #444444;
  font-family: "Poppins", sans-serif;
  padding: 0 !important;
  margin-top: 10px;
  position: absolute;
  left: 0;
  bottom: -30px;
}

@media (max-width: 1200px) {
  .timeTo.timeTo-black figure {
    min-width: 85px;
    width: 85px !important;
  }
  .timeTo.timeTo-black figure div {
    max-width: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .timeTo.timeTo-black figure {
    min-width: 0px;
    width: 25% !important;
    height: auto;
    margin: 0 10px;
    margin-bottom: 25px;
  }
  .timeTo.timeTo-black figure:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #444444;
    border-radius: 50%;
    top: 50%;
    margin-top: -9px;
    right: -11px;
  }
  .timeTo.timeTo-black figure:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #444444;
    border-radius: 50%;
    bottom: 50%;
    margin-bottom: -9px;
    right: -11px;
  }
  .timeTo.timeTo-black figure div {
    width: 48% !important;
    height: 49px !important;
  }
  .timeTo.timeTo-black figure div ul {
    padding: 0px 0;
    width: 67% !important;
  }
  .timeTo.timeTo-black figure div ul li {
    font-size: 26px !important;
    line-height: 51px;
  }
  .timeTo.timeTo-black figure figcaption {
    font-size: 16px !important;
    bottom: -25px;
  }
}

.timeTo.timeTo-white {
  display: flex;
  justify-content: center;
  height: auto;
}

.timeTo.timeTo-white figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 115px;
  max-width: 115px;
  width: 115px !important;
  height: auto;
  margin: 0 15px;
  position: relative;
  margin-bottom: 30px;
}

.timeTo.timeTo-white figure:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #444444;
  border-radius: 50%;
  top: 50%;
  margin-top: -10px;
  right: -17px;
}

.timeTo.timeTo-white figure:after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #444444;
  border-radius: 50%;
  bottom: 50%;
  margin-bottom: -10px;
  right: -17px;
}

.timeTo.timeTo-white figure:last-child:before {
  display: none;
}

.timeTo.timeTo-white figure:last-child:after {
  display: none;
}

.timeTo.timeTo-white figure + span {
  display: none;
}

.timeTo.timeTo-white figure div {
  border: none;
  border-radius: 5px;
  background: #444444 !important;
  box-shadow: none !important;
  width: 55px !important;
  height: 55px !important;
  margin-left: -1px;
  text-align: center;
  margin-right: 0 !important;
}

.timeTo.timeTo-white figure div:nth-child(2) {
  border-radius: 5px;
}

.timeTo.timeTo-white figure div ul {
  display: inline-block;
  padding: 16px 0;
  width: auto;
  left: 50% !important;
  transform: translate(-50%);
}

.timeTo.timeTo-white figure div ul li {
  background: none;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 31px;
}

.timeTo.timeTo-white figure figcaption {
  width: 100%;
  font-size: 16px !important;
  text-align: center;
  line-height: 1;
  font-weight: 300;
  color: #444444;
  font-family: "Poppins", sans-serif;
  padding: 0 !important;
  margin-top: 10px;
  position: absolute;
  left: 0;
  bottom: -30px;
}

@media screen and (max-width: 767px) {
  .timeTo.timeTo-white figure {
    min-width: 0px;
    width: 25% !important;
    height: auto;
    margin: 0 10px;
    margin-bottom: 25px;
  }
  .timeTo.timeTo-white figure:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #444444;
    border-radius: 50%;
    top: 50%;
    margin-top: -9px;
    right: -11px;
  }
  .timeTo.timeTo-white figure:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #444444;
    border-radius: 50%;
    bottom: 50%;
    margin-bottom: -9px;
    right: -11px;
  }
  .timeTo.timeTo-white figure div {
    width: 48% !important;
    height: 49px !important;
  }
  .timeTo.timeTo-white figure div ul {
    padding: 0px 0;
    width: 67% !important;
  }
  .timeTo.timeTo-white figure div ul li {
    font-size: 26px !important;
    line-height: 51px;
  }
  .timeTo.timeTo-white figure figcaption {
    font-size: 16px !important;
    bottom: -25px;
  }
}

/* ====TYPOGRAPHY ========== */
h1 {
  margin: 0;
  font-size: 38px;
  padding-bottom: 35px;
  font-weight: bold;
  color: #444444;
  font-family: "Poppins", sans-serif;
}

h2 {
  margin: 0;
  font-size: 34px;
  padding-bottom: 35px;
  font-weight: normal;
  color: #444444;
  font-family: "Poppins", sans-serif;
}

h3 {
  margin: 0;
  font-size: 28px;
  padding-bottom: 30px;
  font-weight: bold;
  color: #444444;
  font-family: "Poppins", sans-serif;
}

h4 {
  margin: 0;
  font-size: 41px;
  padding-bottom: 20px;
  font-weight: normal;
  color: #444444;
  font-family: "Poppins", sans-serif;
}

h5 {
  margin: 0;
  font-size: 18px;
  padding-bottom: 25px;
  font-weight: normal;
  color: #444444;
  font-family: "Poppins", sans-serif;
}

h6 {
  margin: 0;
  font-size: 16px;
  padding-bottom: 20px;
  font-weight: bold;
  color: #444444;
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 767px) {
  h1 {
    margin: 0;
    font-size: 38px;
    padding-bottom: 35px;
    font-weight: bold;
    color: #444444;
    font-family: "Poppins", sans-serif;
  }
  h2 {
    margin: 0;
    font-size: 34px;
    padding-bottom: 35px;
    font-weight: normal;
    color: #444444;
    font-family: "Poppins", sans-serif;
  }
  h3 {
    margin: 0;
    font-size: 28px;
    padding-bottom: 30px;
    font-weight: bold;
    color: #444444;
    font-family: "Poppins", sans-serif;
  }
  h4 {
    margin: 0;
    font-size: 24px;
    padding-bottom: 15px;
    font-weight: normal;
    color: #444444;
    font-family: "Poppins", sans-serif;
  }
  h5 {
    margin: 0;
    font-size: 18px;
    padding-bottom: 25px;
    font-weight: normal;
    color: #444444;
    font-family: "Poppins", sans-serif;
  }
  h6 {
    margin: 0;
    font-size: 16px;
    padding-bottom: 20px;
    font-weight: bold;
    color: #444444;
    font-family: "Poppins", sans-serif;
  }
}

p {
  font-size: 22px;
  color: #444444;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

ul {
  list-style: disc;
  padding-left: 23px;
}

ul li {
  font-size: 24px;
  color: #444444;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  ul {
    padding-left: 15px;
  }
  ul li {
    font-size: 16px;
  }
}

ol li {
  font-family: "Poppins", sans-serif;
}

.no_data {
  text-align: center;
  padding: 20px 0;
  font-size: 28px;
  color: #e65f50;
  font-family: "Sue Ellen Francisco", cursive;
  width: 100%;
}

/****-- Header start --****/
.dropdown_submit .dropdown-menu {
  padding: 25px;
  text-align: center;
  left: 50%;
  margin-top: 15px;
  transform: translateX(-50%);
  border: 1px solid #e9e9e9;
  width: 300px;
}

.dropdown_submit .dropdown-menu:before {
  top: -14px;
  left: 50%;
  margin-left: -7px;
  border-width: 7px;
  border-bottom: 7px solid #e9e9e9;
}

.dropdown_submit .dropdown-menu:after {
  top: -13px;
  left: 50%;
  margin-left: -7px;
  border-width: 7px;
  border-bottom: 7px solid #fff;
}

.dropdown_submit .dropdown-menu .submit_box:before {
  content: '';
  position: absolute;
  left: 7px;
  top: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 2px dashed #e9e9e9;
  border-radius: 5px;
}

.dropdown_submit .dropdown-menu .submit_box .title {
  display: inline-block;
  line-height: 1.8;
  font-size: 26px;
  color: #434343;
  font-family: "Sue Ellen Francisco", cursive;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .dropdown_submit .dropdown-menu {
    left: auto;
    right: -15px;
    transform: translateX(0%);
    min-width: 220px;
    width: 220px;
  }
  .dropdown_submit .dropdown-menu .submit_box:before {
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 2px dashed #e9e9e9;
  }
  .dropdown_submit .dropdown-menu .submit_box .title {
    line-height: 1.8;
    font-size: 18px;
    padding-bottom: 0px;
  }
  .dropdown_submit .dropdown-menu .submit_box .btn_default {
    font-size: 13px;
    padding: 4px 15px;
  }
}

.header {
  position: relative;
  z-index: 555;
  background: #F8F8F8;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.11);
}

.header .row {
  align-items: center;
  padding: 0px 15px;
  height: 60px;
}

.header .row__mobile_frame {
  display: none;
}

.header .row__desktop_frame {
  right: 0;
  transition-delay: 0s;
}

.header__logo .logo {
  display: inline-block;
  width: 150px;
}

.header__logo .logo img {
  width: 100%;
}

.header__navbar {
  padding: 0;
  flex: 1;
}

.header__navbar .navbar_list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__navbar .navbar_list li {
  padding: 0 15px;
  margin: 0;
}

.header__navbar .navbar_list li a {
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  color: #444444;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  padding: 19px 15px;
  white-space: nowrap;
}

.header__navbar .navbar_list li a:hover {
  color: #000;
}

.header__navbar .navbar_list li.dropdown .dropdown-menu li a {
  font-weight: 400;
}

.header__navbar .navbar_list li.learn-dropdown .dropdown-menu li a {
  color: #303e64;
}

.header__user_info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__user_info .btn_default.btn_patron {
  border: 2px solid #222f3e;
  background: #fff870;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 500;
  color: #222f3e;
  padding: 11px 9px;
  margin-right: 11px;
  text-align: center;
  width: 200px;
}

.header__user_info .btn_default.btn_patron:hover {
  background: #00A3B3;
  color: #fff;
}

@media (max-width: 1790px) {
  .header__user_info .btn_default.btn_patron {
    margin-right: 60px;
  }
}

@media (max-width: 1550px) {
  .header__user_info .btn_default.btn_patron {
    margin-right: 11px;
  }
}

@media screen and (max-width: 1200px) {
  .header__user_info .btn_default.btn_patron {
    font-size: 14px;
    padding: 10px 15px;
    width: unset;
  }
}

@media screen and (max-width: 991px) {
  .header__user_info .btn_default.btn_patron {
    margin-right: 0;
    font-size: 14px;
    padding: 9px 13px;
  }
}

.header__user_info .user_select {
  margin-left: 35px;
}

.header__user_info .user_select .log_in {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #444444;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding-left: 40px;
  text-decoration: none;
}

.header__user_info .user_select .log_in i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-51%);
  font-size: 30px;
  color: #888888;
  transition: 0.3s;
}

.header__user_info .user_select .log_in:hover {
  color: #000;
}

.header__user_info .user_select .log_in:hover i {
  color: #444444;
}

.header__user_info .user_info__item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__user_info .user_info__item .user_dropdown {
  margin-left: 20px;
}

.header__user_info .user_info__item .user_dropdown__btn {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.header__user_info .user_info__item .user_dropdown__btn .img_wrapper {
  min-width: 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  background: #cfcfcf;
}

.header__user_info .user_info__item .user_dropdown__btn .img_wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header__user_info .user_info__item .user_dropdown__btn .name {
  padding-left: 10px;
  text-decoration: none;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #434343;
  font-weight: 300;
  display: inline-block;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  max-width: 12em;
  text-overflow: ellipsis;
}

.header__user_info .user_info__item .user_dropdown__btn i {
  font-size: 18px;
  color: #888888;
}

.header__user_info .user_info__item .user_dropdown .dropdown-menu {
  left: auto;
  right: 0;
  margin-top: 15px;
}

.header__user_info .user_info__item .user_dropdown .dropdown-menu:before {
  left: auto;
  right: 50px;
}

.header__user_info .user_info__item .user_dropdown .dropdown-menu:after {
  left: auto;
  right: 50px;
}

.header__user_info .user_info__item .user_dropdown .dropdown-menu li a {
  text-decoration: none;
}

.header__user_info .user_info__item .user_dropdown .dropdown-menu li a i {
  position: absolute;
  font-size: 23px;
  right: 20px;
  top: 50%;
  transition: 0.3s;
  transform: translateY(-50%);
}

.header__user_info .user_info__item .user_dropdown .dropdown-menu li a:hover i {
  right: 27px;
  color: #e65f50;
}

@media screen and (max-width: 991px) {
  .header__user_info .user_info {
    order: 1;
  }
  .header__user_info .btn_default.btn_patron {
    order: 2;
  }
}

.header__user-patron {
  justify-content: space-between;
}

@media (max-width: 1340px) {
  .header__logo .logo {
    width: 130px;
  }
  .header__navbar .navbar_list li {
    padding: 0 5px;
  }
  .header__navbar .navbar_list li a {
    font-size: 17px;
    padding: 15px 10px;
  }
  .header__user_info .user_select {
    margin-left: 15px;
  }
  .header__user_info .user_select .log_in {
    font-size: 17px;
    padding-left: 35px;
  }
  .header__user_info .user_select .log_in i {
    font-size: 28px;
  }
}

@media screen and (max-width: 1200px) {
  .header__logo .logo {
    width: 130px;
  }
  .header__navbar .navbar_list li {
    padding: 0 5px;
  }
  .header__navbar .navbar_list li a {
    font-size: 17px;
    padding: 15px 10px;
  }
  .header__user_info .user_select {
    margin-left: 15px;
  }
  .header__user_info .user_select .log_in {
    font-size: 17px;
    padding-left: 35px;
  }
  .header__user_info .user_select .log_in i {
    font-size: 28px;
  }
}

@media (max-width: 1620px) and (min-width: 991px) {
  .header .navbar_list > li {
    padding: 0 12px;
  }
  .header .navbar_list > li a {
    padding: 10px 10px;
    font-size: 18px;
  }
}

@media (max-width: 1450px) and (min-width: 991px) {
  .header .navbar_list > li {
    padding: 0 5px;
  }
  .header .navbar_list > li a {
    padding: 10px 5px;
  }
}

@media (max-width: 1340px) {
  .header .navbar_list {
    justify-content: flex-start;
  }
}

@media (max-width: 1272px) {
  .header .header__user_info .user_info__item .user_dropdown__btn .name {
    max-width: 7em;
  }
}

@media (max-width: 1200px) and (min-width: 991px) {
  .header .navbar_list > li {
    padding: 0 2px;
  }
  .header .navbar_list > li a {
    padding: 10px 5px;
    font-size: 16px;
  }
  .header .row__desktop_frame {
    flex-wrap: nowrap;
  }
  .header__user_info {
    width: -webkit-fit-content;
    width: fit-content;
  }
}

@media (max-width: 1150px) and (min-width: 991px) {
  .header .navbar_list > li {
    padding: 0 5px;
  }
  .header .navbar_list > li a {
    padding: 10px 2px;
    font-size: 15px;
  }
}

@media (max-width: 1100px) and (min-width: 991px) {
  .header .row__desktop_frame {
    flex-wrap: nowrap;
  }
  .header .row__desktop_frame .logo {
    width: 100px;
  }
  .header .row__desktop_frame .header__user_info .btn_default.btn_small {
    padding: 8px 10px;
    font-size: 12px;
  }
}

@media (max-width: 1050px) and (min-width: 991px) {
  .header .navbar_list > li a {
    padding: 10px 0px;
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9998;
    left: 0;
    width: 100%;
    transition: 0.2s;
  }
  .header .row__mobile_frame {
    display: flex;
    align-items: center;
    padding: 10px 0;
    position: relative;
    z-index: 9999;
  }
  .header__logo .logo {
    width: 130px;
  }
  .header__button_navbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header__button_navbar .wrap-submit {
    margin-right: 15px;
  }
  .header__button_navbar .wrap-submit .dropdown_submit .dropdown-menu {
    right: 0;
  }
  .header__button_navbar .wrap-submit .dropdown_submit .dropdown-menu:before, .header__button_navbar .wrap-submit .dropdown_submit .dropdown-menu:after {
    left: auto;
    right: 49px;
  }
  .header__button_navbar .btn_navbar {
    display: inline-block;
    position: relative;
    right: 0;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: 0.3s;
  }
  .header__button_navbar .btn_navbar span {
    display: block;
    width: 28px;
    height: 3px;
    background: #444444;
    margin: 7px 0;
    position: relative;
    left: 0;
    transition: 0.3s;
  }
  .header .row__desktop_frame {
    position: fixed;
    right: -250px;
    top: 0;
    width: 250px;
    background: #444444;
    height: 100vh;
    overflow: auto;
    z-index: 999;
    justify-content: flex-end;
    align-items: center;
    align-content: flex-start;
    margin: 0;
    padding-top: 75px;
    transition: 0.3s;
  }
  .header .row__desktop_frame .header__logo {
    display: none;
  }
  .header .row__desktop_frame .header__navbar {
    order: 2;
    padding: 0;
    width: 100%;
  }
  .header .row__desktop_frame .header__navbar .navbar_list {
    display: block;
    text-align: right;
  }
  .header .row__desktop_frame .header__navbar .navbar_list li {
    padding: 0 10px;
  }
  .header .row__desktop_frame .header__navbar .navbar_list li a {
    font-size: 17px;
    color: #fff;
    padding: 17px 5px;
  }
  .header .row__desktop_frame .header__navbar .navbar_list li a:hover {
    color: rgba(255, 255, 255, 0.51);
  }
  .header .row__desktop_frame .header__navbar .navbar_list li.dropdown a i {
    color: rgba(255, 255, 255, 0.71);
  }
  .header .row__desktop_frame .header__navbar .navbar_list li.dropdown .dropdown-menu {
    min-width: 100%;
    max-width: 100%;
    height: 0;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
  }
  .header .row__desktop_frame .header__navbar .navbar_list li.dropdown .dropdown-menu:before {
    left: auto;
    right: 30px;
  }
  .header .row__desktop_frame .header__navbar .navbar_list li.dropdown .dropdown-menu:after {
    left: auto;
    right: 30px;
  }
  .header .row__desktop_frame .header__navbar .navbar_list li.dropdown .dropdown-menu li {
    padding: 0 5px;
    text-align: right;
  }
  .header .row__desktop_frame .header__navbar .navbar_list li.dropdown .dropdown-menu li a {
    color: #444444;
    font-size: 14px;
    white-space: normal;
    padding: 10px 0;
    line-height: 1.3;
    left: auto;
    right: 0;
  }
  .header .row__desktop_frame .header__navbar .navbar_list li.dropdown .dropdown-menu li a:hover {
    left: auto;
    right: 7px;
  }
  .header .row__desktop_frame .header__navbar .navbar_list li.dropdown.open .dropdown-menu {
    height: auto;
    overflow: visible;
    padding: 15px;
  }
  .header .row__desktop_frame .header__user_info {
    order: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 0;
    padding-bottom: 15px;
    text-align: right;
  }
  .header .row__desktop_frame .header__user_info .header__user_main {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  .header .row__desktop_frame .header__user_info .btn_default {
    margin-top: 20px;
  }
  .header .row__desktop_frame .header__user_info .user_select {
    display: inline-block;
    margin: 0;
    margin-left: 15px;
    margin-top: 20px;
  }
  .header .row__desktop_frame .header__user_info .user_select .log_in {
    font-size: 16px;
    color: #fff;
    padding-left: 35px;
  }
  .header .row__desktop_frame .header__user_info .user_select .log_in i {
    font-size: 26px;
    color: #888888;
  }
  .header .row__desktop_frame .header__user_info .user_select .log_in:hover {
    color: #fff;
  }
  .header .row__desktop_frame .header__user_info .user_select .log_in:hover i {
    color: #fff;
  }
  .header .row__desktop_frame .header__user_info .user_info__item .user_dropdown__btn .name {
    color: #fff;
    max-width: 145px;
    text-overflow: ellipsis;
  }
  .header .row__desktop_frame .header__user_info .user_info__item .user_dropdown .dropdown-menu {
    left: auto;
    right: -20px;
    margin-top: 15px;
    width: 200px;
    min-width: 200px;
  }
  .header .row__desktop_frame .header__user_info .user_info__item.user_info__item_login {
    flex-direction: column-reverse;
    align-items: flex-end;
    text-align: right;
  }
  .header .row__desktop_frame .header__user_info .user_info__item.user_info__item_login .btn_default {
    margin-top: 25px;
  }
  .header__user_info .user_info .btn-submit {
    display: none;
  }
  .header__user_info .user_info__item .user_dropdown .dropdown-menu li a i {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .header .container-fluid {
    min-width: 100%;
  }
}

.wrapper {
  transition: 0.3s;
}

.wrapper .overlay_navbar {
  display: none;
}

@media screen and (max-width: 991px) {
  .wrapper .overlay_navbar {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
  }
  .wrapper.open_navbar {
    left: -250px;
  }
  .wrapper.open_navbar .overlay_navbar {
    opacity: 1;
    right: 250px;
    visibility: visible;
  }
  .wrapper.open_navbar .header__button_navbar .btn_navbar {
    position: relative;
    right: -250px;
    z-index: 555;
  }
  .wrapper.open_navbar .header__button_navbar .btn_navbar span {
    display: block;
    width: 28px;
    height: 3px;
    background: #fff;
    margin: 7px;
    position: relative;
    left: 0;
    top: 0;
    transition: 0.7s;
  }
  .wrapper.open_navbar .header__button_navbar .btn_navbar span.line1 {
    transform: translateY(10px) rotate(-45deg);
  }
  .wrapper.open_navbar .header__button_navbar .btn_navbar span.line2 {
    left: -250px;
    opacity: 0;
  }
  .wrapper.open_navbar .header__button_navbar .btn_navbar span.line3 {
    transform: translateY(-10px) rotate(-135deg);
  }
  .wrapper.open_navbar .header .row__desktop_frame {
    right: 0;
  }
}

/****-- Header end --****/
/****-- Footer start --****/
.footer {
  background: #E1DFE2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer .row {
  align-items: center;
  padding: 10px 15px;
}

.footer__navbar .list_navbar,
.footer__navbar .list_navbar-short {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin-left: -15px;
}

.footer__navbar .list_navbar li,
.footer__navbar .list_navbar-short li {
  padding: 0 10px;
}

.footer__navbar .list_navbar li a,
.footer__navbar .list_navbar-short li a {
  padding: 5px;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  color: #444444;
  font-size: 20px;
  font-weight: 300;
}

.footer__navbar .list_navbar li a:hover,
.footer__navbar .list_navbar-short li a:hover {
  color: #949494;
}

.footer__navbar .list_navbar-short {
  display: none;
}

.footer__sub .sub {
  text-align: right;
  font-size: 18px;
  padding: 0;
  margin: 0;
  font-weight: 300;
  color: #444444;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 1340px) {
  .footer__navbar .list_navbar li {
    padding: 0 5px;
  }
  .footer__navbar .list_navbar li a {
    font-size: 16px;
  }
  .footer__sub .sub {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .footer .row {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .footer__navbar {
    padding: 0;
  }
  .footer__navbar .list_navbar {
    display: none;
  }
  .footer__navbar .list_navbar-short {
    display: flex;
  }
  .footer__navbar .list_navbar-short li {
    padding: 0 5px;
  }
  .footer__navbar .list_navbar-short li a {
    font-size: 13px;
    padding: 0;
  }
  .footer__sub {
    padding: 0;
  }
  .footer__sub .sub {
    text-align: center;
    font-size: 13px;
    white-space: nowrap;
  }
}

/****-- Footer end --****/
.intro-main-timer__item_without-underline {
  text-decoration: none !important;
}

.intro-main-timer__extra-text_font_ellen {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
}

.patreon_content__title {
  text-align: center;
  font-family: "Sue Ellen Francisco";
  font-size: 40px;
  color: #ffffff;
}

.intro_main {
  background-size: cover !important;
  position: relative;
  background-position: center !important;
}

.intro_main .spinner_container_photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(33, 33, 37, 0.75);
  z-index: 6;
  opacity: 1;
  visibility: visible;
}

.intro_main .spinner_container_photo.getLoading {
  visibility: hidden;
  opacity: 0;
}

.intro_main .spinner_container_photo .frame_loader .loader {
  width: 50px;
  height: 50px;
}

.intro_main .row {
  position: relative;
  z-index: 5;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  min-height: 700px;
}

.intro_main .btn_default {
  font-size: 28px;
  font-weight: normal;
  padding: 15px 40px;
}

.intro_main__timer {
  width: 705px;
  display: inline-block;
  overflow: hidden;
}

.intro_main__timer .timer_header {
  background: rgba(62, 62, 62, 0.76);
  border-radius: 5px 5px 0 0;
  padding: 55px 15px;
  text-align: center;
}

.intro_main__timer .timer_header .title {
  font-size: 42px;
  color: #e65f50;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding-bottom: 15px;
}

.intro_main__timer .timer_header .sub_title {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}

.intro_main__timer .timer_body {
  padding: 35px;
  background: rgba(255, 255, 255, 0.76);
  border-radius: 0 0 5px 5px;
}

.intro_main__timer .row_btn {
  padding: 30px 0 5px;
}

.intro_main__timer .row_btn .btn_default {
  width: 100%;
  text-align: center;
  padding: 25px 30px;
  font-size: 26px;
  font-weight: normal;
}

.intro_main.logged_out .container-fluid {
  padding: 0 105px;
}

.intro_main.logged_out .row {
  flex-direction: row;
  align-items: center;
}

.intro_main.logged_out .intro_main__description .sub_caption {
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.6;
  position: relative;
  display: block;
  margin: 0;
  letter-spacing: 2.5px;
  padding-bottom: 35px;
  margin-bottom: 35px;
  font-weight: normal;
}

.intro_main.logged_out .intro_main__description .sub_caption:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85px;
  height: 4px;
  background: #e65f50;
}

.intro_main.logged_out .intro_main__description .caption {
  font-size: 74px;
  color: #fff;
  text-shadow: 0px 0px 10px #00000057;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 40px;
}

.intro_main.logged_out .intro_main__description .link_learnMore {
  text-shadow: 0 3px 6px #00000029;
  display: inline-block;
  font-size: 27px;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: "Sue Ellen Francisco", cursive;
  text-decoration: underline;
  color: #fff;
  position: relative;
}

.intro_main.logged_out .intro_main__description .link_learnMore:before {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJDYXBhXzEiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQ4Mi4yMzggNDgyLjIzOCIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCA0ODIuMjM4IDQ4Mi4yMzgiIHdpZHRoPSI1MTIiPjxnPjxwYXRoIGQ9Im0zNC40NDUgMjc1LjQyOSAyMDYuNjc0IDIwNi44MDggMjA2LjY3NC0yMDYuNzQxLTI0LjI4Ny0yNC4zNTQtMTY1LjE2NCAxNjUuMTY0di00MTYuMzA2aC0zNC40NDZ2NDE2LjMwNmwtMTY1LjIzMi0xNjUuMjMxeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPjwvZz4gPC9zdmc+);
}

@keyframes shutdown {
  0% {
    top: 1px;
  }
  70% {
    top: -2px;
  }
  85% {
    top: 4px;
  }
  100% {
    top: 1px;
  }
}

.intro_main.logged_out .intro_main__description .link_learnMore:hover {
  text-decoration: none;
  color: #C6C6C6;
}

.intro_main.logged_out .intro_main__description .link_learnMore:hover:before {
  animation: shutdown 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  .intro_main.logged_out .intro_main__description .link_learnMore {
    display: none;
  }
}

.intro_main.logged_out .intro_main__timer_wrap {
  display: flex;
  justify-content: flex-end;
}

.intro_main.logged_out .intro_main__timer_wrap .learn-more-wrapper {
  width: 160px;
  background-color: #414e7a;
  padding-left: 7px;
  padding-bottom: 7px;
  margin-top: 15px;
}

.intro_main.logged_out .intro_main__timer_wrap .link_learnMore_mobile {
  margin-top: 25px;
  text-shadow: 0 3px 6px #00000029;
  display: none;
  font-size: 27px;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: "Sue Ellen Francisco", cursive;
  text-decoration: underline;
  color: #fff;
  position: relative;
}

.intro_main.logged_out .intro_main__timer_wrap .link_learnMore_mobile:before {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJDYXBhXzEiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQ4Mi4yMzggNDgyLjIzOCIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCA0ODIuMjM4IDQ4Mi4yMzgiIHdpZHRoPSI1MTIiPjxnPjxwYXRoIGQ9Im0zNC40NDUgMjc1LjQyOSAyMDYuNjc0IDIwNi44MDggMjA2LjY3NC0yMDYuNzQxLTI0LjI4Ny0yNC4zNTQtMTY1LjE2NCAxNjUuMTY0di00MTYuMzA2aC0zNC40NDZ2NDE2LjMwNmwtMTY1LjIzMi0xNjUuMjMxeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPjwvZz4gPC9zdmc+);
}

@keyframes shutdown {
  0% {
    top: 1px;
  }
  70% {
    top: -2px;
  }
  85% {
    top: 4px;
  }
  100% {
    top: 1px;
  }
}

.intro_main.logged_out .intro_main__timer_wrap .link_learnMore_mobile:hover {
  text-decoration: none;
  color: #C6C6C6;
}

.intro_main.logged_out .intro_main__timer_wrap .link_learnMore_mobile:hover:before {
  animation: shutdown 0.4s ease-in-out;
}

@media screen and (max-width: 1600px) {
  .intro_main .btn_default {
    font-size: 26px;
    padding: 15px 30px;
  }
  .intro_main__timer {
    width: 595px;
  }
  .intro_main__timer .timer_header {
    padding: 50px 15px;
  }
  .intro_main__timer .timer_header .title {
    font-size: 38px;
    padding-bottom: 15px;
  }
  .intro_main__timer .timer_header .sub_title {
    font-size: 22px;
  }
  .intro_main__timer .timer_body {
    padding: 30px;
  }
  .intro_main__timer .row_btn {
    padding: 30px 0 5px;
  }
  .intro_main__timer .row_btn .btn_default {
    padding: 22px 30px;
    font-size: 24px;
  }
  .intro_main.logged_out .container-fluid {
    padding: 0 55px;
  }
  .intro_main.logged_out .intro_main__description .sub_caption {
    font-size: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .intro_main.logged_out .intro_main__description .caption {
    font-size: 62px;
    padding-bottom: 30px;
  }
  .intro_main.logged_out .intro_main__description .link_learnMore {
    font-size: 25px;
  }
  .intro_main.logged_out .intro_main__timer_wrap {
    display: flex;
    justify-content: flex-end;
  }
}

@media (max-width: 1340px) {
  .intro_main .row {
    padding: 70px 0;
    min-height: 600px;
  }
  .intro_main .btn_default {
    font-size: 20px;
    padding: 13px 25px;
  }
  .intro_main__timer {
    width: 530px;
  }
  .intro_main__timer .timer_header {
    padding: 35px 15px;
  }
  .intro_main__timer .timer_header .title {
    font-size: 32px;
    padding-bottom: 10px;
  }
  .intro_main__timer .timer_header .sub_title {
    font-size: 18px;
  }
  .intro_main__timer .timer_body {
    padding: 25px;
  }
  .intro_main__timer .row_btn {
    padding: 20px 0 5px;
  }
  .intro_main__timer .row_btn .btn_default {
    padding: 20px 20px;
    font-size: 20px;
  }
  .intro_main.logged_out .container-fluid {
    padding: 0 35px;
  }
  .intro_main.logged_out .intro_main__description .sub_caption {
    font-size: 18px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .intro_main.logged_out .intro_main__description .caption {
    font-size: 52px;
    padding-bottom: 30px;
  }
  .intro_main.logged_out .intro_main__description .link_learnMore {
    display: inline-block;
  }
  .intro_main.logged_out .intro_main__description .link_learnMore:before {
    right: -30px;
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .intro_main.logged_out .intro_main__timer_wrap {
    display: flex;
    justify-content: flex-end;
  }
  .intro_main .timeTo.timeTo-black figure {
    min-width: 0px;
    width: 25% !important;
    height: auto;
    margin: 0 10px;
    margin-bottom: 25px;
  }
  .intro_main .timeTo.timeTo-black figure:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #444444;
    border-radius: 50%;
    top: 50%;
    margin-top: -9px;
    right: -11px;
  }
  .intro_main .timeTo.timeTo-black figure:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #444444;
    border-radius: 50%;
    bottom: 50%;
    margin-bottom: -9px;
    right: -11px;
  }
  .intro_main .timeTo.timeTo-black figure div {
    width: 48% !important;
    height: 49px !important;
  }
  .intro_main .timeTo.timeTo-black figure div ul {
    padding: 0px 0;
    width: 67% !important;
  }
  .intro_main .timeTo.timeTo-black figure div ul li {
    font-size: 26px !important;
    line-height: 51px;
  }
  .intro_main .timeTo.timeTo-black figure figcaption {
    font-size: 16px !important;
    bottom: -25px;
  }
}

@media screen and (max-width: 1200px) {
  .intro_main .row {
    padding: 50px 0;
    min-height: 400px;
  }
  .intro_main__timer {
    width: 430px;
  }
  .intro_main__timer .timer_header {
    padding: 30px 10px;
  }
  .intro_main__timer .timer_header .title {
    font-size: 28px;
    padding-bottom: 10px;
  }
  .intro_main__timer .timer_header .sub_title {
    font-size: 16px;
  }
  .intro_main__timer .timer_body {
    padding: 20px 10px;
  }
  .intro_main__timer .row_btn {
    padding: 20px 0 5px;
  }
  .intro_main__timer .row_btn .btn_default {
    width: 100%;
    padding: 20px;
    font-size: 18px;
  }
  .intro_main.logged_out .container-fluid {
    padding: 0 30px;
  }
  .intro_main.logged_out .intro_main__description .sub_caption {
    font-size: 16px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .intro_main.logged_out .intro_main__description .sub_caption:before {
    height: 3px;
    width: 65px;
  }
  .intro_main.logged_out .intro_main__description .caption {
    font-size: 42px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .intro_main .row {
    padding: 50px 0;
    min-height: 500px;
  }
  .intro_main__timer {
    width: 400px;
  }
  .intro_main.logged_out .container-fluid {
    padding: 0 15px;
    max-width: 737px;
    margin: 0 auto;
  }
  .intro_main.logged_out .intro_main__description {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .intro_main.logged_out .intro_main__description .link_learnMore {
    display: none;
  }
  .intro_main.logged_out .intro_main__description .sub_caption:before {
    width: 60px;
    left: 50%;
    margin-left: -30px;
  }
  .intro_main.logged_out .intro_main__timer_wrap {
    width: 100%;
    justify-content: center;
  }
  .intro_main.logged_out .intro_main__timer_wrap .get-started-block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .intro_main.logged_out .intro_main__timer_wrap .link_learnMore_mobile {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .intro_main .row {
    padding: 50px 15px;
    min-height: 500px;
  }
  .intro_main__timer {
    width: 100%;
  }
  .intro_main__timer .timer_header {
    padding: 25px 15px;
  }
  .intro_main__timer .timer_header .title {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .intro_main__timer .timer_header .sub_title {
    font-size: 15px;
  }
  .intro_main__timer .timer_body {
    padding: 25px 5px;
  }
  .intro_main__timer .row_btn {
    padding: 20px 0 5px;
  }
  .intro_main.logged_out .container-fluid {
    padding: 0 15px;
    width: 100%;
  }
  .intro_main.logged_out .intro_main__description {
    margin-bottom: 30px;
  }
  .intro_main.logged_out .intro_main__description .link_learnMore {
    display: none;
  }
  .intro_main.logged_out .intro_main__description .sub_caption {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .intro_main.logged_out .intro_main__description .caption {
    font-size: 38px;
    padding-bottom: 25px;
  }
}

.how_it_work {
  background: #f8f8f8;
  padding: 95px 105px;
}

.how_it_work .caption {
  text-align: center;
  font-size: 44px;
  font-weight: 500;
  padding-bottom: 95px;
  margin: 0;
}

.how_it_work__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: -35px;
  margin-right: -35px;
}

.how_it_work__list .item {
  padding: 0 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.how_it_work__list .item .icon_wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 150px;
  width: 150px;
  margin-bottom: 30px;
}

.how_it_work__list .item .icon_wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.how_it_work__list .item .description {
  text-align: center;
}

.how_it_work__list .item .description .title {
  font-size: 28px;
  color: #444444;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  padding-bottom: 30px;
  margin: 0;
}

.how_it_work__list .item .description p {
  font-size: 22px;
  line-height: 1.4;
  font-weight: normal;
  color: #444444;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1600px) {
  .how_it_work {
    padding: 85px 55px;
  }
  .how_it_work .caption {
    font-size: 38px;
    padding-bottom: 70px;
  }
  .how_it_work__list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .how_it_work__list .item {
    padding: 0 20px;
  }
  .how_it_work__list .item .icon_wrapper {
    height: 120px;
    width: 120px;
    margin-bottom: 25px;
  }
  .how_it_work__list .item .description .title {
    font-size: 24px;
    padding-bottom: 25px;
  }
  .how_it_work__list .item .description p {
    font-size: 18px;
  }
}

@media (max-width: 1340px) {
  .how_it_work {
    padding: 60px 35px;
  }
  .how_it_work .caption {
    font-size: 34px;
    padding-bottom: 60px;
  }
  .how_it_work__list .item .icon_wrapper {
    height: 100px;
    width: 100px;
    margin-bottom: 20px;
  }
  .how_it_work__list .item .description .title {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .how_it_work__list .item .description p {
    font-size: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .how_it_work {
    padding: 50px 30px;
  }
  .how_it_work .caption {
    font-size: 30px;
    padding-bottom: 50px;
  }
  .how_it_work__list .item .icon_wrapper {
    height: 80px;
    width: 80px;
    margin-bottom: 15px;
  }
  .how_it_work__list .item .description .title {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .how_it_work__list .item .description p {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .how_it_work {
    padding-bottom: 25px;
  }
  .how_it_work__list {
    max-width: 737px;
    margin: 0 auto;
  }
  .how_it_work__list .item {
    padding: 0 35px;
    min-width: 50%;
    width: 50%;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .how_it_work {
    padding: 65px 15px 50px 15px;
  }
  .how_it_work .caption {
    font-size: 36px;
    padding-bottom: 25px;
  }
  .how_it_work__list {
    width: 100%;
    margin: 0;
  }
  .how_it_work__list .item {
    padding: 0 15px;
    width: 100%;
  }
}

.banner_frame {
  padding: 70px 0;
  background: url(https://static.52frames.com/img/jpg/bg_banner.jpg) center no-repeat;
  background-size: cover;
}

.banner_frame__box {
  text-align: center;
}

.banner_frame__box .caption {
  font-size: 62px;
  color: #fff;
  font-weight: normal;
  font-family: "Sue Ellen Francisco", cursive;
  margin: 0;
  padding-bottom: 45px;
}

.banner_frame__box p {
  display: inline-block;
  width: 75%;
  color: #fff;
  font-size: 22px;
  line-height: 1.6;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1600px) {
  .banner_frame__box .caption {
    font-size: 52px;
    padding-bottom: 35px;
  }
  .banner_frame__box p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .banner_frame {
    padding: 50px 0;
  }
  .banner_frame__box .caption {
    font-size: 38px;
    padding-bottom: 35px;
  }
  .banner_frame__box p {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .banner_frame__box p {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .banner_frame {
    padding: 40px 0;
  }
  .banner_frame__box .caption {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .banner_frame__box p {
    width: 90%;
    font-size: 13px;
  }
}

.featured_company {
  padding: 40px 0;
  background: #272727;
}

.featured_company .row {
  padding: 0 15px;
}

.featured_company__title {
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  padding-bottom: 30px;
  text-align: center;
  width: 100%;
}

.featured_company__list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.featured_company__list .item {
  padding: 0 20px;
  margin: 0;
  text-align: center;
}

.featured_company__list .item .img_wrapper {
  display: block;
  width: auto;
  text-decoration: none;
}

.featured_company__list .item .img_wrapper img {
  height: 40px;
}

.featured_company__list .item a.img_wrapper:hover {
  opacity: 0.7;
}

@media screen and (max-width: 991px) {
  .featured_company {
    padding: 30px 0;
  }
  .featured_company__list {
    flex-wrap: wrap;
  }
  .featured_company__list .item {
    padding: 0 20px 25px;
  }
}

@media screen and (max-width: 767px) {
  .featured_company {
    padding: 30px 0;
  }
  .featured_company__list {
    flex-wrap: wrap;
  }
  .featured_company__list .item {
    padding: 0 15px 15px;
  }
  .featured_company__list .item .img_wrapper img {
    height: 30px;
  }
}

.border_dashed {
  display: block;
  width: 100%;
  height: 2px;
  margin: 25px 0 65px;
  overflow: hidden;
  position: relative;
}

.border_dashed:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 5px dashed #C6C6C6;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .border_dashed {
    margin: 15px 0 45px;
  }
}

@media screen and (max-width: 767px) {
  .border_dashed {
    margin: 10px 0 35px;
  }
}

.main_frame {
  background: #fff;
}

.main_frame__content {
  padding: 70px 105px;
  width: 73%;
}

.main_frame__sitebar {
  background: #f2f2f2;
  padding: 50px 35px;
  width: 27%;
}

@media screen and (max-width: 1600px) {
  .main_frame__content {
    padding: 60px 55px;
    width: 72%;
  }
  .main_frame__sitebar {
    padding: 50px 25px;
    width: 28%;
  }
}

@media screen and (max-width: 1200px) {
  .main_frame__content {
    padding: 40px 30px;
    padding-right: 25px;
    width: 70%;
  }
  .main_frame__sitebar {
    padding: 30px 15px;
    width: 30%;
  }
}

@media screen and (max-width: 991px) {
  .main_frame__content {
    padding: 50px 35px;
    width: 100%;
    max-width: 737px;
    margin: 0 auto;
  }
  .main_frame__sitebar {
    background: #f2f2f2;
    padding: 50px 35px;
    width: 100%;
  }
  .main_frame__sitebar .sitebar_container {
    max-width: 737px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .main_frame .container-fluid {
    min-width: 100%;
  }
  .main_frame__content {
    padding: 30px 15px;
  }
  .main_frame__sitebar {
    padding: 30px 15px;
  }
}

.week_albums {
  padding-bottom: 30px;
}

.week_albums .caption {
  font-size: 33px;
  color: #e65f50;
  font-family: "Sue Ellen Francisco", cursive;
  padding-bottom: 30px;
  line-height: 1;
  margin: 0;
}

.week_albums .sub_title_albums {
  text-align: right;
  padding-top: 20px;
}

.week_albums .sub_title_albums__text {
  font-size: 11px;
  color: #444444;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
}

.week_albums .sub_title_albums__text a {
  color: #444444;
  text-decoration: underline;
}

.week_albums .sub_title_albums__text a:hover {
  text-decoration: none;
  color: #00A3B3;
}

.week_albums__wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  height: 600px;
  box-shadow: 2px 2px 10px #00000040;
  border-radius: 5px;
}

.week_albums__wrap .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  padding: 40px;
  z-index: 5;
}

.week_albums__wrap .description .title {
  font-size: 35px;
  font-weight: normal;
  line-height: 1;
  color: #e65f50;
  font-family: "Poppins", sans-serif;
  padding-bottom: 15px;
  margin: 0;
}

.week_albums__wrap .description .sub_title {
  font-size: 25px;
  color: #444444;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  line-height: 1;
  padding: 0;
  margin: 0;
}

.week_albums__wrap .img_wrapper_large {
  height: 100%;
  width: 65%;
  overflow: hidden;
  position: relative;
}

.week_albums__wrap .img_wrapper_large img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.week_albums__wrap .img_wrapper_small {
  height: 50%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {
  .week_albums__wrap .img_wrapper_small .overlay_contains .title {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  .week_albums__wrap .img_wrapper_small .overlay_contains .btn_default {
    font-size: 10px;
    padding: 6px 10px;
  }
  .week_albums__wrap .img_wrapper_small .overlay_contains .title {
    font-size: 10px;
  }
}

.week_albums__wrap .img_wrapper_small img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.week_albums__wrap .column_image {
  width: 35%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1600px) {
  .week_albums .caption {
    font-size: 42px;
    padding-bottom: 35px;
  }
  .week_albums__wrap {
    height: 500px;
  }
  .week_albums__wrap .description {
    padding: 30px;
  }
  .week_albums__wrap .description .title {
    font-size: 30px;
  }
  .week_albums__wrap .description .sub_title {
    font-size: 22px;
  }
}

@media (max-width: 1340px) {
  .week_albums .caption {
    font-size: 38px;
    padding-bottom: 30px;
  }
  .week_albums__wrap {
    height: 470px;
  }
  .week_albums__wrap .description {
    padding: 25px;
  }
  .week_albums__wrap .description .title {
    font-size: 28px;
  }
  .week_albums__wrap .description .sub_title {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .week_albums .caption {
    font-size: 32px;
    padding-bottom: 25px;
  }
  .week_albums .sub_title_albums {
    padding-top: 10px;
  }
  .week_albums__wrap {
    height: 450px;
  }
  .week_albums__wrap .description .title {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .week_albums__wrap .description .sub_title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .week_albums .caption {
    text-align: center;
    font-size: 28px;
    padding-bottom: 15px;
  }
  .week_albums .sub_title_albums {
    padding-top: 5px;
  }
  .week_albums__wrap {
    height: 190px;
  }
  .week_albums__wrap .description {
    padding: 15px;
  }
  .week_albums__wrap .description .title {
    font-size: 17px;
    padding-bottom: 7px;
  }
  .week_albums__wrap .description .sub_title {
    font-size: 14px;
  }
}

.instagram_post {
  padding-bottom: 50px;
}

.instagram_post__caption {
  text-align: center;
  padding-bottom: 50px;
}

.instagram_post__caption .icon {
  display: inline-block;
  margin-bottom: 20px;
}

.instagram_post__caption .icon img {
  width: 55px;
  height: auto;
}

.instagram_post__caption .caption {
  font-size: 29px;
  color: #444444;
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.instagram_post__wrap {
  padding: 70px 140px;
  box-shadow: 0px 0px 10px #00000029;
  background: #fff;
  border-radius: 5px;
}

.instagram_post__wrap .image_instagrame__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 55px;
}

.instagram_post__wrap .image_instagrame__list .item {
  width: 33.333%;
  padding: 0;
  margin: 0;
}

.instagram_post__wrap .image_instagrame__list .item .img_wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  display: block;
}

.instagram_post__wrap .image_instagrame__list .item .img_wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.9s;
}

.instagram_post__wrap .image_instagrame__list .item .img_wrapper:hover img {
  transform: scale(1.1);
}

.instagram_post__wrap .row_btn {
  text-align: center;
}

.instagram_post__wrap .row_btn .btn_default {
  background: #3c94e6;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  padding: 16px 25px;
}

.instagram_post__wrap .row_btn .btn_default:hover {
  background: #3987d6;
}

@media screen and (max-width: 1600px) {
  .instagram_post {
    padding-bottom: 40px;
  }
  .instagram_post__caption {
    padding-bottom: 40px;
  }
  .instagram_post__caption .caption {
    font-size: 26px;
  }
  .instagram_post__wrap {
    padding: 70px 100px;
  }
}

@media (max-width: 1340px) {
  .instagram_post__caption .icon img {
    width: 45px;
  }
  .instagram_post__wrap {
    padding: 50px 90px;
  }
  .instagram_post__wrap .row_btn .btn_default {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .instagram_post {
    padding-bottom: 30px;
  }
  .instagram_post__caption {
    padding-bottom: 20px;
  }
  .instagram_post__caption .icon {
    margin-bottom: 10px;
  }
  .instagram_post__caption .icon img {
    width: 30px;
  }
  .instagram_post__caption .caption {
    font-size: 22px;
  }
  .instagram_post__wrap {
    padding: 30px 40px;
  }
  .instagram_post__wrap .image_instagrame__list {
    margin-bottom: 30px;
  }
  .instagram_post__wrap .row_btn .btn_default {
    font-weight: normal;
    font-size: 14px;
    padding: 13px 20px;
  }
}

.with-relative-position {
  position: relative;
}

.patreon_content {
  background: linear-gradient(180deg, #000 15%, #2f3b65 70%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.patreon_content .list_preview .poster_wrapper {
  margin: auto;
  width: -webkit-fit-content;
  width: fit-content;
  position: relative;
}

.patreon_content .list_preview .poster_wrapper i {
  margin: 0;
}

.patreon_content .list_preview .poster_wrapper img {
  border: 1px solid white;
  border-radius: 5px;
  width: 100%;
}

.patreon_content .row_btn button a {
  text-decoration: none;
  color: #fff !important;
}

.patreon_content .add-patreon {
  position: absolute;
  margin-left: auto;
  margin-bottom: 30px;
  display: flex;
}

.patreon_content .add-patreon__wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 9999;
}

.patreon_content .video {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .patreon_content .video {
    width: 100%;
    height: 100%;
  }
}

.patreon_content .video-title {
  display: flex;
  justify-content: start;
  margin-left: 7%;
  flex-direction: column;
  position: relative;
  align-items: center;
  margin-top: 5%;
}

@media screen and (min-width: 1600px) {
  .patreon_content .video-title {
    margin-top: 15%;
  }
  .patreon_content .video-title.second {
    margin-top: 7%;
  }
}

.patreon_content .video-title img {
  width: 50%;
  margin-bottom: 10px;
}

@media (max-width: 500px) {
  .patreon_content .video-title img {
    width: 30%;
    padding-bottom: 5px;
    margin: 0;
  }
}

.patreon_content .video-title p {
  color: #fff;
  font-size: 130%;
  width: 70%;
  text-align: center;
}

@media (max-width: 400px) {
  .patreon_content .video-title p {
    margin: 0;
    padding-bottom: 5px;
  }
}

@media (max-width: 500px) {
  .patreon_content .video-title p {
    font-size: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .patreon_content .video-title p {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .patreon_content .video-title p {
    font-size: 22px;
  }
}

@media screen and (min-width: 1600px) {
  .patreon_content .video-title p {
    font-size: 24px;
  }
}

.patreon_content .video_wrapper {
  border-radius: 6px;
  border: 2px solid #a7a7a7;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .patreon_content .video_wrapper {
    width: 90%;
  }
}

.patreon_content .video_wrapper::before {
  content: "";
  width: 60%;
  height: 150px;
  position: absolute;
  top: -128px;
  background: url("/img/png/patron-hero.png") 0/35%;
  background-repeat: no-repeat;
  cursor: auto;
}

@media screen and (max-width: 1024px) {
  .patreon_content .video_wrapper::before {
    height: 100%;
    top: -65%;
  }
}

@media screen and (min-width: 1025px) and (max-device-width: 1130px) {
  .patreon_content .video_wrapper::before {
    top: -122px;
  }
}

@media screen and (min-width: 1300px) {
  .patreon_content .video_wrapper::before {
    top: -135px;
  }
}

@media screen and (min-width: 1600px) {
  .patreon_content .video_wrapper::before {
    height: 170px;
    top: -145px;
  }
}

.patreon_content .video_wrapper.patron-plus::before {
  background: url("/img/png/patronPlus-hero.png") 0/35%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .patreon_content .video_wrapper.patron-plus::before {
    height: 100%;
    top: -65%;
  }
}

@media screen and (min-width: 1025px) and (max-device-width: 1130px) {
  .patreon_content .video_wrapper.patron-plus::before {
    top: -122px;
  }
}

@media screen and (min-width: 1300px) {
  .patreon_content .video_wrapper.patron-plus::before {
    top: -135px;
  }
}

@media screen and (min-width: 1600px) {
  .patreon_content .video_wrapper.patron-plus::before {
    height: 170px;
    top: -145px;
  }
}

.patreon_content .video_wrapper .not-logged {
  background: rgba(33, 33, 37, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.patreon_content .video_wrapper .not-logged .text-wrapper {
  text-align: center;
  color: #fff;
  font-size: 150%;
}

.patreon_content .video_wrapper .not-logged_image {
  filter: blur(5px);
}

.patreon_content .patreon-content__preview_overlayed {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.patreon_content .patreon-content__preview_overlayed .loader {
  width: 82px;
  height: 82px;
}

.patreon_content .patreon-content__preview_overlayed .loader, .patreon_content .patreon-content__preview_overlayed .loader::before, .patreon_content .patreon-content__preview_overlayed .loader::after {
  border-width: 3px;
}

.patreon_content .patreon-teaser__button__container {
  position: absolute;
  right: 0px;
  z-index: 1;
}

.patreon_content .patreon-teaser__button__container.with-small-button {
  right: 20px;
}

@media (max-width: 1340px) {
  .patreon_content .patreon-teaser__button__container.with-small-button {
    right: 15px;
  }
}

.patreon_content .patreon-teaser__button__container.with-small-button .patreon-teaser__button {
  min-width: 30px;
  width: 30px;
  height: 30px;
  font-size: 16px;
  border-radius: 0px 4px 0 4px;
}

.patreon_content .patreon-teaser__button__container .patreon-teaser__button {
  min-width: 40px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 0px 5px 0 5px;
  border-top: 0;
  border-right: 0;
}

.patreon_content__caption {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .patreon_content__caption {
    margin-top: 20px;
  }
}

@media (min-width: 1600px) {
  .patreon_content__caption {
    margin-top: 150px;
    margin-bottom: 2rem;
  }
}

.patreon_content__caption.patron-plus {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .patreon_content__caption.patron-plus {
    margin-top: 0px;
  }
}

@media (min-width: 1600px) {
  .patreon_content__caption.patron-plus {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .patreon_content__caption.patron-plus img {
    width: 40%;
    transform: translateY(65px);
  }
}

.patreon_content__caption img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .patreon_content__caption img {
    width: 40%;
    transform: translateY(55px);
  }
}

@media (min-width: 1600px) {
  .patreon_content__caption img {
    width: 70%;
  }
}

.patreon_content__caption img.second-image {
  margin: 10px 0 10px;
}

.patreon_content__caption .caption {
  font-size: 29px;
  color: #444444;
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.patreon_content__wrap {
  border-radius: 5px;
  display: flex;
  padding-bottom: 50px;
  justify-content: center;
  flex-direction: column;
}

.patreon_content__wrap .row_btn {
  text-align: center;
}

.patreon_content__wrap .row_btn .btn_default {
  background: #e65f50;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  padding: 16px 20px;
}

.patreon_content__wrap .row_btn .btn_default:hover {
  background: #05416c;
}

.patreon_content__preview {
  padding-bottom: 30px;
}

.patreon_content__preview .list_preview {
  padding: 10px 50px;
  margin: 0;
  list-style: none;
}

.patreon_content__preview .list_preview .item {
  padding: 0 20px;
}

.patreon_content__preview .list_preview .item .poster_wrapper {
  box-shadow: 2px 2px 10px #00000041;
  border: 1px solid #ffffff;
  width: 100%;
  height: 100%;
  padding-top: 65%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.patreon_content__preview .list_preview .item .poster_wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.patreon_content__selection {
  padding-bottom: 50px;
}

.patreon_content__selection .list_selection {
  padding: 0;
  margin: 0;
  list-style: none;
}

.patreon_content__selection .list_selection .slick-prev,
.patreon_content__selection .list_selection .slick-next {
  font-size: 0;
  width: 60px;
  height: 60px;
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  opacity: 0.7;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTkuNDE0IDU5LjQxNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTkuNDE0IDU5LjQxNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiBjbGFzcz0iIj48Zz48cG9seWdvbiBwb2ludHM9IjQ1LjI2OCwxLjQxNCA0My44NTQsMCAxNC4xNDYsMjkuNzA3IDQzLjg1NCw1OS40MTQgNDUuMjY4LDU4IDE2Ljk3NSwyOS43MDcgIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNGRkZGRkYiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIj48L3BvbHlnb24+PC9nPiA8L3N2Zz4=);
}

.patreon_content__selection .list_selection .slick-prev:hover,
.patreon_content__selection .list_selection .slick-next:hover {
  opacity: 1;
}

.patreon_content__selection .list_selection .slick-prev {
  left: -70px;
}

.patreon_content__selection .list_selection .slick-next {
  right: -70px;
  transform: translateY(-50%) rotateY(180deg);
}

.patreon_content__selection .list_selection .item {
  padding: 0 20px;
}

.patreon_content__selection .list_selection .item .poster_wrapper {
  box-shadow: 2px 2px 10px #00000041;
  border: 1px solid #ffffff;
  width: 100%;
  height: 100%;
  padding-top: 65%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.patreon_content__selection .list_selection .item .poster_wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

@media screen and (max-width: 1600px) {
  .patreon_content {
    padding-bottom: 40px;
  }
  .patreon_content__caption .caption {
    font-size: 26px;
  }
  .patreon_content__wrap {
    position: relative;
  }
  .patreon_content__selection .list_selection .slick-prev,
  .patreon_content__selection .list_selection .slick-next {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
  .patreon_content__selection .list_selection .slick-prev {
    left: -50px;
  }
  .patreon_content__selection .list_selection .slick-next {
    right: -50px;
  }
}

@media (max-width: 1340px) {
  .patreon_content__caption .icon img {
    width: 45px;
  }
  .patreon_content__wrap {
    padding: 40px 60px;
  }
  .patreon_content__wrap.second {
    padding-top: 0px;
  }
  .patreon_content__wrap .row_btn .btn_default {
    font-size: 18px;
  }
  .patreon_content__selection {
    padding-bottom: 40px;
  }
  .patreon_content__selection .list_selection .item {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .patreon_content {
    margin-bottom: 30px;
  }
  .patreon_content__caption {
    padding-bottom: 20px;
  }
  .patreon_content__caption .icon {
    margin-bottom: 10px;
  }
  .patreon_content__caption .icon img {
    width: 30px;
  }
  .patreon_content__caption .caption {
    font-size: 22px;
  }
  .patreon_content__wrap {
    padding: 30px 30px;
  }
  .patreon_content__wrap .row_btn .btn_default {
    font-weight: normal;
    font-size: 14px;
    padding: 13px 20px;
  }
  .patreon_content__preview {
    padding-bottom: 20px;
  }
  .patreon_content__preview .list_preview {
    padding: 5px 10px;
  }
  .patreon_content__selection {
    padding-bottom: 20px;
  }
  .patreon_content__selection .list_selection .slick-prev,
  .patreon_content__selection .list_selection .slick-next {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
  .patreon_content__selection .list_selection .slick-prev {
    left: -24px;
  }
  .patreon_content__selection .list_selection .slick-next {
    right: -24px;
  }
  .patreon_content__selection .list_selection .item {
    padding: 0 7px;
  }
}

.join_facebook {
  border: 2px dashed #C6C6C6;
  padding: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.join_facebook__title {
  font-size: 39px;
  color: #444444;
  font-family: "Sue Ellen Francisco", cursive;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}

.join_facebook .btn_facebook {
  white-space: nowrap;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  padding: 18px 50px;
  border-radius: 4px;
  background: #3a559f;
  box-shadow: 5px 5px 10px #00000027;
}

.join_facebook .btn_facebook:hover {
  background: #384b96;
}

.join_facebook .btn_facebook i {
  font-size: 30px;
  position: relative;
  margin-right: 20px;
}

@media screen and (max-width: 1600px) {
  .join_facebook {
    margin-bottom: 50px;
    justify-content: center;
    flex-direction: column;
  }
  .join_facebook__title {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1340px) {
  .join_facebook .btn_facebook {
    font-size: 20px;
    padding: 18px 40px;
  }
  .join_facebook .btn_facebook i {
    font-size: 24px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .join_facebook {
    padding: 25px 15px;
    margin-bottom: 30px;
    text-align: center;
  }
  .join_facebook__title {
    font-size: 24px;
    white-space: normal;
  }
  .join_facebook .btn_facebook {
    font-size: 15px;
    padding: 14px 20px;
  }
  .join_facebook .btn_facebook i {
    font-size: 18px;
    margin-right: 10px;
  }
}

.sitebar_caption {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}

.sitebar_caption.with_question {
  width: -webkit-fit-content;
  width: fit-content;
  align-items: center;
}

.sitebar_caption.with_question .information-icon {
  display: inline-block;
  font-size: 23px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-left: 16px;
}

.sitebar_caption.with_question .svg-info-icon {
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.sitebar_caption.with_question .information-icon.jumping {
  animation-name: jump;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-5px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

.sitebar_caption .caption {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 22px;
  color: #fff;
  height: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  line-height: 1;
  padding: 15px 15px;
  background: #00A3B3;
  border-radius: 0 5px 5px 0;
  margin-left: -40px;
  box-shadow: 2px 2px 10px #00000040;
  width: 250px;
}

.sitebar_caption .caption.yellow {
  background: #F9C000;
}

.sitebar_caption .caption.red {
  background: #e65f50;
}

.sitebar_caption .caption.with_question {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.sitebar_caption .caption.with_question .question_helper {
  margin-left: 20px;
  position: relative;
  cursor: help;
}

.sitebar_caption .caption.with_question .question_helper__note {
  position: absolute;
  top: 110%;
  margin-top: 33px;
  left: 50%;
  transform: translate(-50%);
  min-width: 320px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 2px 2px 10px #00000040;
  padding: 20px;
  z-index: 5;
  transition: 0.3s;
}

.sitebar_caption .caption.with_question .question_helper__note:before {
  content: "";
  position: absolute;
  left: 70%;
  transform: translate(-50%);
  top: -12px;
  border: 6px solid transparent;
  border-bottom: 6px solid #fff;
}

.sitebar_caption .caption.with_question .question_helper__note p {
  font-size: 16px;
  line-height: 1.4;
  padding: 0;
  color: #5D5D5D;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
}

.sitebar_caption .link_edit {
  display: inline-block;
  text-decoration: underline;
  font-size: 19px;
  color: #888888;
}

.sitebar_caption .link_edit:hover {
  text-decoration: none;
  color: #444444;
}

@media screen and (max-width: 1600px) {
  .sitebar_caption {
    margin-bottom: 30px;
  }
  .sitebar_caption .caption {
    font-size: 18px;
    height: 50px;
    padding: 10px;
    margin-left: -30px;
    width: 200px;
  }
  .sitebar_caption .caption.with_question .question_helper {
    margin-left: 15px;
  }
  .sitebar_caption .caption.with_question .question_helper i {
    font-size: 24px;
  }
  .sitebar_caption .link_edit {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .sitebar_caption {
    margin-bottom: 25px;
  }
  .sitebar_caption .caption {
    font-size: 22px;
    padding: 10px 25px;
    margin-left: -33px;
  }
  .sitebar_caption .caption.yellow {
    box-shadow: 3px 3px 0px #CC9E01;
  }
  .sitebar_caption .caption.blue {
    box-shadow: 3px 3px 0px #017783;
  }
  .sitebar_caption .caption.red {
    box-shadow: 3px 3px 0px #c35347;
  }
}

@media screen and (max-width: 1200px) {
  .sitebar_caption {
    margin-bottom: 20px;
  }
  .sitebar_caption .caption {
    font-size: 16px;
    height: 40px;
    padding: 9px;
    margin-left: -20px;
    width: 170px;
  }
  .sitebar_caption .caption.with_question .question_helper {
    margin-left: 10px;
  }
  .sitebar_caption .caption.with_question .question_helper i {
    font-size: 20px;
  }
  .sitebar_caption .caption.with_question .question_helper__note {
    min-width: 270px;
    border-radius: 5px;
    padding: 10px;
  }
  .sitebar_caption .caption.with_question .question_helper__note p {
    font-size: 14px;
  }
  .sitebar_caption .link_edit {
    font-size: 14px;
  }
}

.wrapper_list {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.wrapper_list:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  height: 50px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, #f2f2f2 94%, #f2f2f2 100%);
}

@media screen and (max-width: 767px) {
  .wrapper_list {
    margin-bottom: 15px;
  }
}

.announcement_list {
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 245px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.announcement_list::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0 4px 4px 0;
  background-color: #f2f2f2;
  box-shadow: inset 0px 0px 0px 1px #f2f2f2;
  width: 12px;
  z-index: 5;
}

.announcement_list::-webkit-scrollbar {
  width: 12px;
  z-index: 5;
  height: 12px;
  border-radius: 0 4px 4px 0;
  background-color: #f2f2f2;
  box-shadow: inset 0px 0px 0px 1px #f2f2f2;
}

.announcement_list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  width: 8px;
  background-color: #C6C6C6;
  box-shadow: inset 0px 0px 0px 1px #f2f2f2;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .announcement_list::-webkit-scrollbar-track {
    width: 8px;
    box-shadow: inset 0px 0px 0px 2px #f2f2f2;
  }
  .announcement_list::-webkit-scrollbar {
    width: 8px;
    box-shadow: inset 0px 0px 0px 2px #f2f2f2;
    height: 8px;
  }
  .announcement_list::-webkit-scrollbar-thumb {
    width: 8px;
    box-shadow: inset 0px 0px 0px 2px #f2f2f2;
  }
}

.announcement_list li {
  display: flex;
  padding-bottom: 25px;
  padding-right: 10px;
}

.announcement_list li .date {
  display: inline-block;
  white-space: nowrap;
  font-size: 18px;
  color: #444444;
  font-weight: bold;
  line-height: 1.3;
  padding-right: 20px;
  font-family: "Poppins", sans-serif;
}

.announcement_list li .date:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #444444;
  right: -10px;
  top: -6px;
}

.announcement_list li p {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #444444;
  font-weight: normal;
  line-height: 1.3;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1600px) {
  .announcement_list li {
    padding-bottom: 15px;
  }
  .announcement_list li .date {
    font-size: 15px;
    padding-right: 15px;
  }
  .announcement_list li .date:after {
    width: 8px;
    right: -8px;
    top: -5px;
  }
  .announcement_list li p {
    font-size: 16px;
  }
}

@media (max-width: 1340px) {
  .announcement_list li .date {
    font-size: 14px;
  }
  .announcement_list li p {
    font-size: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .announcement_list li .date {
    font-size: 13px;
  }
  .announcement_list li p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .announcement_list {
    max-height: 190px;
  }
}

.streakers__list {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: auto;
  max-height: 850px;
  -webkit-overflow-scrolling: touch;
}

.streakers__list::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0 4px 4px 0;
  background-color: #f2f2f2;
  box-shadow: inset 0px 0px 0px 1px #f2f2f2;
  width: 12px;
  z-index: 5;
}

.streakers__list::-webkit-scrollbar {
  width: 12px;
  z-index: 5;
  height: 12px;
  border-radius: 0 4px 4px 0;
  background-color: #f2f2f2;
  box-shadow: inset 0px 0px 0px 1px #f2f2f2;
}

.streakers__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  width: 8px;
  background-color: #C6C6C6;
  box-shadow: inset 0px 0px 0px 1px #f2f2f2;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .streakers__list::-webkit-scrollbar-track {
    width: 8px;
    box-shadow: inset 0px 0px 0px 2px #f2f2f2;
  }
  .streakers__list::-webkit-scrollbar {
    width: 8px;
    box-shadow: inset 0px 0px 0px 2px #f2f2f2;
    height: 8px;
  }
  .streakers__list::-webkit-scrollbar-thumb {
    width: 8px;
    box-shadow: inset 0px 0px 0px 2px #f2f2f2;
  }
}

.streakers__list li {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #444444;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  padding-bottom: 18px;
}

.streakers__list li .number {
  white-space: nowrap;
  padding-right: 20px;
}

.streakers__list li .number:after {
  content: "-";
  position: relative;
  right: -9px;
}

@media screen and (max-width: 1600px) {
  .streakers__list li {
    font-size: 20px;
    padding-bottom: 14px;
  }
}

@media (max-width: 1340px) {
  .streakers__list li {
    font-size: 17px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 1200px) {
  .streakers__list li {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .streakers__list {
    max-height: 14em;
  }
}

.featured_photos__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  margin-bottom: 40px;
}

.featured_photos__list .item {
  padding: 0 0 20px;
  width: 100%;
}

.featured_photos__list .item .img_wrapper {
  display: block;
  position: relative;
  z-index: 5;
  box-shadow: 2px 2px 10px #00000040;
  border-radius: 5px;
  transition: 0.2s;
  width: 100%;
  height: 100%;
  padding-top: 63%;
  overflow: hidden;
}

.featured_photos__list .item .img_wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.featured_photos__list .item .img_wrapper:hover {
  box-shadow: 2px 2px 18px #00000040;
}

.featured_photos__list .item .img_wrapper:hover img {
  transform: scale(1.1);
}

.featured_photos__list .item__description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  padding: 15px;
  font-size: 17px;
  color: #444444;
  font-weight: 500;
}

.featured_photos__list .item__description .name {
  font-size: 18px;
  font-weight: 500;
  color: #444444;
  font-family: "Poppins", sans-serif;
  padding-bottom: 20px;
  margin: 0;
}

.featured_photos__list .item__description .data {
  font-family: "Poppins", sans-serif;
  color: #444444;
  display: block;
  text-align: right;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
}

@media screen and (max-width: 1600px) {
  .featured_photos__list {
    margin-bottom: 30px;
  }
  .featured_photos__list .item__description {
    padding: 15px;
  }
  .featured_photos__list .item__description .name {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 15px;
  }
  .featured_photos__list .item__description .data {
    font-size: 12px;
  }
}

@media screen and (max-width: 1200px) {
  .featured_photos__list {
    margin: 0;
    margin-bottom: 30px;
  }
  .featured_photos__list .item__description .name {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .featured_photos__list .item__description .data {
    font-size: 11px;
  }
}

@media screen and (max-width: 991px) {
  .featured_photos__list {
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-left: -15px;
    margin-right: -15px;
  }
  .featured_photos__list::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 0 4px 4px 0;
    background-color: #f2f2f2;
    box-shadow: inset 0px 0px 0px 1px #f2f2f2;
    width: 12px;
    z-index: 5;
  }
  .featured_photos__list::-webkit-scrollbar {
    width: 12px;
    z-index: 5;
    height: 12px;
    border-radius: 0 4px 4px 0;
    background-color: #f2f2f2;
    box-shadow: inset 0px 0px 0px 1px #f2f2f2;
  }
  .featured_photos__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 8px;
    background-color: #C6C6C6;
    box-shadow: inset 0px 0px 0px 1px #f2f2f2;
    z-index: 5;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .featured_photos__list::-webkit-scrollbar-track {
    width: 8px;
    box-shadow: inset 0px 0px 0px 2px #f2f2f2;
  }
  .featured_photos__list::-webkit-scrollbar {
    width: 8px;
    box-shadow: inset 0px 0px 0px 2px #f2f2f2;
    height: 8px;
  }
  .featured_photos__list::-webkit-scrollbar-thumb {
    width: 8px;
    box-shadow: inset 0px 0px 0px 2px #f2f2f2;
  }
}

@media screen and (max-width: 991px) {
  .featured_photos__list .item {
    width: 50%;
    min-width: 330px;
    padding: 0 15px 15px;
  }
}

@media screen and (max-width: 767px) {
  .featured_photos__list .item {
    width: 100%;
    min-width: 300px;
  }
  .featured_photos__list .item__description .name {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .featured_photos__list .item__description .data {
    font-size: 11px;
  }
}

.panel-faq-text {
  font-size: 22px;
  color: #444444;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}

.panel-faq-title {
  margin: 0;
  font-size: 22px;
  padding-bottom: 30px;
  font-weight: bold;
  color: #444444;
  font-family: "Poppins", sans-serif;
}

.panel-faq-menu {
  font-size: 22px;
}

.streakers-spinner {
  padding-top: 18px;
  display: flex;
  justify-content: center;
}

/*******ABOUT US PAGE**********/
.red_heading .panel-heading > h4 {
  color: #e65f4f;
}

.blue_color {
  color: #00a3b3;
}

.fb-btn {
  color: #5D5D5D;
  text-align: center;
}

.committee-picks {
  background-image: url(/img/png/committee-picks.png);
  background-size: contain;
  width: 20px;
  height: 20px;
}

.album_index {
  padding: 35px 20px;
  background: #fff;
}

.album_index__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
}

.album_index__header .caption {
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #444444;
  padding: 0px;
  margin: 0;
}

.album_index__header_right {
  display: flex;
  justify-content: flex-end;
}

.album_index__header_right .dropdown {
  margin-right: 15px;
}

.album_index__buttons-container {
  display: flex;
  flex-direction: column;
}

.album_index__buttons-row, .album_index__buttons-row:nth-child(2) {
  display: flex;
  justify-content: space-evenly;
}

.album_index__buttons-row {
  margin-bottom: 30px;
}

.album_index__loader-container {
  min-height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.album_index__buttons-row:nth-child(2) {
  margin: 30px 0px;
}

.album_index__load-user-btn, .album_index__load-user-btn_red {
  border-radius: 5px;
  width: 217px;
  font-size: 20px;
  padding: 15px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  line-height: 1.3;
}

.album_index__text-uppercase {
  text-transform: uppercase;
}

.album_index__load-user-btn_red {
  background-color: #e65f50;
  height: 70px;
}

.album_index__load-user-btn_red:hover {
  background-color: #e65f50;
}

.album_index__loading-message {
  display: flex;
}

.album_index__filter {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 7px;
  border-bottom: 1px solid #C6C6C6;
  margin-bottom: 38px;
}

.album_index__filter li {
  padding: 0 5px;
  margin: 0;
}

.album_index__filter li a {
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 4px 4px 0 0;
  background: #C6C6C6;
  border: 1px solid #C6C6C6;
  font-size: 20px;
  color: #444444;
  margin-bottom: -1px;
  position: relative;
  z-index: 5;
}

.album_index__filter li a:hover {
  background: #e1e1e1;
}

.album_index__filter li.active a {
  background: #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 1200px) {
  .album_index__filter {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

.album_index__list {
  padding: 0 54px;
  list-style: none;
  position: relative;
}

.album_index__list.overlay_contains {
  min-height: 350px;
}

.album_index__list .item {
  padding: 15px;
  width: 328px;
}

.album_index__list .item .wrap {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background: #08080b;
  text-decoration: none;
  border-radius: 5px;
}

.album_index__list .item .wrap img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.album_index__list .item .wrap .description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
}

.album_index__list .item .wrap .description_header.text-center {
  margin-top: 29px;
}

.album_index__list .item .wrap .description_header .week {
  font-size: 27px !important;
  margin-top: 3px;
}

.album_index__list .item .wrap .description__item_highlight_yellow {
  color: #fac417;
  opacity: 0.9;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 500;
  font-size: 28px;
  width: 181px;
  line-height: 34px;
  margin-bottom: 29px;
}

.album_index__list .item .wrap .description__item_centered {
  margin: auto;
}

.album_index__list .item .wrap .description__item_centered .description__item_highlight_yellow {
  font-size: 32.1px;
  width: 181px;
  margin-top: 29px;
  margin-bottom: 0;
  line-height: 37px;
}

.album_index__list .item .wrap .description .sub_photo, .album_index__list .item .wrap .description .week, .album_index__list .item .wrap .description .name,
.album_index__list .item .wrap .description .week_in-live {
  font-size: 20.5px;
  color: #fff;
  font-weight: 500;
  display: block;
  line-height: 1;
  transition: 0.3s;
  position: relative;
  top: 0;
}

.album_index__list .item .wrap .description .sub_photo {
  top: 0px;
  opacity: 1;
  transition-delay: 0s;
  font-weight: 500;
}

.album_index__list .item .wrap .description .week {
  top: 9px;
  opacity: 1;
  padding-bottom: 5px;
  transition-delay: 0.2s;
}

.album_index__list .item .wrap .description .name {
  top: 3px;
  opacity: 1;
  transition-delay: 0.1s;
  display: block;
}

.album_index__list .item .wrap .description .sub_photo_in-live {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  display: block;
  line-height: 1;
  transition: 0.3s;
  position: relative;
  top: -70px;
}

.album_index__list .item .wrap .description .week_in-live {
  top: 100px;
  opacity: 1;
  padding-bottom: 5px;
  transition-delay: 0s;
  font-size: 20px;
  font-weight: 500;
}

.album_index__list .item .wrap:hover img, .album_index__list .item .wrap.current img {
  opacity: 0.5;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
  transition-duration: 0.3s;
}

.album_index__list .item .wrap:hover .sub_photo_in-live, .album_index__list .item .wrap.current .sub_photo_in-live {
  top: 0px;
}

.album_index__list .item .wrap:hover .week_in-live, .album_index__list .item .wrap.current .week_in-live {
  top: 0%;
}

.album_index__body {
  position: relative;
  overflow: hidden;
}

.album_index__body .spinner_container_photo {
  position: absolute;
  left: -5%;
  top: 0;
  width: 110%;
  height: 100%;
  display: flex;
  padding-top: 100px;
  z-index: 555;
  background: white;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.album_index__body .spinner_container_photo .frame_loader .loader {
  width: 42px;
  height: 42px;
}

.album_index__body .spinner_container_photo.loading_frame {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1500px) {
  .album_index__list {
    padding: 0;
  }
  .album_index__list .item {
    width: 25%;
  }
}

@media screen and (max-width: 1200px) {
  .album_index__list {
    padding: 0;
  }
  .album_index__list .item {
    width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .album_index__list {
    padding: 0;
  }
  .album_index__list .item {
    width: 33.333%;
  }
}

@media screen and (max-width: 767px) {
  .album_index {
    padding: 25px 0;
  }
  .album_index__header {
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
  .album_index__header_left {
    padding-bottom: 15px;
  }
  .album_index__header_right {
    justify-content: flex-start;
  }
  .album_index__header .caption {
    font-size: 22px;
  }
  .album_index__header .dropdown_default .btn_default {
    font-size: 12px;
  }
  .album_index__header .dropdown_default .dropdown-menu {
    right: auto;
    left: 0;
  }
  .album_index__header .dropdown_default .dropdown-menu:before, .album_index__header .dropdown_default .dropdown-menu:after {
    left: 10px;
    right: auto;
  }
  .album_index__filter {
    padding: 0 3px;
    margin-bottom: 20px;
  }
  .album_index__filter li {
    padding: 0 3px;
  }
  .album_index__filter li a {
    padding: 8px 15px;
    font-size: 14px;
  }
  .album_index__list {
    padding: 0;
    margin-left: -9px;
    margin-right: -9px;
  }
  .album_index__list .item {
    width: 50%;
    padding: 9px;
  }
  .album_index__list .item .wrap .description {
    padding: 10px;
  }
  .album_index__list .item .wrap .description .sub_photo, .album_index__list .item .wrap .description .week, .album_index__list .item .wrap .description .name {
    font-size: 14px;
  }
}

.description__item {
  -ms-grid-row-align: center;
  align-self: center;
}

.album_intro {
  padding: 25px 25px 0;
  background: #fff;
}

.album_intro__header {
  padding-bottom: 20px;
}

.album_intro__body {
  display: flex;
  justify-content: center;
}

.album_intro__body .album_week {
  min-width: 80%;
  width: 100%;
  max-width: 1300px;
  background: #F2F2F2;
  padding: 30px 60px;
  border-radius: 5px;
  text-align: center;
  position: relative;
}

.album_intro__body .album_week .row__caption {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.album_intro__body .album_week .row__caption .dropdown_option .btn_option {
  position: relative;
  background: #f8f8f8;
}

.album_intro__body .album_week .row__caption .dropdown_option .btn_option:hover, .album_intro__body .album_week .row__caption .dropdown_option .btn_option:focus {
  background: #f8f8f8;
}

.album_intro__body .album_week .row__caption .dropdown_option .dropdown-menu:before, .album_intro__body .album_week .row__caption .dropdown_option .dropdown-menu:after {
  right: 11px;
}

.album_intro__body .album_week .row__caption .btn_gray {
  background: #f8f8f8;
}

.album_intro__body .album_week .row__caption_center {
  flex: 1;
  text-align: center;
}

.album_intro__body .album_week .row__caption_left {
  width: 250px;
  display: flex;
  padding: 20px 0;
}

.album_intro__body .album_week .row__caption_right {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 0;
}

.album_intro__body .album_week .row__caption_right .btn_default {
  margin-left: 15px;
}

.album_intro__body .album_week .btn_row {
  position: relative;
  text-align: center;
  top: 0;
  left: 0;
  padding-top: 5px;
  padding-bottom: 10px;
}

.album_intro__body .album_week .btn_row .show_more {
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.album_intro__body .album_week .btn_row .show_more:hover {
  text-decoration: none;
  color: #017783;
}

.album_intro__body .album_week .block_caption .caption {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 7px;
}

.album_intro__body .album_week .block_caption .sub {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  display: block;
  padding: 0;
  line-height: 1.3;
}

.album_intro__body .album_week a.ng-binding {
  padding-bottom: 15px;
  display: inline-block;
}

.album_intro__body .album_week .ng-binding {
  padding-bottom: 15px;
}

.album_intro__body .album_week .wrap_text {
  font-size: 22px;
}

.album_intro__body .album_week .wrap_text p, .album_intro__body .album_week .wrap_text div {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 22px;
  color: #444444;
  font-weight: normal;
  line-height: 1.4;
}

.album_intro__body .album_week .text_description {
  text-align: left;
}

.album_intro__body .album_week .text_description #shortBlurb {
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  padding-bottom: 0 !important;
  margin-bottom: 15px;
}

.album_intro__body .album_week .text_description #shortBlurb div, .album_intro__body .album_week .text_description #shortBlurb h1, .album_intro__body .album_week .text_description #shortBlurb h2, .album_intro__body .album_week .text_description #shortBlurb h3 {
  display: block;
}

.album_intro__body .album_week .text_description #shortBlurb p {
  display: inline-block;
}

.album_intro__body .album_week .text_description #shortBlurb.hidden-block {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.album_intro__body .album_week .text_description #shortBlurb.hidden-block * {
  display: inline;
}

.album_intro__body .album_week .text_description .pos-top {
  position: relative;
  top: -10px;
}

@media screen and (max-width: 1410px) {
  .album_intro__body .album_week .block_caption .caption {
    font-size: 38px;
  }
  .album_intro__body .album_week .block_caption .sub {
    font-size: 18px;
  }
}

@media screen and (max-width: 1200px) {
  .album_intro__header {
    padding-bottom: 20px;
  }
  .album_intro__body .album_week {
    padding: 30px;
  }
  .album_intro__body .album_week .row__caption_left {
    width: 210px;
  }
  .album_intro__body .album_week .row__caption_right {
    width: 210px;
  }
  .album_intro__body .album_week .block_caption .caption {
    font-size: 38px;
  }
  .album_intro__body .album_week .block_caption .sub {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .album_intro {
    padding: 25px 0;
  }
  .album_intro__header {
    padding-bottom: 20px;
  }
  .album_intro__body .album_week {
    padding: 20px 25px;
  }
  .album_intro__body .album_week .row__caption {
    flex-wrap: wrap;
  }
  .album_intro__body .album_week .row__caption .dropdown_option {
    position: relative;
  }
  .album_intro__body .album_week .row__caption_center {
    order: 2;
    width: 100%;
    flex: 0 0 100%;
    padding-top: 10px;
  }
  .album_intro__body .album_week .row__caption_left {
    position: relative;
    top: -10px;
    width: 50%;
    flex: 0 0 50%;
    order: 1;
    padding: 15px 0 0;
  }
  .album_intro__body .album_week .row__caption_right {
    position: relative;
    top: -10px;
    right: -10px;
    width: 50%;
    flex: 0 0 50%;
    order: 1;
    padding: 15px 0 0;
  }
  .album_intro__body .album_week .btn_row {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    padding-top: 20px;
  }
  .album_intro__body .album_week .btn_row .show_more {
    top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .album_intro {
    padding: 25px 0;
  }
  .album_intro__header {
    padding: 0;
  }
  .album_intro__body .album_week {
    padding: 15px 15px;
  }
  .album_intro__body .album_week .row__caption_left {
    padding: 5px 0 0;
    top: -5px;
    left: -5px;
  }
  .album_intro__body .album_week .row__caption_right {
    padding: 5px 0 0;
    top: -5px;
    right: -5px;
  }
  .album_intro__body .album_week .row__caption_right .btn_default {
    margin-left: 10px;
  }
  .album_intro__body .album_week .btn_row {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .album_intro__body .album_week .btn_row .show_more {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 0;
    padding: 0;
    display: block !important;
  }
  .album_intro__body .album_week .btn_row .tips_tuts_btn {
    display: none;
  }
  .album_intro__body .album_week .dot_live {
    line-height: 0.6;
  }
  .album_intro__body .album_week .block_caption {
    padding-bottom: 10px;
  }
  .album_intro__body .album_week .block_caption .caption {
    font-size: 24px;
    padding-bottom: 4px;
  }
  .album_intro__body .album_week .block_caption .sub {
    padding: 0;
    font-size: 14px;
    line-height: 1.3;
  }
  .album_intro__body .album_week p {
    font-size: 14px;
  }
  .album_intro__body .album_week .text_description {
    margin-bottom: 10px;
  }
  .album_intro__body .album_week .text_description #shortBlurb.hidden-block.hidden-block--mobile {
    -webkit-line-clamp: 1;
  }
}

.album_item .row_btn_more {
  padding-top: 30px;
}

.album_item .row_btn_more.btn_prev {
  padding-top: 0;
  padding-bottom: 10px;
}

.album_item__filter {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 55;
  background: #fff;
  padding: 15px 90px;
}

.album_item__filter .row {
  align-items: center;
}

.album_item__filter .btn_filter_bookmark .fa-bookmark {
  color: #f4cb0b;
}

.album_item__filter .btn_filter_bookmark .loader {
  width: 30px;
  height: 30px;
  margin: 0 0px;
}

.album_item__filter .spinner_container_photo {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #212125;
  z-index: 55;
  opacity: 1;
  visibility: visible;
}

.album_item__filter .spinner_container_photo.getLoading {
  visibility: hidden;
  opacity: 0;
}

.album_item__filter .spinner_container_photo .frame_loader .loader {
  width: 40px;
  height: 40px;
}

.album_item__filter .title {
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: normal;
  color: #444444;
  margin-right: 10px;
  white-space: nowrap;
}

.album_item__filter_left {
  width: auto;
  display: flex;
  align-items: center;
  min-width: -webkit-fit-content;
  min-width: fit-content;
  padding: 0 15px;
}

.album_item__filter_left .buttons-container {
  display: flex;
  flex-direction: row-reverse;
}

.album_item__filter_right {
  padding: 0 15px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.album_item__filter .wrap-filters {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.album_item__filter .group_select {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px 0;
}

.album_item__filter .group_select select {
  min-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 35px;
  background-size: 12px;
}

.album_item__filter .group_select.select-status {
  margin-left: 35px;
}

.album_item__filter .group_select.select-status select {
  background-color: #f2f2f2;
  border-radius: 6px;
}

.album_item__filter .group_select.select-status select:focus {
  border: 1px solid #00A3B3;
  box-shadow: 0px 0px 4px #00A3B3;
}

.album_item__filter .list_filter {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.album_item__filter .list_filter li {
  margin-bottom: 7px;
  padding: 0;
}

.album_item__filter .list_filter li .dropdown-more {
  min-width: 93px;
}

.album_item__filter .list_filter li .dropdown-more-item {
  text-align: center;
  cursor: pointer;
}

.album_item__filter .list_filter li .btn_filter {
  margin-left: 8px;
  display: inline-block;
  padding: 6px 15px;
  padding-left: 40px;
  font-size: 14px;
  background: #F2F2F2;
  color: #444444;
  box-shadow: 0px 4px 0px #C6C6C6;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  top: 0;
  transition: 0.2s;
  white-space: nowrap;
}

.album_item__filter .list_filter li .btn_filter.not_icon {
  padding: 6px 15px;
}

.album_item__filter .list_filter li .btn_filter .shredding_icon {
  background-image: url(/img/shredding.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
}

.album_item__filter .list_filter li .btn_filter i, .album_item__filter .list_filter li .btn_filter .shredding_icon {
  position: absolute;
  left: 10px;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}

.album_item__filter .list_filter li .btn_filter i.fa-certificate, .album_item__filter .list_filter li .btn_filter .shredding_icon.fa-certificate {
  color: #E65F4F;
}

.album_item__filter .list_filter li .btn_filter i.fa-trophy, .album_item__filter .list_filter li .btn_filter .shredding_icon.fa-trophy {
  color: #F9C000;
}

.album_item__filter .list_filter li .btn_filter i.fa-star, .album_item__filter .list_filter li .btn_filter .shredding_icon.fa-star {
  color: #00A3B3;
}

.album_item__filter .list_filter li .btn_filter i.fa-child, .album_item__filter .list_filter li .btn_filter .shredding_icon.fa-child {
  color: #954FE6;
}

.album_item__filter .list_filter li .btn_filter:hover, .album_item__filter .list_filter li .btn_filter:focus {
  top: 2px;
  text-decoration: none;
  box-shadow: 0px 2px 0px #C6C6C6;
}

.album_item__filter .list_filter li .btn_filter:hover i, .album_item__filter .list_filter li .btn_filter:focus i {
  transform: translateY(-50%) scale(1.1) rotateY(180deg);
}

.album_item__filter .list_filter li .btn_filter:active {
  transform: scale(0.9);
}

.album_item__filter .list_filter li .btn_filter.active {
  background: #dadada;
  top: 2px;
  text-decoration: none;
  box-shadow: 0px 2px 0px #C6C6C6;
}

.album_item__filter .list_filter li .btn_filter:disabled {
  background: #aeaeae;
}

.album_item__filter .list_filter li .btn_filter:disabled:hover, .album_item__filter .list_filter li .btn_filter:disabled:active, .album_item__filter .list_filter li .btn_filter:disabled:focus {
  top: 0px;
  text-decoration: none;
  box-shadow: 0px 3px 0px #C6C6C6;
  cursor: not-allowed;
}

.album_item__filter .list_filter li .btn_filter:disabled:hover i, .album_item__filter .list_filter li .btn_filter:disabled:active i, .album_item__filter .list_filter li .btn_filter:disabled:focus i {
  transform: translateY(-50%);
}

.album_item__filter .list_filter li.list-title .title {
  position: relative;
  top: 3px;
}

.album_item__filter .list_filter .more-btn-dropdown {
  /*width: fit-content;
        right:auto;
        left:auto;*/
}

.album_item__filter .group_search {
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin-right: 10px;
}

.album_item__filter .group_search .group_select {
  width: -webkit-fit-content;
  width: fit-content;
  position: relative;
}

.album_item__filter .group_search .group_select .filter_text {
  position: absolute;
  left: 15px;
  top: 50%;
  font-weight: 500;
  transform: translateY(-50%);
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.album_item__filter .group_search select {
  position: relative;
  z-index: 5;
  background-color: transparent;
  padding-right: 25px;
  width: 90px;
  min-width: 115px;
  border-radius: 5px 0 0 5px;
  background-size: 12px;
}

.album_item__filter .group_search .group {
  position: relative;
  padding: 0;
  margin-left: -1px;
  z-index: 5;
}

.album_item__filter .group_search .group input {
  border-radius: 0 5px 5px 0;
  min-width: 300px;
}

.album_item__filter .group_search .group input:disabled {
  cursor: not-allowed !important;
}

.album_item__filter .group_search .group .btn_search {
  padding: 0;
  background: none;
  border: none;
  font-size: 20px;
  color: #C6C6C6;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.album_item__filter .group_search .group .btn_search:hover {
  color: #444444;
}

.album_item__filter .group_search .group .tags_field {
  position: relative;
}

.album_item__filter .group_search .group .tags_field .tags_container {
  position: absolute;
  bottom: 100%;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 1px;
  transition: 0.3s;
}

.album_item__filter .group_search .group .tags_field .tags_container:before, .album_item__filter .group_search .group .tags_field .tags_container:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 10px;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 5;
}

.album_item__filter .group_search .group .tags_field .tags_container:before {
  display: none;
}

.album_item__filter .group_search .group .tags_field .tags_container:after {
  left: auto;
  right: 0;
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
}

.album_item__filter .group_search .group .tags_field .tags_container .tags-list {
  max-width: 100%;
  width: 100%;
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
}

.album_item__filter .group_search .group .tags_field .tags_container .tag-item {
  border: none;
  display: inline-block;
  line-height: 1;
  background: #5D5D5D;
  box-shadow: 0px 2px 0px #444444;
  font-size: 10px;
  color: #FFF;
  position: relative;
  margin: 4px 7px 4px 0;
  padding: 4px 6px;
  padding-right: 20px;
  border-radius: 3px;
}

.album_item__filter .group_search .group .tags_field .tags_container .tag-item button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-55%);
  font-size: 20px;
  color: #fff;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  transition: 0.4s;
}

.album_item__filter .group_search .group .tags_field .tags_container .tag-item button:hover {
  box-shadow: none;
  top: 50%;
  color: rgba(255, 255, 255, 0.62);
}

.album_item__filter .group_search .group .tags_field input:focus ~ .tags_container {
  visibility: visible;
  opacity: 1;
}

.album_item__gallery {
  background: #212125;
  padding: 20px 90px 40px;
  position: relative;
  min-height: 250px;
}

.album_item__gallery .custom-spinner {
  font-size: 35px;
  color: #e65f50;
}

.album_item__gallery .overlay_loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #212125;
  z-index: 45;
  opacity: 1;
  visibility: visible;
}

.album_item__gallery .overlay_loader.getLoading {
  visibility: hidden;
  opacity: 0;
}

.album_item__gallery_list {
  position: relative;
  z-index: 15;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
}

.album_item__gallery_list .item {
  padding: 10px;
}

.album_item__gallery_list .item.col-4 {
  width: -webkit-fit-content;
  width: fit-content;
  width: 20%;
}

.album_item__gallery_list .item .img_wrapper {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background: #08080b;
  padding-top: 100%;
  transition: 0s;
}

.album_item__gallery_list .item .img_wrapper .photo-img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
  transition-delay: 0.1s;
}

.album_item__gallery_list .item .img_wrapper .row_tags {
  z-index: 15;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.album_item__gallery_list .item .img_wrapper .row_tags__left {
  display: flex;
}

.album_item__gallery_list .item .img_wrapper .row_tags__left .photo-top-badge {
  max-width: 36px;
  max-height: 36px;
  margin-right: 5px;
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .album_item__gallery_list .item .img_wrapper .row_tags__left .photo-top-badge {
    max-width: 36px;
    max-height: 36px;
  }
}

.album_item__gallery_list .item .img_wrapper .row_tags__right {
  align-self: flex-start;
  display: flex;
  text-align: right;
}

.album_item__gallery_list .item .img_wrapper .row_tags__right .photo-top-badge {
  max-width: 36px;
  max-height: 36px;
  margin-right: 5px;
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .album_item__gallery_list .item .img_wrapper .row_tags__right .photo-top-badge {
    max-width: 36px;
    max-height: 36px;
  }
}

.album_item__gallery_list .item .img_wrapper .row_tags .tag {
  display: inline-block;
  line-height: 1;
  font-size: 34px;
  margin: 5px;
}

.album_item__gallery_list .item .img_wrapper .row_tags .tag .committee-picks {
  width: 41px;
  height: 39px;
  vertical-align: middle;
  margin-bottom: 3px;
}

.album_item__gallery_list .item .img_wrapper .row_tags .tag .fa-certificate {
  color: #E65F4F;
  text-shadow: 0px 2px 0px #c25345;
}

.album_item__gallery_list .item .img_wrapper .row_tags .tag .fa-certificate.new {
  display: inline-block;
  position: relative;
  line-height: 1;
  color: #91DC5A;
  text-shadow: none;
}

.album_item__gallery_list .item .img_wrapper .row_tags .tag .fa-certificate.new span {
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 500;
  font-family: Arial;
  transform: translate(-50%, -50%);
}

.album_item__gallery_list .item .img_wrapper .row_tags .tag .fa-star {
  color: #00A3B3;
  text-shadow: 0px 2px 0px #008a9a;
}

.album_item__gallery_list .item .img_wrapper .row_tags .tag .fa-trophy {
  color: #F9C000;
  text-shadow: 0px 2px 0px #c19000;
}

.album_item__gallery_list .item .img_wrapper .row_tags .tag .fa-child {
  color: #954FE6;
  text-shadow: 0px 2px 0px #603898;
}

.album_item__gallery_list .item .img_wrapper .item__name {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  transition: 0.5s;
}

.album_item__gallery_list .item .img_wrapper .item__name .heart-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  transform: translateY(50%);
  height: 50%;
}

.album_item__gallery_list .item .img_wrapper .item__name .heart-block .username {
  text-align: center;
  padding-bottom: 5px;
}

.album_item__gallery_list .item .img_wrapper .item__name .heart-block .heart {
  display: flex;
  justify-content: center;
  /* iPads */
}

.album_item__gallery_list .item .img_wrapper .item__name .heart-block .heart .likes .like_btn,
.album_item__gallery_list .item .img_wrapper .item__name .heart-block .heart .likes .btn_comment,
.album_item__gallery_list .item .img_wrapper .item__name .heart-block .heart .likes .btn_mark {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.album_item__gallery_list .item .img_wrapper .item__name .heart-block .heart .likes .like_btn .number,
.album_item__gallery_list .item .img_wrapper .item__name .heart-block .heart .likes .btn_comment .number,
.album_item__gallery_list .item .img_wrapper .item__name .heart-block .heart .likes .btn_mark .number {
  margin-right: 7px;
  color: #fff;
}

.album_item__gallery_list .item .img_wrapper .item__name .heart-block .heart .likes .full-like {
  color: #ea483b;
}

.album_item__gallery_list .item .img_wrapper .item__name .heart-block .heart .likes .like_btn i {
  font-size: 52px;
}

@media screen and (max-width: 767px) {
  .album_item__gallery_list .item .img_wrapper .item__name .heart-block .heart .likes .like_btn i {
    font-size: 31px;
  }
}

.album_item__gallery_list .item .img_wrapper .item__name .heart-block .heart .likes .like_btn:hover {
  color: #ea483b;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .album_item__gallery_list .item .img_wrapper .item__name .heart-block .heart {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .album_item__gallery_list .item .img_wrapper .item__name .heart-block .heart {
    display: none;
  }
}

.album_item__gallery_list .item .img_wrapper .item__name .name {
  font-size: 21px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.album_item__gallery_list .item .img_wrapper .item__name .row_comments {
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
  justify-content: space-between;
  width: 100%;
  padding: 10px 15px;
  bottom: 0;
  position: absolute;
}

.album_item__gallery_list .item .img_wrapper .item__name .row_comments .left-menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 991px) {
  .album_item__gallery_list .item .img_wrapper .item__name .row_comments .left-menu {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .album_item__gallery_list .item .img_wrapper .item__name .row_comments .left-menu {
    opacity: 0;
  }
}

.album_item__gallery_list .item .img_wrapper .item__name .row_comments .likes,
.album_item__gallery_list .item .img_wrapper .item__name .row_comments .transform {
  transform: scale(-1, 1);
}

.album_item__gallery_list .item .img_wrapper .item__name .row_comments .comments {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-size: 14px;
}

.album_item__gallery_list .item .img_wrapper .item__name .row_comments .comments i {
  font-size: 18px;
  margin-right: 5px;
}

.album_item__gallery_list .item .img_wrapper .edit_photo {
  position: absolute;
  left: 50%;
  transition: 0.5s;
  transform: translate(-50%, -50%);
  opacity: 0;
  top: 40%;
}

.album_item__gallery_list .item .img_wrapper:hover .photo-img {
  transform: scale(1.07);
  opacity: 0.5;
  transition-delay: 0s;
}

.album_item__gallery_list .item .img_wrapper:hover .edit_photo {
  opacity: 1;
  top: 50%;
}

.album_item__gallery_list .item .img_wrapper:hover .item__name {
  top: 0;
  transition-delay: 0.1s;
}

@media screen and (max-width: 767px) {
  .album_item__gallery_list .item .img_wrapper {
    margin: 0 auto;
  }
}

.album_item .gallery_filter {
  display: flex;
  justify-content: space-between;
}

.album_item .gallery_filter__left {
  min-width: 30%;
  padding-left: 30px;
  margin-left: -30px;
  display: flex;
  align-items: center;
}

.album_item .gallery_filter__center {
  min-width: 40%;
  padding-left: 30px;
  margin-left: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.album_item .gallery_filter__right {
  min-width: 30%;
  padding-left: 30px;
  margin-left: -30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.album_item .gallery_filter .group {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 5px 0;
}

.album_item .gallery_filter .group .title {
  color: #909092;
  padding: 0;
  margin-right: 7px;
  white-space: nowrap;
  font-size: 13px;
}

.album_item .gallery_filter .group select {
  background: #212125;
  color: #c4c4c6;
  border-color: #909092;
  font-size: 13px;
  height: 38px;
  padding: 9px 10px;
  padding-right: 35px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTExLjk5NiA1MTEuOTk2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTEuOTk2IDUxMS45OTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PGc+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNTA4Ljg3MywxNTIuNDc0bC02NC02My45OTZjLTIuMDIxLTIuMDQyLTQuOTU4LTMuMzMzLTcuNjg4LTMuMTI1Yy0yLjg5NiwwLjA0Mi01LjYyNSwxLjI1LTcuNjA0LDMuMzMzbC0xNzMuNTgzLDE4My43OCAgICBMODIuNDE1LDg4LjY4NmMtMS45NzktMi4wODMtNC43MDgtMy4yOTEtNy42MDQtMy4zMzNjLTIuODEzLTAuMTA0LTUuNjQ2LDEuMDgzLTcuNjg4LDMuMTI1bC02NCw2My45OTYgICAgYy00LjEwNCw0LjEwNC00LjE2NywxMC43MjktMC4xNjcsMTQuOTE2TDI0OC4yOSw0MjMuMzczYzIuMDIxLDIuMTA0LDQuNzkyLDMuMjkxLDcuNzA4LDMuMjkxczUuNjg4LTEuMTg3LDcuNzA4LTMuMjkxICAgIEw1MDkuMDQsMTY3LjM5QzUxMy4wNCwxNjMuMjAyLDUxMi45NzcsMTU2LjU3OCw1MDguODczLDE1Mi40NzR6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiM5MDkwOTIiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIj48L3BhdGg+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPg==);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}

.album_item .gallery_filter .group select option {
  color: #000;
}

@media screen and (max-width: 1500px) {
  .album_item__filter .title {
    font-size: 15px;
  }
  .album_item__filter .list_filter li .btn_filter {
    margin-left: 6px;
    padding: 6px 10px;
    padding-left: 36px;
    font-size: 12px;
    box-shadow: 0px 3px 0px #C6C6C6;
  }
  .album_item__filter .group_select {
    padding: 5px 0;
  }
  .album_item__filter .group_select select {
    padding: 8px 10px;
    font-size: 15px;
    padding-right: 35px;
    background-size: 10px;
  }
  .album_item__filter .group_search {
    padding: 5px 0;
  }
  .album_item__filter .group_search select {
    padding: 8px 10px;
    padding-right: 25px;
    width: 90px;
    font-size: 15px;
    background-size: 10px;
  }
  .album_item__filter .group_search .group input {
    padding: 8px 10px;
    min-width: 240px;
    font-size: 15px;
  }
  .album_item__filter .group_search .group .btn_search {
    font-size: 16px;
    right: 5px;
  }
  .album_item__filter .group_search .group .tags_field {
    position: relative;
  }
}

@media screen and (max-width: 1410px) {
  .album_item__filter {
    position: relative;
    justify-content: flex-start;
    padding: 15px 15px;
  }
  .album_item__gallery {
    padding: 20px 15px 40px;
  }
}

@media screen and (max-width: 1200px) {
  .album_item__filter {
    padding: 15px 0;
  }
  .album_item__filter_right {
    width: 100%;
    justify-content: flex-start;
  }
  .album_item__filter_right .list_filter {
    justify-content: flex-start;
  }
  .album_item__gallery {
    padding: 20px 0 30px;
  }
  .album_item__gallery_list .item.col-4 {
    width: 20%;
  }
  .album_item__gallery_list .item .img_wrapper .row_tags {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 5px;
  }
  .album_item__gallery_list .item .img_wrapper .row_tags .tag {
    font-size: 21px;
    margin: 3px;
  }
  .album_item__gallery_list .item .img_wrapper .row_tags .tag .fa-certificate.new span {
    font-size: 6px;
  }
  .album_item__gallery_list .item .img_wrapper .item__name .name {
    font-size: 16px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 1200px) and (max-width: 767px) {
  .album_item__gallery_list .item .img_wrapper .item__name .name {
    font-size: 13px;
  }
}

@media screen and (max-width: 1200px) {
  .album_item__gallery_list .item .img_wrapper .item__name .row_comments {
    white-space: nowrap;
  }
  .album_item__gallery_list .item .img_wrapper .item__name .row_comments .likes,
  .album_item__gallery_list .item .img_wrapper .item__name .row_comments .comments {
    font-size: 11px;
  }
  .album_item__gallery_list .item .img_wrapper .item__name .row_comments .likes i,
  .album_item__gallery_list .item .img_wrapper .item__name .row_comments .comments i {
    font-size: 14px;
    margin-right: 3px;
  }
}

@media screen and (max-width: 991px) {
  .album_item__filter .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .album_item__filter_left {
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .album_item__filter_right {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px 15px 0;
  }
  .album_item__filter_right .list_filter li:first-child {
    display: block;
    width: 100%;
  }
  .album_item__filter_right .list_filter li:first-child button {
    margin-left: 0;
  }
  .album_item__filter_right .list_filter li:nth-child(2) button {
    margin-left: 0;
  }
  .album_item .gallery_filter {
    flex-wrap: wrap;
  }
  .album_item .gallery_filter__left {
    padding-left: 15px;
    margin-left: -15px;
    min-width: 100%;
  }
  .album_item .gallery_filter__center {
    padding-left: 15px;
    margin-left: -15px;
    width: 50%;
    justify-content: flex-start;
  }
  .album_item .gallery_filter__right {
    width: 50%;
    padding-left: 15px;
    margin-left: -15px;
  }
}

@media screen and (max-width: 767px) {
  .album_item .row_btn_more.btn_prev {
    padding-bottom: 0;
  }
  .album_item__filter {
    position: relative;
    padding: 0 0 15px;
  }
  .album_item__filter .title {
    font-size: 13px;
    margin-right: 7px;
  }
  .album_item__filter_left {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .album_item__filter_left .buttons-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .album_item__filter_left .group-patrons {
    padding: 0px;
    margin-top: 5px;
  }
  .album_item__filter .reverse {
    flex-direction: column-reverse;
  }
  .album_item__filter_right {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px 15px 0;
  }
  .album_item__filter .list_filter li .btn_filter {
    margin-left: auto;
    margin-right: 6px;
    padding: 5px 13px;
    padding-left: 30px;
    font-size: 11px;
    box-shadow: 0px 3px 0px #C6C6C6;
  }
  .album_item__filter .list_filter li .btn_filter.not_icon {
    padding: 5px 13px;
  }
  .album_item__filter .list_filter li .btn_filter .shredding_icon {
    width: 17px;
    height: 17px;
  }
  .album_item__filter .list_filter li .btn_filter i, .album_item__filter .list_filter li .btn_filter .shredding_icon {
    left: 7px;
    font-size: 16px;
  }
  .album_item__filter .list_filter li .btn_filter:hover, .album_item__filter .list_filter li .btn_filter:focus {
    top: 2px;
    text-decoration: none;
    box-shadow: 0px 2px 0px #C6C6C6;
  }
  .album_item__filter .list_filter li .btn_filter:hover i, .album_item__filter .list_filter li .btn_filter:focus i {
    transform: translateY(-50%) scale(1.1) rotateY(180deg);
  }
  .album_item__filter .list_filter li .btn_filter:active {
    transform: scale(0.9);
  }
  .album_item__filter .list_filter li .btn_filter.active {
    background: #dadada;
    top: 2px;
    text-decoration: none;
    box-shadow: 0px 2px 0px #C6C6C6;
  }
  .album_item__filter .group_select select {
    padding-right: 25px;
    padding-left: 10px;
    font-size: 14px;
    background-size: 9px;
  }
  .album_item__filter .group_select.select-status {
    margin: 0;
  }
  .album_item__filter .group_search {
    min-width: 50%;
    margin-left: 0;
    padding-top: 0;
    margin-top: 5px;
    margin-left: 8px;
  }
  .album_item__filter .group_search select {
    padding-right: 15px;
    width: 80px;
    padding-left: 10px;
    font-size: 14px;
    background-size: 9px;
  }
  .album_item__filter .group_search .group_select {
    width: -webkit-fit-content;
    width: fit-content;
  }
  .album_item__filter .group_search .group_select .filter_text {
    left: 10px;
    font-size: 14px;
  }
  .album_item__filter .group_search .group_select select {
    min-width: 100px;
    max-width: 100px;
    width: 140px;
  }
  .album_item__filter .group_search .group input {
    min-width: 100%;
    width: 100%;
    font-size: 14px;
  }
  .album_item__filter .group_search .group .btn_search {
    font-size: 17px;
    right: 7px;
  }
  .album_item__gallery {
    padding: 10px 0 20px;
  }
  .album_item__gallery_list .item.col-4 {
    width: 50%;
  }
  .album_item__gallery_list .item .img_wrapper .row_tags {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 5px;
  }
  .album_item__gallery_list .item .img_wrapper .row_tags .tag {
    font-size: 21px;
    margin: 3px;
  }
  .album_item__gallery_list .item .img_wrapper .row_tags .tag .fa-certificate.new span {
    font-size: 6px;
  }
  .album_item__gallery_list .item .img_wrapper .item__name .name {
    font-size: 13px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .album_item__gallery_list .item .img_wrapper .item__name .row_comments {
    white-space: nowrap;
  }
  .album_item__gallery_list .item .img_wrapper .item__name .row_comments .likes,
  .album_item__gallery_list .item .img_wrapper .item__name .row_comments .comments {
    font-size: 11px;
  }
  .album_item__gallery_list .item .img_wrapper .item__name .row_comments .likes i,
  .album_item__gallery_list .item .img_wrapper .item__name .row_comments .comments i {
    font-size: 14px;
    margin-right: 3px;
  }
  .album_item__gallery_list .item .img_wrapper .item__name .row_comments .comments {
    margin-left: 10px;
  }
  .album_item__gallery_list .item .img_wrapper .photo_overlay_contains .overlay_contains .title {
    font-size: 10px;
    line-height: 1.3;
  }
  .album_item__gallery_list .item .img_wrapper .photo_overlay_contains .overlay_contains .btn_default {
    font-size: 10px;
    padding: 6px 10px;
  }
  .album_item__gallery_list .item .img_wrapper .photo_overlay_contains .overlay_contains .btn_default:hover {
    box-shadow: 0px 1px 0px #943E33;
  }
  .album_item .gallery_filter {
    align-items: flex-end;
  }
  .album_item .gallery_filter__center {
    width: 70%;
  }
  .album_item .gallery_filter__right {
    width: 30%;
  }
  .album_item .gallery_filter .group {
    display: block;
    margin: 0 0 10px;
  }
  .album_item .gallery_filter .group .title {
    white-space: normal;
    margin-bottom: 5px;
  }
}

.enjoy_album {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}

.enjoy_album:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/img/png/party_firewerk.png) center no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
}

.enjoy_album:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotateY(-180deg);
  background: url(/img/png/party_firewerk.png) center no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
}

.enjoy_album .caption {
  font-size: 34px;
  color: #fff;
  font-weight: normal;
  padding-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.enjoy_album p {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  width: 70%;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 20px;
}

.enjoy_album p a {
  color: #fff;
  text-decoration: underline;
}

.enjoy_album p a:hover {
  text-decoration: none;
  color: #00d3e3;
}

@media screen and (max-width: 1200px) {
  .enjoy_album:before {
    left: 20px;
  }
  .enjoy_album:after {
    right: 20px;
  }
  .enjoy_album p {
    width: 75%;
  }
}

@media screen and (max-width: 991px) {
  .enjoy_album:before {
    top: auto;
    bottom: 15px;
    transform: translateY(0);
  }
  .enjoy_album:after {
    top: auto;
    bottom: 15px;
    transform: translateY(0) rotateY(-180deg);
  }
  .enjoy_album p {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .enjoy_album {
    padding: 0 10px 50px;
    margin: 0;
  }
  .enjoy_album:before {
    bottom: 0px;
    width: 50px;
    height: 50px;
  }
  .enjoy_album:after {
    bottom: 0px;
    width: 50px;
    height: 50px;
  }
  .enjoy_album .caption {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .enjoy_album p {
    font-size: 14px;
    width: 100%;
    padding-bottom: 15px;
  }
}

.show-more-prev-photos {
  margin-top: 10px;
}

.photo_view {
  /*
  @media screen and (orientation: $landscape) {
    &__gallery {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 20px 20px 7px 20px;
      //min-height: 364px;

      &_header {
        padding-bottom: 20px;

        .back {
          font-size: 13px;
          padding-left: 20px;
          &:hover {
            padding-left: 15px;
          }
        }
        .closed {
          font-size: 20px;
        }
      }
      &_body {
        padding-bottom: 10px;
      }
      &_footer {
        flex-wrap: wrap;
        flex-direction: column;
        &_left {
          width: 50%;
          order: 1;
        }
        &_center {
          width: 100%;
          order: 2;
        }
        &_right {
          width: 50%;
          order: 1;
        }
        .row_btn {
          margin-left: 34px;
        }
        .btn-container {
          width: 100%;
          justify-content: flex-start;
        }
        .btn-container-center {
          width: 100%;
          display: flex;
          justify-content: center;
        }
        .btn-container-mobile {
          display: block;
        }
        .favorite-btn-wrapper {
          margin-left: 0px;
          margin-right: 0px;
          z-index: 2;
        }
        .btn_like,
        .btn_comment,
        .btn_mark {
          font-size: 35px;
          margin-left: 10px;
          .number {
            margin-right: 5px;
          }
        }
        .btn_like {
          margin-left: 0px;
        }
        .btn_mark {
          margin-left: 30px;
        }
        .photo_count {
          font-size: 15px;
          align-self: flex-end;

          i {
            margin: 0;
          }
        }
        .favorite-img-icon {
          margin-left: 30px;
          margin-bottom: 6px;
          width: 29px;
        }
      }
    }
    &__slider {
      width: auto;
      min-width: 100%;
      min-height: 35vh;
      margin-left: -20px;
      margin-right: -20px;
      overflow: hidden;
      .item {
        padding-top: 0;
        padding: 0 40px;
        height: auto;
        min-height: 190px;

        i {
          font-size: 20px;
        }
        .img_wrapper {
          position: relative;
          top: 0;
          left: 0;
          transform: translate(0%, 0%);
          height: auto;
          //max-height: calc(100vh - 238px);
          img {
            min-width: 100%;
            width: 100%;
            height: 100%;
            min-height: auto;
          }

          .image_title_wrap {
            padding: 15px 15px 25px;
            .image_title {
              font-size: 13px;

              a {
                color: white;
              }
            }
          }
        }
      }
      &:hover {
        .photo_view__arrow {
          opacity: 1;
          &.arrow_left {
            left: 0px;
          }
          &.arrow_right {
            right: 0px;
          }
        }
      }
    }
    &__arrow {
      font-size: 28px;
      height: 100%;
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      z-index: 55;
      color: rgb(238, 238, 238);
      opacity: 1;
      &:hover {
        color: #fff;
      }
      &.arrow_left {
        left: 0px;
        background: linear-gradient(
          to right,
          rgba(33, 33, 37, 0.81) 0%,
          rgba(33, 33, 37, 0) 100%
        );
      }
      &.arrow_right {
        right: 0px;
        background: linear-gradient(
          to right,
          rgba(33, 33, 37, 0) 0%,
          rgba(33, 33, 37, 0.8) 100%
        );
      }
    }
    &__slider_small {
      width: 290px;
      .slick-prev,
      .slick-next {
        font-size: 24px;
      }
      .slick-prev {
        left: -24px;
      }
      .slick-next {
        right: -24px;
      }
      .item {
        padding: 3px;
        .img_wrapper {
          height: 50px;
        }
      }
    }

  }
  */
}

.photo_view .container-fluid {
  padding: 0;
}

.photo_view__slider {
  width: 80%;
  min-height: 40vh;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.photo_view__slider .overlay_contains {
  text-align: center;
}

.photo_view__slider .item {
  position: relative;
  padding: 0;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: none;
}

.photo_view__slider .item .image_title_wrap_fullscreen_mode,
.photo_view__slider .item .image_title_wrap {
  position: absolute;
  width: calc(100% + 2px);
  margin-left: -1px;
  left: 0;
  top: -15px;
  z-index: 5;
  padding: 18px 20px 20px;
  background: transparent;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: 0.4s;
}

.photo_view__slider .item .image_title_wrap_fullscreen_mode .fullscreen-btn,
.photo_view__slider .item .image_title_wrap .fullscreen-btn {
  border: none;
  background-color: transparent;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .photo_view__slider .item .image_title_wrap_fullscreen_mode .fullscreen-btn i,
  .photo_view__slider .item .image_title_wrap .fullscreen-btn i {
    font-size: 27px;
  }
}

.photo_view__slider .item .image_title_wrap_fullscreen_mode .image_title,
.photo_view__slider .item .image_title_wrap .image_title {
  font-size: 20px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
}

.photo_view__slider .item .image_title_wrap_fullscreen_mode .image_title a,
.photo_view__slider .item .image_title_wrap .image_title a {
  color: white;
}

.photo_view__slider .item .img_wrapper {
  /*
        position: absolute;
        top: 0%;
        left: 0%;
         */
  width: 100%;
  height: 100%;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.photo_view__slider .item .img_wrapper:hover {
  opacity: 1;
}

.photo_view__slider .item .img_wrapper__cover {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo_view__slider .item .img_wrapper__cover:hover .image_title_wrap {
  opacity: 1;
  top: -2px;
}

.photo_view__slider .item .img_wrapper img {
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  min-height: 600px;
  max-height: 700px;
  object-fit: contain;
  margin: auto;
}

.photo_view__slider .item .img_wrapper .image_title_wrap {
  background: linear-gradient(to bottom, #1e1e1e 0%, rgba(30, 30, 30, 0) 94%, rgba(30, 30, 30, 0) 100%);
  opacity: 0;
  justify-content: space-between;
}

.photo_view__slider .item .img_wrapper .img-fullscreen__wrapper {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 100;
}

.photo_view__slider .item .img_wrapper .img-fullscreen__wrapper a {
  color: white;
}

.photo_view__slider .spinner_container_photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo_view__slider .spinner_container_photo .loader {
  width: 50px;
  height: 50px;
}

.photo_view__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  font-size: 70px;
  color: rgba(255, 255, 255, 0.35);
}

.photo_view__arrow:hover {
  color: rgba(255, 255, 255, 0.66);
}

.photo_view__arrow.arrow_left {
  left: -120px;
}

.photo_view__arrow.arrow_right {
  right: -120px;
}

.photo_view__slider_small {
  padding: 0;
  list-style: none;
  margin: 0;
  width: 670px;
}

.photo_view__slider_small .slick-prev,
.photo_view__slider_small .slick-next {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.35);
}

.photo_view__slider_small .slick-prev:hover,
.photo_view__slider_small .slick-next:hover {
  color: rgba(255, 255, 255, 0.66);
}

.photo_view__slider_small .slick-prev {
  left: -35px;
}

.photo_view__slider_small .slick-next {
  right: -35px;
}

.photo_view__slider_small .item {
  padding: 3px;
}

.photo_view__slider_small .item .img_wrapper {
  cursor: pointer;
  width: 100%;
  height: 85px;
  transition: 0.3s;
  border-radius: 5px;
}

.photo_view__slider_small .item .img_wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  border: 2px solid transparent;
  overflow: hidden;
}

.photo_view__slider_small .item.slick-current .img_wrapper img {
  border-color: #fff;
}

.photo_view__gallery {
  background: #212125;
  padding: 20px 20px 6px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.photo_view__gallery_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}

.photo_view__gallery_header .back {
  display: inline-block;
  line-height: 1;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-size: 22px;
  text-decoration: none;
  padding-left: 30px;
  z-index: 2;
}

.photo_view__gallery_header .back i {
  position: absolute;
  left: 0;
  top: 53%;
  transform: translateY(-50%);
}

.photo_view__gallery_header .back:hover {
  padding-left: 20px;
  text-decoration: underline;
  opacity: 0.7;
}

.photo_view__gallery_header .closed {
  background: none;
  border: none;
  padding: 0;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.5);
}

.photo_view__gallery_header .closed i {
  transition: 0.3s;
}

.photo_view__gallery_header .closed:hover {
  color: rgba(255, 255, 255, 0.9);
}

.photo_view__gallery_header .closed:hover i.fa-times {
  transform: rotate(180deg);
}

.photo_view__gallery_body {
  display: flex;
  justify-content: center;
  padding-bottom: 6px;
}

.photo_view__gallery_footer {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.photo_view__gallery_footer_left {
  width: 33.333%;
}

.photo_view__gallery_footer_left.justify_between {
  display: flex;
  width: calc(50% + 12px);
  justify-content: space-between;
}

.photo_view__gallery_footer_center {
  width: 33.333%;
  display: flex;
  justify-content: center;
}

.photo_view__gallery_footer_right {
  width: 33.333%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.photo_view__gallery_footer_right.justify_flex-end {
  justify-content: flex-end;
}

.photo_view__gallery_footer .btn-container {
  height: 45px;
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.photo_view__gallery_footer .btn-container .favorite-btn {
  color: #e3b106;
  font-size: 24px;
  cursor: pointer;
}

.photo_view__gallery_footer .btn-container .favorite-img-icon {
  width: 26px;
  height: 24px;
}

.photo_view__gallery_footer .btn-container .mobile-left-icons-block {
  width: calc(50% + 20px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.photo_view__gallery_footer .btn-container .mobile-left-icons-block .heart-block {
  display: flex;
  align-items: center;
}

.photo_view__gallery_footer .btn-container .mobile-left-icons-block .heart-block .open-social-modal-icon {
  width: 22px;
}

.photo_view__gallery_footer .hide-btn-container {
  display: none;
}

.photo_view__gallery_footer .favorite-btn-wrapper {
  margin-left: auto;
  margin-right: 56px;
  width: 25px;
  z-index: 2;
}

.photo_view__gallery_footer .btn_like,
.photo_view__gallery_footer .btn_comment,
.photo_view__gallery_footer .btn_mark {
  font-size: 33px;
  color: #e95e4c;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.photo_view__gallery_footer .btn_like .number,
.photo_view__gallery_footer .btn_comment .number,
.photo_view__gallery_footer .btn_mark .number {
  margin-right: 7px;
  color: #e95e4c;
}

.photo_view__gallery_footer .btn_like:hover {
  color: #e95e4c;
}

.photo_view__gallery_footer .btn_comment {
  margin-left: 20px;
}

.photo_view__gallery_footer .btn_comment:hover {
  color: #00a3b3;
}

.photo_view__gallery_footer .btn_mark {
  margin-left: 110px;
}

.photo_view__gallery_footer .btn_mark:hover {
  color: #f9c000;
}

.photo_view__gallery_footer .btn_mark.anchor {
  margin-left: 20px;
}

.photo_view__gallery_footer .row_btn {
  display: flex;
  align-items: center;
  z-index: 2;
}

.photo_view__gallery_footer .photo_count {
  display: inline-block;
  line-height: 1;
  font-size: 22px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}

.photo_view__gallery_footer .photo_count i {
  margin: 0 1px;
}

.photo_view__gallery_footer .photo_count .rest {
  display: inline-block;
  opacity: 0.5;
  transform: scale(0.85);
}

.photo_view__gallery_footer .btn_mark {
  display: none;
}

.photo_view--fullscreen .photo_view__gallery {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  max-height: 100%;
}

.photo_view--fullscreen .photo_view__gallery_body {
  display: flex;
  justify-content: center;
}

.photo_view--fullscreen .photo_view__gallery .photo_view__slider {
  width: 100%;
}

.photo_view--fullscreen .photo_view__gallery .photo_view__slider .item {
  align-items: center;
  padding: 0 40px;
  height: calc(100vh - 126px);
}

.photo_view--fullscreen .photo_view__gallery .photo_view__slider .item .img_wrapper img {
  margin: 0;
  max-height: none;
  max-width: 100%;
}

.photo_view--fullscreen .photo_view__gallery .photo_view__slider .item .img_wrapper__cover {
  max-width: 100%;
  max-height: none;
}

.photo_view--fullscreen .photo_view__gallery .photo_view__slider:hover .photo_view__arrow {
  opacity: 1;
}

.photo_view--fullscreen .photo_view__gallery .photo_view__slider:hover .photo_view__arrow.arrow_left {
  left: 0px;
}

.photo_view--fullscreen .photo_view__gallery .photo_view__slider:hover .photo_view__arrow.arrow_right {
  right: 0px;
}

.photo_view--fullscreen .photo_view__gallery .photo_view__arrow {
  font-size: 28px;
  height: 100%;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 55;
  color: #eeeeee;
  opacity: 0;
}

.photo_view--fullscreen .photo_view__gallery .photo_view__arrow:hover {
  color: #fff;
}

.photo_view--fullscreen .photo_view__gallery .photo_view__arrow.arrow_left {
  left: -15px;
  background: linear-gradient(to right, rgba(33, 33, 37, 0.81) 0%, rgba(33, 33, 37, 0) 100%);
}

.photo_view--fullscreen .photo_view__gallery .photo_view__arrow.arrow_right {
  right: -15px;
  background: linear-gradient(to right, rgba(33, 33, 37, 0) 0%, rgba(33, 33, 37, 0.8) 100%);
}

@media (max-width: 1340px) {
  .photo_view__slider_small {
    width: 540px;
  }
  .photo_view__slider_small .slick-prev,
  .photo_view__slider_small .slick-next {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.35);
  }
  .photo_view__slider_small .slick-prev:hover,
  .photo_view__slider_small .slick-next:hover {
    color: rgba(255, 255, 255, 0.66);
  }
  .photo_view__slider_small .slick-prev {
    left: -35px;
  }
  .photo_view__slider_small .slick-next {
    right: -35px;
  }
  .photo_view__slider_small .item .img_wrapper {
    height: 67px;
  }
}

@media screen and (max-width: 1200px) {
  .photo_view__slider {
    width: 80%;
  }
  .photo_view__arrow {
    font-size: 50px;
  }
  .photo_view__arrow.arrow_left {
    left: -90px;
  }
  .photo_view__arrow.arrow_right {
    right: -90px;
  }
  .photo_view__slider_small {
    width: 600px;
  }
  .photo_view__slider_small .slick-prev,
  .photo_view__slider_small .slick-next {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.35);
  }
  .photo_view__slider_small .slick-prev:hover,
  .photo_view__slider_small .slick-next:hover {
    color: rgba(255, 255, 255, 0.66);
  }
  .photo_view__slider_small .slick-prev {
    left: -35px;
  }
  .photo_view__slider_small .slick-next {
    right: -35px;
  }
  .photo_view__gallery_header {
    padding-bottom: 30px;
  }
  .photo_view__gallery_header .back {
    font-size: 20px;
    padding-left: 25px;
  }
  .photo_view__gallery_header .back:hover {
    padding-left: 20px;
  }
  .photo_view__gallery_header .closed {
    font-size: 28px;
  }
  .photo_view__gallery_body {
    padding-bottom: 15px;
  }
  .photo_view__gallery_footer {
    flex-wrap: wrap;
  }
  .photo_view__gallery_footer_left {
    width: 50%;
    order: 1;
  }
  .photo_view__gallery_footer_center {
    width: 100%;
    order: 2;
  }
  .photo_view__gallery_footer_right {
    order: 1;
    width: 50%;
    justify-content: flex-end;
  }
  .photo_view__gallery_footer_right.justify_flex-end {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .photo_view__slider {
    width: 80%;
    min-height: 70vh;
  }
  .photo_view__arrow {
    font-size: 50px;
  }
  .photo_view__arrow.arrow_left {
    left: -70px;
  }
  .photo_view__arrow.arrow_right {
    right: -70px;
  }
  .photo_view__slider_small {
    width: 500px;
  }
  .photo_view__slider_small .slick-prev,
  .photo_view__slider_small .slick-next {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.35);
  }
  .photo_view__slider_small .slick-prev:hover,
  .photo_view__slider_small .slick-next:hover {
    color: rgba(255, 255, 255, 0.66);
  }
  .photo_view__slider_small .slick-prev {
    left: -35px;
  }
  .photo_view__slider_small .slick-next {
    right: -35px;
  }
  .photo_view__gallery_header {
    padding-bottom: 20px;
  }
  .photo_view__gallery_header .back {
    font-size: 20px;
    padding-left: 25px;
  }
  .photo_view__gallery_header .back:hover {
    padding-left: 20px;
  }
  .photo_view__gallery_header .closed {
    font-size: 28px;
  }
  .photo_view__gallery_body {
    padding-bottom: 20px;
  }
  .photo_view__gallery_footer .btn_mark {
    margin-left: 40px;
  }
  .photo_view__gallery_footer_right {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .photo_view__gallery {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 20px 7px 20px;
  }
  .photo_view__gallery_header {
    padding-bottom: 20px;
  }
  .photo_view__gallery_header .back {
    font-size: 13px;
    padding-left: 20px;
  }
  .photo_view__gallery_header .back:hover {
    padding-left: 15px;
  }
  .photo_view__gallery_header .closed {
    font-size: 20px;
  }
  .photo_view__gallery_body {
    padding-bottom: 10px;
  }
  .photo_view__gallery_footer {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .photo_view__gallery_footer_left {
    width: 50%;
    order: 1;
  }
  .photo_view__gallery_footer_center {
    width: 100%;
    order: 2;
  }
  .photo_view__gallery_footer_right {
    width: 50%;
    order: 1;
  }
  .photo_view__gallery_footer .row_btn {
    margin-left: 34px;
  }
  .photo_view__gallery_footer .btn-container {
    width: 100%;
    justify-content: flex-start;
  }
  .photo_view__gallery_footer .btn-container-center {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .photo_view__gallery_footer .btn-container-mobile {
    display: block;
  }
  .photo_view__gallery_footer .favorite-btn-wrapper {
    margin-left: 0px;
    margin-right: 0px;
    z-index: 2;
  }
  .photo_view__gallery_footer .btn_like,
  .photo_view__gallery_footer .btn_comment,
  .photo_view__gallery_footer .btn_mark {
    font-size: 35px;
    margin-left: 10px;
  }
  .photo_view__gallery_footer .btn_like .number,
  .photo_view__gallery_footer .btn_comment .number,
  .photo_view__gallery_footer .btn_mark .number {
    margin-right: 5px;
  }
  .photo_view__gallery_footer .btn_like {
    margin-left: 0px;
  }
  .photo_view__gallery_footer .btn_mark {
    margin-left: 30px;
  }
  .photo_view__gallery_footer .photo_count {
    font-size: 15px;
    align-self: flex-end;
  }
  .photo_view__gallery_footer .photo_count i {
    margin: 0;
  }
  .photo_view__gallery_footer .favorite-img-icon {
    margin-left: 30px;
    margin-bottom: 6px;
    width: 29px;
  }
  .photo_view__slider {
    width: auto;
    min-width: 100%;
    min-height: 35vh;
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
  }
  .photo_view__slider .item {
    padding-top: 0;
    padding: 0 40px;
    height: auto;
    min-height: 190px;
  }
  .photo_view__slider .item i {
    font-size: 20px;
  }
  .photo_view__slider .item .img_wrapper {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    height: auto;
  }
  .photo_view__slider .item .img_wrapper img {
    min-width: 100%;
    width: 100%;
    height: 100%;
    min-height: auto;
  }
  .photo_view__slider .item .img_wrapper .image_title_wrap {
    padding: 15px 15px 25px;
  }
  .photo_view__slider .item .img_wrapper .image_title_wrap .image_title {
    font-size: 13px;
  }
  .photo_view__slider .item .img_wrapper .image_title_wrap .image_title a {
    color: white;
  }
  .photo_view__slider:hover .photo_view__arrow {
    opacity: 1;
  }
  .photo_view__slider:hover .photo_view__arrow.arrow_left {
    left: 0px;
  }
  .photo_view__slider:hover .photo_view__arrow.arrow_right {
    right: 0px;
  }
  .photo_view__arrow {
    font-size: 28px;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 55;
    color: #eeeeee;
    opacity: 1;
  }
  .photo_view__arrow:hover {
    color: #fff;
  }
  .photo_view__arrow.arrow_left {
    left: 0;
    background: linear-gradient(to right, rgba(33, 33, 37, 0.81) 0%, rgba(33, 33, 37, 0) 100%);
  }
  .photo_view__arrow.arrow_right {
    right: 0;
    background: linear-gradient(to right, rgba(33, 33, 37, 0) 0%, rgba(33, 33, 37, 0.8) 100%);
  }
  .photo_view__slider_small {
    width: 290px;
  }
  .photo_view__slider_small .slick-prev,
  .photo_view__slider_small .slick-next {
    font-size: 24px;
  }
  .photo_view__slider_small .slick-prev {
    left: -24px;
  }
  .photo_view__slider_small .slick-next {
    right: -24px;
  }
  .photo_view__slider_small .item {
    padding: 3px;
  }
  .photo_view__slider_small .item .img_wrapper {
    height: 50px;
  }
}

@media (max-width: 900px) and (orientation: landscape) {
  .photo_view__gallery {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 20px 7px 20px;
  }
  .photo_view__gallery_header {
    padding-bottom: 20px;
  }
  .photo_view__gallery_header .back {
    font-size: 13px;
    padding-left: 20px;
  }
  .photo_view__gallery_header .back:hover {
    padding-left: 15px;
  }
  .photo_view__gallery_header .closed {
    font-size: 20px;
  }
  .photo_view__gallery_body {
    padding-bottom: 10px;
  }
  .photo_view__gallery_footer {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .photo_view__gallery_footer_left {
    width: 50%;
    order: 1;
  }
  .photo_view__gallery_footer_center {
    width: 100%;
    order: 2;
  }
  .photo_view__gallery_footer_right {
    width: 50%;
    order: 1;
  }
  .photo_view__gallery_footer .row_btn {
    margin-left: 34px;
  }
  .photo_view__gallery_footer .btn-container {
    width: 100%;
    justify-content: flex-start;
  }
  .photo_view__gallery_footer .btn-container-center {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .photo_view__gallery_footer .btn-container-mobile {
    display: block;
  }
  .photo_view__gallery_footer .favorite-btn-wrapper {
    margin-left: 0px;
    margin-right: 0px;
    z-index: 2;
  }
  .photo_view__gallery_footer .btn_like,
  .photo_view__gallery_footer .btn_comment,
  .photo_view__gallery_footer .btn_mark {
    font-size: 35px;
    margin-left: 10px;
  }
  .photo_view__gallery_footer .btn_like .number,
  .photo_view__gallery_footer .btn_comment .number,
  .photo_view__gallery_footer .btn_mark .number {
    margin-right: 5px;
  }
  .photo_view__gallery_footer .btn_like {
    margin-left: 0px;
  }
  .photo_view__gallery_footer .btn_mark {
    margin-left: 30px;
  }
  .photo_view__gallery_footer .photo_count {
    font-size: 15px;
    align-self: flex-end;
  }
  .photo_view__gallery_footer .photo_count i {
    margin: 0;
  }
  .photo_view__gallery_footer .favorite-img-icon {
    margin-left: 30px;
    margin-bottom: 6px;
    width: 29px;
  }
  .photo_view__slider {
    width: auto;
    min-width: 100%;
    min-height: 35vh;
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
  }
  .photo_view__slider .item {
    padding: 0 40px;
    height: auto;
    max-height: 190px;
  }
  .photo_view__slider .item i {
    font-size: 20px;
  }
  .photo_view__slider .item .img_wrapper {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    height: auto;
  }
  .photo_view__slider .item .img_wrapper img {
    min-width: 100%;
    width: 100%;
    height: 190px;
    min-height: auto;
  }
  .photo_view__slider .item .img_wrapper .image_title_wrap {
    padding: 15px 15px 25px;
  }
  .photo_view__slider .item .img_wrapper .image_title_wrap .image_title {
    font-size: 13px;
  }
  .photo_view__slider .item .img_wrapper .image_title_wrap .image_title a {
    color: white;
  }
  .photo_view__slider:hover .photo_view__arrow {
    opacity: 1;
  }
  .photo_view__slider:hover .photo_view__arrow.arrow_left {
    left: 0px;
  }
  .photo_view__slider:hover .photo_view__arrow.arrow_right {
    right: 0px;
  }
  .photo_view__arrow {
    font-size: 28px;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 55;
    color: #eeeeee;
    opacity: 1;
  }
  .photo_view__arrow:hover {
    color: #fff;
  }
  .photo_view__arrow.arrow_left {
    left: 0;
    background: linear-gradient(to right, rgba(33, 33, 37, 0.81) 0%, rgba(33, 33, 37, 0) 100%);
  }
  .photo_view__arrow.arrow_right {
    right: 0;
    background: linear-gradient(to right, rgba(33, 33, 37, 0) 0%, rgba(33, 33, 37, 0.8) 100%);
  }
  .photo_view__slider_small {
    width: 290px;
  }
  .photo_view__slider_small .slick-prev,
  .photo_view__slider_small .slick-next {
    font-size: 24px;
  }
  .photo_view__slider_small .slick-prev {
    left: -24px;
  }
  .photo_view__slider_small .slick-next {
    right: -24px;
  }
  .photo_view__slider_small .item {
    padding: 3px;
  }
  .photo_view__slider_small .item .img_wrapper {
    height: 50px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .photo_view .container-fluid {
    width: 100%;
  }
  .photo_view .arrow_right {
    right: 5px;
  }
}

.photo_view_information {
  padding: 40px 0 90px;
  background: #fff;
}

.photo_view_information__slider {
  width: 100%;
}

.photo_view_information__content {
  padding-right: 70px;
}

.photo_view_information__sitebar {
  padding-left: 0;
}

.photo_view_information__user {
  padding-bottom: 35px;
}

.photo_view_information__user .user {
  display: flex;
  padding-bottom: 15px;
}

.photo_view_information__user .user__image {
  margin-right: 20px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.photo_view_information__user .user__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo_view_information__user .user__name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.photo_view_information__user .user__name .user__name__row {
  display: flex;
  align-items: center;
}

.photo_view_information__user .user__name .name {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  font-size: 31px;
  white-space: nowrap;
  color: #444444;
  font-family: "Poppins", sans-serif;
  margin-right: 25px;
}

.photo_view_information__user .user__name .name:hover {
  color: #5D5D5D;
}

.photo_view_information__user .user__name .row_btn__user {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.photo_view_information__user .user__name .row_btn__user .add-patrons-group-btn-wrapper {
  margin-left: 15px;
}

.photo_view_information__user .user__name .row_btn__user .dropdown_option {
  margin-left: 15px;
}

.photo_view_information__user .user__name .row_btn__user .dropdown_option .dropdown-menu:before, .photo_view_information__user .user__name .row_btn__user .dropdown_option .dropdown-menu:after {
  right: 11px;
}

.photo_view_information__user .description {
  padding-left: 80px;
}

.photo_view_information__user .description .row_title {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.photo_view_information__user .description .row_title .title {
  font-weight: 300;
  color: #444444;
  display: inline-block;
  line-height: 1;
  margin-right: 35px;
  font-size: 24px;
}

.photo_view_information__user .description pre {
  padding: 0;
}

.photo_view_information__user .description p {
  font-size: 19px;
  color: #444444;
  font-weight: normal;
  line-height: 1.4;
  padding-bottom: 15px;
  margin: 0;
}

.photo_view_information__user .description .photo_caption a {
  word-break: break-all;
}

.photo_view_information__user .description .caption__show-more {
  font-size: 18px;
}

.photo_view_information__user .description a,
.photo_view_information__user .description a.photo_caption {
  word-break: break-all;
}

.photo_view_information__comments .list_comments {
  padding: 0;
  margin: 0;
  list-style: none;
}

.photo_view_information__comments .list_comments .show-more-button {
  display: flex;
  justify-content: flex-end;
}

.photo_view_information__comments .list_comments .show-more-button button {
  width: 100%;
  display: flex;
  justify-content: center;
}

.photo_view_information__comments .list_comments .item {
  width: 100%;
  position: relative;
  z-index: 5;
}

.photo_view_information__comments .list_comments .item .wrap {
  position: relative;
  display: flex;
  padding-left: 64px;
  padding-bottom: 20px;
}

.photo_view_information__comments .list_comments .item .img_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  text-decoration: none;
  border: 2px solid transparent;
  margin-right: 20px;
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
}

.photo_view_information__comments .list_comments .item .img_wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo_view_information__comments .list_comments .item .img_wrapper:hover {
  border-color: #C6C6C6;
}

.photo_view_information__comments .list_comments .item .comments {
  width: 100%;
  padding: 10px 15px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #e9e9e9;
  box-shadow: 0px 3px 0px #c6c6c6;
}

.photo_view_information__comments .list_comments .item .comments__header {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.photo_view_information__comments .list_comments .item .comments__header .user_name {
  display: flex;
  align-items: center;
}

.photo_view_information__comments .list_comments .item .comments__header .user_name .name {
  display: inline-block;
  line-height: 1;
  margin-right: 30px;
  font-size: 20px;
  color: #e65f4f;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

.photo_view_information__comments .list_comments .item .comments__header .user_name .name a {
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  color: #e65f4f;
}

.photo_view_information__comments .list_comments .item .comments__header .user_name .date {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  color: #c6c6c6;
  font-family: "Poppins", sans-serif;
}

.photo_view_information__comments .list_comments .item .comments__header .dropdown_option .btn_option {
  font-size: 18px;
  width: 34px;
  height: 34px;
  min-width: 34px;
  background: #fff;
}

.photo_view_information__comments .list_comments .item .comments__header .dropdown_option .btn_option:hover {
  background: #F8F8F8;
}

.photo_view_information__comments .list_comments .item .comments__header .dropdown_option .dropdown-menu {
  border: none;
  box-shadow: none;
  padding: 0;
  left: auto;
  right: 90%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  min-width: 0;
}

.photo_view_information__comments .list_comments .item .comments__header .dropdown_option .dropdown-menu:before, .photo_view_information__comments .list_comments .item .comments__header .dropdown_option .dropdown-menu:after {
  display: none;
}

.photo_view_information__comments .list_comments .item .comments__header .dropdown_option .dropdown-menu li {
  padding: 5px 7px;
}

.photo_view_information__comments .list_comments .item .comments__header .dropdown_option .dropdown-menu li a {
  font-size: 18px;
  padding: 4px;
}

.photo_view_information__comments .list_comments .item .comments__header .dropdown_option .dropdown-menu li a i {
  margin: 0;
  position: static;
}

.photo_view_information__comments .list_comments .item .comments__header .dropdown_option .dropdown-menu li a:hover {
  padding: 4px;
  left: 0;
}

.photo_view_information__comments .list_comments .item .comments__header .dropdown_option.open .btn_option {
  transform: rotate(-90deg);
  background: #F8F8F8;
}

.photo_view_information__comments .list_comments .item .comments__header .dropdown_option.open .dropdown-menu {
  right: 100%;
  top: 50%;
  margin: 0 10px 0 0;
}

.photo_view_information__comments .list_comments .item .comments__body {
  overflow: hidden;
}

.photo_view_information__comments .list_comments .item .comments__body p {
  font-size: 19px;
  line-height: 1.4;
  padding: 0;
  color: #444444;
  font-weight: normal;
  margin: 0;
  padding-bottom: 10px;
  word-break: break-word;
}

.photo_view_information__comments .list_comments .item .comments__body .comment_media {
  display: flex;
  padding-bottom: 10px;
  justify-content: flex-end;
}

.photo_view_information__comments .list_comments .item .comments__body .comment_media__item {
  display: inline-block;
  text-decoration: none;
}

.photo_view_information__comments .list_comments .item .comments__body .comment_media__item img {
  max-width: 100px;
  max-height: 150px;
  object-fit: contain;
}

.photo_view_information__comments .list_comments .item .comments__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.photo_view_information__comments .list_comments .item .comments__footer .attachments-img {
  max-height: 150px;
  max-width: 450px;
  margin-top: 15px;
}

.photo_view_information__comments .list_comments .item .comments__footer .list-items {
  display: flex;
  align-items: center;
}

.photo_view_information__comments .list_comments .item .comments__footer .reactions-list {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.photo_view_information__comments .list_comments .item .comments__footer .reactions-list__item {
  cursor: pointer;
  display: inline-block;
  background: url(/img/svg/icon-thx--off.svg) center no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.photo_view_information__comments .list_comments .item .comments__footer .reactions-list__item.reaction-on {
  background: url(/img/svg/icon-thx--on.svg) center no-repeat;
}

.photo_view_information__comments .list_comments .item .comments__footer .reply {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  text-decoration: none;
  color: #00A3B3;
}

.photo_view_information__comments .list_comments .item .comments__footer .reply:hover {
  color: #017783;
  text-decoration: underline;
}

.photo_view_information__comments .list_comments .item .comments__footer .hide_replies {
  display: inline-block;
  line-height: 1;
  color: #00A3B3;
  font-size: 14px;
}

.photo_view_information__comments .list_comments .item .comments__footer .hide_replies a {
  color: #00A3B3;
  text-decoration: none;
}

.photo_view_information__comments .list_comments .item .comments__footer .hide_replies a:hover {
  color: #017783;
  text-decoration: underline;
}

.photo_view_information__comments .list_comments .item .photo_view_information__add_comments .comments {
  border: none;
  box-shadow: none;
  padding: 10px 0;
}

.photo_view_information__comments .list_comments.replies_comments {
  padding-left: 65px;
}

.photo_view_information__comments .list_comments.replies_comments .item_replies {
  position: relative;
}

.photo_view_information__comments .list_comments.replies_comments .item_replies:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  left: 21px;
  top: 5px;
  display: inline-block;
  background: #c6c6c6;
  z-index: -1;
}

.photo_view_information__comments .list_comments.replies_comments .item_replies:nth-last-child(2):before {
  display: none;
}

.photo_view_information__comments .photo_view_information__add_comments .wrap {
  position: relative;
  padding-left: 64px;
}

.photo_view_information__comments .photo_view_information__add_comments .img_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  text-decoration: none;
  border: 2px solid transparent;
  margin-right: 20px;
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
}

.photo_view_information__comments .photo_view_information__add_comments .img_wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo_view_information__comments .photo_view_information__add_comments .img_wrapper:hover {
  border-color: #C6C6C6;
}

.photo_view_information__comments .photo_view_information__add_comments .comments {
  width: 100%;
  position: relative;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-options {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 10px;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-options .name {
  display: inline-block;
  line-height: 1;
  margin-right: 30px;
  font-size: 20px;
  color: #e65f4f;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-options .name a {
  display: inline-block;
  line-height: 1;
  color: #e65f4f;
  text-decoration: none;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-options .sub_status {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  color: #c6c6c6;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
}

.photo_view_information__comments .photo_view_information__add_comments .comments textarea {
  border: none;
  width: 100%;
  padding: 10px 15px;
  border-radius: 6px;
  background: #fff;
  min-height: 90px;
  border: 1px solid #e9e9e9;
  box-shadow: 0px 3px 0px #c6c6c6;
  resize: none;
  font-size: 17px;
  color: #444444;
  overflow: hidden;
}

.photo_view_information__comments .photo_view_information__add_comments .comments textarea::placeholder {
  color: #444444;
  position: relative;
  transition: 0.3s;
  left: 0;
}

.photo_view_information__comments .photo_view_information__add_comments .comments textarea:focus {
  box-shadow: 0px 3px 0px #F9C000;
}

.photo_view_information__comments .photo_view_information__add_comments .comments textarea:focus::placeholder {
  opacity: 0;
  left: 10px;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder {
  /*
          .comment-message:empty:before {
            content: attr(data-placeholder);
            color: #C6C6C6;
          }
          */
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-picker-icon {
  right: 14px;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji span {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: baseline;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 1em;
  height: 1em;
  background-size: 1em;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-sizer span {
  line-height: 0.81em;
  font-size: 1em;
  margin: -2px 0;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-outer span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  height: 1em;
  width: 1em;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-inner span {
  display: -moz-inline-box;
  display: inline-block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  vertical-align: baseline;
  *vertical-align: auto;
  *zoom: 1;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji img {
  width: 1em;
  height: 1em;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-wysiwyg-editor:empty:before {
  content: attr(placeholder);
  color: #9aa2ab;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-picker-container {
  position: relative;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-picker-icon {
  cursor: pointer;
  position: absolute;
  top: 15px;
  font-size: 25px;
  opacity: 0.7;
  z-index: 100;
  transition: none;
  color: #7f7f7f;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-picker-icon:hover {
  opacity: 1;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-wysiwyg-editor {
  border: none;
  height: 100% !important;
  padding: 10px;
  padding-right: 35px;
  margin-bottom: 0px;
  min-height: 35px;
  overflow: auto;
  line-height: 17px;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-user-select: text;
  word-wrap: break-word;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-wysiwyg-editor img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: -3px 0 0 0;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-wysiwyg-editor:empty:before {
  content: attr(placeholder);
  color: #9aa2ab;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-wysiwyg-editor:active:before, .photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-wysiwyg-editor:focus:before {
  content: none;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-wysiwyg-editor.parent-has-scroll {
  padding-right: 40px;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-wysiwyg-editor.single-line-editor {
  min-height: 35px;
  height: inherit;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-menu {
  position: absolute;
  right: 0;
  z-index: 999;
  width: 225px;
  overflow: hidden;
  border: 1px #dfdfdf solid;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-menu .emoji-items-wrap {
  position: relative;
  height: 174px;
  overflow: auto;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-menu .emoji-items {
  padding-right: 8px;
  outline: 0 !important;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-menu img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: 0 none;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-menu .emoji-items a {
  margin: -1px 0 0 -1px;
  padding: 5px;
  display: block;
  float: left;
  border-radius: 2px;
  border: 0;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-menu .emoji-items a:hover {
  background-color: #edf2f5;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-menu:after {
  content: " ";
  display: block;
  clear: left;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-menu a .label {
  display: none;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-items-wrap1 {
  background: #ffffff;
  padding: 5px 2px 5px 5px;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-items-wrap1 .emoji-menu-tabs {
  width: 100%;
  margin-bottom: 8px;
  margin-top: 3px;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-items-wrap1 .emoji-menu-tabs td {
  text-align: center;
  color: white;
  line-height: 0;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-items-wrap1 .emoji-menu-tabs .emoji-menu-tab {
  display: inline-block;
  width: 24px;
  height: 29px;
  background: url("/img/emoji/IconsetSmiles.png") no-repeat;
  background-size: 42px 350px;
  border: 0;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-items-wrap1 .emoji-menu-tabs .icon-recent {
  background-position: -9px -306px;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-items-wrap1 .emoji-menu-tabs .icon-recent-selected {
  background-position: -9px -277px;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-items-wrap1 .emoji-menu-tabs .icon-recent .emoji-menu-tabs .icon-smile {
  background-position: -9px -34px;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-items-wrap1 .emoji-menu-tabs .icon-smile {
  background-position: -9px -34px;
  opacity: 0.7;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-items-wrap1 .emoji-menu-tabs .icon-smile-selected {
  background-position: -9px -5px;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-items-wrap1 .emoji-menu-tabs .icon-flower {
  background-position: -9px -145px;
  opacity: 0.7;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-items-wrap1 .emoji-menu-tabs .icon-flower-selected {
  background-position: -9px -118px;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-items-wrap1 .emoji-menu-tabs .icon-bell {
  background-position: -9px -89px;
  opacity: 0.7;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-items-wrap1 .emoji-menu-tabs .icon-bell-selected {
  background-position: -9px -61px;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-items-wrap1 .emoji-menu-tabs .icon-car {
  background-position: -9px -196px;
  opacity: 0.7;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-items-wrap1 .emoji-menu-tabs .icon-car-selected {
  background-position: -9px -170px;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-items-wrap1 .emoji-menu-tabs .icon-grid {
  background-position: -9px -248px;
  opacity: 0.7;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-items-wrap1 .emoji-menu-tabs .icon-grid-selected {
  background-position: -9px -222px;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-items-wrap1 .emoji-menu-tabs .icon-smile:hover,
.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-items-wrap1 .emoji-menu-tabs .icon-flower:hover,
.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-items-wrap1 .emoji-menu-tabs .icon-bell:hover,
.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-items-wrap1 .emoji-menu-tabs .icon-car:hover,
.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .emoji-items-wrap1 .emoji-menu-tabs .icon-grid:hover {
  opacity: 1;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .is_1x .emoji-menu-tabs .emoji-menu-tab {
  background-image: url("/img/emoji/IconsetSmiles_1x.png");
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message-block,
.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message-block__in-focus {
  position: relative;
  display: flex;
  padding: 1px;
  border-radius: 6px;
  border: 1px solid #e9e9e9;
  box-shadow: 0px 3px 0px #c6c6c6;
  height: 10rem;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message-block .emoji-wysiwyg-editor,
.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message-block__in-focus .emoji-wysiwyg-editor {
  line-height: 25px;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message-block__in-focus {
  box-shadow: 0px 3px 0px #f9c000;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message {
  width: 100%;
  padding: 10px 15px;
  border-radius: 0px;
  background: #fff;
  border: none;
  box-shadow: none;
  resize: none;
  font-size: 19px;
  color: #444444;
  overflow: auto;
  outline: none;
  height: 100%;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message_log {
  position: absolute;
  top: 30px;
  left: 5px;
  border-radius: 0px;
  background: #fff;
  border: none;
  box-shadow: none;
  resize: none;
  font-size: 16px;
  color: #444444;
  overflow: auto;
  outline: none;
  width: 90%;
  z-index: 99;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder:focus {
  box-shadow: none;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder:focus::placeholder {
  opacity: 0;
  left: 10px;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message-emoji-block {
  display: flex;
  justify-content: center;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message__click-block {
  cursor: text;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message__comment-file {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message__comment-file {
    width: 40px;
    height: 40px;
  }
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message__foto-block {
  padding: 0 0 10px 10px;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message__close-btn-row {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-size: 17px;
  padding-bottom: 5px;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message__close-btn:hover {
  cursor: pointer;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message-emoji-container {
  padding: 15px 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message-emoji-container .upload-img-btn {
  margin-top: 27px;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message-emoji-container .pin-btn, .photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message-emoji-container .pinned-btn {
  color: #a5a5a5;
  font-size: 21px;
  margin-top: 5px;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message-emoji-container .pinned-btn {
  color: #f7be34;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .show-pin-block {
  justify-content: flex-start;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message__buttons {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message__buttons .comment-message__input-file {
  display: none;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message__buttons .comment-message__buttons_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message__buttons .comment-message__buttons_bottom {
  display: flex;
  justify-content: flex-end;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message__buttons .comment-tip {
  position: relative;
  top: -10px;
  display: block;
  line-height: 1;
  font-size: 13px;
  color: #c6c6c6;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
}

.photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message__buttons .btn_default {
  margin-left: 10px;
}

.photo_view_information .wrap_redirection_block,
.photo_view_information .wrap_redirection_block_ad_full {
  position: relative;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  display: flex;
  padding: 10px;
  max-height: 180px;
  overflow: hidden;
  margin-bottom: 20px;
  align-items: center;
}

.photo_view_information .wrap_redirection_block .ad-img,
.photo_view_information .wrap_redirection_block .ad-full-img,
.photo_view_information .wrap_redirection_block_ad_full .ad-img,
.photo_view_information .wrap_redirection_block_ad_full .ad-full-img {
  width: 65%;
  object-fit: contain;
}

.photo_view_information .wrap_redirection_block .ad-full-img,
.photo_view_information .wrap_redirection_block_ad_full .ad-full-img {
  width: 100%;
  object-fit: cover;
}

.photo_view_information .wrap_redirection_block a,
.photo_view_information .wrap_redirection_block_ad_full a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.photo_view_information .wrap_redirection_block__description,
.photo_view_information .wrap_redirection_block_ad_full__description {
  text-align: center;
  width: calc(50% - 10px);
  word-break: break-word;
  font-size: 15px;
  font-weight: 500;
  margin-right: 15px;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .photo_view_information .wrap_redirection_block__description,
  .photo_view_information .wrap_redirection_block_ad_full__description {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .photo_view_information .wrap_redirection_block,
  .photo_view_information .wrap_redirection_block_ad_full {
    max-height: none;
  }
}

@media screen and (max-width: 767px) {
  .photo_view_information .wrap_redirection_block,
  .photo_view_information .wrap_redirection_block_ad_full {
    max-height: none;
  }
}

.photo_view_information .wrap_redirection_block_ad_full {
  padding: 0;
}

.photo_view_information .sitebar_wrap {
  margin-bottom: 20px;
  padding: 15px 20px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #e9e9e9;
  box-shadow: 0px 3px 0px #c6c6c6;
}

.photo_view_information .sitebar_wrap__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.photo_view_information .sitebar_wrap__caption .caption {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #444444;
  padding: 0;
  margin: 0;
}

.photo_view_information .camera_options__name {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.photo_view_information .camera_options__name .img_wrapper {
  margin-right: 20px;
  min-width: 80px;
}

.photo_view_information .camera_options__name .img_wrapper img {
  width: 100%;
}

.photo_view_information .camera_options__name .description {
  width: 100%;
}

.photo_view_information .camera_options__name .description .name {
  font-size: 24px;
  color: #444444;
  font-family: "Poppins", sans-serif;
  display: block;
  line-height: 1;
  padding-bottom: 8px;
}

.photo_view_information .camera_options__name .description .model {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
  font-size: 20px;
  color: #444444;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.photo_view_information .camera_options__name .description .model .tools .icon {
  position: relative;
  top: -2px;
  width: 18px;
  margin-right: 5px;
}

.photo_view_information .camera_options__name .description .model .recomented_row {
  display: flex;
  flex-wrap: wrap;
}

.photo_view_information .camera_options__name .description .model .recomented_row span {
  margin-right: 5px;
  line-height: 1.4;
}

.photo_view_information .camera_options__name .description .model .recomented_row__text {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: normal;
  display: inline-block;
  padding: 2px 7px;
  background-color: #e65f50;
  border-radius: 14px;
  border: 1px solid #e65f50;
  line-height: 18px;
  text-transform: capitalize;
}

.photo_view_information .camera_options__tools {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.photo_view_information .camera_options__tools .tools {
  display: flex;
  align-items: center;
  padding: 0 5px 10px;
  line-height: 1;
  font-size: 17px;
  white-space: nowrap;
  color: #444;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.photo_view_information .camera_options__tools .tools .icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  margin-right: 4px;
}

.photo_view_information .tags_wrap__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -6px;
}

.photo_view_information .tags_wrap__list .tag {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  display: inline-block;
  line-height: 1;
  padding: 6px 15px;
  background: #f2f2f2;
  border-radius: 5px;
  box-shadow: 0px 2px 0px #c6c6c6;
  margin-right: 6px;
  margin-bottom: 7px;
  cursor: pointer;
}

.photo_view_information .tags_wrap__list .tag.black_tag {
  background: #5d5d5d;
  color: #ffff;
}

.photo_view_information .critical_analysis {
  padding-top: 15px;
  padding-bottom: 20px;
}

.photo_view_information .critical_analysis__wrap {
  background: #a4cce6;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: flex-start;
  box-shadow: 0px 4px 0px #689ab9;
  padding: 15px 15px;
  padding-left: 60px;
}

.photo_view_information .critical_analysis__shred {
  background: #71bd6e;
  box-shadow: 0px 4px 0px #459242;
}

.photo_view_information .critical_analysis__sensitive {
  background: #ffedb4;
  box-shadow: 0px 4px 0px #e1cb7f;
}

.photo_view_information .critical_analysis__critique {
  background: #edccc5;
  box-shadow: 0px 4px 0px #cc9384;
}

.photo_view_information .critical_analysis__icon {
  position: absolute;
  left: 15px;
  top: 12px;
  width: 28px;
  min-width: 28px;
  display: inline-block;
  margin-right: 15px;
}

.photo_view_information .critical_analysis__text {
  font-size: 18px;
  color: #222222;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  line-height: 1.2;
}

.photo_view_information .lens_afilliate {
  text-align: center;
  padding: 20px 0 10px;
}

.photo_view_information .lens_afilliate__title {
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  color: #434343;
  padding-top: 15px;
  display: block;
}

.photo_view_information .lens_afilliate__link {
  display: inline-block;
  line-height: 1.3;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: #00A3B3;
  padding: 12px 45px;
  border-radius: 4px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.17);
}

.photo_view_information .lens_afilliate__link:hover, .photo_view_information .lens_afilliate__link:focus {
  text-decoration: none;
  color: #fff;
  background: #017783;
}

@media screen and (max-width: 1200px) {
  .photo_view_information__content {
    padding-right: 40px;
  }
  .photo_view_information__user {
    padding-bottom: 30px;
  }
  .photo_view_information__user .user__name .name {
    font-size: 26px;
    margin-right: 20px;
  }
  .photo_view_information__user .description .row_title .title {
    font-size: 20px;
  }
  .photo_view_information__user .description p {
    font-size: 16px;
  }
  .photo_view_information__comments .list_comments .item .comments__header .user_name .name {
    font-size: 18px;
  }
  .photo_view_information__comments .list_comments .item .comments__header .user_name .date {
    font-size: 12px;
  }
  .photo_view_information__comments .list_comments .item .comments__header .dropdown_option .btn_option {
    font-size: 16px;
    width: 28px;
    height: 28px;
    min-width: 28px;
  }
  .photo_view_information__comments .list_comments .item .comments__body p {
    font-size: 15px;
  }
  .photo_view_information__comments .list_comments .item .comments__footer .reply {
    font-size: 13px;
  }
  .photo_view_information__comments .list_comments .item .comments__footer .hide_replies {
    font-size: 13px;
  }
  .photo_view_information__comments .list_comments .item .photo_view_information__add_comments .comments {
    border: none;
    box-shadow: none;
  }
  .photo_view_information__comments .list_comments.replies_comments {
    padding-left: 65px;
  }
  .photo_view_information__comments .photo_view_information__add_comments .comments .comment-options .name {
    font-size: 18px;
  }
  .photo_view_information__comments .photo_view_information__add_comments .comments .comment-options .sub_status {
    font-size: 12px;
  }
  .photo_view_information__comments .photo_view_information__add_comments .comments textarea {
    font-size: 15px;
  }
  .photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message {
    font-size: 15px;
  }
  .photo_view_information .camera_options__name .description .name {
    font-size: 20px;
  }
  .photo_view_information .camera_options__name .description .model {
    font-size: 16px;
  }
  .photo_view_information .camera_options__name .description .model .recomented_row__text {
    font-size: 16px;
  }
  .photo_view_information .camera_options__tools .tools {
    font-size: 16px;
  }
  .photo_view_information .camera_options__tools .tools .icon {
    width: 23px;
    height: 23px;
  }
  .photo_view_information .tags_wrap__list .tag {
    font-size: 16px;
  }
  .photo_view_information .lens_afilliate__link {
    font-size: 14px;
    padding: 12px 25px;
  }
}

@media screen and (max-width: 991px) {
  .photo_view_information__content {
    width: 100%;
    padding: 0 15px 35px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 35px;
  }
  .photo_view_information__sitebar {
    width: 100%;
    padding: 0 15px;
  }
  .photo_view_information .row {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .photo_view_information {
    padding: 30px 0;
    width: 100%;
  }
  .photo_view_information__content {
    padding: 0 15px 35px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 35px;
    width: 100%;
  }
  .photo_view_information__sitebar {
    padding: 0 15px;
    width: 100%;
  }
  .photo_view_information__user {
    padding-bottom: 20px;
  }
  .photo_view_information__user .user {
    padding-bottom: 10px;
  }
  .photo_view_information__user .user__image {
    margin-right: 10px;
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .photo_view_information__user .user__name {
    width: 100%;
    justify-content: space-between;
  }
  .photo_view_information__user .user__name .name {
    font-size: 17px;
    margin-right: 15px;
    white-space: normal;
    width: 100%;
    display: block;
  }
  .photo_view_information__user .user__name .row_btn__user .add-patrons-group-btn-wrapper {
    margin-left: 10px;
  }
  .photo_view_information__user .user__name .row_btn__user .dropdown_option {
    margin-left: 10px;
  }
  .photo_view_information__user .description {
    padding-left: 50px;
  }
  .photo_view_information__user .description .row_title .title {
    font-size: 17px;
  }
  .photo_view_information__user .description p {
    font-size: 13px;
  }
  .photo_view_information__user .description .photo_caption {
    font-size: 13px;
  }
  .photo_view_information__user .description .caption__show-more {
    font-size: 18px;
  }
  .photo_view_information__comments .list_comments .item .wrap {
    padding-left: 0;
  }
  .photo_view_information__comments .list_comments .item .img_wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
    margin-right: 5px;
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .photo_view_information__comments .list_comments .item .comments {
    max-width: calc(100% - 45px);
    padding: 10px;
    padding-top: 5px;
  }
  .photo_view_information__comments .list_comments .item .comments__header {
    padding-bottom: 10px;
  }
  .photo_view_information__comments .list_comments .item .comments__header .user_name .name {
    margin-right: 15px;
    font-size: 14px;
    max-width: 100%;
  }
  .photo_view_information__comments .list_comments .item .comments__header .user_name .name a {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .photo_view_information__comments .list_comments .item .comments__header .user_name .date {
    font-size: 11px;
  }
  .photo_view_information__comments .list_comments .item .comments__header .dropdown_option .btn_option {
    width: 28px;
    height: 28px;
    min-width: 28px;
    font-size: 13px;
  }
  .photo_view_information__comments .list_comments .item .comments__body p {
    font-size: 13px;
  }
  .photo_view_information__comments .list_comments .item .comments__footer .reply {
    font-size: 12px;
  }
  .photo_view_information__comments .list_comments .item .comments__footer .hide_replies {
    font-size: 10px;
  }
  .photo_view_information__comments .list_comments.replies_comments {
    padding-left: 50px;
  }
  .photo_view_information__comments .list_comments.replies_comments .item_replies:before {
    width: 1px;
    left: 20px;
  }
  .photo_view_information__comments .photo_view_information__add_comments .wrap {
    padding: 0;
    display: flex;
  }
  .photo_view_information__comments .photo_view_information__add_comments .img_wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
    margin-right: 5px;
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .photo_view_information__comments .photo_view_information__add_comments .comments {
    padding-left: 0;
    padding-right: 0;
  }
  .photo_view_information__comments .photo_view_information__add_comments .comments .comment-options .name {
    font-size: 14px;
    margin-right: 15px;
  }
  .photo_view_information__comments .photo_view_information__add_comments .comments .comment-options .sub_status {
    font-size: 12px;
  }
  .photo_view_information__comments .photo_view_information__add_comments .comments textarea {
    font-size: 13px;
  }
  .photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message {
    font-size: 13px;
  }
  .photo_view_information__comments .photo_view_information__add_comments .comments .comment-textbox-holder .comment-message__buttons .comment-tip {
    font-size: 10px;
    position: relative;
    top: -10px;
  }
  .photo_view_information__add_comments .img_wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-right: 5px;
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .photo_view_information__add_comments .comments {
    padding-left: 0;
    padding-right: 0;
  }
  .photo_view_information__add_comments .comments textarea {
    font-size: 13px;
  }
  .photo_view_information .sitebar_wrap {
    padding: 15px;
  }
  .photo_view_information .sitebar_wrap__caption {
    padding-bottom: 15px;
  }
  .photo_view_information .sitebar_wrap__caption .caption {
    font-size: 20px;
  }
  .photo_view_information .camera_options__name .description .name {
    font-size: 20px;
  }
  .photo_view_information .camera_options__name .description .model {
    font-size: 14px;
  }
  .photo_view_information .camera_options__name .description .model .recomented_row__text {
    font-size: 12px;
  }
  .photo_view_information .camera_options__tools .tools {
    font-size: 16px;
  }
  .photo_view_information .camera_options__tools .tools .icon {
    width: 23px;
    height: 23px;
  }
  .photo_view_information .tags_wrap__list .tag {
    font-size: 16px;
  }
  .photo_view_information .lens_afilliate {
    padding: 10px 0 10px;
  }
  .photo_view_information .lens_afilliate__title {
    font-size: 13px;
    padding-top: 10px;
  }
  .photo_view_information .lens_afilliate__link {
    font-size: 15px;
  }
}

.challenge_view__intro {
  padding: 25px 20px;
}

.challenge_view__intro_content {
  background: #F2F2F2;
  border-radius: 5px;
  padding: 30px 20px;
  box-shadow: 0px 6px 0px #C6C6C6;
  overflow: hidden;
}

.challenge_view__intro_content .block_caption {
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px;
}

.challenge_view__intro_content .block_caption__left {
  width: 33.333%;
}

.challenge_view__intro_content .block_caption__center {
  width: 33.333%;
  text-align: center;
}

.challenge_view__intro_content .block_caption__center .caption {
  font-size: 60px;
  font-family: "Sue Ellen Francisco", cursive;
  color: #e65f50;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}

.challenge_view__intro_content .block_caption__center .sub {
  display: inline-block;
  line-height: 1;
  padding: 0;
  margin: 0;
  font-size: 24px;
  color: #444444;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding-bottom: 10px;
}

.challenge_view__intro_content .block_caption__center .row_btn {
  padding-bottom: 10px;
}

.challenge_view__intro_content .block_caption__center .info_about_next_challenge .date_submitted {
  display: block;
  white-space: nowrap;
  font-size: 17px;
  font-weight: normal;
  color: #5D5D5D;
}

.challenge_view__intro_content .block_caption__right {
  width: 33.333%;
}

.challenge_view__intro_content .block_caption__right .timer {
  text-align: center;
}

.challenge_view__intro_content .block_caption__right .timer .title {
  font-size: 21px;
  color: #444444;
  padding-bottom: 20px;
  display: block;
  line-height: 1;
}

.challenge_view__intro_content .block_caption__right .timer .timeTo.timeTo-white figure div {
  background: #fff !important;
}

.challenge_view__intro_content .img_wrapper {
  display: inline-block;
  width: 70%;
  overflow: hidden;
  border-radius: 7px;
  height: 500px;
  margin-bottom: 25px;
}

.challenge_view__intro_content .img_wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.challenge_view__intro_content .description {
  text-align: left;
  padding: 0 90px;
}

.challenge_view__intro_content .description img {
  width: 100% !important;
  object-fit: cover;
}

.challenge_view__intro_content .description p, .challenge_view__intro_content .description div {
  font-size: 20px;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  color: #444444;
  font-weight: normal;
  padding-bottom: 15px;
  margin: 0;
}

@media screen and (max-width: 1790px) {
  .challenge_view__intro .btn_default.btn_gray {
    padding: 7px 20px;
    padding-left: 35px;
    font-size: 16px;
  }
  .challenge_view__intro .btn_default.btn_gray i {
    left: 13px;
  }
  .challenge_view__intro_content .block_caption {
    padding-bottom: 35px;
    flex-direction: column;
  }
  .challenge_view__intro_content .block_caption__left {
    width: 100%;
  }
  .challenge_view__intro_content .block_caption__center {
    width: 100%;
    text-align: center;
  }
  .challenge_view__intro_content .block_caption__right {
    width: 100%;
    padding-top: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .challenge_view__intro {
    padding: 20px;
  }
  .challenge_view__intro .column_left {
    padding-left: 0;
    width: 100%;
    padding-bottom: 20px;
  }
  .challenge_view__intro .column_right {
    width: 100%;
  }
  .challenge_view__intro_content {
    width: 100%;
    padding: 20px 20px;
  }
  .challenge_view__intro_content .block_caption {
    padding-bottom: 35px;
    flex-direction: column;
  }
  .challenge_view__intro_content .block_caption__left {
    width: 100%;
  }
  .challenge_view__intro_content .block_caption__center {
    width: 100%;
    text-align: center;
  }
  .challenge_view__intro_content .block_caption__right {
    width: 100%;
    padding-top: 20px;
  }
  .challenge_view__intro_content .img_wrapper {
    width: 90%;
  }
  .challenge_view__intro_content .description {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .challenge_view__intro_content {
    padding: 20px 20px;
  }
  .challenge_view__intro_content .block_caption {
    padding-bottom: 15px;
  }
  .challenge_view__intro_content .block_caption__center .caption {
    font-size: 46px;
  }
  .challenge_view__intro_content .block_caption__center .sub {
    font-size: 18px;
  }
  .challenge_view__intro_content .block_caption__center .info_about_next_challenge .date_submitted {
    white-space: normal;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .challenge_view__intro {
    padding: 20px 0;
  }
  .challenge_view__intro .column_left {
    padding-left: 15px;
    width: 100%;
    padding-bottom: 20px;
  }
  .challenge_view__intro .column_right {
    width: 100%;
  }
  .challenge_view__intro_content {
    width: 100%;
    padding: 20px;
    box-shadow: 0px 4px 0px #C6C6C6;
  }
  .challenge_view__intro_content .block_caption {
    padding-bottom: 15px;
    flex-direction: column;
  }
  .challenge_view__intro_content .block_caption__left {
    width: 100%;
  }
  .challenge_view__intro_content .block_caption__center {
    width: 100%;
    text-align: center;
  }
  .challenge_view__intro_content .block_caption__center .caption {
    font-size: 32px;
    padding-bottom: 10px;
  }
  .challenge_view__intro_content .block_caption__center .sub {
    font-size: 19px;
  }
  .challenge_view__intro_content .block_caption__right {
    width: 100%;
    padding-top: 20px;
  }
  .challenge_view__intro_content .block_caption__right .timer .title {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .challenge_view__intro_content .img_wrapper {
    margin-top: 20px;
    width: 100%;
    border-radius: 5px;
    height: 200px;
    margin-bottom: 20px;
  }
  .challenge_view__intro_content .description {
    padding: 0;
  }
  .challenge_view__intro_content .description h4 img {
    max-width: 100% !important;
    object-fit: cover;
  }
  .challenge_view__intro_content .description p {
    font-size: 14px;
    padding-bottom: 15px;
  }
}

.challenge_view__content {
  padding: 75px 30px;
}

.challenge_view__content.border_top_dashed {
  border-top: 2px dashed #e9e9e9;
}

.challenge_view__content .box_left {
  border-right: 1px solid #C6C6C6;
  padding-right: 60px;
}

.challenge_view__content .box_left img {
  max-width: 100% !important;
  min-width: 100% !important;
  height: auto !important;
}

.challenge_view__content .box_right {
  padding-left: 60px;
}

.challenge_view__content .box_right img {
  max-width: 100% !important;
  min-width: 100% !important;
  height: auto !important;
}

.challenge_view__content .image_grid {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.challenge_view__content .image_grid__item {
  height: 100px;
  width: auto;
  margin-right: 7px;
  margin-bottom: 7px;
  display: inline-block;
}

.challenge_view__content .image_grid__item img {
  height: 100%;
  width: auto;
  display: inline-block;
}

.challenge_view__content .upcoming-challenges .block_caption {
  padding-bottom: 35px;
  text-align: center;
}

.challenge_view__content .upcoming-challenges .block_caption h4 {
  padding-bottom: 15px;
}

.challenge_view__content .upcoming-challenges .block_caption .sub_caption {
  display: block;
  color: #5D5D5D;
  font-size: 17px;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

.challenge_view__content .upcoming-challenges .list_upcoming {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
}

.challenge_view__content .upcoming-challenges .list_upcoming .tooltip_click {
  position: absolute;
  top: -50px;
  right: 0;
  display: inline-block;
}

.challenge_view__content .upcoming-challenges .list_upcoming .tooltip_click__text {
  display: inline-block;
  line-height: 1;
  font-size: 26px;
  color: #00A3B3;
  font-family: "Sue Ellen Francisco", cursive;
}

.challenge_view__content .upcoming-challenges .list_upcoming__item {
  width: 50%;
  margin: 0;
  padding: 0 30px;
  text-align: right;
  position: relative;
}

@media screen and (max-width: 767px) {
  .challenge_view__content .upcoming-challenges .list_upcoming__item {
    width: 100%;
    text-align: left;
  }
  .challenge_view__content .upcoming-challenges .list_upcoming__item:nth-child(even):before {
    display: none;
  }
  .challenge_view__content .upcoming-challenges .list_upcoming__item:nth-child(even):after {
    display: none;
  }
}

.challenge_view__content .upcoming-challenges .list_upcoming__item:nth-child(even) {
  text-align: left;
}

.challenge_view__content .upcoming-challenges .list_upcoming__item:nth-child(even):before {
  content: '';
  position: absolute;
  left: 0;
  top: 25px;
  margin-left: -7px;
  z-index: 5;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #00A3B3;
}

.challenge_view__content .upcoming-challenges .list_upcoming__item:nth-child(even):after {
  content: '';
  position: absolute;
  left: 0;
  top: 24px;
  margin-left: -1px;
  width: 2px;
  border-left: 2px dashed #efefef;
  height: 100%;
}

.challenge_view__content .upcoming-challenges .list_upcoming__item:last-child:after {
  display: none;
}

.challenge_view__content .upcoming-challenges .list_upcoming__item .wrap {
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9;
}

.challenge_view__content .upcoming-challenges .list_upcoming__item .wrap .title {
  font-size: 22px;
  font-weight: 500;
  color: #434343;
  padding-bottom: 20px;
}

.challenge_view__content .upcoming-challenges .list_upcoming__item .wrap .row_data {
  font-size: 14px;
  color: #5D5D5D;
  line-height: 1.5;
}

.challenge_view__content .upcoming-challenges .list_upcoming__item .wrap .row_data strong {
  font-weight: bold;
  color: #888888;
}

@media screen and (max-width: 991px) {
  .challenge_view__content .box_left {
    border: none;
    width: 100%;
    padding: 0 15px;
    border-bottom: 1px solid #C6C6C6;
    padding-bottom: 30px;
    margin-bottom: 35px;
  }
  .challenge_view__content .box_right {
    width: 100%;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .challenge_view__content {
    padding: 25px 15px;
  }
  .challenge_view__content .box_left {
    border: none;
    width: 100%;
    padding: 0 15px;
  }
  .challenge_view__content .box_right {
    width: 100%;
    padding: 0 15px;
  }
  .challenge_view__content .image_grid__item {
    height: 50px;
  }
}

.challenge_view__submit_photo {
  padding: 20px 0 50px;
}

.challenge_view__submit_photo_row {
  text-align: center;
}

.challenge_view__submit_photo_row .caption {
  display: inline-block;
  width: 80%;
  font-size: 56px;
  font-family: "Sue Ellen Francisco", cursive;
  padding-bottom: 40px;
  margin: 0;
  line-height: 1.3;
  color: #e65f50;
}

.challenge_view__submit_photo_row .deadline {
  display: block;
  line-height: 1;
  font-size: 26px;
  color: #00A3B3;
  font-weight: 500;
  margin-bottom: 50px;
}

.challenge_view__submit_photo_row .img_wrapper {
  text-align: center;
  padding-bottom: 55px;
}

.challenge_view__submit_photo_row .img_wrapper img {
  width: 300px;
}

.challenge_view__submit_photo_row .btn_default {
  margin-bottom: 30px;
}

.challenge_view__submit_photo_row .sub {
  display: block;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  font-size: 20px;
  color: #444444;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .challenge_view__submit_photo {
    padding: 20px 0 50px;
  }
  .challenge_view__submit_photo_row .caption {
    width: 100%;
    font-size: 28px;
    padding-bottom: 20px;
  }
  .challenge_view__submit_photo_row .deadline {
    font-size: 17px;
    margin-bottom: 40px;
  }
  .challenge_view__submit_photo_row .img_wrapper {
    padding-bottom: 35px;
  }
  .challenge_view__submit_photo_row .img_wrapper img {
    width: 130px;
  }
  .challenge_view__submit_photo_row .btn_default {
    margin-bottom: 30px;
  }
  .challenge_view__submit_photo_row .sub {
    font-size: 17px;
    line-height: 1.3;
  }
}

.week_challenge {
  padding: 35px 0;
  background: #FAFAFA;
  font-family: "Poppins", sans-serif;
}

.week_challenge .container {
  width: 100%;
  max-width: 1540px;
}

.week_challenge .frame_discount {
  background: #fff;
  padding: 45px 80px;
  text-align: center;
  box-shadow: 2px 2px 10px #C6C6C6;
  border-radius: 5px;
}

.week_challenge .frame_discount img {
  width: 100%;
}

.week_challenge .frame_discount .sposor-title {
  text-transform: uppercase;
}

.week_challenge .frame_discount .title {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  color: #444444;
  line-height: 1.3;
  padding-bottom: 15px;
  margin: 0;
}

.week_challenge .frame_discount .sub {
  display: inline-block;
  width: 90%;
  line-height: 1.4;
  font-size: 20px;
  padding-bottom: 30px;
  color: #00A3B3;
  font-family: "Poppins", sans-serif;
}

.week_challenge .frame_discount .link_site {
  margin-top: 30px;
  display: block;
  font-size: 14px;
  color: #888888;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}

.week_challenge .frame_discount img {
  width: 100%;
}

.week_challenge .border_box {
  border-top: 1px solid #e9e9e9;
  padding: 40px 0 0;
  margin-top: 50px;
}

.week_challenge .border_box .advertisement-btn-text {
  white-space: normal;
}

.week_challenge__sub_option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
}

.week_challenge__sub_option .date {
  font-size: 18px;
  color: #444444;
  font-weight: 300;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}

.week_challenge__sub_option.bottom_option {
  padding-top: 25px;
}

.week_challenge__intro {
  padding: 45px 55px;
  margin-bottom: 45px;
  background: #f2f2f2;
  box-shadow: 2px 2px 10px #C6C6C6;
  border-radius: 7px;
}

.week_challenge__intro .block_caption {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 25px;
}

.week_challenge__intro .block_caption .caption {
  font-size: 38px;
  font-family: "Poppins", sans-serif;
  color: #e65f50;
  font-weight: normal;
  line-height: 1.1;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}

.week_challenge__intro .block_caption .sub {
  font-size: 28px;
  color: #444444;
  font-family: "Sue Ellen Francisco", cursive;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

.week_challenge__intro_content {
  overflow: hidden;
}

.week_challenge__intro_content img {
  max-width: 100%;
  height: auto !important;
}

.week_challenge__intro_content .img_wrapper_challenge {
  margin-right: 50px;
  width: calc(50% - 20px);
  float: left;
  overflow: hidden;
  background: #cccccc;
  border-radius: 4px;
  min-height: 130px;
  margin-bottom: 10px;
  position: relative;
  display: block;
}

.week_challenge__intro_content .img_wrapper_challenge img {
  width: 100%;
  height: auto;
}

.week_challenge__intro_content .img_wrapper_challenge .img-description {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  text-shadow: -2px 2px 7px #000000;
}

.week_challenge__intro_content .description_challenge .timer {
  margin-bottom: 35px;
}

.week_challenge__intro_content .description_challenge .timer .timeTo {
  background: #fff;
  box-shadow: 2px 2px 10px #C6C6C6;
  border-radius: 4px;
  padding: 25px;
}

.week_challenge__intro_content .description_challenge .row_btn {
  display: flex;
  padding-bottom: 35px;
}

.week_challenge__intro_content .description_challenge__info .wrap {
  padding: 30px 50px;
  margin-bottom: 35px;
  text-align: center;
  border-top: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
  display: flex;
  flex-wrap: wrap;
}

.week_challenge__intro_content .description_challenge__info .wrap span {
  width: 100%;
  display: inline-block;
  line-height: 1;
  font-size: 20px;
  color: #5D5D5D;
  font-weight: 600;
  padding-bottom: 10px;
}

.week_challenge__intro_content .description_challenge__info .wrap .date_submitted {
  font-weight: normal;
  line-height: 1.4;
  padding: 0;
  color: #444444;
}

.week_challenge__intro_content .description_challenge .description b {
  font-weight: 600;
}

.week_challenge__intro_content .description_challenge .description em, .week_challenge__intro_content .description_challenge .description i {
  font-style: italic;
}

.week_challenge__intro_content .description_challenge .description p, .week_challenge__intro_content .description_challenge .description div {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 1.4;
  padding-bottom: 25px;
}

.week_challenge__body {
  padding: 35px 0;
  overflow: hidden;
}

.week_challenge__body .tips_credit {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 55px;
  align-items: flex-start;
}

.week_challenge__body .tips_credit .tips_body__item {
  height: 420px;
  margin: 0 -35px;
  padding-right: 40px;
  padding-left: 40px;
  overflow: auto;
}

.week_challenge__body .tips_credit img {
  max-width: 100%;
  object-fit: contain;
  height: auto;
  margin: 10px 0;
}

.week_challenge__body .tips_credit__item {
  padding: 0 20px;
  display: flex;
}

.week_challenge__body .tips_credit__item .wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.week_challenge__body .tips_credit__item .wrap .box_caption {
  display: flex;
  padding: 35px 40px;
  padding-top: 45px;
  background: #00A3B3;
  border-radius: 5px 5px 0 0;
}

.week_challenge__body .tips_credit__item .wrap .box_caption.red_bg {
  background: #e65f50;
}

.week_challenge__body .tips_credit__item .wrap .box_caption h4 {
  padding: 0;
  margin: 0;
  font-size: 32px;
  color: #FFF;
  font-family: "Sue Ellen Francisco", cursive;
}

.week_challenge__body .tips_credit__item .wrap .box_description {
  padding: 40px 40px;
  border: 2px solid #e9e9e9;
  border-top: 0;
  border-radius: 0px 0px 7px 7px;
  flex: 1;
}

.week_challenge__body .tips_credit__item .wrap .box_description::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0 4px 4px 0;
  background-color: #F8F8F8;
  box-shadow: inset 0px 0px 0px 1px #F8F8F8;
  width: 12px;
  z-index: 5;
}

.week_challenge__body .tips_credit__item .wrap .box_description::-webkit-scrollbar {
  width: 12px;
  z-index: 5;
  height: 12px;
  border-radius: 0 4px 4px 0;
  background-color: #F8F8F8;
  box-shadow: inset 0px 0px 0px 1px #F8F8F8;
}

.week_challenge__body .tips_credit__item .wrap .box_description::-webkit-scrollbar-thumb {
  border-radius: 10px;
  width: 8px;
  background-color: #F8F8F8;
  box-shadow: inset 0px 0px 0px 1px #F8F8F8;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .week_challenge__body .tips_credit__item .wrap .box_description::-webkit-scrollbar-track {
    width: 8px;
    box-shadow: inset 0px 0px 0px 2px #F8F8F8;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description::-webkit-scrollbar {
    width: 8px;
    box-shadow: inset 0px 0px 0px 2px #F8F8F8;
    height: 8px;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description::-webkit-scrollbar-thumb {
    width: 8px;
    box-shadow: inset 0px 0px 0px 2px #F8F8F8;
  }
}

.week_challenge__body .tips_credit__item .wrap .box_description:hover::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0 4px 4px 0;
  background-color: #F8F8F8;
  box-shadow: inset 0px 0px 0px 1px #F8F8F8;
  width: 12px;
  z-index: 5;
}

.week_challenge__body .tips_credit__item .wrap .box_description:hover::-webkit-scrollbar {
  width: 12px;
  z-index: 5;
  height: 12px;
  border-radius: 0 4px 4px 0;
  background-color: #F8F8F8;
  box-shadow: inset 0px 0px 0px 1px #F8F8F8;
}

.week_challenge__body .tips_credit__item .wrap .box_description:hover::-webkit-scrollbar-thumb {
  border-radius: 10px;
  width: 8px;
  background-color: #C6C6C6;
  box-shadow: inset 0px 0px 0px 1px #F8F8F8;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .week_challenge__body .tips_credit__item .wrap .box_description:hover::-webkit-scrollbar-track {
    width: 8px;
    box-shadow: inset 0px 0px 0px 2px #F8F8F8;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description:hover::-webkit-scrollbar {
    width: 8px;
    box-shadow: inset 0px 0px 0px 2px #F8F8F8;
    height: 8px;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description:hover::-webkit-scrollbar-thumb {
    width: 8px;
    box-shadow: inset 0px 0px 0px 2px #F8F8F8;
  }
}

.week_challenge__body .tips_credit__item .wrap .box_description h3 {
  margin-bottom: 20px;
}

.week_challenge__body .tips_credit__item .wrap .box_description strong {
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 5px;
}

.week_challenge__body .tips_credit__item .wrap .box_description ol, .week_challenge__body .tips_credit__item .wrap .box_description ul {
  margin-top: 5px;
  padding-left: 25px;
}

.week_challenge__body .tips_credit__item .wrap .box_description ol li, .week_challenge__body .tips_credit__item .wrap .box_description ul li {
  font-size: 21px;
  padding-bottom: 5px;
}

.week_challenge__body .tips_credit__item .wrap .box_description b {
  font-weight: bold;
}

.week_challenge__body .tips_credit__item .wrap .box_description em, .week_challenge__body .tips_credit__item .wrap .box_description i {
  font-style: italic;
  color: #5D5D5D;
}

.week_challenge__body .tips_credit__item .wrap .box_description p, .week_challenge__body .tips_credit__item .wrap .box_description div {
  font-size: 21px;
  line-height: 1.5;
  padding-bottom: 20px;
  font-family: "Poppins", sans-serif;
  color: #444444;
}

.week_challenge__body .tips_credit__item .wrap .box_description .extra-credit-sample-photo {
  padding: 0;
}

.week_challenge__body .tips_credit__item .wrap .box_description p.extra-credit-sample-photo-text {
  font-size: 16px !important;
  font-style: italic;
}

.week_challenge__body .tips_credit__item .wrap .box_description .frame_last_album {
  margin-left: -40px;
  margin-right: -40px;
  border-top: 1px solid #e9e9e9;
  margin-top: 25px;
  padding: 40px 40px 0;
}

.week_challenge__body .tips_credit__item .wrap .box_description .frame_last_album p {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 20px;
  font-family: "Poppins", sans-serif;
  color: #444444;
}

.week_challenge__body .tips_credit__item .wrap .box_description .frame_last_album__list {
  margin: 0;
  display: flex;
  list-style: none;
  margin-left: -8px;
  margin-right: -8px;
  padding: 0;
}

.week_challenge__body .tips_credit__item .wrap .box_description .frame_last_album__list .item {
  width: 50%;
  padding: 0 8px;
}

.week_challenge__body .tips_credit__item .wrap .box_description .frame_last_album__list .item .wrap {
  display: block;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 2px 2px 10px #00000040;
  border-radius: 5px;
  position: relative;
}

.week_challenge__body .tips_credit__item .wrap .box_description .frame_last_album__list .item .wrap .img_wrapper {
  width: 100%;
  height: 100%;
  padding-top: 70%;
  position: relative;
}

.week_challenge__body .tips_credit__item .wrap .box_description .frame_last_album__list .item .wrap .img_wrapper img {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.week_challenge__body .tips_credit__item .wrap .box_description .frame_last_album__list .item .wrap .box_title {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  justify-content: center;
  padding: 16px;
}

.week_challenge__body .tips_credit__item .wrap .box_description .frame_last_album__list .item .wrap .box_title .title {
  font-size: 20px;
  color: #444444;
  display: inline-block;
  line-height: 1.4;
}

.week_challenge__body .tips_credit__item .wrap .box_description .frame_last_album__list .item .wrap:hover {
  box-shadow: 4px 4px 15px #00000040;
}

.week_challenge__body .tips_credit__item .wrap .box_description .frame_last_album__list .item .wrap:hover .img_wrapper img {
  transform: scale(1.1);
}

.week_challenge__body .frame_discount {
  background: #fff;
  padding: 45px 80px;
  text-align: center;
  box-shadow: 2px 2px 10px #C6C6C6;
  border-radius: 5px;
}

.week_challenge__body .frame_discount .title {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  color: #444444;
  line-height: 1.3;
  padding-bottom: 15px;
  margin: 0;
}

.week_challenge__body .frame_discount .sub {
  display: inline-block;
  width: 90%;
  line-height: 1.4;
  font-size: 20px;
  padding-bottom: 30px;
  color: #00A3B3;
  font-family: "Poppins", sans-serif;
}

.week_challenge__body .frame_discount .link_site {
  margin-top: 30px;
  display: block;
  font-size: 14px;
  color: #888888;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}

.week_challenge__body .upcoming_challenges .block_caption {
  padding-bottom: 35px;
  text-align: center;
}

.week_challenge__body .upcoming_challenges .block_caption h4 {
  font-family: "Poppins", sans-serif;
  padding-bottom: 15px;
}

.week_challenge__body .upcoming_challenges .block_caption .sub_caption {
  display: block;
  font-family: "Poppins", sans-serif;
  color: #5D5D5D;
  font-size: 17px;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

.week_challenge__body .upcoming_challenges__tooltip {
  position: relative;
}

.week_challenge__body .upcoming_challenges__tooltip .tooltip_click {
  position: absolute;
  top: -70px;
  right: 260px;
  display: inline-block;
}

.week_challenge__body .upcoming_challenges__tooltip .tooltip_click__text {
  display: inline-block;
  line-height: 1;
  font-size: 34px;
  color: #00A3B3;
  font-family: "Sue Ellen Francisco", cursive;
  transform: rotate(-25deg);
}

.week_challenge__body .upcoming_challenges__tooltip .tooltip_click__img {
  position: absolute;
  left: 30%;
  top: 100%;
  transform: translateX(-50%);
  width: 70px;
}

@media screen and (max-width: 1590px) {
  .week_challenge__body .upcoming_challenges__tooltip .tooltip_click {
    right: 160px;
  }
}

@media screen and (max-width: 1200px) {
  .week_challenge__body .upcoming_challenges__tooltip .tooltip_click {
    right: 50px;
    top: -50px;
  }
  .week_challenge__body .upcoming_challenges__tooltip .tooltip_click__text {
    font-size: 28px;
  }
  .week_challenge__body .upcoming_challenges__tooltip .tooltip_click__img {
    width: 50px;
  }
}

@media screen and (max-width: 991px) {
  .week_challenge__body .upcoming_challenges__tooltip .tooltip_click {
    right: 0;
    top: -25px;
  }
  .week_challenge__body .upcoming_challenges__tooltip .tooltip_click__text {
    font-size: 24px;
  }
  .week_challenge__body .upcoming_challenges__tooltip .tooltip_click__img {
    width: 40px;
  }
}

@media screen and (max-width: 767px) {
  .week_challenge__body .upcoming_challenges__tooltip .tooltip_click {
    right: 0;
    top: -25px;
  }
  .week_challenge__body .upcoming_challenges__tooltip .tooltip_click__text {
    font-size: 24px;
  }
  .week_challenge__body .upcoming_challenges__tooltip .tooltip_click__img {
    width: 40px;
  }
}

.week_challenge__body .upcoming_challenges .list_upcoming {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
}

.week_challenge__body .upcoming_challenges .list_upcoming__item {
  width: 50%;
  margin: 0;
  padding: 0 15px;
  text-align: right;
  position: relative;
}

@media screen and (max-width: 767px) {
  .week_challenge__body .upcoming_challenges .list_upcoming__item {
    width: 100%;
    text-align: left;
  }
  .week_challenge__body .upcoming_challenges .list_upcoming__item:nth-child(even):before {
    display: none;
  }
  .week_challenge__body .upcoming_challenges .list_upcoming__item:nth-child(even):after {
    display: none;
  }
}

.week_challenge__body .upcoming_challenges .list_upcoming__item:nth-child(even) {
  text-align: left;
}

.week_challenge__body .upcoming_challenges .list_upcoming__item:nth-child(even):before {
  content: '';
  position: absolute;
  left: 0;
  top: 25px;
  margin-left: -7px;
  z-index: 5;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #00A3B3;
}

.week_challenge__body .upcoming_challenges .list_upcoming__item:nth-child(even):after {
  content: '';
  position: absolute;
  left: 0;
  top: 24px;
  margin-left: -1px;
  width: 2px;
  border-left: 2px dashed #efefef;
  height: 100%;
}

.week_challenge__body .upcoming_challenges .list_upcoming__item:last-child:after {
  display: none;
}

.week_challenge__body .upcoming_challenges .list_upcoming__item:nth-child(2) .tooltip_click {
  opacity: 1;
  visibility: visible;
}

.week_challenge__body .upcoming_challenges .list_upcoming__item .wrap {
  display: block;
  text-decoration: none;
  padding: 20px 15px;
  border-radius: 7px;
  border-bottom: 1px solid #e9e9e9;
}

.week_challenge__body .upcoming_challenges .list_upcoming__item .wrap .title {
  font-size: 22px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #434343;
  padding-bottom: 20px;
}

.week_challenge__body .upcoming_challenges .list_upcoming__item .wrap .row_data {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #5D5D5D;
  line-height: 1.5;
}

.week_challenge__body .upcoming_challenges .list_upcoming__item .wrap .row_data strong {
  font-weight: bold;
  color: #888888;
}

.week_challenge__body .upcoming_challenges .list_upcoming__item .wrap:hover {
  background: #fff;
}

.week_challenge__body .upcoming_challenges .list_upcoming__item .tooltip_click {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -70px;
  left: 380px;
  display: inline-block;
}

.week_challenge__body .upcoming_challenges .list_upcoming__item .tooltip_click__text {
  display: inline-block;
  line-height: 1;
  font-size: 34px;
  color: #00A3B3;
  font-family: "Sue Ellen Francisco", cursive;
  transform: rotate(-25deg);
}

.week_challenge__body .upcoming_challenges .list_upcoming__item .tooltip_click__img {
  position: absolute;
  left: 30%;
  top: 100%;
  transform: translateX(-50%);
  width: 70px;
}

@media screen and (max-width: 1200px) {
  .week_challenge__body .upcoming_challenges .list_upcoming__item .tooltip_click__text {
    font-size: 28px;
  }
  .week_challenge__body .upcoming_challenges .list_upcoming__item .tooltip_click__img {
    width: 50px;
  }
}

@media screen and (max-width: 991px) {
  .week_challenge__body .upcoming_challenges .list_upcoming__item .tooltip_click {
    left: 300px;
    top: -25px;
  }
  .week_challenge__body .upcoming_challenges .list_upcoming__item .tooltip_click__text {
    font-size: 24px;
  }
  .week_challenge__body .upcoming_challenges .list_upcoming__item .tooltip_click__img {
    width: 40px;
  }
}

@media screen and (max-width: 767px) {
  .week_challenge__body .upcoming_challenges .list_upcoming__item .tooltip_click {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 1400px) {
  .week_challenge__intro_content .img_wrapper_challenge {
    margin-right: 40px;
    width: calc(50% - 15px);
    display: block;
  }
  .week_challenge__intro_content .description_challenge .timer {
    margin-bottom: 35px;
  }
  .week_challenge__intro_content .description_challenge .timer .timeTo figure {
    min-width: 90px;
    max-width: 90px;
    width: 90px !important;
    margin: 0 15px;
    margin-bottom: 30px;
  }
  .week_challenge__intro_content .description_challenge .timer .timeTo figure div {
    width: 43px !important;
    height: 43px !important;
  }
  .week_challenge__intro_content .description_challenge .timer .timeTo figure div ul {
    padding: 20px 0;
  }
  .week_challenge__intro_content .description_challenge .timer .timeTo figure div ul li {
    font-size: 26px;
  }
  .week_challenge__intro_content .description_challenge .timer .timeTo figure figcaption {
    font-size: 14px !important;
    bottom: -25px;
  }
}

@media screen and (max-width: 1200px) {
  .week_challenge__sub_option .date {
    font-size: 16px;
  }
  .week_challenge__intro {
    padding: 40px 30px;
    margin-bottom: 30px;
  }
  .week_challenge__intro .block_caption .caption {
    font-size: 32px;
    padding-bottom: 10px;
  }
  .week_challenge__intro .block_caption .sub {
    font-size: 26px;
  }
  .week_challenge__intro_content .description_challenge .timer {
    margin-bottom: 35px;
  }
  .week_challenge__intro_content .description_challenge .timer .timeTo figure {
    min-width: 80px;
    max-width: 80px;
    width: 80px !important;
    margin: 0 8px;
    margin-bottom: 20px;
  }
  .week_challenge__intro_content .description_challenge .timer .timeTo figure:before {
    width: 3px;
    height: 3px;
    margin-top: -8px;
    right: -10px;
  }
  .week_challenge__intro_content .description_challenge .timer .timeTo figure:after {
    width: 3px;
    height: 3px;
    margin-bottom: -8px;
    right: -10px;
  }
  .week_challenge__intro_content .description_challenge .timer .timeTo figure div {
    width: 38px !important;
    height: 38px !important;
  }
  .week_challenge__intro_content .description_challenge .timer .timeTo figure div ul {
    padding: 29px 0;
  }
  .week_challenge__intro_content .description_challenge .timer .timeTo figure div ul li {
    font-size: 20px;
  }
  .week_challenge__intro_content .description_challenge .timer .timeTo figure figcaption {
    font-size: 14px !important;
    bottom: -25px;
  }
  .week_challenge__intro_content .description_challenge .row_btn {
    padding-bottom: 25px;
  }
  .week_challenge__intro_content .description_challenge__info .wrap {
    padding: 30px;
    margin-bottom: 25px;
  }
  .week_challenge__intro_content .description_challenge__info .wrap span {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .week_challenge__intro_content .description_challenge__info .wrap .date_submitted {
    font-size: 16px;
  }
  .week_challenge__intro_content .description_challenge .description p {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .week_challenge__body {
    padding: 30px 0;
  }
  .week_challenge__body .tips_credit {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 45px;
  }
  .week_challenge__body .tips_credit__item {
    padding: 0 15px;
  }
  .week_challenge__body .tips_credit__item .wrap .box_caption h4 {
    font-size: 28px;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description {
    padding: 30px;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description p {
    font-size: 16px;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description h3 {
    margin-bottom: 15px;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description strong {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description ol, .week_challenge__body .tips_credit__item .wrap .box_description ul {
    padding-left: 10px;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description ol li, .week_challenge__body .tips_credit__item .wrap .box_description ul li {
    font-size: 16px;
    padding-bottom: 4px;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description .frame_last_album {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 20px;
    padding: 30px 30px 0;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description .frame_last_album p {
    font-size: 17px;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description .frame_last_album__list .item .wrap .box_title {
    padding: 15px;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description .frame_last_album__list .item .wrap .box_title .title {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .week_challenge__intro_content {
    overflow: hidden;
  }
  .week_challenge__intro_content .img_wrapper_challenge {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 35px;
    display: block;
  }
  .week_challenge__body .tips_credit {
    margin-bottom: 10px;
  }
  .week_challenge__body .tips_credit__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .week_challenge__body .tips_credit__item.not-scroll {
    max-height: 100%;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description {
    max-height: 100%;
    overflow: visible;
  }
  .week_challenge__body .border_box {
    border-top: 1px solid #e9e9e9;
    padding: 40px 0 0;
    margin-top: 50px;
  }
  .week_challenge__body .frame_discount {
    background: #fff;
    padding: 45px 80px;
    text-align: center;
    box-shadow: 2px 2px 10px #C6C6C6;
    border-radius: 5px;
  }
  .week_challenge__body .frame_discount .title {
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    color: #444444;
    line-height: 1.3;
    padding-bottom: 15px;
    margin: 0;
  }
  .week_challenge__body .frame_discount .sub {
    display: inline-block;
    width: 90%;
    line-height: 1.4;
    font-size: 20px;
    padding-bottom: 30px;
    color: #00A3B3;
    font-family: "Poppins", sans-serif;
  }
  .week_challenge__body .frame_discount .link_site {
    margin-top: 30px;
    display: block;
    font-size: 14px;
    color: #888888;
    line-height: 1;
    font-family: "Poppins", sans-serif;
  }
  .week_challenge__body .upcoming_challenges .block_caption {
    padding-bottom: 35px;
    text-align: center;
  }
  .week_challenge__body .upcoming_challenges .block_caption h4 {
    font-family: "Poppins", sans-serif;
    padding-bottom: 15px;
  }
  .week_challenge__body .upcoming_challenges .block_caption .sub_caption {
    display: block;
    font-family: "Poppins", sans-serif;
    color: #5D5D5D;
    font-size: 17px;
    line-height: 1.4;
    padding: 0;
    margin: 0;
  }
  .week_challenge__body .upcoming_challenges .list_upcoming__item .wrap .title {
    font-size: 20px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .week_challenge__sub_option {
    padding-bottom: 15px;
  }
  .week_challenge__sub_option .date {
    font-size: 11px;
  }
  .week_challenge__sub_option.bottom_option {
    padding-top: 15px;
  }
  .week_challenge__intro {
    padding: 25px 15px;
    margin-bottom: 25px;
  }
  .week_challenge__intro .block_caption {
    padding-bottom: 15px;
  }
  .week_challenge__intro .block_caption .caption {
    font-size: 22px;
    padding-bottom: 7px;
  }
  .week_challenge__intro .block_caption .sub {
    font-size: 16px;
  }
  .week_challenge__intro_content {
    overflow: visible;
  }
  .week_challenge__intro_content .img_wrapper_challenge {
    margin-right: 0px;
    width: 100%;
    float: none;
    min-height: 130px;
    margin-bottom: 20px;
    display: block;
  }
  .week_challenge__intro_content .description_challenge .timer {
    margin-bottom: 25px;
  }
  .week_challenge__intro_content .description_challenge .timer .timeTo {
    padding: 15px 5px;
  }
  .week_challenge__intro_content .description_challenge .timer .timeTo figure {
    min-width: 0px;
    width: 20% !important;
    max-width: 62px !important;
    margin: 0 7px;
    margin-bottom: 25px;
  }
  .week_challenge__intro_content .description_challenge .timer .timeTo figure:before {
    width: 3px;
    height: 3px;
    right: -8px;
  }
  .week_challenge__intro_content .description_challenge .timer .timeTo figure:after {
    width: 3px;
    height: 3px;
    right: -8px;
  }
  .week_challenge__intro_content .description_challenge .timer .timeTo figure div {
    width: calc(50% - 1px) !important;
    max-width: 50%;
    height: 38px !important;
  }
  .week_challenge__intro_content .description_challenge .timer .timeTo figure div ul {
    padding: 0 !important;
  }
  .week_challenge__intro_content .description_challenge .timer .timeTo figure div ul li {
    font-size: 20px !important;
    line-height: 48px;
  }
  .week_challenge__intro_content .description_challenge .timer .timeTo figure figcaption {
    font-size: 12px !important;
    bottom: -20px;
  }
  .week_challenge__intro_content .description_challenge .row_btn {
    padding-bottom: 15px;
  }
  .week_challenge__intro_content .description_challenge__info .wrap {
    padding: 20px 15px;
    margin-bottom: 25px;
  }
  .week_challenge__intro_content .description_challenge__info .wrap span {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .week_challenge__intro_content .description_challenge__info .wrap .date_submitted {
    font-size: 14px;
  }
  .week_challenge__intro_content .description_challenge .description p {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .week_challenge__body {
    padding: 20px 0;
  }
  .week_challenge__body .tips_credit {
    margin-bottom: 10px;
  }
  .week_challenge__body .tips_credit__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .week_challenge__body .tips_credit__item .wrap .box_caption {
    padding: 20px;
  }
  .week_challenge__body .tips_credit__item .wrap .box_caption h4 {
    font-size: 22px;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description {
    padding: 20px;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description p {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description h3 {
    margin-bottom: 15px;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description strong {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description ol, .week_challenge__body .tips_credit__item .wrap .box_description ul {
    margin-top: 4px;
    padding-left: 10px;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description ol li, .week_challenge__body .tips_credit__item .wrap .box_description ul li {
    font-size: 14px;
    padding-bottom: 4px;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description img {
    max-width: 100%;
    height: auto;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description .frame_last_album {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 15px;
    padding: 20px 20px 0;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description .frame_last_album p {
    font-size: 15px;
    padding-bottom: 15px;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description .frame_last_album__list {
    flex-wrap: wrap;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description .frame_last_album__list .item {
    width: 100%;
    padding: 0 8px 16px;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description .frame_last_album__list .item .wrap .box_title {
    padding: 10px;
  }
  .week_challenge__body .tips_credit__item .wrap .box_description .frame_last_album__list .item .wrap .box_title .title {
    font-size: 14px;
  }
  .week_challenge__body .tips_credit__item.not-scroll {
    max-height: 100%;
  }
  .week_challenge__body .border_box {
    padding: 20px 0 0;
    margin-top: 20px;
  }
  .week_challenge__body .frame_discount {
    padding: 25px 15px;
  }
  .week_challenge__body .frame_discount .title {
    font-size: 17px;
  }
  .week_challenge__body .frame_discount .sub {
    font-size: 15px;
    padding-bottom: 20px;
  }
  .week_challenge__body .frame_discount .link_site {
    margin-top: 20px;
    font-size: 13px;
  }
  .week_challenge__body .upcoming_challenges .block_caption {
    padding-bottom: 15px;
  }
  .week_challenge__body .upcoming_challenges .block_caption .sub_caption {
    font-size: 14px;
  }
  .week_challenge__body .upcoming_challenges .list_upcoming {
    margin-left: -20px;
    margin-right: -20px;
  }
  .week_challenge__body .upcoming_challenges .list_upcoming__item {
    width: 100%;
  }
  .week_challenge__body .upcoming_challenges .list_upcoming__item .wrap .title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .week_challenge__body .upcoming_challenges .list_upcoming__item .wrap .row_data {
    font-size: 13px;
  }
  .week_challenge__body .btn_default {
    white-space: normal;
    line-height: 1.3;
  }
}

.week_challenge .row-buttons__text-item {
  font-size: 24px;
  padding: 15px 80px;
  border: 2px solid #ba735e;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
  box-shadow: 2px 2px 10px #C6C6C6;
}

@media screen and (max-width: 767px) {
  .week_challenge .row-buttons__text-item {
    font-size: 17px;
    padding: 13px 30px;
  }
}

.week_challenge .row-buttons__button-item {
  width: 100%;
  max-width: 380px;
  margin: auto;
}

.week_challenge .submit-photo-btn {
  padding: 22px 140px;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .week_challenge .submit-photo-btn {
    padding: 15px 40px;
    font-size: 15px;
  }
}

.week_challenge .submit-photo-btn.btn_small {
  padding: 22px 80px;
}

.week_challenge .width_percentag_100 {
  width: 100%;
}

.weeks-table {
  padding: 0px 80px;
}

.weeks-table .col_week_number {
  position: absolute;
  left: 50px;
}

.weeks-table__item {
  margin-bottom: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dfdfdf;
}

.weeks-table__item .custom-col {
  display: flex;
  justify-content: center;
}

.weeks-table__item .custom-col .check_default {
  padding-left: 20px;
}

@media (max-width: 766px) {
  .weeks-table {
    padding: 0px 10px;
  }
  .weeks-table .col_week_number {
    left: 15px;
  }
}

/* Font Face */
/* Border Radius */
/* Responsive */
.hide-soring {
  visibility: hidden;
}

.spinner_main {
  top: 300px;
}

.discount-modal {
  background-color: #fff;
  padding: 15px;
}

.discount-modal form {
  width: 350px;
}

@media screen and (max-width: 767px) {
  .discount-modal form {
    width: 80px;
  }
}

.discount-modal form .form-item {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.discount-modal form .form-item .group {
  padding-bottom: 0;
}

.discount-modal form .form-item .form-input,
.discount-modal form .form-item select {
  width: 100%;
  border-radius: 5px;
  height: 40px;
  border: 1px solid #c6c6c6;
  font-size: 15px;
  margin: 0;
  padding: 10px;
}

.discount-modal form .form-item label {
  padding: 5px 0;
}

.discount-modal form .form-item i {
  position: absolute;
  font-size: 20px;
  color: #888888;
  z-index: 5;
}

.discount-modal form .form-item .checkboxes-item {
  width: 50%;
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  padding: 0 20px 0 20px;
  align-items: center;
}

.discount-modal form .form-item .checkboxes-item input {
  width: 20px;
  height: 20px;
}

.discount-modal form .form-item .discount-type {
  display: flex;
}

.discount-modal form .form-item .getlink {
  display: flex;
  flex-direction: row;
}

.discount-modal form .form-item .getlink button {
  margin-left: 5px;
}

.discount-modal form .submit-btn {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
}

.discount-modal form .submit-btn .spinner {
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.discount-modal form .submit-btn button {
  width: 160px;
  margin: 0 auto;
}

.discount-modal form .submit-btn .msg-box {
  min-height: 36px;
  text-align: center;
}

.select-soft-container {
  display: flex;
}

.select-soft-container .buttons-group {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .select-soft-container .buttons-group {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    margin: 10px 0;
  }
}

.select-soft-container .add-soft-btn {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .select-soft-container .add-soft-btn {
    margin-bottom: 0;
    margin-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .select-soft-container {
    flex-wrap: wrap;
  }
}

.profile {
  padding: 0 0 90px;
  position: relative;
  z-index: 5;
}

.profile__image_wrap {
  width: 100%;
  overflow: hidden;
  height: 500px;
  position: relative;
  background-color: #000000;
}

.profile__image_wrap .btn__admin_actions {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 30px;
  z-index: 55;
}

.profile__image_wrap .btn__admin_actions .spinner_button {
  position: absolute;
  top: 0;
  right: -10px;
  height: 100%;
  display: flex;
  align-items: center;
}

.profile__image_wrap .img_wrapper {
  width: 100%;
  height: 100%;
}

.profile__image_wrap .img_wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile__image_wrap .spinner_container {
  margin: 0;
  position: absolute;
  left: 20px;
  top: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  overflow: hidden;
  border: 2px dashed #fff;
  background: rgba(6, 0, 0, 0.75);
  transform: translate(0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile__image_wrap .spinner_container .frame_loader .loader {
  width: 50px;
  height: 50px;
  border-top-color: #fff;
}

.profile__image_wrap .spinner_container .frame_loader .loader:before, .profile__image_wrap .spinner_container .frame_loader .loader:after {
  border-top-color: #fff;
}

.profile__image_wrap .change_cover {
  position: absolute;
  left: 20px;
  top: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  overflow: hidden;
  border: 2px dashed #fff;
  background: rgba(6, 0, 0, 0.75);
  cursor: pointer;
  transition: 0.5s;
  transform: scale(1.01);
  opacity: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile__image_wrap .change_cover input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.profile__image_wrap .change_cover__btn {
  display: inline-block;
  line-height: 1;
  font-size: 38px;
  color: #fff;
  font-family: "Sue Ellen Francisco", cursive;
  padding-left: 80px;
  position: relative;
}

.profile__image_wrap .change_cover__btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiBjbGFzcz0iIj48Zz48Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0zNzQuMDA3LDEwNy45OTFIMTU0LjkwNWwxNTAuMDk4LTg2LjY1OWM0Ljc3Mi0yLjc1OCwxMC45MDItMS4xMTUsMTMuNjYsMy42NjFsMzMuODY4LDU4LjY2MSAgICBjMi43NjMsNC43ODMsOC44NzksNi40MjIsMTMuNjYsMy42NmM0Ljc4My0yLjc2MSw2LjQyMi04Ljg3NywzLjY2LTEzLjY2bC0zMy44NjgtNTguNjYxYy04LjI3MS0xNC4zMjUtMjYuNjU2LTE5LjI1LTQwLjk4MS0xMC45OCAgICBMMTE1LjExOSwxMDcuODY5Yy0wLjA2NywwLjAzOS0wLjEyNiwwLjA4NC0wLjE5MiwwLjEyNEgzMC4wMDFDMTMuNDU4LDEwNy45OTMsMCwxMjEuNDUxLDAsMTM3Ljk5M3YzNDQuMDA2ICAgIEMwLDQ5OC41NDIsMTMuNDU4LDUxMiwzMC4wMDEsNTEyaDM0NC4wMDZjMTYuNTQyLDAsMzAuMDAxLTEzLjQ1OCwzMC4wMDEtMzAuMDAxVjEzNy45OTMgICAgQzQwNC4wMDcsMTIxLjQ1LDM5MC41NDksMTA3Ljk5MSwzNzQuMDA3LDEwNy45OTF6IE0zODQuMDA3LDQ4MS45OThjMCw1LjUxNC00LjQ4NiwxMC0xMCwxMEgzMC4wMDFjLTUuNTE0LDAtMTAtNC40ODYtMTAtMTAgICAgVjEzNy45OTJjMC01LjUxNCw0LjQ4Ni0xMCwxMC0xMGgzNDQuMDA2YzUuNTE0LDAsMTAsNC40ODYsMTAsMTBWNDgxLjk5OHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiPjwvcGF0aD4KCTwvZz4KPC9nPjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ0Ny4zMDcsMjA4LjUwNGMtMS44NjEtMS44Ni00LjQ0LTIuOTMtNy4wNy0yLjkzcy01LjIxLDEuMDctNy4wNjksMi45M2MtMS44NiwxLjg2LTIuOTMxLDQuNDQtMi45MzEsNy4wNyAgICBjMCwyLjYzLDEuMDcsNS4yMSwyLjkzMSw3LjA3YzEuODYsMS44NTksNC40NCwyLjkzLDcuMDY5LDIuOTNjMi42MywwLDUuMjEtMS4wNyw3LjA3LTIuOTNjMS44Ni0xLjg2LDIuOTMtNC40NCwyLjkzLTcuMDcgICAgQzQ1MC4yMzcsMjEyLjk0NCw0NDkuMTY4LDIxMC4zNjQsNDQ3LjMwNywyMDguNTA0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgoJPC9nPgo8L2c+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNTA3Ljk4NywzMTIuOTExbC00MS4zNzYtNzEuNjY1Yy0yLjc2Mi00Ljc4My04Ljg3Ni02LjQyMS0xMy42Ni0zLjY2Yy00Ljc4MywyLjc2MS02LjQyMiw4Ljg3Ny0zLjY2LDEzLjY2bDQxLjM3Niw3MS42NjQgICAgYzIuNzU3LDQuNzc2LDEuMTE1LDEwLjkwNC0zLjY2LDEzLjY2MWwtNjQuMzEyLDM3LjEzYy00Ljc4MywyLjc2MS02LjQyMiw4Ljg3Ny0zLjY2LDEzLjY2YzEuODUzLDMuMjA4LDUuMjEzLDUuMDAxLDguNjcsNS4wMDEgICAgYzEuNjk2LDAsMy40MTYtMC40MzIsNC45OS0xLjM0MWw2NC4zMTItMzcuMTNDNTExLjMzMSwzNDUuNjIxLDUxNi4yNTcsMzI3LjIzOCw1MDcuOTg3LDMxMi45MTF6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNGRkZGRkYiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIj48L3BhdGg+Cgk8L2c+CjwvZz48Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yNjMuMDc0LDE1OC45MjJjLTEuODU5LTEuODYtNC40MzktMi45My03LjA2OS0yLjkzYy0yLjYzLDAtNS4yMSwxLjA3LTcuMDcsMi45M2MtMS44NiwxLjg2LTIuOTMsNC40NC0yLjkzLDcuMDcgICAgczEuMDY5LDUuMjEsMi45Myw3LjA3czQuNDQsMi45Myw3LjA3LDIuOTNjMi42MywwLDUuMjEtMS4wNyw3LjA2OS0yLjkzYzEuODYtMS44NiwyLjkzMS00LjQ0LDIuOTMxLTcuMDcgICAgUzI2NC45MzUsMTYwLjc4MiwyNjMuMDc0LDE1OC45MjJ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNGRkZGRkYiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIj48L3BhdGg+Cgk8L2c+CjwvZz48Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0zNDYuMDA2LDE1NS45OTJoLTM5LjAwMWMtNS41MjIsMC0xMCw0LjQ3Ny0xMCwxMGMwLDUuNTIzLDQuNDc4LDEwLDEwLDEwaDI5djE0Mi41NzNsLTc5LjM5MS03OS4zOSAgICBjLTEuODc2LTEuODc1LTQuNDE5LTIuOTI5LTcuMDcxLTIuOTI5cy01LjE5NSwxLjA1NC03LjA3MSwyLjkyOWwtNTIuOTc4LDUyLjk3OGMtMy45MDUsMy45MDUtMy45MDUsMTAuMjM3LDAsMTQuMTQyICAgIGMzLjkwNiwzLjkwNSwxMC4yMzYsMy45MDUsMTQuMTQzLDBsNDUuOTA2LTQ1LjkwN2w4Ni4zOTIsODYuMzkyYzAuMDIzLDAuMDIzLDAuMDQ4LDAuMDQyLDAuMDcxLDAuMDY0djQ5LjE1Mkg4Mi4xNDUgICAgbDcyLjU5Ny03Mi41OTdsNTMuOTMsNTMuOTNjMy45MDYsMy45MDUsMTAuMjM2LDMuOTA1LDE0LjE0MywwYzMuOTA1LTMuOTA1LDMuOTA1LTEwLjIzNywwLTE0LjE0M2wtNjEuMDAxLTYxLjAwMSAgICBjLTEuODc2LTEuODc1LTQuNDE5LTIuOTI5LTcuMDcxLTIuOTI5cy01LjE5NSwxLjA1NC03LjA3MSwyLjkyOWwtNzkuNjcsNzkuNjdWMTc1Ljk5MmgxMzQuMDAyYzUuNTIyLDAsMTAtNC40NzcsMTAtMTAgICAgYzAtNS41MjMtNC40NzgtMTAtMTAtMTBINTguMDAxYy01LjUyMiwwLTEwLDQuNDc3LTEwLDEwdjI0MC4wMDRjMCw1LjUyMyw0LjQ3OCwxMCwxMCwxMGgyODguMDA1YzUuNTIyLDAsMTAtNC40NzcsMTAtMTBWMTY1Ljk5MiAgICBDMzU2LjAwNiwxNjAuNDcsMzUxLjUyOCwxNTUuOTkyLDM0Ni4wMDYsMTU1Ljk5MnoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiPjwvcGF0aD4KCTwvZz4KPC9nPjxnPgoJPGc+CgkJPHBhdGggZD0iTTE0NS42NywxOTguOTkyYy0xNy42NDUsMC0zMi4wMDEsMTQuMzU1LTMyLjAwMSwzMi4wMDFzMTQuMzU1LDMyLjAwMSwzMi4wMDEsMzIuMDAxICAgIGMxNy42NDUsMCwzMi4wMDEtMTQuMzU1LDMyLjAwMS0zMi4wMDFTMTYzLjMxNSwxOTguOTkyLDE0NS42NywxOTguOTkyeiBNMTQ1LjY3LDI0Mi45OTNjLTYuNjE3LDAtMTItNS4zODMtMTItMTJzNS4zODMtMTIsMTItMTIgICAgczEyLDUuMzg0LDEyLDEyQzE1Ny42NywyMzcuNjEsMTUyLjI4NywyNDIuOTkzLDE0NS42NywyNDIuOTkzeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgoJPC9nPgo8L2c+PC9nPiA8L3N2Zz4=);
  background-size: 60px;
  width: 60px;
  height: 60px;
}

.profile__image_wrap .change_cover__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}

.profile__image_wrap .change_cover__second-line-text {
  display: inline-block;
  line-height: 1;
  font-size: 38px;
  color: #fff;
  font-family: "Sue Ellen Francisco", cursive;
  padding-left: 80px;
  position: relative;
}

.profile__image_wrap .change_cover__revert-to-default-link {
  font-size: 20px;
  padding-top: 20px;
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-family: "Poppins", sans-serif;
  padding-left: 80px;
  position: relative;
}

.profile__image_wrap:hover .change_cover {
  opacity: 1;
  transform: scale(0.9);
}

.profile__header {
  padding: 0 40px;
  position: relative;
  z-index: 5;
}

.profile__header_information {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 25px;
}

.profile__header_information .mobile_tools {
  display: none;
}

.profile__header_information .add-patron-group-btn-wrapper {
  margin-left: 10px;
}

.profile__header_information .patron-hero {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.profile__header_information .patron-hero .imgage_wrapper {
  display: flex;
  justify-content: center;
  margin: 0;
}

.profile__header_information .patron-hero .imgage_wrapper img {
  width: auto;
  height: 46px;
  object-fit: contain;
  display: block;
}

.profile__header_information .patron-hero .hero-title {
  font-size: 10px;
  color: #e65f50;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 2px;
  bottom: 0;
  font-weight: 500;
}

.profile__header_information .img_wrapper {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -100px;
  margin-bottom: 20px;
  position: relative;
}

.profile__header_information .img_wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: auto;
  min-height: 100%;
}

.profile__header_information .img_wrapper .spinner_container {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 2px dashed #fff;
  background: rgba(6, 0, 0, 0.75);
  transform: scale(0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile__header_information .img_wrapper .spinner_container .frame_loader .loader {
  width: 50px;
  height: 50px;
  border-top-color: #fff;
}

.profile__header_information .img_wrapper .spinner_container .frame_loader .loader:before, .profile__header_information .img_wrapper .spinner_container .frame_loader .loader:after {
  border-top-color: #fff;
}

.profile__header_information .img_wrapper .change_photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 2px dashed #fff;
  background: rgba(6, 0, 0, 0.75);
  transform: scale(1);
  cursor: pointer;
  transition: 0.4s;
  opacity: 0;
  z-index: 5;
}

.profile__header_information .img_wrapper .change_photo input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.profile__header_information .img_wrapper .change_photo__btn {
  position: absolute;
  display: inline-block;
  line-height: 1;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDgwIDQ4MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDgwIDQ4MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48Zz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBkPSJNNDQwLDc5Ljk4OHYtMTZjMC00LjQxOC0zLjU4Mi04LTgtOGgtNDhjLTQuNDE4LDAtOCwzLjU4Mi04LDh2MTZoLTE5LjM2bC0yMC40OC0zNS43OTIgICAgIGMtNy4xMDYtMTIuNDgxLTIwLjM1OC0yMC4xOTQtMzQuNzItMjAuMjA4SDE3OC41NmMtMTQuMzUxLDAuMDE1LTI3LjU5NCw3LjcxOC0zNC43MDQsMjAuMTg0TDEyMy4zNiw3OS45ODhIMTIwdi0yNCAgICAgYzAtNC40MTgtMy41ODItOC04LThINDhjLTQuNDE4LDAtOCwzLjU4Mi04LDh2MjRjLTIyLjA4LDAuMDI2LTM5Ljk3NCwxNy45Mi00MCw0MHYyMjRjMC4wMjYsMjIuMDgsMTcuOTIsMzkuOTc0LDQwLDQwaDIyMy40NTYgICAgIGMyMi4wNzIsNTcuNzYsODYuNzg5LDg2LjY5MSwxNDQuNTQ5LDY0LjYxOWM0My4zNjgtMTYuNTczLDcyLjAwOS01OC4xOTIsNzEuOTk1LTEwNC42MTl2LTIyNCAgICAgQzQ3OS45NzQsOTcuOTA3LDQ2Mi4wOCw4MC4wMTQsNDQwLDc5Ljk4OHogTTM5Miw3MS45ODhoMzJ2OGgtMzJWNzEuOTg4eiBNNTYsNjMuOTg4aDQ4djE2SDU2VjYzLjk4OHogTTI2My43NzYsMzAzLjIwNCAgICAgYy0wLjgsMi4xNTItMS42NjQsNC4zMi0yLjQsNi41MjhjLTAuNDk2LDEuNTYtMC45MjgsMy4xNDQtMS4zNiw0LjczNmMtMC4zNDQsMS4yNTYtMC44LDIuNDgtMS4wOCwzLjc2ICAgICBjLTYuMjQ0LDEuMTczLTEyLjU4MywxLjc2Mi0xOC45MzYsMS43NmMtNTcuNDM4LDAtMTA0LTQ2LjU2Mi0xMDQtMTA0YzAtNTcuNDM4LDQ2LjU2Mi0xMDQsMTA0LTEwNHMxMDQsNDYuNTYyLDEwNCwxMDQgICAgIGMwLjAwNiw2LjM3NC0wLjU4MywxMi43MzUtMS43NiwxOWgwYy0xLjI4OCwwLjMwNC0yLjUxMiwwLjc0NC0zLjc4NCwxLjA4OGMtMS42LDAuNDI0LTMuMTEyLDAuODQ4LTQuNjQ4LDEuMzM2ICAgICBjLTIuMjU2LDAuNzItNC40NzIsMS42LTYuNjcyLDIuNGMtMC44OTYsMC4zNTItMS44NCwwLjYxNi0yLjcyOCwwLjk5MmMxMy43NDItNDYuNjUtMTIuOTM1LTk1LjYwNy01OS41ODUtMTA5LjM0OSAgICAgYy00Ni42NS0xMy43NDItOTUuNjA4LDEyLjkzNS0xMDkuMzQ5LDU5LjU4NWMtMTMuNzQyLDQ2LjY1LDEyLjkzNSw5NS42MDcsNTkuNTg1LDEwOS4zNDkgICAgIGMxNi4yMzUsNC43ODMsMzMuNTA1LDQuNzg1LDQ5Ljc0MSwwLjAwN0MyNjQuNDE2LDMwMS4zMTYsMjY0LjE0NCwzMDIuMjc2LDI2My43NzYsMzAzLjIwNHogTTMwMC45NTIsMjU0LjMgICAgIGMtMC4yNjQsMC4xOTItMC40OCwwLjQ0LTAuNzM2LDAuNjMyYy04LjAzMyw2LjA4MS0xNS4xOTEsMTMuMjM5LTIxLjI3MiwyMS4yNzJjLTAuMTkyLDAuMjU2LTAuNDQsMC40NzItMC42MzIsMC43MzYgICAgIGMtMzMuNjY2LDIxLjE2Mi03OC4xMTIsMTEuMDI2LTk5LjI3NC0yMi42NGMtMjEuMTYyLTMzLjY2Ni0xMS4wMjYtNzguMTEyLDIyLjY0LTk5LjI3NCAgICAgYzMzLjY2Ni0yMS4xNjIsNzguMTEzLTExLjAyNiw5OS4yNzUsMjIuNjRDMzE1LjY3NiwyMDEuMDg4LDMxNS42NzYsMjMwLjg3NiwzMDAuOTUyLDI1NC4zeiBNMzY4LDQzOS45ODggICAgIGMtNTMuMDE5LDAtOTYtNDIuOTgxLTk2LTk2Yy0wLjAzMS01LjkwNCwwLjUwNS0xMS43OTgsMS42LTE3LjZjMi41ODMtMTQuMDcsOC4zMjgtMjcuMzcsMTYuOC0zOC44OTYgICAgIGMwLjE1Mi0wLjIwNCwwLjI5MS0wLjQxOCwwLjQxNi0wLjY0YzIuMjc5LTIuOTk5LDQuNzM0LTUuODYsNy4zNTItOC41NjhjMC42NDgtMC42ODgsMS4xODQtMS40ODgsMS44NTYtMi4xNiAgICAgYzMuMzM1LTMuMzM4LDYuOTE2LTYuNDIyLDEwLjcxMi05LjIyNGMwLjI2LTAuMTQzLDAuNTA5LTAuMzA2LDAuNzQ0LTAuNDg4YzExLjU0Ny04LjQ3NywyNC44NjktMTQuMjIyLDM4Ljk2LTE2LjggICAgIGM1Ljc4OC0xLjEsMTEuNjY4LTEuNjQ0LDE3LjU2LTEuNjI0YzUzLjAxOSwwLDk2LDQyLjk4MSw5Niw5NlM0MjEuMDE5LDQzOS45ODgsMzY4LDQzOS45ODh6IE00NjQsMjg2LjM4OCAgICAgYy0wLjgtMS4zMzYtMS42OC0yLjYyNC0yLjUzNi0zLjkyYy0wLjMwNC0wLjUwNC0wLjU5Mi0wLjk4NC0wLjkwNC0xLjQ0Yy0xLjc3Ni0yLjYtMy42NTYtNS4wOTYtNS42LTcuNTI4ICAgICBjLTAuNDgtMC41ODQtMC45NjgtMS4xNTItMS40NTYtMS43MjhjLTEuNzc2LTIuMDk2LTMuNjI0LTQuMTM2LTUuNTQ0LTYuMDk2Yy0wLjM2LTAuMzY4LTAuNzA0LTAuNzYtMS4wNzItMS4xMiAgICAgYy0yLjIxNi0yLjItNC41MzYtNC4yODgtNi45MjgtNi4zMDRjLTAuNi0wLjQ5Ni0xLjIwOC0wLjk4NC0xLjgxNi0xLjQ3MmMtMi4xNzYtMS43NTItNC40MTYtMy40NC02LjcyOC01LjAzMiAgICAgYy0wLjM2OC0wLjI1Ni0wLjcxMi0wLjUyOC0xLjA4LTAuOGMtMi42MDgtMS43NTItNS4zMDQtMy4zNzYtOC4wNjQtNC45MDRjLTAuNjg4LTAuMzg0LTEuMzg0LTAuNzUyLTIuMDg4LTEuMTI4ICAgICBjLTIuNTc2LTEuMzYtNS4yLTIuNjQtNy44ODgtMy44Yy0wLjMxMi0wLjEzNi0wLjYwOC0wLjI4OC0wLjkxMi0wLjQxNmMtMi45NDQtMS4yNC01Ljk2LTIuMzItOS4wMjQtMy4zMTIgICAgIGMtMC44LTAuMjQ4LTEuNTI4LTAuNDgtMi4zMDQtMC43MDRjLTIuOTYtMC44ODgtNS45Ni0xLjY4OC05LjAyNC0yLjMyOGwtMC41NjgtMC4xMzZjLTMuMi0wLjY1Ni02LjQ4OC0xLjEyOC05LjgtMS41MDQgICAgIGwtMi40NTYtMC4yNDhjLTMuMzkyLTAuMjcyLTYuNzc2LTAuNDgtMTAuMjA4LTAuNDhjLTMuMTQ0LDAtNi4yMTYsMC4xNzYtOS4yNDgsMC40MTZjMC43OTUtNS40MzcsMS4yMTItMTAuOTIyLDEuMjQ4LTE2LjQxNiAgICAgYzAtNjYuMjc0LTUzLjcyNi0xMjAtMTIwLTEyMHMtMTIwLDUzLjcyNi0xMjAsMTIwczUzLjcyNiwxMjAsMTIwLDEyMGM1LjQ5Ny0wLjAzNSwxMC45ODUtMC40NTUsMTYuNDI0LTEuMjU2ICAgICBjLTAuMjQ4LDMuMDQtMC40MjQsNi4xMTItMC40MjQsOS4yNTZjMCwzLjY0LDAuMjMyLDcuMjQ4LDAuNTg0LDEwLjg0YzAuMDk2LDEuMDI0LDAuMjMyLDIuMDQsMC4zNTIsMy4wNTYgICAgIGMwLjM1MiwyLjc4NCwwLjgwMyw1LjU0NywxLjM1Miw4LjI4OGMwLjEyLDAuNiwwLjE2OCwxLjIxNiwwLjI5NiwxLjgxNkg0MGMtMTMuMjU1LDAtMjQtMTAuNzQ1LTI0LTI0di0yMjQgICAgIGMwLTEzLjI1NSwxMC43NDUtMjQsMjQtMjRoODhjMi44NjQsMC4wMDYsNS41MTItMS41Miw2Ljk0NC00bDIyLjgxNi0zOS44NjRjNC4yNTUtNy40ODMsMTIuMTkyLTEyLjExNCwyMC44LTEyLjEzNmgxMjIuODggICAgIGM4LjYwOCwwLjAyMiwxNi41NDUsNC42NTMsMjAuOCwxMi4xMzZsMjIuOCwzOS44NGMxLjQyOSwyLjQ5NCw0LjA4Niw0LjAzLDYuOTYsNC4wMjRoODhjMTMuMjU1LDAsMjQsMTAuNzQ1LDI0LDI0VjI4Ni4zODh6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNGRkZGRkYiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIj48L3BhdGg+CgkJCTxwYXRoIGQ9Ik04MCwxMTkuOTg4Yy00LjQxOCwwLTgsMy41ODItOCw4djE5MmMwLDQuNDE4LDMuNTgyLDgsOCw4czgtMy41ODIsOC04di0xOTJDODgsMTIzLjU2OSw4NC40MTgsMTE5Ljk4OCw4MCwxMTkuOTg4eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgoJCQk8cGF0aCBkPSJNNDAwLDExMS45ODhjLTEzLjI1NSwwLTI0LDEwLjc0NS0yNCwyNHMxMC43NDUsMjQsMjQsMjRzMjQtMTAuNzQ1LDI0LTI0UzQxMy4yNTUsMTExLjk4OCw0MDAsMTExLjk4OHogTTQwMCwxNDMuOTg4ICAgICBjLTQuNDE4LDAtOC0zLjU4Mi04LThzMy41ODItOCw4LThzOCwzLjU4Miw4LDhTNDA0LjQxOCwxNDMuOTg4LDQwMCwxNDMuOTg4eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgoJCQk8cGF0aCBkPSJNMzc2LDMzNS45ODh2LTU2YzAtNC40MTgtMy41ODItOC04LThzLTgsMy41ODItOCw4djU2aC01NmMtNC40MTgsMC04LDMuNTgyLTgsOHMzLjU4Miw4LDgsOGg1NnY1NmMwLDQuNDE4LDMuNTgyLDgsOCw4ICAgICBzOC0zLjU4Miw4LTh2LTU2aDU2YzQuNDE4LDAsOC0zLjU4Miw4LThzLTMuNTgyLTgtOC04SDM3NnoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiPjwvcGF0aD4KCQk8L2c+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPg==);
  background-size: 90px;
  width: 90px;
  height: 90px;
  transition: 0.4s;
}

.profile__header_information .img_wrapper:hover .change_photo {
  opacity: 1;
  transform: scale(0.9);
}

.profile__header_information .img_wrapper:hover .change_photo__btn {
  transform: translate(-50%, -50%) scale(1);
}

.profile__header_information .row_name {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 556;
  padding-top: 15px;
  padding-bottom: 25px;
  margin-top: -100px;
}

.profile__header_information .row_name__item.item_left {
  display: flex;
  justify-content: flex-end;
  padding-right: 150px;
}

.profile__header_information .row_name__item.item_left .btn_edit {
  display: none;
}

.profile__header_information .row_name__item.item_right {
  padding-left: 150px;
}

.profile__header_information .row_name__item.item_right .btn_edit {
  display: inline-block;
  font-size: 45px;
}

.profile__header_information .row_name__item.item_right .btn_edit .edit-icon-wrapper {
  position: relative;
}

.profile__header_information .wrap {
  display: flex;
  align-items: center;
  position: relative;
}

.profile__header_information .wrap .badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.profile__header_information .wrap .name {
  display: block;
  text-align: left !important;
  font-size: 52px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.profile__header_information .wrap .btn_fallow {
  display: inline-block;
  margin-left: 20px;
}

.profile__header_information .wrap .streak_badge {
  margin-right: 20px;
  display: flex;
  width: 100px;
  height: 100px;
  position: relative;
  align-items: center;
  justify-content: center;
  background: url(/img/svg/lauvre.svg) center no-repeat;
  background-size: contain;
  /*
          &.with-hero {
            width: 140px !important;
          }
           */
}

.profile__header_information .wrap .streak_badge .title {
  font-size: 22px;
  font-family: "Sue Ellen Francisco", cursive;
  color: #5D5D5D;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 3px;
}

.profile__header_information .wrap .streak_badge .patron-vip-label {
  display: flex;
  flex-direction: column;
}

.profile__header_information .wrap .btn_edit {
  font-size: 34px;
  color: #888888;
  background: none;
  border: none;
  display: flex;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.profile__header_information .wrap .btn_edit:hover {
  color: #00A3B3;
  background: #F8F8F8;
}

.profile__header_information .wrap .btn_edit:hover .tooltip {
  opacity: 1;
  visibility: visible;
  margin-left: 10px;
}

.profile__header_information .wrap .btn_edit .tooltip {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 14px;
  border-radius: 5px;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  background: #e65f50;
  opacity: 0;
  margin-left: 5px;
  font-size: 13px;
  display: block;
  visibility: hidden;
  transition: 0.4s;
}

.profile__header_information .wrap .btn_edit .tooltip:before {
  content: "";
  left: 3px;
  top: 3px;
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px dashed #fff;
  border-radius: 4px;
}

.profile__header_information .wrap .btn_edit .tooltip:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  margin-top: -7px;
  border: 7px solid transparent;
  border-right: 7px solid #e65f50;
}

.profile__header_information .wrap:hover .btn_edit .tooltip {
  opacity: 1;
  visibility: visible;
  margin-left: 10px;
}

.profile__header_information .profile_info {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 20px;
  flex-wrap: wrap;
}

.profile__header_information .profile_info__item {
  padding: 0 15px;
  position: relative;
}

.profile__header_information .profile_info__item:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 13px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c6c6c6;
}

@media screen and (max-width: 767px) {
  .profile__header_information .profile_info__item:first-child {
    flex: 0 10%;
  }
}

.profile__header_information .profile_info__item:first-child:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .profile__header_information .profile_info__item:last-child {
    flex: 0 100%;
    display: flex;
    justify-content: center;
  }
}

.profile__header_information .profile_info__item .text,
.profile__header_information .profile_info__item address {
  font-size: 22px;
  font-weight: normal;
  color: #444444;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.profile__header_information .profile_info__item address {
  text-align: left;
}

.profile__header_information .profile_info__item .text {
  white-space: nowrap;
}

.profile__header_information .networks {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.profile__header_information .networks li {
  padding: 0 13px;
}

.profile__header_information .networks li a {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-size: 34px;
  color: #7f7f7f;
}

.profile__header_information .networks li a:hover {
  color: #444444;
}

.profile__header_information .networks .twitter-logo {
  height: 33px;
}

.profile__header_navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 555;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.profile__header_navbar .dropdown-backdrop {
  display: none;
}

.profile__header_navbar .list_navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  list-style: none;
  margin: 0;
}

.profile__header_navbar .list_navbar li {
  padding: 0 15px;
  margin: 0;
}

.profile__header_navbar .list_navbar li a {
  display: inline-block;
  text-decoration: none;
  font-size: 22px;
  font-weight: 500;
  color: #444444;
  padding: 13px 10px;
  position: relative;
}

.profile__header_navbar .list_navbar li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 0;
  height: 6px;
  background: #e65f50;
  transition: 0.3s;
}

.profile__header_navbar .list_navbar li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 6px;
  background: #e65f50;
  transition: 0.3s;
}

.profile__header_navbar .list_navbar li a:hover:before {
  opacity: 1;
  width: 50%;
}

.profile__header_navbar .list_navbar li a:hover:after {
  width: 50%;
  opacity: 1;
}

.profile__header_navbar .list_navbar li.active a:before {
  opacity: 1;
  width: 50%;
}

.profile__header_navbar .list_navbar li.active a:after {
  width: 50%;
  opacity: 1;
}

.profile__header_navbar .list_navbar li.dropdown a:after {
  content: "";
  display: block;
}

.profile__header_navbar .list_navbar li.dropdown .dropdown-menu {
  margin-top: 15px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #eeeeee;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.31);
  width: 310px;
}

.profile__header_navbar .list_navbar li.dropdown .dropdown-menu:before {
  top: -35px;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-bottom: 15px solid #eeeeee;
}

.profile__header_navbar .list_navbar li.dropdown .dropdown-menu:after {
  top: -34px;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-bottom: 15px solid #fff;
}

.profile__header_navbar .list_navbar li.dropdown .dropdown-menu .head_title {
  background: #fff;
  z-index: 55;
  font-size: 22px;
  color: #444444;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 7px;
  line-height: 1;
  padding-bottom: 11px;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
}

.profile__header_navbar .list_navbar li.dropdown .dropdown-menu .list_followers {
  padding: 0;
  margin: 0;
  list-style: none;
  height: auto;
  max-height: 430px;
  overflow: auto;
}

.profile__header_navbar .list_navbar li.dropdown .dropdown-menu .list_followers::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0 4px 4px 0;
  background-color: #ffffff;
  width: 15px;
  z-index: 5;
}

.profile__header_navbar .list_navbar li.dropdown .dropdown-menu .list_followers::-webkit-scrollbar {
  width: 12px;
  z-index: 5;
  border-radius: 0 4px 4px 0;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 5px #ffffff;
}

.profile__header_navbar .list_navbar li.dropdown .dropdown-menu .list_followers::-webkit-scrollbar-thumb {
  border-radius: 10px;
  width: 4px;
  background-color: #C6C6C6;
  box-shadow: inset 0px 0px 0px 4px #ffffff;
  z-index: 5;
}

.profile__header_navbar .list_navbar li.dropdown .dropdown-menu .list_followers li {
  padding: 8px 15px;
}

.profile__header_navbar .list_navbar li.dropdown .dropdown-menu .list_followers li .wrap {
  display: flex;
  align-items: center;
  padding: 0;
}

.profile__header_navbar .list_navbar li.dropdown .dropdown-menu .list_followers li .wrap:before, .profile__header_navbar .list_navbar li.dropdown .dropdown-menu .list_followers li .wrap:after {
  display: none;
}

.profile__header_navbar .list_navbar li.dropdown .dropdown-menu .list_followers li .wrap .image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.profile__header_navbar .list_navbar li.dropdown .dropdown-menu .list_followers li .wrap .name {
  display: inline-block;
  line-height: 1.3;
  font-size: 20px;
  color: #00A3B3;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  text-decoration: underline;
  width: calc(100% - 55px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.profile__header_navbar .list_navbar li.dropdown .dropdown-menu .list_followers li .wrap:hover .name {
  color: #017783;
  text-decoration: none;
}

.profile__header_navbar .list_navbar li.dropdown .dropdown-menu .list_followers li .wrap.follower_no-manifesto span {
  color: #444444;
  cursor: default;
}

.profile__header_navbar .list_navbar li.dropdown .dropdown-menu .list_followers li .wrap.follower_no-manifesto span:hover {
  color: #1b1b1b;
}

.profile__header_navbar .list_navbar li.dropdown .dropdown-menu .list_followers li .wrap.follower_no-manifesto:hover .name {
  color: #1b1b1b;
}

.profile .row_tags__left {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 4;
}

.profile .row_tags__left .committee-picks {
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
}

.profile .row_tags__left .photo-top-badge {
  width: 55px;
}

.profile__body {
  padding: 40px 0;
  min-height: 270px;
}

.profile__body .container {
  width: 1170px;
}

.profile__body .item-processed {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 7px;
  box-sizing: border-box;
}

.profile__body .item-processed--inner {
  padding-top: 100%;
  position: relative;
  width: 100%;
  display: flex;
}

.profile__body .item-processed--text {
  background: #000;
  border-radius: 5px;
  font-family: "Sue Ellen Francisco", cursive;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin: auto;
  animation: blinker 2s ease infinite;
  font-size: 30px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 992px) {
  .profile__body .item-processed--text {
    font-size: 22px;
  }
}

@keyframes blinker {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.3;
  }
}

.profile__body .profile_photo__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
  list-style: none;
  padding: 0;
}

.profile__body .profile_photo__list .item {
  padding: 7px;
}

.profile__body .profile_photo__list .item .img_wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  border-radius: 5px;
  padding-top: 100%;
  display: block;
  background: #08080b;
  position: relative;
  z-index: 1;
}

.profile__body .profile_photo__list .item .img_wrapper .sensitive_content {
  z-index: 100;
}

.profile__body .profile_photo__list .item .img_wrapper .badge-wrapper {
  height: 100%;
}

.profile__body .profile_photo__list .item .img_wrapper .badge-container {
  position: absolute;
  left: 5px;
  top: 5px;
}

.profile__body .profile_photo__list .item .img_wrapper .badge-container .photo-top-badge {
  width: 55px;
}

@media screen and (max-width: 767px) {
  .profile__body .profile_photo__list .item .img_wrapper .badge-container .photo-top-badge {
    width: 35px;
  }
}

.profile__body .profile_photo__list .item .img_wrapper .photo-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.profile__body .profile_photo__list .item .img_wrapper .description_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  opacity: 0;
}

.profile__body .profile_photo__list .item .img_wrapper .description_wrapper .heart-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.profile__body .profile_photo__list .item .img_wrapper .description_wrapper .heart-block .username {
  text-align: center;
  padding-bottom: 10px;
}

.profile__body .profile_photo__list .item .img_wrapper .description_wrapper .heart-block .heart {
  display: flex;
  justify-content: center;
}

.profile__body .profile_photo__list .item .img_wrapper .description_wrapper .heart-block .heart .likes .like_btn,
.profile__body .profile_photo__list .item .img_wrapper .description_wrapper .heart-block .heart .likes .btn_comment,
.profile__body .profile_photo__list .item .img_wrapper .description_wrapper .heart-block .heart .likes .btn_mark {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.profile__body .profile_photo__list .item .img_wrapper .description_wrapper .heart-block .heart .likes .like_btn .number,
.profile__body .profile_photo__list .item .img_wrapper .description_wrapper .heart-block .heart .likes .btn_comment .number,
.profile__body .profile_photo__list .item .img_wrapper .description_wrapper .heart-block .heart .likes .btn_mark .number {
  margin-right: 7px;
  color: #fff;
}

.profile__body .profile_photo__list .item .img_wrapper .description_wrapper .heart-block .heart .likes .full-like {
  color: #ea483b;
}

.profile__body .profile_photo__list .item .img_wrapper .description_wrapper .heart-block .heart .likes .like_btn i {
  font-size: 52px;
}

@media screen and (max-width: 767px) {
  .profile__body .profile_photo__list .item .img_wrapper .description_wrapper .heart-block .heart .likes .like_btn i {
    font-size: 31px;
  }
}

.profile__body .profile_photo__list .item .img_wrapper .description_wrapper .heart-block .heart .likes .like_btn:hover {
  color: #ea483b;
}

@media screen and (max-width: 767px) {
  .profile__body .profile_photo__list .item .img_wrapper .description_wrapper .heart-block .heart {
    display: none;
  }
}

.profile__body .profile_photo__list .item .img_wrapper .description_wrapper .name_week {
  display: inline-block;
  line-height: 1.3;
  font-size: 21px;
  color: #fff;
  font-weight: normal;
  position: relative;
  transition: 0.3s;
  top: -10px;
  z-index: 99;
}

.profile__body .profile_photo__list .item .img_wrapper .description_wrapper .row_comments {
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content: space-between;
  width: 100%;
  padding: 15px 15px;
  bottom: 0;
  position: absolute;
}

.profile__body .profile_photo__list .item .img_wrapper .description_wrapper .row_comments .left-menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .profile__body .profile_photo__list .item .img_wrapper .description_wrapper .row_comments .left-menu {
    opacity: 0;
  }
}

.profile__body .profile_photo__list .item .img_wrapper .description_wrapper .row_comments .likes,
.profile__body .profile_photo__list .item .img_wrapper .description_wrapper .row_comments .transform {
  transform: scale(-1, 1);
}

.profile__body .profile_photo__list .item .img_wrapper .description_wrapper .row_comments .comments,
.profile__body .profile_photo__list .item .img_wrapper .description_wrapper .row_comments .comments-count-block {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-size: 18px;
}

.profile__body .profile_photo__list .item .img_wrapper .description_wrapper .row_comments .comments i,
.profile__body .profile_photo__list .item .img_wrapper .description_wrapper .row_comments .comments-count-block i {
  font-size: 18px;
  margin-right: 5px;
}

.profile__body .profile_photo__list .item .img_wrapper .description_wrapper .row_comments .comments-count-block {
  align-self: flex-end;
}

.profile__body .profile_photo__list .item .img_wrapper:hover img {
  transform: scale(1.1);
  opacity: 0.9;
}

.profile__body .profile_photo__list .item .img_wrapper:hover .description_wrapper {
  opacity: 1;
}

.profile__body .profile_photo__list .item .img_wrapper:hover .description_wrapper .name_week {
  top: 0;
}

.profile__body .photo-list-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.profile__body .photo-list-container .sorting-row {
  width: 100%;
  display: flex;
  justify-content: center;
}

.profile__body .photo-list-container .sorting-group {
  display: flex;
}

.profile__body .photo-list-container .sorting-group-title {
  min-width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}

.profile__body .photos__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.profile__body .row_btn_more {
  margin-top: 20px;
  width: 100%;
}

.profile__body .profile_loves__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
  list-style: none;
  padding: 0;
}

.profile__body .profile_loves__list .item {
  padding: 7px;
}

.profile__body .profile_loves__list .item .wrap {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  overflow: hidden;
  text-decoration: none;
  border-radius: 5px;
  display: block;
  background: #000;
  position: relative;
}

.profile__body .profile_loves__list .item .wrap img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  cursor: pointer;
}

.profile__body .profile_loves__list .item .wrap .wrap_description {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px;
  opacity: 0;
}

.profile__body .profile_loves__list .item .wrap .wrap_description:hover {
  opacity: 1;
  cursor: pointer;
}

.profile__body .profile_loves__list .item .wrap .wrap_description .top-row {
  display: flex;
  justify-content: center;
  padding-top: 44%;
}

.profile__body .profile_loves__list .item .wrap .wrap_description .bottom-row {
  display: flex;
  justify-content: flex-start;
}

.profile__body .profile_loves__list .item .wrap .wrap_description .name,
.profile__body .profile_loves__list .item .wrap .wrap_description .week-name {
  font-size: 21px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile__body .profile_loves__list .item .wrap .wrap_description .week-name {
  font-size: 14px;
}

.profile__body .profile_loves__list .item .wrap .wrap_description .row_comments_like {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.profile__body .profile_loves__list .item .wrap .wrap_description .row_comments_like .likes,
.profile__body .profile_loves__list .item .wrap .wrap_description .row_comments_like .comments {
  margin-left: 10px;
  font-size: 18px;
  color: #fff;
}

.profile__body .profile_loves__list .item .wrap .wrap_description .row_comments_like .likes i,
.profile__body .profile_loves__list .item .wrap .wrap_description .row_comments_like .comments i {
  margin-left: 5px;
}

.profile__body .profile_loves__list .item .wrap:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}

.profile__about {
  padding: 50px 0;
}

.profile__about .caption {
  display: block;
  font-weight: 500;
  color: #5d5d5d;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}

.profile__about p {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 20px;
  padding-left: 30px;
}

.profile__about .short-bio {
  white-space: pre-wrap;
}

.profile__about .about_photo {
  padding-left: 20px;
}

.profile__about .about_photo__item {
  margin-bottom: 30px;
  padding-left: 20px;
}

.profile__about .about_photo__item .title {
  font-size: 18px;
  color: #888888;
  /* via 351 (comment 16 Nov 2019, 21:40) */
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  display: block;
  line-height: 1;
  padding-bottom: 10px;
}

.profile__about .about_photo__item a {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  color: #00A3B3;
  font-family: "Poppins", sans-serif;
}

.profile__about .about_photo__item span {
  display: block;
  font-size: 17px;
  color: #5D5D5D;
  line-height: 1.8;
  font-family: "Poppins", sans-serif;
}

.profile__about .about_photo__item .sub {
  font-size: 12px;
  color: #888888;
  font-weight: 300;
  font-style: italic;
  display: block;
  line-height: 1;
  padding: 10px 0;
}

@media screen and (max-width: 1200px) {
  .profile__header_information .img_wrapper {
    width: 150px;
    height: 150px;
    margin-top: -80px;
  }
  .profile__header_information .row_name {
    margin-top: -80px;
  }
  .profile__header_information .row_name__item.item_left {
    display: flex;
    justify-content: flex-end;
    padding-right: 80px;
  }
  .profile__header_information .row_name__item.item_right {
    padding-left: 80px;
  }
  .profile__header_information .wrap .name {
    font-size: 36px;
  }
  .profile__header_information .wrap .btn_edit {
    right: 0;
    font-size: 45px;
    width: 50px;
    height: 50px;
  }
  .profile__body .container {
    width: 970px;
  }
}

@media screen and (max-width: 991px) {
  .profile__image_wrap {
    height: 340px;
  }
  .profile__header_information .mobile_tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 15px;
    right: 15px;
  }
}

@media screen and (max-width: 991px) and (max-width: 375px) {
  .profile__header_information .mobile_tools {
    right: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .profile__header_information .mobile_tools .small-follow {
    font-size: 8px;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .profile__header_information .mobile_tools .follow_text {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) and (max-width: 321px) {
  .profile__header_information .mobile_tools .follow_text {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) and (max-width: 321px) {
  .profile__header_information .mobile_tools .follow_text {
    margin-left: 5px;
  }
}

@media screen and (max-width: 991px) {
  .profile__header_information .mobile_tools .btn_edit {
    position: relative;
    margin-left: 15px;
    color: #888888;
    background: none;
    border: none;
    display: flex;
    font-size: 22px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
  .profile__header_information .mobile_tools .btn_edit:hover {
    color: #00A3B3;
    background: #F8F8F8;
  }
  .profile__header_information .mobile_tools .btn_edit:hover .tooltip {
    opacity: 1;
    visibility: visible;
    margin-right: 10px;
  }
  .profile__header_information .mobile_tools .btn_edit .tooltip {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 14px;
    border-radius: 5px;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    background: #e65f50;
    opacity: 0;
    margin-left: 5px;
    font-size: 13px;
    display: block;
    visibility: hidden;
    transition: 0.4s;
  }
  .profile__header_information .mobile_tools .btn_edit .tooltip:before {
    content: "";
    left: 3px;
    top: 3px;
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px dashed #fff;
    border-radius: 4px;
  }
  .profile__header_information .mobile_tools .btn_edit .tooltip:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -14px;
    margin-top: -7px;
    border: 7px solid transparent;
    border-left: 7px solid #e65f50;
  }
  .profile__header_information .img_wrapper {
    width: 140px;
    height: 140px;
    margin-top: -70px;
  }
  .profile__header_information .img_wrapper .change_photo__btn {
    background-size: 60px;
    width: 60px;
    height: 60px;
  }
  .profile__header_information .row_name {
    margin-top: 0;
    padding-top: 0;
  }
  .profile__header_information .row_name__item .btn_fallow {
    display: none;
  }
  .profile__header_information .row_name__item.item_left {
    width: 100%;
    justify-content: center;
    padding: 15px 0;
  }
  .profile__header_information .row_name__item.item_left .btn_edit {
    display: inline-block;
    position: absolute;
    right: 5px;
    font-size: 32px;
  }
  .profile__header_information .row_name__item.item_left .btn_edit .tooltip {
    display: none;
  }
  .profile__header_information .row_name__item.item_right {
    width: 100%;
    padding-left: 15px;
    display: flex;
    justify-content: center;
  }
  .profile__header_information .row_name__item.item_right .btn_edit {
    display: none;
  }
  .profile__header_information .wrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .profile__header_information .wrap .name {
    font-size: 40px;
    margin: 0 5px;
    text-align: center;
  }
  .profile__header_information .wrap .streak_badge {
    margin: 0 8px;
  }
  .profile__header_information .wrap .add-patrons-group-btn-wrapper {
    margin: 0 5px;
  }
  .profile__header_information .profile_info {
    padding-top: 0;
  }
  .profile__body .container {
    width: 740px;
  }
  .profile__about .about_photo {
    padding-top: 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .profile__about .about_photo .caption {
    width: 100%;
    padding: 0 15px 20px;
  }
  .profile__about .about_photo__item {
    width: 33.333%;
    margin-bottom: 25px;
    padding: 0 15px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .profile {
    padding: 0 0 20px;
    overflow: hidden;
  }
  .profile__image_wrap {
    height: 260px;
  }
  .profile__image_wrap .change_cover {
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px dashed #fff;
  }
  .profile__image_wrap .change_cover__btn {
    font-size: 20px;
    font-weight: normal;
    padding-left: 40px;
  }
  .profile__image_wrap .change_cover__btn:before {
    background-size: 35px;
    width: 35px;
    height: 35px;
  }
  .profile__image_wrap .change_cover__second-line-text {
    font-size: 35px;
    font-weight: 600;
    padding-left: 40px;
  }
  .profile__image_wrap .change_cover__revert-to-default-link {
    font-size: 17px;
    font-weight: normal;
    padding-left: 40px;
  }
  .profile__image_wrap .change_cover:hover .change_cover {
    opacity: 1;
    transform: scale(0.9);
  }
  .profile__image_wrap .btn__admin_actions {
    padding: 15px;
  }
  .profile__header {
    padding: 0;
  }
  .profile__header_information {
    padding-bottom: 10px;
  }
  .profile__header_information .mobile_tools {
    top: 5px;
    width: 100%;
    position: absolute;
    padding: 5px 0;
    display: flex;
    justify-content: flex-end;
    left: 0;
    right: 0;
  }
  .profile__header_information .mobile_tools-wrapper {
    width: 33%;
    display: flex;
    justify-content: space-evenly;
  }
  .profile__header_information .mobile_tools .btn_fallowv {
    margin: 5px 0;
  }
  .profile__header_information .mobile_tools .btn_edit {
    font-size: 15px;
    width: 30px;
    height: 30px;
  }
  .profile__header_information .mobile_tools .btn_edit .tooltip {
    padding: 8px 10px;
    margin-left: 5px;
    font-size: 11px;
  }
  .profile__header_information .add-patron-group-btn-wrapper {
    margin: 0 4px;
  }
  .profile__header_information .img_wrapper {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-bottom: 10px;
  }
  .profile__header_information .img_wrapper .change_photo {
    border: 1px dashed #fff;
  }
  .profile__header_information .img_wrapper .change_photo__btn {
    background-size: 35px;
    width: 35px;
    height: 35px;
  }
  .profile__header_information .row_name {
    padding-bottom: 10px;
    justify-content: center;
  }
  .profile__header_information .row_name .tooltip {
    display: none;
  }
  .profile__header_information .wrap {
    width: 100%;
    justify-content: center;
  }
  .profile__header_information .wrap .name-block {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .profile__header_information .wrap .name {
    font-size: 24px;
  }
  .profile__header_information .wrap .streak_badge {
    width: 70px;
    height: 70px;
    margin: 10px 5px 0;
  }
  .profile__header_information .wrap .streak_badge .title {
    font-size: 16px;
  }
  .profile__header_information .wrap .btn-edit {
    font-size: 32px;
  }
  .profile__header_information .wrap .edit-icon-wrapper .tooltip {
    display: none;
  }
  .profile__header_information .profile_info {
    padding-bottom: 0;
  }
  .profile__header_information .profile_info__item {
    padding: 0 10px;
  }
  .profile__header_information .profile_info__item:before {
    left: -3px;
    top: 9px;
    width: 5px;
    height: 5px;
  }
  .profile__header_information .profile_info__item:last-child:before {
    display: none;
  }
  .profile__header_information .profile_info__item .text,
  .profile__header_information .profile_info__item address {
    font-size: 14px;
  }
  .profile__header_information .networks {
    padding-top: 5px;
  }
  .profile__header_information .networks li {
    padding: 0 7px;
  }
  .profile__header_information .networks li a {
    font-size: 24px;
  }
  .profile__header_information .patron-hero .imgage_wrapper img {
    height: 28px;
  }
  .profile__header_information .patron-hero .hero-title {
    font-size: 5px;
  }
  .profile__header_navbar .list_navbar li {
    padding: 0 5px;
  }
  .profile__header_navbar .list_navbar li a {
    font-size: 12px;
    padding: 10px 2px;
    position: relative;
  }
  .profile__header_navbar .list_navbar li a:before {
    height: 3px;
  }
  .profile__header_navbar .list_navbar li a:after {
    height: 3px;
  }
  .profile__header_navbar .list_navbar li.dropdown .dropdown-menu {
    margin-top: 15px;
    width: 200px;
    min-width: 200px;
  }
  .profile__header_navbar .list_navbar li.dropdown .dropdown-menu:before {
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #eeeeee;
  }
  .profile__header_navbar .list_navbar li.dropdown .dropdown-menu:after {
    top: -19px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
  }
  .profile__header_navbar .list_navbar li.dropdown .dropdown-menu .head_title {
    font-size: 14px;
  }
  .profile__header_navbar .list_navbar li.dropdown .dropdown-menu .no_data {
    font-size: 22px;
  }
  .profile__header_navbar .list_navbar li.dropdown .dropdown-menu .list_followers {
    height: auto;
    max-height: 176px;
    max-width: 100%;
  }
  .profile__header_navbar .list_navbar li.dropdown .dropdown-menu .list_followers li {
    padding: 5px 10px;
  }
  .profile__header_navbar .list_navbar li.dropdown .dropdown-menu .list_followers li .wrap {
    width: 100%;
  }
  .profile__header_navbar .list_navbar li.dropdown .dropdown-menu .list_followers li .wrap .image {
    width: 34px;
    height: 34px;
    margin-right: 10px;
  }
  .profile__header_navbar .list_navbar li.dropdown .dropdown-menu .list_followers li .wrap .name {
    font-size: 14px;
    width: calc(100% - 44px);
  }
  .profile__body {
    padding: 25px 0;
  }
  .profile__body .container {
    width: 100%;
  }
  .profile__body .photo-list-container .sorting-group {
    width: 85%;
  }
  .profile__body .photo-list-container .committee-picks {
    width: 41px;
    height: 41px;
  }
  .profile__body .photo-list-container .photo-top-badge {
    width: 35px;
  }
  .profile__body .profile_photo__list {
    padding: 0;
  }
  .profile__body .profile_photo__list .item .img_wrapper .description_wrapper .name_week {
    font-size: 13px;
  }
  .profile__body .profile_loves__list {
    padding: 0;
  }
  .profile__body .profile_loves__list .item .wrap {
    height: 170px;
  }
  .profile__body .profile_loves__list .item .wrap .wrap_description {
    padding: 10px;
  }
  .profile__body .profile_loves__list .item .wrap .wrap_description .name {
    font-size: 14px;
  }
  .profile__body .profile_loves__list .item .wrap .wrap_description .week-name {
    font-size: 12px;
    white-space: normal;
  }
  .profile__body .profile_loves__list .item .wrap .wrap_description .row_comments_like .likes .numbers,
  .profile__body .profile_loves__list .item .wrap .wrap_description .row_comments_like .comments .numbers {
    font-size: 12px;
  }
  .profile__about {
    padding: 25px 10px;
  }
  .profile__about .about_description {
    border-bottom: 1px solid #e9e9e9;
  }
  .profile__about .caption {
    font-size: 22px;
    padding-bottom: 15px;
  }
  .profile__about p {
    font-size: 14px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
  .profile__about .about_photo {
    padding: 20px 15px 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .profile__about .about_photo .caption {
    width: 100%;
    padding: 0 15px 20px;
  }
  .profile__about .about_photo__item {
    width: 33.333%;
    margin-bottom: 25px;
    padding: 0 15px;
    padding-right: 0;
  }
  .profile__about .about_photo__item .title {
    font-size: 16px;
    padding: 0;
    padding-bottom: 6px;
  }
  .profile__about .about_photo__item a {
    font-size: 13px;
    line-height: 1.4;
    padding: 0;
    padding-bottom: 5px;
  }
  .profile__about .about_photo__item span {
    font-size: 13px;
  }
  .profile__about .about_photo__item .sub {
    font-size: 10px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .profile__body .container {
    width: 400px;
  }
}

.error_page {
  padding: 50px 0;
}

.error_page .row {
  align-items: center;
}

.error_page__box {
  position: relative;
}

.error_page .title {
  display: block;
  font-size: 30px;
  color: #444444;
  font-weight: normal;
  padding-bottom: 20px;
  margin: 0;
}

.error_page .error_text {
  font-size: 100px;
  color: #e65f50;
  font-family: "Sue Ellen Francisco", cursive;
  display: inline-block;
  line-height: 1;
  padding: 50px 0;
}

.error_page .list_reasons {
  padding: 0 0 0 30px;
  margin: 0;
  list-style: none;
}

.error_page .list_reasons li {
  margin: 5px 0;
  padding: 0;
  font-size: 18px;
  color: #5D5D5D;
  padding-left: 30px;
  position: relative;
  list-style: none;
}

.error_page .list_reasons li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMS45OTkgNTExLjk5OSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjk5OSA1MTEuOTk5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIGNsYXNzPSIiPjxnPjxwYXRoIHN0eWxlPSJmaWxsOiNGOUMwMDAiIGQ9Ik00MjcuNTM0LDczLjA4NGwtMjI0LjUxLDIyNC41MWMtNi4wNTEsNi4wNTEtMTUuODYzLDYuMDUxLTIxLjkxNCwwbC05Ni42NDUtOTYuNjQ1TDguMDk5LDI3Ny4zMTMgIGwxNDUuNzg1LDE0NS43ODVjMTAuMTI3LDEwLjEyNywyMy44NjIsMTUuODE2LDM4LjE4MywxNS44MTZsMCwwYzE0LjMyLDAsMjguMDU3LTUuNjksMzguMTgyLTE1LjgxNmwyNzMuNjUtMjczLjY1TDQyNy41MzQsNzMuMDg0eiIgZGF0YS1vcmlnaW5hbD0iI0E1RUI3OCIgY2xhc3M9IiIgZGF0YS1vbGRfY29sb3I9IiNBNUVCNzgiPjwvcGF0aD48ZyBzdHlsZT0ib3BhY2l0eTowLjE7Ij4KCTxwYXRoIGQ9Ik00NzguNjQ2LDEyNC4xOTZMMTg5Ljc1NCw0MTMuMDg3Yy03Ljk5Myw3Ljk5Mi0xOC4wNDMsMTMuNDQyLTI4LjkwMiwxNS44NzJjOS4wNjYsNi40MjUsMTkuOTU2LDkuOTU1LDMxLjIxNSw5Ljk1NWwwLDAgICBjMTQuMzIsMCwyOC4wNTctNS42OSwzOC4xODItMTUuODE2bDI3My42NS0yNzMuNjVMNDc4LjY0NiwxMjQuMTk2eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgc3R5bGU9ImZpbGw6IzVENUQ1RCI+PC9wYXRoPgo8L2c+PHBhdGggZD0iTTE5Mi4wNjgsNDQ3LjAxNGMtMTYuNTg3LDAtMzIuMTgyLTYuNDU5LTQzLjkxMi0xOC4xODlMMi4zNzIsMjgzLjA0Yy0zLjE2My0zLjE2My0zLjE2My04LjI5MiwwLTExLjQ1NGw3Ni4zNjYtNzYuMzY2ICBjMy4xNjQtMy4xNjMsOC4yOTItMy4xNjMsMTEuNDU1LDBsMjguNjY4LDI4LjY2N2MzLjE2MywzLjE2MywzLjE2Myw4LjI5MiwwLDExLjQ1NGMtMy4xNjUsMy4xNjMtOC4yOTMsMy4xNjItMTEuNDU1LDBsLTIyLjk0LTIyLjk0ICBsLTY0LjkxMSw2NC45MTFsMTQwLjA1OCwxNDAuMDU4YzguNjY5LDguNjY5LDIwLjE5NSwxMy40NDMsMzIuNDU2LDEzLjQ0M2MxMi4yNiwwLDIzLjc4NS00Ljc3NSwzMi40NTYtMTMuNDQzbDE4Ni45NTEtMTg2Ljk1MiAgYzMuMTYzLTMuMTYzLDguMjkxLTMuMTY0LDExLjQ1NSwwYzMuMTYzLDMuMTYzLDMuMTYzLDguMjkyLDAsMTEuNDU0TDIzNS45NzksNDI4LjgyNiAgQzIyNC4yNDgsNDQwLjU1NSwyMDguNjUzLDQ0Ny4wMTQsMTkyLjA2OCw0NDcuMDE0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgc3R5bGU9ImZpbGw6IzVENUQ1RCI+PC9wYXRoPjxwYXRoIGQ9Ik0xOTIuMDY4LDMxMC4yMzJjLTYuMzAzLDAtMTIuMjI4LTIuNDU0LTE2LjY4NC02LjkxMWwtNDUuMDY4LTQ1LjA2OGMtMy4xNjMtMy4xNjMtMy4xNjMtOC4yOTIsMC0xMS40NTQgIGMzLjE2NC0zLjE2Myw4LjI5Mi0zLjE2MywxMS40NTUsMGw0NS4wNjgsNDUuMDY4YzEuMzk2LDEuMzk2LDMuMjU0LDIuMTY1LDUuMjI5LDIuMTY1czMuODMzLTAuNzY5LDUuMjMtMi4xNjZMNDIxLjgwNiw2Ny4zNTcgIGMzLjE2NC0zLjE2Myw4LjI5Mi0zLjE2MywxMS40NTUsMGw3Ni4zNjYsNzYuMzY2YzEuNTE4LDEuNTE4LDIuMzcyLDMuNTc5LDIuMzcyLDUuNzI3cy0wLjg1Myw0LjIwOS0yLjM3Miw1LjcyN2wtNjMuNzg3LDYzLjc4NyAgYy0zLjE2NCwzLjE2My04LjI5MiwzLjE2Mi0xMS40NTUsMGMtMy4xNjMtMy4xNjMtMy4xNjMtOC4yOTIsMC0xMS40NTRsNTguMDYxLTU4LjA2bC02NC45MS02NC45MUwyMDguNzUyLDMwMy4zMjEgIEMyMDQuMjk1LDMwNy43NzcsMTk4LjM2OSwzMTAuMjMyLDE5Mi4wNjgsMzEwLjIzMnoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiIHN0eWxlPSJmaWxsOiM1RDVENUQiPjwvcGF0aD48L2c+IDwvc3ZnPg==);
  background-size: 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}

.error_page .list_reasons .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.error_page .list_reasons .title:before {
  display: none;
}

.error_page .img_wrapper {
  width: 100%;
}

.error_page .img_wrapper img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .slick-list {
    padding: 0 170px !important;
  }
}

@media screen and (max-width: 767px) {
  .slick-list {
    padding: 0 20px !important;
  }
}

.patron-tutorials-wrapper {
  overflow: visible;
  display: flex;
  flex-direction: column;
}

.patron-tutorials-wrapper #uploadingModal {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.patron-tutorials-wrapper #uploadingModal .uploading-modal {
  background: #f2f2f2;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 80%;
  height: 600px;
  padding: 50px;
  max-width: 900px;
}

@media screen and (max-width: 767px) {
  .patron-tutorials-wrapper #uploadingModal .uploading-modal {
    padding: 15px 10px;
    height: auto;
    width: 96% !important;
  }
}

.patron-tutorials-wrapper #uploadingModal .uploading-modal .title p {
  font-size: 22px;
  font-weight: 300;
  color: #5d5d5d;
}

.patron-tutorials-wrapper #uploadingModal .uploading-modal .form {
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
}

.patron-tutorials-wrapper #uploadingModal .uploading-modal .form-item {
  display: flex;
  justify-content: flex-start;
  width: 70%;
  margin: 0 0 1rem;
}

.patron-tutorials-wrapper #uploadingModal .uploading-modal .form-item .form-input-invalid {
  border: 1px solid red;
}

.patron-tutorials-wrapper #uploadingModal .uploading-modal .form-item label {
  font-size: 16px;
  width: 30%;
  font-weight: 300;
  margin-right: 2rem;
  text-align: end;
}

@media screen and (max-width: 767px) {
  .patron-tutorials-wrapper #uploadingModal .uploading-modal .form-item label {
    width: 100%;
    text-align: left;
  }
}

.patron-tutorials-wrapper #uploadingModal .uploading-modal .form-item input {
  width: 45%;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #c6c6c6;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  height: 80%;
}

@media screen and (max-width: 767px) {
  .patron-tutorials-wrapper #uploadingModal .uploading-modal .form-item input {
    width: 100%;
    max-width: 100%;
    padding: 6px 10px;
  }
}

@media screen and (max-width: 767px) {
  .patron-tutorials-wrapper #uploadingModal .uploading-modal .form-item {
    flex-direction: column;
    width: 100%;
  }
}

.patron-tutorials-wrapper #uploadingModal .uploading-modal .form-item .checkboxes {
  display: flex;
  justify-content: space-between;
  height: 200px;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: wrap;
}

.patron-tutorials-wrapper #uploadingModal .uploading-modal .form-item .checkboxes-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  margin-bottom: 1rem;
}

.patron-tutorials-wrapper #uploadingModal .uploading-modal .form-item .checkboxes-item.rigth {
  right: 10px;
}

.patron-tutorials-wrapper #uploadingModal .uploading-modal .form-item .checkboxes-item input[type="checkbox"] {
  width: 33px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #c6c6c6;
  font-size: 15px;
  font-weight: normal;
  margin: 0 1rem 0 0;
}

@media screen and (max-width: 767px) {
  .patron-tutorials-wrapper #uploadingModal .uploading-modal .form-item .checkboxes-item input[type="checkbox"] {
    width: 30px;
    height: 30px;
  }
}

.patron-tutorials-wrapper #uploadingModal .uploading-modal .form-item .checkboxes-item label {
  width: 100%;
  text-align: start;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .patron-tutorials-wrapper #uploadingModal .uploading-modal .form-item .checkboxes-item label {
    margin-right: 0;
    font-size: 14px;
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .patron-tutorials-wrapper #uploadingModal .uploading-modal .form-item .checkboxes-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .patron-tutorials-wrapper #uploadingModal .uploading-modal .form-item .checkboxes {
    width: 100%;
  }
}

.patron-tutorials-wrapper #uploadingModal .uploading-modal .form .custom-file-upload {
  background-color: #00a3b3;
  border-radius: 3px;
  width: 160px;
  height: 30px;
  color: white;
  text-decoration: none;
  margin-top: 3rem;
  cursor: pointer;
  padding: 5px;
  text-align: center;
  font-weight: 400;
}

.patron-tutorials-wrapper #uploadingModal .uploading-modal .form .custom-file-upload i {
  font-size: 11px;
}

.patron-tutorials-wrapper #uploadingModal .uploading-modal .form .custom-file-upload_wrapper {
  width: 100%;
  display: flex;
  width: 100%;
  margin-left: 23%;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .patron-tutorials-wrapper #uploadingModal .uploading-modal .form .custom-file-upload_wrapper {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .patron-tutorials-wrapper #uploadingModal .uploading-modal .form .custom-file-upload {
    margin: 3rem auto 0;
  }
}

.patron-tutorials-wrapper #uploadingModal .uploading-modal .form .file-name {
  position: absolute;
}

.patron-tutorials-wrapper #uploadingModal .uploading-modal .form input[type="file"] {
  display: none;
}

.patron-tutorials-wrapper #uploadingModal .uploading-modal .submit-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5rem;
  position: relative;
}

.patron-tutorials-wrapper #uploadingModal .uploading-modal .submit-btn .spinner {
  position: relative;
}

.patron-tutorials-wrapper #uploadingModal .uploading-modal .submit-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .patron-tutorials-wrapper #uploadingModal .uploading-modal .submit-btn {
    justify-content: center;
  }
}

.patron-tutorials-wrapper #uploadingModal .uploading-modal .error-msg {
  display: flex;
  justify-content: center;
  width: 80%;
}

.patron-tutorials-wrapper #uploadingModal .uploading-modal .error-msg ul li {
  line-height: 1;
  font-size: 16px;
  color: tomato;
  list-style: none;
  padding-bottom: 10px;
}

.patron-tutorials-wrapper .spinner_container_photo {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

.patron-tutorials_main__banner {
  width: 100%;
  min-height: 300px;
  background: url(/img/png/patron-tutorials_main.png) no-repeat center 0%/100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.patron-tutorials_main__banner-logo {
  width: 100%;
  display: flex;
  justify-content: center;
}

.patron-tutorials_main__banner-logo img {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .patron-tutorials_main__banner-logo img {
    width: 50%;
    object-fit: contain;
  }
}

.patron-tutorials_main__banner .root-btn {
  display: flex;
  justify-content: flex-end;
  margin: 2rem;
}

.patron-tutorials_main__banner .root-btn button {
  z-index: 9;
}

@media screen and (max-width: 767px) {
  .patron-tutorials_main__banner .root-btn button {
    margin-right: 0.5em;
  }
}

@media screen and (max-width: 991px) {
  .patron-tutorials_main__banner .root-btn {
    margin: 2rem 0;
  }
}

@media screen and (max-width: 767px) {
  .patron-tutorials_main__banner {
    min-height: 120px;
    background-size: cover;
  }
}

.patron-tutorials_options {
  margin-top: 3rem;
  display: flex;
}

.patron-tutorials_options__filter {
  background: #fff;
}

.patron-tutorials_options__filter .btn_filter {
  margin-left: 6px;
  padding: 6px 1.8rem;
  font-size: 16px;
  box-shadow: 0px 3px 0px #c6c6c6;
  background: #f2f2f2;
  color: #5d5d5d;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  top: 0;
  transition: 0.2s;
  white-space: nowrap;
  transition: 0.2s;
  white-space: nowrap;
}

.patron-tutorials_options__filter .btn_filter i,
.patron-tutorials_options__filter .btn_filter .shredding_icon {
  position: absolute;
  left: 10px;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}

.patron-tutorials_options__filter .btn_filter:hover, .patron-tutorials_options__filter .btn_filter:focus {
  top: 2px;
  text-decoration: none;
  box-shadow: 0px 2px 0px #c6c6c6;
}

.patron-tutorials_options__filter .btn_filter:hover i, .patron-tutorials_options__filter .btn_filter:focus i {
  transform: translateY(-50%) scale(1.1);
}

.patron-tutorials_options__filter .btn_filter:active {
  transform: scale(0.9);
}

.patron-tutorials_options__filter .btn_filter.active {
  background: #dadada;
  top: 2px;
  text-decoration: none;
  box-shadow: 0px 2px 0px #c6c6c6;
}

.patron-tutorials_options__filter .btn_filter.withIcon span {
  margin-left: 25px;
}

.patron-tutorials_options__filter .btn_filter:disabled {
  background: #aeaeae;
}

.patron-tutorials_options__filter .btn_filter:disabled:hover, .patron-tutorials_options__filter .btn_filter:disabled:active, .patron-tutorials_options__filter .btn_filter:disabled:focus {
  top: 0px;
  text-decoration: none;
  box-shadow: 0px 3px 0px #c6c6c6;
  cursor: not-allowed;
}

.patron-tutorials_options__filter .btn_filter:disabled:hover i, .patron-tutorials_options__filter .btn_filter:disabled:active i, .patron-tutorials_options__filter .btn_filter:disabled:focus i {
  transform: translateY(-50%);
}

.patron-tutorials_options__filter > ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.patron-tutorials_options__filter > ul li {
  margin-bottom: 7px;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .patron-tutorials_options__filter > ul {
    padding: 0 0.7rem;
  }
}

.patron-tutorials_videos .row {
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.patron-tutorials_videos_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  flex-wrap: wrap;
  width: 100%;
  align-items: baseline;
}

.patron-tutorials_videos_wrapper .text-center {
  width: 100%;
}

.patron-tutorials_videos_wrapper .video-wrapper {
  display: flex;
  justify-content: center;
  flex-basis: 20%;
}

.patron-tutorials_videos_wrapper .video-wrapper__inner {
  display: flex;
  justify-content: center;
  margin: 10px;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.patron-tutorials_videos_wrapper .video-wrapper__inner .dropdown_option {
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 1;
}

.patron-tutorials_videos_wrapper .video-wrapper__inner .dropdown_option .patreon-teaser__button {
  min-width: 30px;
  width: 30px;
  height: 30px;
  font-size: 18px;
  border-radius: 0 0 0 5px;
  border-top: 0;
  border-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c6c6c6;
  background: #fff;
  font-size: 24px;
  color: #c6c6c6;
}

.patron-tutorials_videos_wrapper .video-wrapper__inner .dropdown_option .dropdown-menu {
  top: 100%;
}

.patron-tutorials_videos_wrapper .video-wrapper__inner .dropdown_option .dropdown-menu li {
  left: auto;
  right: 0;
  min-width: 170px;
  padding: 5px 0;
}

.patron-tutorials_videos_wrapper .video-wrapper__inner .dropdown_option .dropdown-menu li a {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .patron-tutorials_videos_wrapper .video-wrapper__inner .dropdown_option .dropdown-menu li a {
    padding: 0 10px;
  }
}

@media screen and (max-width: 991px) {
  .patron-tutorials_videos_wrapper .video-wrapper__inner .dropdown_option .dropdown-menu li {
    min-width: 100px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .patron-tutorials_videos_wrapper .video-wrapper__inner .dropdown_option .dropdown-menu li {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .patron-tutorials_videos_wrapper .video-wrapper__inner .dropdown_option .dropdown-menu {
    min-width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .patron-tutorials_videos_wrapper .video-wrapper__inner .dropdown_option .dropdown-menu {
    left: -100%;
  }
}

@media screen and (max-width: 350px) {
  .patron-tutorials_videos_wrapper .video-wrapper__inner .dropdown_option .dropdown-menu {
    left: -50%;
    transform: translateX(-50%);
  }
}

.patron-tutorials_videos_wrapper .video-wrapper__inner .image {
  width: 250px;
  height: 150px;
  cursor: pointer;
}

.patron-tutorials_videos_wrapper .video-wrapper__inner .blur-image {
  filter: blur(2px);
}

.patron-tutorials_videos_wrapper .video-wrapper__inner .video-title {
  margin-top: 0;
  font-size: 16px;
  text-align: center;
  color: #5d5d5d;
}

.patron-tutorials_videos_wrapper .video-wrapper__inner .closed {
  width: 250px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  top: -150px;
  position: relative;
  margin-bottom: -150px;
  background-color: rgba(0, 0, 0, 0.4);
}

.patron-tutorials_videos_wrapper .video-wrapper__inner .closed p {
  text-align: center;
  color: #fff;
  width: 70%;
  font-weight: 300;
}

.patron-tutorials_videos_wrapper .video-wrapper__inner .closed a {
  width: 120px;
  height: 22px;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  color: #222222;
  line-height: 22px;
  text-decoration: none;
}

.patron-tutorials_videos_wrapper .video-wrapper__inner p {
  padding: 10px 0;
  font-size: 16px;
}

.patron-tutorials_videos_wrapper .video-wrapper__inner i {
  font-size: 18px;
}

.patron-tutorials .modal-header span {
  font-size: 22px;
  padding: 10px;
}

.patron-tutorials .modal-body {
  display: flex;
  justify-content: center;
}

.patron-tutorials-video-page {
  background: #222;
  width: 100%;
  min-height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  padding: 20px 15px;
}

.patron-tutorials-video-page .header-wrapper {
  display: flex;
  flex-direction: column;
  color: #fff;
}

.patron-tutorials-video-page .header-wrapper .back-arrow {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.patron-tutorials-video-page .header-wrapper .back-arrow .btn_default {
  padding: 10px 12px;
}

@media screen and (max-width: 767px) {
  .patron-tutorials-video-page .header-wrapper .back-arrow .btn_default {
    padding: 8px !important;
  }
}

.patron-tutorials-video-page .header-wrapper .back-arrow a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .patron-tutorials-video-page .header-wrapper .back-arrow a {
    font-size: 14px;
  }
}

.patron-tutorials-video-page .header-wrapper .video-title {
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  font-size: 22px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .patron-tutorials-video-page .header-wrapper .video-title {
    font-size: 18px;
    padding: 0 7px;
    margin-top: 2rem;
  }
}

.patron-tutorials-video-page__video {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .patron-tutorials-video-page__video {
    margin-top: 1.1rem;
    position: relative;
    width: 100%;
    height: 60%;
  }
}

@media screen and (max-width: 767px) {
  .patron-tutorials-video-page__video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 250px !important;
  }
}

@media screen and (max-width: 991px) {
  .patron-tutorials-video-page__video iframe {
    margin-bottom: 5rem;
  }
}

.patron-tutorials-video-page .spinner_container {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

.patron-tutorials-video-page .image {
  width: 100%;
  height: 450px;
}

.patron-tutorials-video-page .video-wrapper {
  display: flex;
  justify-content: center;
  flex-basis: 20%;
}

.patron-tutorials-video-page .video-wrapper__inner {
  height: 450px;
  width: 750px;
}

.patron-tutorials-video-page .video-wrapper__inner .image {
  width: 100%;
  height: 450px;
  cursor: pointer;
}

.patron-tutorials-video-page .video-wrapper__inner .closed {
  width: 100%;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  top: -450px;
  position: relative;
  margin-bottom: -450px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.patron-tutorials-video-page .video-wrapper__inner .closed p {
  text-align: center;
  color: #fff;
  width: 80%;
}

.patron-tutorials-video-page .video-wrapper__inner .closed a {
  width: 100px;
  height: 30px;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  color: #000;
  line-height: 30px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .patron-tutorials_main__banner {
    min-height: 150px;
  }
  .patron-tutorials_main__banner-logo img {
    width: 75%;
  }
  .patron-tutorials_main__banner .root-btn {
    width: 100%;
  }
  .patron-tutorials_main__banner .container-fluid {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .patron-tutorials_options__filter .list_filter {
    display: flex;
    justify-content: center;
  }
  .patron-tutorials_options__filter .btn_filter {
    padding: 6px 1.2rem;
    font-size: 10px;
  }
  .patron-tutorials_options__filter .btn_filter.withIcon span {
    margin-left: 25px;
  }
  .patron-tutorials .btn_filter.withIcon span {
    margin-left: 25px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
  .patron-tutorials_main__banner {
    min-height: 200px;
  }
  .patron-tutorials_main__banner-logo img {
    width: 380px;
  }
  .patron-tutorials_videos .row {
    max-width: 900px;
  }
  .patron-tutorials_options__filter .btn_filter {
    padding: 6px 1.2rem;
    font-size: 11px;
  }
  .patron-tutorials_options__filter .btn_filter.withIcon span {
    margin-left: 25px;
  }
  .patron-tutorials .btn_filter.withIcon span {
    margin-left: 25px;
  }
}

@media screen and (min-width: 1024px) and (max-device-width: 1299px) {
  .patron-tutorials_main__banner {
    min-height: 200px;
  }
  .patron-tutorials_main__banner-logo img {
    width: 380px;
  }
  .patron-tutorials_videos .row {
    max-width: 680px;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner {
    margin: 10px 10px 30px;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner .image {
    width: 200px;
    height: 110px;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner .video-title {
    margin-top: 0;
    font-size: 12px;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner i {
    font-size: 12px;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner .closed {
    width: 200px;
    height: 110px;
    top: -110px;
    margin-bottom: -110px;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner .closed p {
    font-size: 12px;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner .closed a {
    width: 95px;
    height: 16px;
    border-radius: 7px;
    font-size: 10px;
    line-height: 15px;
    margin-top: 0;
  }
  .patron-tutorials_options__filter .btn_filter {
    padding: 6px 1.3rem;
    font-size: 12px;
  }
  .patron-tutorials_options__filter .btn_filter.withIcon span {
    margin-left: 25px;
  }
  .patron-tutorials .btn_filter.withIcon span {
    margin-left: 25px;
  }
}

@media screen and (min-width: 1300px) and (max-device-width: 1440px) {
  .patron-tutorials_main__banner {
    min-height: 300px;
  }
  .patron-tutorials_main__banner-logo img {
    width: 500px;
  }
  .patron-tutorials_videos .row {
    max-width: 1060px;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner {
    margin: 10px 12px 30px;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner .image {
    width: 290px;
    height: 160px;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner .video-title {
    font-size: 18px;
    font-weight: 500;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner i {
    font-size: 18px;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner .closed {
    width: 290px;
    height: 160px;
    top: -160px;
    margin-bottom: -160px;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner .closed p {
    font-size: 16px;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner .closed a {
    width: 130px;
    height: 23px;
    font-size: 14px;
    line-height: 23px;
  }
  .patron-tutorials_options__filter .btn_filter {
    padding: 6px 1.8rem;
    font-size: 18px;
  }
  .patron-tutorials_options__filter .btn_filter.withIcon span {
    margin-left: 25px;
  }
  .patron-tutorials .btn_filter.withIcon span {
    margin-left: 25px;
  }
}

@media screen and (min-width: 1441px) {
  .patron-tutorials_options {
    margin-top: 5rem;
    display: flex;
  }
  .patron-tutorials_main__banner {
    min-height: 350px;
  }
  .patron-tutorials_main__banner-logo img {
    width: 600px;
  }
  .patron-tutorials_videos .row {
    max-width: 1300px;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner {
    margin: 10px 12px 30px;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner .image {
    width: 340px;
    height: 200px;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner .video-title {
    font-size: 20px;
    font-weight: 500;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner i {
    font-size: 20px;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner .closed {
    width: 340px;
    height: 200px;
    top: -200px;
    margin-bottom: -200px;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner .closed p {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner .closed a {
    width: 150px;
    height: 28px;
    font-size: 16px;
    line-height: 28px;
  }
  .patron-tutorials_options__filter .btn_filter {
    padding: 1px 2.4rem;
    font-size: 20px;
    height: 33px;
  }
  .patron-tutorials_options__filter .btn_filter.withIcon span {
    margin-left: 25px;
  }
}

@media screen and (min-width: 2000px) {
  .patron-tutorials_options {
    margin-top: 5rem;
    display: flex;
  }
  .patron-tutorials-wrapper #uploadingModal .uploading-modal {
    width: 60%;
  }
  .patron-tutorials_main__banner {
    min-height: 400px;
  }
  .patron-tutorials_main__banner-logo img {
    width: 700px;
  }
  .patron-tutorials_videos .row {
    max-width: 1600px;
  }
  .patron-tutorials_videos_wrapper {
    margin-top: 5rem;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner {
    margin: 10px 12px 30px;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner .image {
    width: 439px;
    height: 246px;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner .video-title {
    font-size: 20px;
    font-weight: 500;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner i {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner .closed {
    width: 439px;
    height: 246px;
    top: -246px;
    margin-bottom: -246px;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner .closed p {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 25px;
  }
  .patron-tutorials_videos_wrapper .video-wrapper__inner .closed a {
    width: 190px;
    height: 36px;
    font-size: 21px;
    line-height: 36px;
  }
  .patron-tutorials_options__filter .btn_filter {
    padding: 1px 3.5rem;
    font-size: 21px;
    height: 49px;
  }
}

@media screen and (max-width: 991px) {
  .slick-list {
    padding: 0 170px !important;
  }
}

@media screen and (max-width: 767px) {
  .slick-list {
    padding: 0 20px !important;
  }
}

.red-element {
  color: #e65f4f;
}

.become-patron-wrapper {
  display: flex;
  flex-direction: column;
}

.become-patron-wrapper .submit-photo-btn {
  text-align: center;
}

.become-patron-wrapper .read_more-block {
  display: flex;
  justify-content: space-between;
}

.become-patron-wrapper .become-patron-btn {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 20px 45px;
  background: #e65f50;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.become-patron-wrapper .patron_main__banner {
  background: url("/img/png/patron-page/patron_main__banner2_text.png") no-repeat right 50%/50%, url("/img/png/patron-page/patron_main__banner2.png") center/cover no-repeat;
  padding: 150px 115px 120px;
}

.become-patron-wrapper .patron_main__banner-logo {
  max-width: 600px;
  width: 100%;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .patron_main__banner-logo {
    margin: 0 auto 60px;
  }
}

.become-patron-wrapper .patron_main__banner-logo img {
  width: 100%;
}

.become-patron-wrapper .patron_main__banner-text {
  width: 100%;
  max-width: 685px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 145px;
  line-height: 1.3;
  font-weight: 200;
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .patron_main__banner-text {
    text-align: center;
    padding: 0 15px;
  }
}

.become-patron-wrapper .patron_main__banner-button {
  height: 65px;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.3;
}

.become-patron-wrapper .patron_main__banner-button:hover, .become-patron-wrapper .patron_main__banner-button:focus {
  background: #c35347;
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .patron_main__banner-button {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .patron_main__banner .container-fluid .row {
    margin: 0;
  }
}

.become-patron-wrapper .become_patron {
  padding: 60px 100px 0;
}

.become-patron-wrapper .become_patron .caption {
  width: 100%;
  color: #e65f4f;
  font-size: 45px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .become_patron .caption {
    font-size: 32px;
    line-height: 1.3;
  }
}

.become-patron-wrapper .become_patron .sub_caption {
  width: 100%;
  font-size: 30px;
  line-height: 1.1;
  max-width: 1440px;
  margin: 0 auto 30px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .become_patron .sub_caption {
    line-height: 1.2;
  }
}

.become-patron-wrapper .become_patron .sub_caption_2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.475;
  text-align: center;
  color: #5d5d5d;
  margin-bottom: 65px;
}

.become-patron-wrapper .become_patron .read_more {
  font-size: 26px;
  color: #00a3b3;
  font-weight: 400;
  display: block;
  text-decoration: none;
}

.become-patron-wrapper .become_patron .read_more:hover, .become-patron-wrapper .become_patron .read_more:focus {
  text-decoration: underline;
}

.become-patron-wrapper .become_patron .text-read-more {
  font-size: 18px !important;
  line-height: 1.5;
}

.become-patron-wrapper .become_patron .text-read-more_par {
  display: block;
  margin-bottom: 0.7rem;
  line-height: 1.4;
  font-size: 18px;
}

.become-patron-wrapper .become_patron .text-read-more_image img {
  margin-top: 1rem;
  width: 95%;
}

.become-patron-wrapper .become_patron .delimiter {
  margin: 55px auto;
  width: 280px;
  height: 2px;
  background: #7a7776;
}

.become-patron-wrapper .become_patron .sub_caption_2 {
  max-width: 890px;
  width: 100%;
  margin: 0 auto 65px;
}

.become-patron-wrapper .become_patron .why_become_patron {
  list-style-type: none;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}

.become-patron-wrapper .become_patron .why_become_patron .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 195px;
  height: 195px;
  margin-bottom: 35px;
  border: 1px solid #4d4d4d;
  border-radius: 200px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

.become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img {
  object-fit: contain;
}

.become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__access-coursers {
  width: 165px;
  height: 165px;
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__access-coursers {
    width: 105px !important;
    height: 105px !important;
  }
}

.become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__framers {
  width: 135px;
  height: 135px;
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__framers {
    width: 85px !important;
    height: 85px !important;
  }
}

.become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__instant-access {
  width: 125px;
  height: 125px;
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__instant-access {
    width: 85px !important;
    height: 85px !important;
  }
}

.become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__advanced-filters {
  width: 195px;
  height: 195px;
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__advanced-filters {
    width: 170px !important;
    height: 170px !important;
  }
}

.become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__off-rails {
  width: 110px;
  height: 115px;
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__off-rails {
    width: 75px !important;
    height: 80px !important;
  }
}

.become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__custom-profile {
  width: 110px;
  height: 115px;
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__custom-profile {
    width: 65px !important;
    height: 65px !important;
  }
}

.become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__custom-profile {
  width: 95px;
  height: 95px;
}

.become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__create-group {
  width: 95px;
  height: 95px;
}

.become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__search-everything {
  width: 110px;
  height: 95px;
}

.become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__img__fb-group {
  width: 110px;
  height: 110px;
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper {
    width: 120px !important;
    height: 120px !important;
  }
}

.become-patron-wrapper .become_patron .why_become_patron .item .description {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.become-patron-wrapper .become_patron .why_become_patron .item .description .title {
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 15px;
}

.become-patron-wrapper .become_patron .why_become_patron .item .description p {
  font-size: 23px;
  text-align: center;
  font-weight: 500;
  width: 80%;
}

@media (max-width: 1440px) {
  .become-patron-wrapper .become_patron .why_become_patron .item .description .title {
    font-size: 34px;
  }
  .become-patron-wrapper .become_patron .why_become_patron .item .description p {
    font-size: 21px;
    width: 90%;
  }
}

.become-patron-wrapper .become_patron .ps-text {
  font-size: 16px;
}

.become-patron-wrapper .user-has-tier {
  padding-top: 100px;
}

.become-patron-wrapper .choose_tier {
  padding: 65px 0 110px;
  background: #f6f6f6;
}

.become-patron-wrapper .choose_tier .container-fluid {
  max-width: 1540px;
}

.become-patron-wrapper .choose_tier .container-fluid .cancel-subscribe {
  position: absolute;
  width: 100px;
  height: 60px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  right: 3rem;
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .choose_tier .container-fluid .cancel-subscribe {
    position: relative;
    width: 170px;
    height: 42px;
    margin: 0 auto 20px;
    display: block;
    right: auto;
  }
}

.become-patron-wrapper .choose_tier .subscription__switch {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
  margin-top: -130px;
}

.become-patron-wrapper .choose_tier .subscription__switch-month {
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  text-transform: uppercase;
}

.become-patron-wrapper .choose_tier .subscription__switch-year {
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  align-items: flex-start;
}

.become-patron-wrapper .choose_tier .subscription__switch-year .teal {
  color: #00a3b3;
}

.become-patron-wrapper .choose_tier .subscription__switch-year .red {
  color: #e34c3b;
}

.become-patron-wrapper .choose_tier .subscription__switch input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.become-patron-wrapper .choose_tier .subscription__switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 90px;
  height: 40px;
  background: #fff;
  display: block;
  border-radius: 100px;
  position: relative;
  border: 1px solid #ebe9e8;
}

.become-patron-wrapper .choose_tier .subscription__switch label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 35px;
  height: 35px;
  background: #00a3b3;
  border-radius: 90px;
  transition: 0.3s;
}

.become-patron-wrapper .choose_tier .subscription__switch input:checked + label {
  background: #fff;
}

.become-patron-wrapper .choose_tier .subscription__switch input:checked + label:after {
  left: calc(100% - 3px);
  transform: translateX(-100%);
}

.become-patron-wrapper .choose_tier .subscription__switch label:active:after {
  width: 90px;
}

.become-patron-wrapper .choose_tier .subscription__switch body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.become-patron-wrapper .choose_tier .subscription__switch-disabled label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 35px;
  height: 35px;
  background: #ccc;
  border-radius: 90px;
  transition: 0.3s;
}

.become-patron-wrapper .choose_tier .caption {
  font-size: 36px;
  margin-bottom: 60px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .choose_tier .caption {
    font-size: 30px;
  }
}

.become-patron-wrapper .choose_tier .sub-toggler {
  margin-bottom: 50px;
}

.become-patron-wrapper .choose_tier .scroll-choose-list {
  max-width: 100%;
  overflow: auto;
}

.become-patron-wrapper .choose_tier__list {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  padding: 0;
}

.become-patron-wrapper .choose_tier__list .slick-list {
  display: flex;
}

.become-patron-wrapper .choose_tier__list .slick-track {
  display: flex;
}

.become-patron-wrapper .choose_tier__list_item {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  min-width: 350px;
}

@media screen and (max-width: 991px) {
  .become-patron-wrapper .choose_tier__list_item {
    padding: 0 12px;
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .choose_tier__list_item {
    width: 310px;
    min-width: 310px;
  }
}

.become-patron-wrapper .choose_tier__list_item .f-semi {
  font-family: "Barlow", sans-serif;
}

.become-patron-wrapper .choose_tier__list_item .recommended {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  background: #00a3b3;
  padding: 20px 0;
  width: 105%;
  border-radius: 10px;
  text-align: center;
  position: relative;
  top: 10px;
  left: -10px;
  margin-top: -10px;
  z-index: 1;
}

@media (max-width: 1200px) {
  .become-patron-wrapper .choose_tier__list_item .recommended {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .choose_tier__list_item .recommended {
    left: -7px;
  }
}

.become-patron-wrapper .choose_tier__list_item .recommended + .inner-block {
  border-radius: 0 0 8px 8px;
}

.become-patron-wrapper .choose_tier__list_item .current-users-tier {
  opacity: 0.3;
}

.become-patron-wrapper .choose_tier__list_item .inner-block {
  display: flex;
  justify-content: space-between;
  padding: 43px 40px 0;
  background: #fff;
  border-radius: 8px;
  border: 1.2px solid #959595;
  height: 100%;
}

.become-patron-wrapper .choose_tier__list_item .inner-block .top-block,
.become-patron-wrapper .choose_tier__list_item .inner-block .bottom-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.become-patron-wrapper .choose_tier__list_item .inner-block .top-block .prices-label,
.become-patron-wrapper .choose_tier__list_item .inner-block .bottom-block .prices-label {
  text-align: center;
  font-size: 18px;
}

.become-patron-wrapper .choose_tier__list_item .inner-block .err-message {
  text-align: center;
  padding: 5px 0;
  color: tomato;
}

.become-patron-wrapper .choose_tier__list_item .inner-block .limmited {
  text-align: center;
  font-size: 16px;
  padding-top: 5px;
}

.become-patron-wrapper .choose_tier__list_item .inner-block .patron-plus-title-block {
  display: flex;
}

.become-patron-wrapper .choose_tier__list_item .inner-block .patron-plus-title-block .patron-plus-name {
  font-size: 84px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.75;
  letter-spacing: normal;
  text-align: center;
  color: #363636;
  padding-bottom: 42px;
  position: relative;
  padding-right: 63px;
}

@media screen and (max-width: 1200px) {
  .become-patron-wrapper .choose_tier__list_item .inner-block .patron-plus-title-block .patron-plus-name {
    font-size: 45px;
    padding-bottom: 30px;
    padding-right: 43px;
  }
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .choose_tier__list_item .inner-block .patron-plus-title-block .patron-plus-name {
    font-size: 32px;
    padding-right: 23px;
    padding-bottom: 16px;
  }
}

.become-patron-wrapper .choose_tier__list_item .inner-block .patron-plus-title-block .tier_plus {
  font-size: 84px;
  font-weight: 600;
  position: absolute;
  top: -8px;
  right: 13px;
}

@media screen and (max-width: 1200px) {
  .become-patron-wrapper .choose_tier__list_item .inner-block .patron-plus-title-block .tier_plus {
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .choose_tier__list_item .inner-block .patron-plus-title-block .tier_plus {
    font-size: 32px;
    right: 4px;
    top: -4px;
  }
}

.become-patron-wrapper .choose_tier__list_item .inner-block .tier_name {
  font-size: 85px;
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
}

.become-patron-wrapper .choose_tier__list_item .inner-block .tier_name .tier_plus {
  position: absolute;
  top: -8px;
  right: -52px;
  font-size: 84px;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .become-patron-wrapper .choose_tier__list_item .inner-block .tier_name {
    font-size: 45px;
  }
}

@media screen and (max-width: 768px) {
  .become-patron-wrapper .choose_tier__list_item .inner-block .tier_name .tier_plus {
    top: -15px !important;
    font-size: 44px !important;
  }
  .become-patron-wrapper .choose_tier__list_item .inner-block .tier_name .red-plus-btn {
    width: 18px !important;
  }
  .become-patron-wrapper .choose_tier__list_item .inner-block .tier_name .play-btn {
    width: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .choose_tier__list_item .inner-block .tier_name {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.become-patron-wrapper .choose_tier__list_item .inner-block .img_wrapper {
  width: 100%;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
}

.become-patron-wrapper .choose_tier__list_item .inner-block .img_wrapper img {
  width: 186px;
  display: block;
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .choose_tier__list_item .inner-block .img_wrapper img {
    width: 160px;
  }
}

.become-patron-wrapper .choose_tier__list_item .inner-block .tier_payment .tier_add {
  font-size: 38px;
  font-weight: 500;
  position: relative;
}

.become-patron-wrapper .choose_tier__list_item .inner-block .tier_btn-wrapper {
  text-align: center;
}

.become-patron-wrapper .choose_tier__list_item .inner-block .tier_price-block .tier_price {
  font-size: 90px;
  font-weight: 300;
  position: relative;
  padding: 0 25px;
  line-height: 1;
  margin-bottom: 5px;
}

.become-patron-wrapper .choose_tier__list_item .inner-block .tier_price-block .tier_price span {
  font-size: 40px;
  position: absolute;
  top: 8px;
  left: 0;
}

@media (max-width: 1200px) {
  .become-patron-wrapper .choose_tier__list_item .inner-block .tier_price-block .tier_price {
    font-size: 70px;
  }
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .choose_tier__list_item .inner-block .tier_price-block .tier_price {
    font-size: 54px;
  }
  .become-patron-wrapper .choose_tier__list_item .inner-block .tier_price-block .tier_price span {
    font-size: 26px;
    top: 4px;
  }
}

.become-patron-wrapper .choose_tier__list_item .inner-block .tier_price-block .disabled-price {
  display: flex;
  margin-bottom: 33px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .choose_tier__list_item .inner-block .tier_price-block .disabled-price {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

.become-patron-wrapper .choose_tier__list_item .inner-block .tier_price-block .disabled-price .price {
  color: #444444;
  font-size: 56px;
  padding-bottom: 0;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .choose_tier__list_item .inner-block .tier_price-block .disabled-price .price {
    font-size: 25px;
  }
}

.become-patron-wrapper .choose_tier__list_item .inner-block .tier_price-block .disabled-price .cross-out {
  position: absolute;
  width: 100%;
  border-top: 2px solid #e65f4f;
  top: 50%;
}

.become-patron-wrapper .choose_tier__list_item .inner-block .tier_price-block .disabled-price .dollar-sign {
  font-size: 31px;
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .choose_tier__list_item .inner-block .tier_price-block .disabled-price .dollar-sign {
    font-size: 16px;
  }
}

.become-patron-wrapper .choose_tier__list_item .inner-block .tier_price-block .tier_duration {
  font-size: 31px;
  margin-bottom: 20px;
  padding-bottom: 0;
  line-height: 1;
}

.become-patron-wrapper .choose_tier__list_item .inner-block .tier_price-block .tier_annual_price {
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
  padding-bottom: 0;
  line-height: 1;
}

.become-patron-wrapper .choose_tier__list_item .inner-block .tier_price-block .tier_annual_price .price {
  color: #444444;
  font-size: 24px;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .choose_tier__list_item .inner-block .tier_price-block .tier_annual_price {
    margin-bottom: 30px;
  }
}

.become-patron-wrapper .choose_tier__list_item .inner-block .limited-block {
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .choose_tier__list_item .inner-block .row_btn {
    width: 100%;
  }
}

.become-patron-wrapper .choose_tier__list_item .inner-block .submit-photo-btn {
  box-shadow: none;
  text-transform: uppercase;
  position: relative;
  min-width: 320px;
  font-size: 24px;
  font-weight: 600;
  padding: 18px 15px;
}

@media (max-width: 1200px) {
  .become-patron-wrapper .choose_tier__list_item .inner-block .submit-photo-btn {
    min-width: 270px;
  }
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .choose_tier__list_item .inner-block .submit-photo-btn {
    min-width: 100%;
    font-size: 16px;
  }
}

.become-patron-wrapper .choose_tier__list_item .inner-block .submit-photo-btn .tier_plus {
  position: absolute;
  top: 12px;
  font-size: 24px;
  margin-left: 3px;
}

.become-patron-wrapper .choose_tier__list_item .inner-block .submit-photo-btn .limmited {
  text-align: center;
  font-size: 20px;
  margin-top: 5px;
}

.become-patron-wrapper .choose_tier__list_item .inner-block .tier_advantage .tier_description {
  text-align: center;
  font-size: 23px;
  margin-bottom: 40px;
  padding: 0 15px;
}

@media (max-width: 1200px) {
  .become-patron-wrapper .choose_tier__list_item .inner-block .tier_advantage .tier_description {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .choose_tier__list_item .inner-block .tier_advantage .tier_description {
    font-size: 16px;
  }
}

.become-patron-wrapper .choose_tier__list_item .inner-block .tier_advantage .tier_advantage {
  list-style-type: none;
  padding-left: 0;
}

.become-patron-wrapper .choose_tier__list_item .inner-block .tier_advantage .tier_advantage li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 0;
  font-size: 21px;
  margin-bottom: 40px;
  font-weight: 500;
}

.become-patron-wrapper .choose_tier__list_item .inner-block .tier_advantage .tier_advantage li:before {
  position: absolute;
  content: "";
  background: url("/img/svg/patron_page/checkbox-circular.svg") center/contain no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: 8px;
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .choose_tier__list_item .inner-block .tier_advantage .tier_advantage li:before {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 1200px) {
  .become-patron-wrapper .choose_tier__list_item .inner-block .tier_advantage .tier_advantage li {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .become-patron-wrapper .choose_tier__list_item .inner-block .tier_advantage .tier_advantage li {
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .choose_tier__list_item .inner-block .tier_advantage .tier_advantage li {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1200px) {
  .become-patron-wrapper .choose_tier__list_item .inner-block {
    padding: 50px 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .choose_tier__list_item .inner-block {
    padding: 30px 10px 10px;
  }
}

.become-patron-wrapper .choose_tier__list_item .patron-plus {
  background-color: #edfcff;
}

.become-patron-wrapper .choose_tier__list_item:nth-child(2) .inner-block .tier_advantage .tier_description, .become-patron-wrapper .choose_tier__list_item:nth-child(3) .inner-block .tier_advantage .tier_description {
  padding: 0 25px;
}

@media (max-width: 1500px) {
  .become-patron-wrapper .choose_tier__list {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .become-patron-wrapper .choose_tier__list {
    width: -webkit-fit-content;
    width: fit-content;
  }
}

.become-patron-wrapper .choose_tier .tier-loader {
  display: flex;
  justify-content: center;
}

.become-patron-wrapper .choose_tier .tier-btn {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .become-patron-wrapper .choose_tier .choose_tier__list_item:not(:nth-child(2)) {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .choose_tier {
    padding-bottom: 55px;
  }
}

.become-patron-wrapper .receive_reward {
  background: linear-gradient(90deg, #121524 0%, #2f3b65 84%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0 110px;
  max-width: 100%;
  /* margin: 0 auto; */
  color: #fff;
}

.become-patron-wrapper .receive_reward .text {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 35px;
}

.become-patron-wrapper .receive_reward .text-receive {
  text-align: center;
}

.become-patron-wrapper .receive_reward .text-receive p {
  font-size: 37px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .become-patron-wrapper .receive_reward .text-receive p {
    font-size: 27px;
  }
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .receive_reward .text-receive p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.become-patron-wrapper .receive_reward .contribute-btn {
  width: 265px;
  text-align: center;
  height: 68px;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 500;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

@media screen and (max-width: 991px) {
  .become-patron-wrapper .receive_reward .contribute-btn {
    font-size: 22px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .receive_reward .contribute-btn {
    font-size: 16px;
    height: 54px;
  }
}

.become-patron-wrapper .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .container-fluid {
    width: 100%;
    padding: 0;
  }
}

.become-patron-wrapper .testimonials-block {
  padding: 95px 0;
  background: #f2f2f2;
}

.become-patron-wrapper .testimonials-block .caption {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .testimonials-block .caption {
    font-size: 32px;
  }
}

.become-patron-wrapper .testimonials-block .sub-caption {
  font-size: 16px;
  margin-bottom: 70px;
}

.become-patron-wrapper .testimonials-block .testimonials__list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin-left: -60px;
  margin-right: -60px;
}

.become-patron-wrapper .testimonials-block .testimonials__list_item {
  display: flex;
  padding: 0 60px 120px;
}

.become-patron-wrapper .testimonials-block .testimonials__list_item .quote {
  width: 70px;
  height: 70px;
  background: #00a3b3;
  position: absolute;
  top: -15px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.become-patron-wrapper .testimonials-block .testimonials__list_item .quote img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 0;
  margin: auto;
}

.become-patron-wrapper .testimonials-block .testimonials__list_item .inner {
  padding: 30px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 2px solid #a7a7a7;
  max-height: 100%;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .become-patron-wrapper .testimonials-block .testimonials__list_item .inner {
    padding-bottom: 95px;
  }
}

@media screen and (max-width: 767px) {
  .become-patron-wrapper .testimonials-block .testimonials__list_item .inner {
    max-height: 100%;
  }
}

.become-patron-wrapper .testimonials-block .testimonials__list_item .testimonials_img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid #f9c000;
  overflow: hidden;
  object-fit: cover;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .become-patron-wrapper .testimonials-block .testimonials__list_item .testimonials_img {
    margin-bottom: 20px;
    width: 130px;
    height: 130px;
    border-width: 2px;
  }
}

.become-patron-wrapper .testimonials-block .testimonials__list_item .testimonials_text {
  text-align: start;
  color: #5d5d5d;
  font-size: 22px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  width: 97%;
}

.become-patron-wrapper .testimonials-block .testimonials__list_item .testimonials_title-wrapper {
  display: flex;
}

.become-patron-wrapper .testimonials-block .testimonials__list_item .testimonials_name {
  text-align: center;
  font-weight: bold;
  font-size: 27px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #5d5d5d;
}

.become-patron-wrapper .testimonials-block .testimonials__list_item .testimonials_tier {
  font-size: 27px;
  font-weight: 600;
  color: #00a3b3;
}

.become-patron-wrapper .testimonials-block .testimonials__list_item .testimonials_job {
  text-align: center;
  position: absolute;
  font-weight: 300;
  font-size: 21px;
  color: #5d5d5d;
  font-style: italic;
  bottom: 25px;
}

@media screen and (max-width: 991px) {
  .become-patron-wrapper .testimonials-block .testimonials__list_item .testimonials_job {
    bottom: 20px;
    font-size: 18px;
  }
}

.become-patron-wrapper .testimonials-block .testimonials__list_item .testimonials_job .testimonial-company {
  color: #00a3b3;
}

@media screen and (max-width: 991px) {
  .become-patron-wrapper .testimonials-block .testimonials__list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .become-patron-wrapper .testimonials-block .testimonials__list_item {
    padding: 0 15px;
    margin-bottom: 40px;
  }
}

.become-patron-wrapper .mb-5 {
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .become-patron-wrapper .mb-5 {
    margin-bottom: 30px;
  }
}

.become-patron-wrapper .mb-3 {
  margin-bottom: 30px;
}

.faq-block {
  padding: 75px 0;
  background: #eef7fc;
}

.faq-block .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.faq-block .caption {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 73px;
}

.faq-block .question-block {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* Style the accordion panel. Note: hidden by default */
}

.faq-block .question-block .expandcollapse-item {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.faq-block .question-block .slideDown {
  margin-top: -10px;
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideDown {
  0% {
    transform: translateY(-15%);
  }
  50% {
    transform: translateY(-12%);
  }
  65% {
    transform: translateY(-9%);
  }
  80% {
    transform: translateY(-6%);
  }
  95% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0%);
  }
}

.faq-block .question-block .slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 0.07s;
  -webkit-animation-duration: 0.07s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideUp {
  0% {
    transform: translateY(15%);
  }
  50% {
    transform: translateY(12%);
  }
  65% {
    transform: translateY(9%);
  }
  80% {
    transform: translateY(6%);
  }
  95% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0%);
  }
}

.faq-block .question-block .expand-collapse-content {
  padding-bottom: 10px;
}

.faq-block .question-block .question {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  cursor: pointer;
}

.faq-block .question-block .question .arrow-icon {
  width: 10px;
  margin: 10px 20px;
  font-size: 16px;
}

.faq-block .question-block .question .arrow-icon i {
  color: #4d4d4d;
}

.faq-block .question-block .question p {
  padding-left: 20px;
  padding-bottom: 15px;
}

.faq-block .question-block a {
  text-decoration: none;
}

.faq-block .question-block p {
  font-size: 27px;
  font-weight: 600;
  text-align: left;
  color: #000000;
}

@media screen and (max-width: 991px) {
  .faq-block .question-block p {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .faq-block .question-block p {
    font-size: 17px;
  }
}

.faq-block .question-block span {
  font-size: 24px;
  font-weight: 400;
  padding: 0 auto;
  display: block;
  margin: 10px 50px;
  line-height: normal;
}

.faq-block .question-block span strong {
  font-weight: 600;
}

.faq-block .question-block .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.faq-block .question-block .active,
.faq-block .question-block .accordion:hover {
  background-color: #ccc;
}

.faq-block .question-block .panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.back-to-top {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  color: #5d5d5d;
  height: 200px;
}

.back-to-top .text {
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
}

.sold-out-block {
  display: flex;
  flex-direction: column;
}

.join-waiting-list {
  font-size: 16px;
  color: #2a7fff;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-top: 5px;
  margin-bottom: 50px;
  text-align: center;
  margin: 1rem;
}

.upsell-modal {
  width: 840px;
  display: block;
}

.upsell-modal-container {
  padding: 10px 35px;
}

.upsell-modal-container .upsell-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.upsell-modal-container .upsell-page-title-block, .upsell-modal-container .upsell-page-text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.upsell-modal-container .upsell-page .join-waiting-list {
  font-size: 16px;
  color: #2a7fff;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin: 0 0 5px;
  text-align: center;
}

.upsell-modal-container .upsell-page-title-block .upsell-page-title {
  font-size: 28px;
  font-weight: 600;
  color: #434343;
  margin-bottom: 35px;
}

.upsell-modal-container .upsell-page-title-block .upsell-page-text {
  font-size: 22px;
  font-weight: normal;
  color: #434343;
  text-align: center;
  margin-bottom: 30px;
}

.upsell-modal-container .upsell-page-title-block .upsell-page-text span {
  color: #e65f50;
  font-weight: 600;
  font-size: 19px;
}

.upsell-modal-container .upsell-page-text-block {
  font-size: 22px;
  color: #434343;
  font-weight: normal;
  margin-bottom: 40px;
}

.upsell-modal-container .upsell-page_main-checkbox {
  display: flex;
  border: 1px solid #5d5d5d;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
  height: 100px;
}

.upsell-modal-container .upsell-page_main-checkbox .img_wrapper {
  position: relative;
  height: 100px;
  width: 100px;
  margin: 0 25px 0 -10px;
}

.upsell-modal-container .upsell-page_main-checkbox .img_wrapper img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 125px;
}

@media screen and (max-width: 767px) {
  .upsell-modal-container .upsell-page_main-checkbox .img_wrapper img {
    width: 110px;
  }
}

.upsell-modal-container .upsell-page_main-checkbox .checkbox-wrapper {
  display: flex;
  margin: 0 19px;
  justify-content: center;
  align-items: center;
}

.upsell-modal-container .upsell-page_main-checkbox .checkbox-wrapper input {
  width: 25px;
  height: 25px;
  border-radius: 3px;
  border: solid 2px #000;
}

.upsell-modal-container .upsell-page_main-checkbox .checkbox-info {
  display: flex;
  flex-direction: column;
  margin: 16px 38px 16px 0;
  align-items: flex-start;
  justify-content: center;
}

.upsell-modal-container .upsell-page_main-checkbox .checkbox-info span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.24;
  color: #5d5d5d;
}

@media screen and (max-width: 767px) {
  .upsell-modal-container .upsell-page_main-checkbox .checkbox-info span {
    font-size: 16px;
  }
}

.upsell-modal-container .upsell-page_main-checkbox .checkbox-info .info-secondary {
  font-size: 12px;
  padding-top: 0.5rem;
}

.upsell-modal-container .upsell-page_main-checkbox .checkbox-info .info-small {
  font-size: 11px;
  font-weight: 500;
}

.upsell-modal-container .upsell-page_main-checkbox .checkbox-info .info-small .dollar {
  font-size: 10px;
  font-weight: 500;
}

.upsell-modal-container .upsell-page_main-checkbox .plus {
  font-size: 19px;
  color: #434343;
  font-weight: normal;
}

.upsell-modal-container .upsell-page_main-checkbox .plus .dollar-up {
  font-size: 13px;
  position: absolute;
}

.upsell-modal-container .upsell-page_main-checkbox.disabled {
  opacity: 0.3;
}

.upsell-modal-container .upsell-page .btn-limited {
  font-size: 13px;
  line-height: 2;
}

.upsell-modal-container .upsell-page_second-button {
  display: flex;
  width: 100%;
  text-align: right;
  margin-top: 5rem;
}

.upsell-modal-container .upsell-page_second-button .btn_default {
  padding: 11px 55px;
  font-size: 21px;
  height: 43px;
}

.upsell-modal-container .upsell-page_second-button .btn_default.disabled {
  opacity: 0.3;
}

.upsell-modal-container .upsell-page_second-button .btn-err {
  margin-bottom: 2rem;
}

.upsell-modal-container .upsell-page_second-button .err-message {
  color: tomato;
}

.upsell-modal-container .upsell-page_second-button .confirm-btn-row {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 3rem;
}

.upsell-modal-container .upsell-page_second-button .confirm-btn-row .loading-text {
  font-size: 18px;
  display: flex;
  align-items: center;
  padding-right: 15px;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .upsell-modal {
    width: 100%;
  }
  .upsell-modal-container {
    padding: 10px 0px;
  }
  .upsell-modal-container .upsell-page-title-block .upsell-page-title {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .upsell-modal-container .upsell-page-title-block .upsell-page-text {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .upsell-modal-container .upsell-page-title-block .upsell-page-text span {
    font-size: 14px;
  }
  .upsell-modal-container .upsell-page-text-block {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .upsell-modal-container .upsell-page_main--checkbox {
    margin-bottom: 15px;
  }
  .upsell-modal-container .upsell-page_main--checkbox .plus {
    font-size: 14px;
  }
  .upsell-modal-container .upsell-page_main--checkbox .plus .dollar-up {
    font-size: 12px;
  }
  .upsell-modal-container .upsell-page_second-button {
    text-align: center;
    flex-direction: column-reverse;
    margin-top: 1rem;
  }
  .upsell-modal-container .upsell-page_second-button .confirm-btn-row {
    justify-content: center;
  }
  .upsell-modal-container .upsell-page_second-button .btn_default {
    padding: 11px 55px;
    height: 43px;
    font-size: 50%;
  }
}

.purchase-modal {
  width: 1280px;
  display: block;
  background: #fff;
  border-radius: 5px;
  cursor: default;
  padding: 20px;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-family: "Poppins", sans-serif;
}

.purchase-modal .purchase-modal-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 40px 100px 0 0;
}

@media (max-width: 1340px) {
  .purchase-modal .purchase-modal-container {
    padding: 40px 80px 0 0;
  }
}

@media screen and (max-width: 1200px) {
  .purchase-modal .purchase-modal-container {
    padding: 30px 40px 0 0;
  }
}

@media screen and (max-width: 991px) {
  .purchase-modal .purchase-modal-container {
    padding: 20px 15px 0 0;
  }
}

.purchase-modal .purchase-modal-container .prices-info-msg {
  height: 3rem;
  padding-left: 15px;
  font-weight: 600;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .purchase-modal .purchase-modal-container .prices-info-msg {
    padding-left: 0;
    font-size: 14px;
  }
}

.purchase-modal .purchase-modal-container .tier-block {
  border-bottom: 1px solid #cecece;
  border-top: 1px solid #cecece;
  height: 110px;
  margin: 20px 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 0;
}

.purchase-modal .purchase-modal-container .tier-block .tier-type {
  display: flex;
  flex-direction: column;
}

.purchase-modal .purchase-modal-container .tier-block .tier-type .top-block {
  font-size: 28px;
  color: #5d5d5d;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.purchase-modal .purchase-modal-container .tier-block .tier-type .top-block .tier_plus {
  position: absolute;
}

.purchase-modal .purchase-modal-container .tier-block .tier-type .bottom-block {
  font-size: 15px;
  color: #5d5d5d;
  font-family: "Poppins", sans-serif;
}

.purchase-modal .purchase-modal-container .tier-block .tier-type .bottom-block-content {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .purchase-modal .purchase-modal-container .tier-block .tier-type .bottom-block-content {
    width: 100% !important;
  }
}

.purchase-modal .purchase-modal-container .tier-block .tier-type .select-marker {
  background-color: #fff;
  color: #4d4d4d;
  border-radius: 4px;
  border: none;
  position: relative;
  outline: none;
  padding: 4px;
  cursor: pointer;
  text-transform: initial;
  overflow: hidden;
  font-weight: normal;
  width: 32%;
  max-width: 100px;
  text-decoration: none;
}

.purchase-modal .purchase-modal-container .tier-block .tier-type .select-membership-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.purchase-modal .purchase-modal-container .tier-block .tier-type .select-membership-list {
  display: flex;
  border: 1px solid #4d4d4d;
  border-radius: 5px;
  background: #fff;
  justify-content: center;
  position: absolute;
  top: 120px;
  left: 120px;
  width: 100vw;
  height: 100vh;
  max-width: 380px;
  z-index: 9;
  padding: 3px;
  height: 110px;
  box-shadow: 5px 4px 0px rgba(0, 0, 0, 0.07);
  transform: translateX(10px);
}

.purchase-modal .purchase-modal-container .tier-block .tier-type .select-membership-list ul {
  height: 100%;
  width: 100%;
  margin: 0;
  list-style-type: none;
  padding: 0;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 35px;
  font-size: 16px;
  top: 3px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.purchase-modal .purchase-modal-container .tier-block .tier-type .select-membership-list ul li {
  padding: 2px 10px;
  font-size: 20px;
  text-decoration: none;
  width: 100%;
  font-weight: 600;
}

.purchase-modal .purchase-modal-container .tier-block .tier-type .select-membership-list ul li:hover {
  background: #c3c3c3;
}

.purchase-modal .purchase-modal-container .tier-block .tier-type .select-membership-list ul li a {
  color: #4d4d4d;
  text-decoration: none;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .purchase-modal .purchase-modal-container .tier-block .tier-type .select-membership-list ul li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .purchase-modal .purchase-modal-container .tier-block .tier-type .select-membership-list ul li {
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .purchase-modal .purchase-modal-container .tier-block .tier-type .select-membership-list {
    max-width: 240px;
    height: 90px;
    top: 100px;
    left: 0;
  }
}

.purchase-modal .purchase-modal-container .tier-block .tier-type .select-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.purchase-modal .purchase-modal-container .tier-block .tier-type .select-list {
  display: flex;
  border: 1px solid #4d4d4d;
  border-radius: 4px;
  background: #fff;
  justify-content: center;
  position: absolute;
  top: 145px;
  left: 150px;
  width: 250px;
  z-index: 9;
  padding: 3px;
}

.purchase-modal .purchase-modal-container .tier-block .tier-type .select-list ul {
  height: 100%;
  width: 100%;
  margin: 0;
  list-style-type: none;
  padding: 0;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 35px;
  font-size: 16px;
  top: 3px;
  top: 3px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.purchase-modal .purchase-modal-container .tier-block .tier-type .select-list ul li {
  padding: 4px 12px;
  font-size: 16px;
  text-decoration: none;
}

.purchase-modal .purchase-modal-container .tier-block .tier-type .select-list ul li:hover {
  background: #c3c3c3;
}

.purchase-modal .purchase-modal-container .tier-block .tier-type .select-list ul li a {
  color: #4d4d4d;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .purchase-modal .purchase-modal-container .tier-block .tier-type .select-list ul li a {
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .purchase-modal .purchase-modal-container .tier-block .tier-type .select-list ul li {
    padding: 2px 4px;
  }
}

@media screen and (max-width: 767px) {
  .purchase-modal .purchase-modal-container .tier-block .tier-type .select-list {
    max-width: 150px;
    top: -69px !important;
    left: 22px !important;
    padding: 2px;
  }
}

.purchase-modal .purchase-modal-container .tier-block .tier-type .modal-select::before, .purchase-modal .purchase-modal-container .tier-block .tier-type .modal-select::after {
  content: none;
  border: none;
}

.purchase-modal .purchase-modal-container .tier-block .tier-type .modal-select li {
  font-size: 13px;
}

.purchase-modal .purchase-modal-container .tier-block .tier-price-block {
  display: flex;
}

.purchase-modal .purchase-modal-container .tier-block .tier-price-block .dollar-sign {
  padding-top: 13px;
}

.purchase-modal .purchase-modal-container .tier-block .tier-price-block .big-number {
  font-size: 51px;
  color: #363636;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.purchase-modal .purchase-modal-container .tier-block .tier-price-block .right-block {
  display: flex;
  flex-direction: column;
  padding-top: 13px;
}

.purchase-modal .purchase-modal-container .tier-block .tier-price-block .right-block .small-number {
  font-size: 19px;
  color: #363636;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  padding-left: 8px;
}

.purchase-modal .purchase-modal-container .tier-block .tier-price-block .right-block .duration {
  font-size: 12px;
  color: #363636;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 1200px) {
  .purchase-modal .purchase-modal-container .tier-block {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .purchase-modal .purchase-modal-container .tier-block {
    padding: 0;
    height: 60px;
  }
  .purchase-modal .purchase-modal-container .tier-block .tier-type .top-block {
    font-size: 16px;
  }
  .purchase-modal .purchase-modal-container .tier-block .tier-type .bottom-block {
    font-size: 14px;
  }
  .purchase-modal .purchase-modal-container .tier-block .tier-type .bottom-block-content {
    width: 50%;
  }
  .purchase-modal .purchase-modal-container .tier-block .tier-type .select-list ul {
    font-size: 14px;
  }
  .purchase-modal .purchase-modal-container .tier-block .tier-type .select-list ul li {
    font-size: 14px;
  }
  .purchase-modal .purchase-modal-container .tier-block .tier-price-block .dollar-sign {
    padding-top: 4px;
    font-size: 16px;
  }
  .purchase-modal .purchase-modal-container .tier-block .tier-price-block .big-number {
    font-size: 30px;
  }
  .purchase-modal .purchase-modal-container .tier-block .tier-price-block .right-block {
    padding-top: 4px;
    padding-left: 4px;
  }
  .purchase-modal .purchase-modal-container .tier-block .tier-price-block .right-block .small-number {
    font-size: 13px;
    padding-left: 0;
  }
  .purchase-modal .purchase-modal-container .tier-block .tier-price-block .right-block .duration {
    font-size: 9px;
  }
}

@media screen and (max-width: 350px) {
  .purchase-modal .purchase-modal-container .tier-block .tier-type .top-block {
    font-size: 15px;
  }
}

.purchase-modal .purchase-modal-container .total-price {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.purchase-modal .purchase-modal-container .total-price .total-price-container {
  display: flex;
  flex-direction: column;
}

.purchase-modal .purchase-modal-container .total-price .total-price-row {
  margin-top: 13px;
  width: 100%;
}

.purchase-modal .purchase-modal-container .total-price .upgrade-total-price-error {
  color: #e65f50;
  font-size: 14px;
}

.purchase-modal .purchase-modal-container .total-price .price-count {
  font-size: 19px;
  color: #000000;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  text-align: end;
}

.purchase-modal .purchase-modal-container .total-price .price-count .total-text {
  font-size: 18px;
  color: #363636;
  font-weight: 500;
}

.purchase-modal .purchase-modal-container .total-price .price-count .total-number {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
}

.purchase-modal .purchase-modal-container .total-price .discount-text {
  font-size: 18px;
  color: #2a9f55;
  font-weight: 300;
  text-align: end;
}

@media screen and (max-width: 767px) {
  .purchase-modal .purchase-modal-container .total-price {
    padding-bottom: 20px;
  }
  .purchase-modal .purchase-modal-container .total-price .total-price-row {
    margin-top: 7px;
  }
  .purchase-modal .purchase-modal-container .total-price .price-count {
    text-align: end;
    font-size: 15px;
  }
  .purchase-modal .purchase-modal-container .total-price .price-count .total-text {
    font-size: 14px;
  }
  .purchase-modal .purchase-modal-container .total-price .price-count .total-number {
    font-size: 20px;
  }
  .purchase-modal .purchase-modal-container .total-price .discount-text {
    font-size: 15px;
  }
}

.purchase-modal .purchase-modal-container .billing-info-form {
  width: 100%;
  padding-left: 100px;
}

@media screen and (max-width: 767px) {
  .purchase-modal .purchase-modal-container .billing-info-form {
    padding-left: 0;
  }
}

.purchase-modal .purchase-modal-container .billing-info-form .card-iamge {
  background: url(/img/png/patron-page/card-image.png) no-repeat right;
  background-size: 50px;
  background-position-x: 98%;
}

.purchase-modal .purchase-modal-container .billing-info-form .auto-complete_text {
  font-size: 26px !important;
}

.purchase-modal .purchase-modal-container .billing-info-form .form-container {
  display: flex;
  flex-direction: column;
}

.purchase-modal .purchase-modal-container .billing-info-form .form-container .form-title {
  text-align: center;
  font-weight: 500;
  font-size: 28px;
}

.purchase-modal .purchase-modal-container .billing-info-form .form-container .form-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.purchase-modal .purchase-modal-container .billing-info-form .form-container .form-label {
  font-size: 17px;
}

.purchase-modal .purchase-modal-container .billing-info-form .form-container .form-input,
.purchase-modal .purchase-modal-container .billing-info-form .form-container .form-input-invalid {
  border-radius: 5px;
  border: 1px solid #cecece;
  padding: 4px 10px;
  width: 100%;
  height: 50px;
  font-size: 15px;
}

.purchase-modal .purchase-modal-container .billing-info-form .form-container .form-input-invalid {
  border-color: red;
}

.purchase-modal .purchase-modal-container .billing-info-form .form-container .form-column-wrapper {
  width: 100%;
  display: flex;
  margin-top: 20px;
}

.purchase-modal .purchase-modal-container .billing-info-form .form-container .footer-info {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .purchase-modal .purchase-modal-container .billing-info-form .form-container .footer-info {
    flex-direction: column;
  }
}

.purchase-modal .purchase-modal-container .billing-info-form .form-container .safe-guard {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 5rem 0;
}

.purchase-modal .purchase-modal-container .billing-info-form .form-container .safe-guard_image {
  width: 340px;
}

.purchase-modal .purchase-modal-container .billing-info-form .form-container .form-column {
  width: 50%;
}

.purchase-modal .purchase-modal-container .billing-info-form .form-container .form-column:first-child {
  padding-right: 25px;
}

.purchase-modal .purchase-modal-container .billing-info-form .form-container .loading-text {
  font-size: 18px;
  display: flex;
  align-items: center;
  padding-right: 15px;
}

.purchase-modal .purchase-modal-container .billing-info-form .form-container .err-message {
  color: tomato;
  margin: 0 1rem;
}

.purchase-modal .purchase-modal-container .billing-info-form .form-container .confirm-btn-row {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.purchase-modal .purchase-modal-container .billing-info-form .form-container .ng-invalid {
  color: red;
}

.purchase-modal .purchase-modal-container .billing-info-form .expirationDate_warpper {
  width: 90%;
  display: flex;
  justify-content: space-between;
}

.purchase-modal .purchase-modal-container .billing-info-form .expirationDate_warpper input {
  width: 80% !important;
}

.purchase-modal .purchase-modal-container .billing-info-form .slash {
  font-size: 20px;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .purchase-modal .purchase-modal-container .billing-info-form .card-iamge {
    background: url(/img/png/patron-page/card-image.png) no-repeat calc(100% - 10px);
    background-size: 28px;
  }
  .purchase-modal .purchase-modal-container .billing-info-form .form-container .form-title {
    font-size: 20px;
  }
  .purchase-modal .purchase-modal-container .billing-info-form .form-container .form-label {
    font-size: 14px;
    padding-bottom: 7px;
  }
  .purchase-modal .purchase-modal-container .billing-info-form .form-container .form-input,
  .purchase-modal .purchase-modal-container .billing-info-form .form-container .form-input-invalid {
    height: 42px;
    font-size: 14px;
  }
  .purchase-modal .purchase-modal-container .billing-info-form .form-container .safe-guard {
    margin: 25px 0;
  }
  .purchase-modal .purchase-modal-container .billing-info-form .form-container .safe-guard_image {
    width: 100%;
  }
  .purchase-modal .purchase-modal-container .billing-info-form .form-container .form-column {
    width: 100%;
  }
  .purchase-modal .purchase-modal-container .billing-info-form .form-container .form-column-wrapper {
    flex-wrap: wrap;
  }
  .purchase-modal .purchase-modal-container .billing-info-form .form-container .form-column:first-child {
    padding-right: 0;
  }
  .purchase-modal .purchase-modal-container .billing-info-form .form-container .loading-text {
    font-size: 14px;
    padding-right: 10px;
  }
  .purchase-modal .purchase-modal-container .billing-info-form .form-container .err-message {
    margin: 0 10px;
  }
  .purchase-modal .purchase-modal-container .billing-info-form .form-container .confirm-btn-row {
    margin-bottom: 25px;
  }
  .purchase-modal .purchase-modal-container .billing-info-form .expirationDate_warpper {
    width: 100%;
  }
  .purchase-modal .purchase-modal-container .billing-info-form .expirationDate_warpper input {
    width: 50% !important;
  }
}

.purchase-modal .purchase-modal-container .confirmation-page {
  width: 100%;
  padding: 2rem;
}

@media screen and (max-width: 767px) {
  .purchase-modal .purchase-modal-container .confirmation-page {
    padding: 0;
    text-align: center;
  }
}

.purchase-modal .purchase-modal-container .confirmation-page_title-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.purchase-modal .purchase-modal-container .confirmation-page_title-block_title {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .purchase-modal .purchase-modal-container .confirmation-page_title-block_title {
    font-size: 22px;
    padding-bottom: 25px;
  }
}

.purchase-modal .purchase-modal-container .confirmation-page_title-block_title .name {
  text-transform: uppercase;
}

.purchase-modal .purchase-modal-container .confirmation-page_title-block-year {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
}

.purchase-modal .purchase-modal-container .confirmation-page_title-block-year p {
  padding: 0;
}

.purchase-modal .purchase-modal-container .confirmation-page_inform-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.purchase-modal .purchase-modal-container .confirmation-page_inform-block_info {
  font-weight: 500;
  width: 85%;
  text-align: center;
  margin-top: 4rem;
}

@media screen and (max-width: 991px) {
  .purchase-modal .purchase-modal-container .confirmation-page_inform-block_info {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .purchase-modal .purchase-modal-container .confirmation-page_inform-block_info {
    margin-top: 1rem;
    font-size: 15px;
  }
}

.purchase-modal .purchase-modal-container .confirmation-page_inform-block_info-thanks {
  display: flex;
  width: 100%;
  margin: 2rem 0 1rem;
  align-items: center;
  justify-content: center;
}

.purchase-modal .purchase-modal-container .confirmation-page_inform-block_info-thanks h1 {
  padding: 1rem 5rem;
  font-weight: 600;
  color: #4d4d4d;
  text-transform: uppercase;
}

.purchase-modal .purchase-modal-container .confirmation-page_inform-block_info-thanks-flip {
  transform: scaleX(-1);
}

@media screen and (max-width: 767px) {
  .purchase-modal .purchase-modal-container .confirmation-page_inform-block_info-thanks {
    margin: 1rem 0;
  }
  .purchase-modal .purchase-modal-container .confirmation-page_inform-block_info-thanks img {
    width: 50px;
  }
  .purchase-modal .purchase-modal-container .confirmation-page_inform-block_info-thanks h1 {
    padding: 1rem 2rem;
    font-size: 26px;
  }
}

.purchase-modal .purchase-modal-container .confirmation-page_inform-block_list {
  width: 70%;
  margin: 5rem 0;
  list-style-type: none;
  padding-left: 0;
}

.purchase-modal .purchase-modal-container .confirmation-page_inform-block_list li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 0;
  font-size: 22px;
  padding-top: 5px;
  margin-bottom: 30px;
  min-height: 60px;
  line-height: 1;
}

.purchase-modal .purchase-modal-container .confirmation-page_inform-block_list li:before {
  position: absolute;
  content: "";
  background: url("/img/svg/patron_page/checkbox-circular.svg") center/contain no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: 4px;
}

@media screen and (max-width: 1200px) {
  .purchase-modal .purchase-modal-container .confirmation-page_inform-block_list {
    width: 85%;
  }
}

@media screen and (max-width: 991px) {
  .purchase-modal .purchase-modal-container .confirmation-page_inform-block_list {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .purchase-modal .purchase-modal-container .confirmation-page_inform-block_list {
    margin: 2rem 0 2rem;
    text-align: left;
  }
  .purchase-modal .purchase-modal-container .confirmation-page_inform-block_list li {
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .purchase-modal .purchase-modal-container .confirmation-page_inform-block_list li:before {
    width: 20px;
    height: 20px;
    top: 5px;
  }
}

.purchase-modal .purchase-modal-container .confirmation-page_inform-block .btn_default.confirm-btn {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .purchase-modal .purchase-modal-container .confirmation-page_inform-block .btn_default.confirm-btn {
    font-size: 15px;
    padding: 14px 60px;
    margin-bottom: 12px;
  }
}

.purchase-modal .purchase-modal-container .update-loader {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 2rem;
}

.purchase-modal .purchase-modal-container .update-message {
  display: flex;
  width: 80%;
  flex-direction: column;
  margin-right: 30px;
}

.purchase-modal .purchase-modal-container .update-message .contact-text {
  font-size: 16px;
  padding-top: 10px;
}

.purchase-modal .purchase-modal-container .update-message-container {
  font-size: 17px;
  border-radius: 10px;
  border: 2px solid red;
  margin-top: 30px;
  padding: 12px;
}

.purchase-modal .purchase-modal-container .update-message-container p {
  color: red;
}

.purchase-modal .purchase-modal-container .update-message-container p a {
  color: red;
}

@media screen and (max-width: 767px) {
  .purchase-modal .purchase-modal-container .update-message-container {
    margin: 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .purchase-modal .purchase-modal-container .update-message {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

@media (max-width: 1340px) {
  .purchase-modal {
    width: 1140px;
    max-width: 1140px;
  }
}

@media screen and (max-width: 1200px) {
  .purchase-modal {
    max-width: 900px;
    min-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .purchase-modal {
    min-width: 600px;
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .purchase-modal {
    min-width: 0;
    max-width: 100%;
    padding: 0 10px;
  }
}

.confirmation-modal {
  width: 1100px;
  display: block;
  background: #fff;
  border-radius: 5px;
  cursor: default;
  padding: 30px 40px 30px;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-family: "Poppins", sans-serif;
}

.confirmation-modal__top-block {
  display: flex;
  justify-content: center;
}

.confirmation-modal__text-container {
  display: flex;
  flex-direction: column;
}

.confirmation-modal__img-container {
  display: flex;
  align-items: center;
  margin: 0 45px;
}

.confirmation-modal__congratulations, .confirmation-modal__patron-level-text, .confirmation-modal__membership-date {
  font-size: 31px;
  line-height: 46px;
  color: #5d5d5d;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: center;
  padding-bottom: 0px;
}

.confirmation-modal__patron-level-text {
  font-size: 23px;
  padding-top: 38px;
  padding-bottom: 38px;
}

.confirmation-modal__membership-date {
  font-size: 19px;
  font-weight: 400;
}

.confirmation-modal__main-text {
  font-size: 25px;
  line-height: 34px;
  color: #5d5d5d;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin: 48px 45px 40px 45px;
}

.confirmation-modal__thank-block {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.confirmation-modal__adventages-list {
  display: flex;
  flex-direction: column;
}

.confirmation-modal__list-item {
  display: flex;
  padding: 43px 65px 0px 65px;
}

.confirmation-modal__list-item-img {
  padding-right: 13px;
}

.confirmation-modal__list-item-text {
  font-size: 21px;
  line-height: 31px;
  color: #5d5d5d;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.confirmation-modal__btn-row {
  margin-top: 96px;
  display: flex;
  justify-content: center;
}

.confirmation-modal__close-modal-btn {
  width: 292px;
  height: 70px;
  font-size: 27px;
}

@media screen and (max-width: 1400px) {
  .become-patron-wrapper {
    width: 100%;
  }
  .become-patron-wrapper .become-patron-btn {
    height: 48px;
    padding: 10px 35px;
    font-size: 20px;
  }
  .become-patron-wrapper .patron_main__banner {
    padding: 100px;
  }
  .become-patron-wrapper .patron_main__banner-logo {
    max-width: 400px;
  }
  .become-patron-wrapper .patron_main__banner-text {
    max-width: 715px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 105px;
    line-height: 1.3;
  }
  .become-patron-wrapper .patron_main__banner-button {
    height: 65px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.3;
    margin-top: 100px;
  }
  .become-patron-wrapper .become_patron .caption {
    font-size: 40px;
  }
  .become-patron-wrapper .become_patron .sub_caption {
    font-size: 26px;
  }
  .become-patron-wrapper .become_patron .sub_caption.mw1300 {
    max-width: 90%;
  }
  .become-patron-wrapper .become_patron .sub_caption_2 {
    font-size: 32px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 1400px) and (max-width: 767px) {
  .become-patron-wrapper .become_patron .sub_caption_2 br {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .become-patron-wrapper .become_patron .read_more {
    font-size: 26px;
    color: #00a3b3;
    font-weight: 400;
    display: block;
    text-decoration: none;
  }
  .become-patron-wrapper .become_patron .read_more:hover, .become-patron-wrapper .become_patron .read_more:focus {
    text-decoration: underline;
  }
  .become-patron-wrapper .become_patron .delimiter {
    margin: 55px auto;
    width: 280px;
    height: 2px;
    background: #7a7776;
  }
  .become-patron-wrapper .become_patron .sub_caption_2 {
    max-width: 890px;
    width: 100%;
    margin: 0 auto 65px;
  }
  .become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper {
    width: 145px;
    height: 145px;
    margin-bottom: 25px;
  }
  .become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img {
    object-fit: contain;
  }
  .become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__access-coursers {
    width: 135px;
    height: 135px;
  }
  .become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__screencast-critique {
    width: 145px;
  }
}

@media screen and (max-width: 1400px) and (max-width: 767px) {
  .become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__screencast-critique {
    width: 120px;
  }
}

@media screen and (max-width: 1400px) {
  .become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__framers {
    width: 100px;
    height: 100px;
  }
  .become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__instant-access {
    width: 100px;
    height: 100px;
  }
  .become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__advanced-filters {
    width: 195px;
    height: 195px;
  }
  .become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__off-rails {
    width: 90px;
    height: 100px;
  }
  .become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__custom-profile {
    width: 110px;
    height: 115px;
  }
  .become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__custom-profile {
    width: 80px;
    height: 80px;
  }
  .become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__create-group {
    width: 80px;
    height: 80px;
  }
  .become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__search-everything {
    width: 110px;
    height: 95px;
  }
  .become-patron-wrapper .become_patron .why_become_patron .item .icon_wrapper img.img__fb-group {
    width: 90px;
    height: 90px;
  }
  .become-patron-wrapper .become_patron .ps-text {
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1300px) {
  .purchase-modal .purchase-modal-container .tier-block .tier-type .select-membership-list {
    top: 140px;
    left: 100px;
  }
  .purchase-modal .purchase-modal-container .tier-block .tier-type .select-list {
    top: 0px;
    left: 120px;
  }
  .become-patron-wrapper .become_patron .caption {
    font-size: 26px;
  }
  .become-patron-wrapper .become_patron .text-read-more_par {
    font-size: 15px;
  }
  .become-patron-wrapper .become_patron .sub_caption {
    font-size: 22px !important;
  }
  .become-patron-wrapper .become_patron .sub_caption.mw1300 {
    max-width: 90%;
    font-size: 20px !important;
  }
  .become-patron-wrapper .become_patron .text-read-more_image img {
    margin-top: 1rem;
    width: 100%;
  }
  .become-patron-wrapper .testimonials-block .testimonials__list_item .testimonials_text {
    font-size: 20px;
  }
  .testimonials_job {
    text-align: center;
    font-size: 16px;
  }
  .purchase-modal .purchase-modal-container .tier-block .tier-type .select-wrapper {
    top: 175px;
  }
}

@media screen and (max-width: 1200px) {
  .purchase-modal .purchase-modal-container .tier-block .tier-type .select-membership-list {
    left: 65px;
  }
  .purchase-modal .purchase-modal-container .tier-block .tier-type .select-list {
    top: -10px;
    left: 80px;
  }
  .become-patron-wrapper {
    font-size: 30px;
  }
  .become-patron-wrapper .submit-photo-btn {
    margin: 0 5px 15px auto;
    font-size: 16px !important;
    padding-left: 25px;
    padding-right: 25px;
  }
  .become-patron-wrapper .become_patron .caption {
    font-size: 26px;
  }
  .become-patron-wrapper .become_patron .text-read-more_par {
    font-size: 14px;
  }
  .become-patron-wrapper .become_patron .sub_caption {
    font-size: 20px !important;
  }
  .become-patron-wrapper .become_patron .sub_caption.mw1300 {
    max-width: 90%;
    font-size: 20px !important;
  }
  .become-patron-wrapper .become_patron .text-read-more_image img {
    margin-top: 1rem;
    width: 100%;
  }
  .become-patron-wrapper .become_patron .why_become_patron .item .description .title {
    font-size: 24px;
  }
  .become-patron-wrapper .become_patron .why_become_patron .item .description p {
    width: 100%;
  }
  .become-patron-wrapper .testimonials-block .testimonials__list_item .testimonials_text {
    font-size: 17px;
  }
  .testimonials_job {
    text-align: center;
    font-size: 16px;
  }
  .purchase-modal .purchase-modal-container .tier-block .tier-type .select-wrapper {
    top: 175px;
  }
}

@media screen and (max-width: 991px) {
  .purchase-modal .purchase-modal-container .tier-block .tier-type .select-membership-list {
    top: 120px;
    left: 20px;
  }
  .purchase-modal .purchase-modal-container .tier-block .tier-type .select-list {
    top: -20px;
    left: 35px;
  }
  .become-patron-wrapper .become-patron-btn {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 20px 45px;
    background: #e65f50;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    border: none;
    cursor: pointer;
    border-radius: 4px;
  }
  .become-patron-wrapper .patron_main__banner {
    background: url("/img/png/patron-page/patron_main__banner2.png") center/cover no-repeat;
    padding: 35px 0 40px;
  }
  .become-patron-wrapper .patron_main__banner-logo {
    max-width: 300px;
  }
  .become-patron-wrapper .patron_main__banner-text {
    font-size: 20px;
    margin-bottom: 50px;
    line-height: 1.7;
  }
  .become-patron-wrapper .patron_main__banner-button {
    height: auto;
    font-size: 18px;
    padding: 12px 25px;
    margin-top: 20px;
  }
  .become-patron-wrapper .become_patron {
    padding: 40px 10px 0;
  }
  .become-patron-wrapper .become_patron .caption {
    font-size: 38px;
  }
  .become-patron-wrapper .become_patron .sub_caption {
    width: 90%;
    font-size: 24px;
  }
  .become-patron-wrapper .become_patron .sub_caption_2 {
    font-size: 26px;
  }
  .become-patron-wrapper .become_patron .read_more {
    font-size: 22px;
  }
  .become-patron-wrapper .become_patron .delimiter {
    margin: 25px auto;
  }
  .become-patron-wrapper .receive_reward {
    padding: 70px 0;
  }
  .become-patron-wrapper .receive_reward .text {
    font-size: 28px;
    width: 90%;
    margin: 0 auto 35px;
  }
  .become-patron-wrapper .testimonials-block {
    padding: 55px 0;
  }
}

@media screen and (max-width: 991px) {
  .slick-list {
    padding: 0 170px !important;
  }
}

@media screen and (max-width: 767px) {
  .slick-list {
    padding: 0 20px !important;
  }
}

.screencast-critique-wrapper {
  display: flex;
  flex-direction: column;
}

.screencast-critique-wrapper #uploadingModal {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.screencast-critique-wrapper #uploadingModal .uploading-modal {
  background: #f2f2f2;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 80%;
  height: 600px;
  padding: 50px;
  max-width: 900px;
}

.screencast-critique-wrapper #uploadingModal .uploading-modal .title p {
  font-size: 22px;
  font-weight: 300;
  color: #5d5d5d;
}

.screencast-critique-wrapper #uploadingModal .uploading-modal .form {
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
}

.screencast-critique-wrapper #uploadingModal .uploading-modal .form-item {
  display: flex;
  justify-content: flex-start;
  width: 70%;
  margin: 0 0 1rem;
}

.screencast-critique-wrapper #uploadingModal .uploading-modal .form-item .form-input-invalid {
  border: 1px solid red;
}

.screencast-critique-wrapper #uploadingModal .uploading-modal .form-item label {
  font-size: 16px;
  width: 30%;
  font-weight: 300;
  margin-right: 2rem;
  text-align: end;
}

@media screen and (max-width: 767px) {
  .screencast-critique-wrapper #uploadingModal .uploading-modal .form-item label {
    width: 100%;
    text-align: left;
  }
}

.screencast-critique-wrapper #uploadingModal .uploading-modal .form-item input {
  width: 40%;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #c6c6c6;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  height: 80%;
}

@media screen and (max-width: 767px) {
  .screencast-critique-wrapper #uploadingModal .uploading-modal .form-item input {
    width: 100%;
    max-width: 100%;
    padding: 6px 10px;
  }
}

.screencast-critique-wrapper #uploadingModal .uploading-modal .form-item .checkboxes {
  display: flex;
  justify-content: space-between;
  height: 100px;
  box-sizing: border-box;
  flex-direction: column;
}

.screencast-critique-wrapper #uploadingModal .uploading-modal .form-item .checkboxes-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  margin-bottom: 1rem;
}

.screencast-critique-wrapper #uploadingModal .uploading-modal .form-item .checkboxes-item.rigth {
  right: 10px;
}

.screencast-critique-wrapper #uploadingModal .uploading-modal .form-item .checkboxes-item input[type="checkbox"] {
  width: 33px;
  height: 33px;
  border-radius: 5px;
  border: 1px solid #c6c6c6;
  font-size: 15px;
  font-weight: normal;
  margin: 0 1rem 0 0;
  transform: scale(1.3);
}

@media screen and (max-width: 767px) {
  .screencast-critique-wrapper #uploadingModal .uploading-modal .form-item .checkboxes-item input[type="checkbox"] {
    width: 30px;
    height: 30px;
  }
}

.screencast-critique-wrapper #uploadingModal .uploading-modal .form-item .checkboxes-item label {
  width: 100%;
  text-align: start;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .screencast-critique-wrapper #uploadingModal .uploading-modal .form-item .checkboxes-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .screencast-critique-wrapper #uploadingModal .uploading-modal .form-item .checkboxes {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .screencast-critique-wrapper #uploadingModal .uploading-modal .form-item {
    flex-direction: column;
    width: 100%;
  }
}

.screencast-critique-wrapper #uploadingModal .uploading-modal .form .custom-file-upload {
  background-color: #00a3b3;
  border-radius: 3px;
  width: 160px;
  height: 30px;
  color: white;
  text-decoration: none;
  margin-top: 3rem;
  cursor: pointer;
  padding: 5px;
  text-align: center;
  font-weight: 400;
}

.screencast-critique-wrapper #uploadingModal .uploading-modal .form .custom-file-upload i {
  font-size: 11px;
}

.screencast-critique-wrapper #uploadingModal .uploading-modal .form .custom-file-upload_wrapper {
  width: 100%;
  display: flex;
  width: 100%;
  margin-left: 23%;
  flex-direction: column;
  margin-top: 2rem;
}

.screencast-critique-wrapper #uploadingModal .uploading-modal .form .file-name {
  position: absolute;
}

.screencast-critique-wrapper #uploadingModal .uploading-modal .form input[type="file"] {
  display: none;
}

.screencast-critique-wrapper #uploadingModal .uploading-modal .submit-btn {
  width: 100%;
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}

.screencast-critique-wrapper #uploadingModal .uploading-modal .submit-btn .spinner {
  display: flex;
  justify-content: center;
  position: relative;
}

.screencast-critique-wrapper #uploadingModal .uploading-modal .submit-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .screencast-critique-wrapper #uploadingModal .uploading-modal .submit-btn {
    margin-top: 0;
  }
}

.screencast-critique-wrapper #uploadingModal .uploading-modal .error-msg {
  display: flex;
  justify-content: center;
  width: 80%;
}

.screencast-critique-wrapper #uploadingModal .uploading-modal .error-msg ul li {
  line-height: 1;
  font-size: 16px;
  color: tomato;
  list-style: none;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .screencast-critique-wrapper #uploadingModal .uploading-modal {
    padding: 15px 10px;
    height: auto;
    width: 96% !important;
  }
}

.screencast-critique-wrapper .spinner_container_photo {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

.screencast-critique_main__banner {
  width: 100%;
  min-height: 300px;
  background: url(/img/png/screencast-critique_main.png) no-repeat center 0%/100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.screencast-critique_main__banner-logo {
  width: 100%;
  display: flex;
  justify-content: center;
}

.screencast-critique_main__banner-logo img {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .screencast-critique_main__banner-logo img {
    width: 70%;
    object-fit: contain;
  }
}

.screencast-critique_main__banner .root-btn {
  display: flex;
  justify-content: flex-end;
  margin: 2rem;
}

.screencast-critique_main__banner .root-btn button {
  z-index: 9;
}

@media screen and (max-width: 767px) {
  .screencast-critique_main__banner .root-btn button {
    margin-right: 0.5em;
  }
}

@media screen and (max-width: 991px) {
  .screencast-critique_main__banner .root-btn {
    margin: 2rem 0;
  }
}

@media screen and (max-width: 767px) {
  .screencast-critique_main__banner {
    min-height: 120px;
    background-size: cover;
  }
}

.screencast-critique_videos .row {
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.screencast-critique_videos_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  flex-wrap: wrap;
  width: 100%;
  align-items: baseline;
}

.screencast-critique_videos_wrapper .text-center {
  width: 100%;
}

.screencast-critique_videos_wrapper .video-wrapper {
  display: flex;
  justify-content: center;
  flex-basis: 20%;
}

.screencast-critique_videos_wrapper .video-wrapper__inner {
  display: flex;
  justify-content: center;
  margin: 10px;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.screencast-critique_videos_wrapper .video-wrapper__inner .dropdown_option {
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 1;
}

.screencast-critique_videos_wrapper .video-wrapper__inner .dropdown_option .patreon-teaser__button {
  min-width: 30px;
  width: 30px;
  height: 30px;
  font-size: 18px;
  border-radius: 0 0 0 5px;
  border-top: 0;
  border-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c6c6c6;
  background: #fff;
  color: #c6c6c6;
}

.screencast-critique_videos_wrapper .video-wrapper__inner .dropdown_option .dropdown-menu {
  top: 100%;
}

.screencast-critique_videos_wrapper .video-wrapper__inner .dropdown_option .dropdown-menu li {
  left: auto;
  right: 0;
  min-width: 170px;
  padding: 5px 0;
}

@media screen and (max-width: 991px) {
  .screencast-critique_videos_wrapper .video-wrapper__inner .dropdown_option .dropdown-menu li {
    min-width: 100px;
    padding: 0;
    font-size: 16px;
  }
}

.screencast-critique_videos_wrapper .video-wrapper__inner .dropdown_option .dropdown-menu li a {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .screencast-critique_videos_wrapper .video-wrapper__inner .dropdown_option .dropdown-menu li a {
    font-size: 16px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .screencast-critique_videos_wrapper .video-wrapper__inner .dropdown_option .dropdown-menu {
    left: -50%;
    transform: translateX(-50%);
    min-width: 100px;
    width: 100%;
  }
}

.screencast-critique_videos_wrapper .video-wrapper__inner .image {
  width: 250px;
  height: 150px;
  cursor: pointer;
  object-fit: cover;
}

.screencast-critique_videos_wrapper .video-wrapper__inner .blur-image {
  filter: blur(2px);
}

.screencast-critique_videos_wrapper .video-wrapper__inner .video-title {
  margin-top: 1rem;
  font-size: 16px;
  text-align: center;
  color: #5d5d5d;
}

.screencast-critique_videos_wrapper .video-wrapper__inner .closed {
  width: 250px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  top: -150px;
  position: relative;
  margin-bottom: -150px;
  background-color: rgba(0, 0, 0, 0.4);
}

.screencast-critique_videos_wrapper .video-wrapper__inner .closed p {
  text-align: center;
  color: #fff;
  width: 70%;
  font-weight: 300;
}

.screencast-critique_videos_wrapper .video-wrapper__inner .closed a {
  width: 120px;
  height: 22px;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  color: #222222;
  line-height: 22px;
  text-decoration: none;
}

.screencast-critique_videos_wrapper .video-wrapper__inner .closed p {
  padding: 10px 0;
  font-size: 16px;
}

.screencast-critique_videos_wrapper .video-wrapper__inner .closed i {
  font-size: 18px;
}

.screencast-critique .modal-header span {
  font-size: 22px;
  padding: 10px;
}

.screencast-critique .modal-body {
  display: flex;
  justify-content: center;
}

.screencast-critique-video-page {
  background: #222;
  width: 100%;
  min-height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  padding: 20px 15px;
}

.screencast-critique-video-page .header-wrapper {
  display: flex;
  flex-direction: column;
  color: #fff;
}

.screencast-critique-video-page .header-wrapper .back-arrow {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.screencast-critique-video-page .header-wrapper .back-arrow .btn_default {
  padding: 10px 12px;
}

@media screen and (max-width: 767px) {
  .screencast-critique-video-page .header-wrapper .back-arrow .btn_default {
    padding: 8px !important;
  }
}

.screencast-critique-video-page .header-wrapper .back-arrow a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .screencast-critique-video-page .header-wrapper .back-arrow a {
    font-size: 14px;
  }
}

.screencast-critique-video-page .header-wrapper .video-title {
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  font-size: 22px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .screencast-critique-video-page .header-wrapper .video-title {
    font-size: 18px;
    padding: 0 7px;
    margin-top: 2rem;
  }
}

.screencast-critique-video-page__video {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .screencast-critique-video-page__video {
    margin-top: 1.1rem;
    position: relative;
    width: 100%;
    height: 60%;
    padding-top: 60%;
  }
}

@media screen and (max-width: 767px) {
  .screencast-critique-video-page__video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 250px !important;
  }
}

@media screen and (max-width: 991px) {
  .screencast-critique-video-page__video iframe {
    margin-bottom: 5rem;
  }
}

.screencast-critique-video-page .spinner_container {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

.screencast-critique-video-page .image {
  width: 100%;
  height: 450px;
}

.screencast-critique-video-page .video-wrapper {
  display: flex;
  justify-content: center;
  flex-basis: 20%;
}

.screencast-critique-video-page .video-wrapper__inner {
  height: 450px;
  width: 750px;
}

.screencast-critique-video-page .video-wrapper__inner .image {
  width: 100%;
  height: 450px;
  cursor: pointer;
}

.screencast-critique-video-page .video-wrapper__inner .video-title {
  font-size: 16px;
  text-align: center;
  color: #5d5d5d;
}

.screencast-critique-video-page .video-wrapper__inner .closed {
  width: 100%;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  top: -450px;
  position: relative;
  margin-bottom: -450px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.screencast-critique-video-page .video-wrapper__inner .closed p {
  text-align: center;
  color: #fff;
  width: 80%;
}

@media screen and (max-width: 767px) {
  .screencast-critique-video-page .video-wrapper__inner .closed p {
    width: 50%;
  }
}

.screencast-critique-video-page .video-wrapper__inner .closed a {
  width: 100px;
  height: 30px;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  color: #000;
  line-height: 30px;
  text-decoration: none;
}

.screencast-critique-video-page .video-wrapper__inner .closed i {
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .screencast-critique_main__banner {
    min-height: 150px;
  }
  .screencast-critique_main__banner .root-btn {
    width: 100%;
  }
  .screencast-critique_main__banner .container-fluid {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
  .screencast-critique_main__banner {
    min-height: 200px;
  }
  .screencast-critique_main__banner-logo img {
    width: 380px;
  }
  .screencast-critique_videos .row {
    max-width: 900px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1299px) {
  .screencast-critique_main__banner {
    min-height: 200px;
  }
  .screencast-critique_main__banner-logo img {
    width: 380px;
  }
  .screencast-critique_videos .row {
    max-width: 680px;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner {
    margin: 10px 10px 30px;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner .image {
    width: 200px;
    height: 110px;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner .video-title {
    font-size: 12px;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner .closed {
    width: 200px;
    height: 110px;
    top: -110px;
    margin-bottom: -110px;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner .closed p {
    padding: 5px 0 10px;
    font-size: 12px;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner .closed a {
    width: 95px;
    height: 16px;
    border-radius: 7px;
    font-size: 10px;
    line-height: 15px;
    margin-top: 0;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner .closed i {
    font-size: 12px;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1440px) {
  .screencast-critique_main__banner {
    min-height: 300px;
  }
  .screencast-critique_main__banner-logo img {
    width: 500px;
  }
  .screencast-critique_videos .row {
    max-width: 1060px;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner {
    margin: 10px 12px 30px;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner .image {
    width: 290px;
    height: 160px;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner .video-title {
    font-size: 18px;
    font-weight: 500;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner .closed {
    width: 290px;
    height: 160px;
    top: -160px;
    margin-bottom: -160px;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner .closed p {
    font-size: 16px;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner .closed a {
    width: 130px;
    height: 23px;
    font-size: 14px;
    line-height: 23px;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner .closed i {
    font-size: 18px;
  }
}

@media screen and (min-width: 1441px) {
  .screencast-critique_options {
    margin-top: 5rem;
    display: flex;
  }
  .screencast-critique_main__banner {
    min-height: 350px;
  }
  .screencast-critique_main__banner-logo img {
    width: 600px;
  }
  .screencast-critique_videos .row {
    max-width: 1300px;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner {
    margin: 10px 12px 30px;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner .image {
    width: 340px;
    height: 200px;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner .video-title {
    font-size: 20px;
    font-weight: 500;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner .closed {
    width: 340px;
    height: 200px;
    top: -200px;
    margin-bottom: -200px;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner .closed p {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner .closed a {
    width: 150px;
    height: 28px;
    font-size: 16px;
    line-height: 28px;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner .closed i {
    font-size: 20px;
  }
}

@media screen and (min-width: 2000px) {
  .screencast-critique_options {
    margin-top: 5rem;
    display: flex;
  }
  .screencast-critique-wrapper #uploadingModal .uploading-modal {
    width: 60%;
  }
  .screencast-critique_main__banner {
    min-height: 400px;
  }
  .screencast-critique_main__banner-logo img {
    width: 700px;
  }
  .screencast-critique_videos .row {
    max-width: 1600px;
  }
  .screencast-critique_videos_wrapper {
    margin-top: 5rem;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner {
    margin: 10px 12px 30px;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner .image {
    width: 439px;
    height: 246px;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner .video-title {
    font-size: 20px;
    font-weight: 500;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner .closed {
    width: 439px;
    height: 246px;
    top: -246px;
    margin-bottom: -246px;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner .closed p {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 25px;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner .closed a {
    width: 190px;
    height: 36px;
    font-size: 21px;
    line-height: 36px;
  }
  .screencast-critique_videos_wrapper .video-wrapper__inner .closed i {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.patron-access-form {
  width: 100%;
  height: 100%;
  font-size: 18px;
}

.patron-access-form__row {
  width: 100%;
  display: flex;
}

@media screen and (max-width: 767px) {
  .patron-access-form__row {
    display: block;
  }
}

.patron-access-form__row:not(:first-child) {
  margin-top: 30px;
}

.patron-access-form__form-group {
  display: flex;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .patron-access-form__form-group {
    padding-left: 0;
    display: block;
  }
}

.patron-access-form__form-group_label {
  font-weight: normal;
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  .patron-access-form__form-group_label {
    font-size: 14px;
  }
}

.patron-access-form__form-group_select {
  padding: 10px 15px;
  border-radius: 5px;
  height: 44px;
  border: 1px solid #C6C6C6;
  font-size: 15px;
  font-weight: normal;
  background-color: transparent;
  width: 120px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .patron-access-form__form-group_select {
    width: 100%;
    height: 38px;
    padding: 8px 15px;
    font-size: 14px;
  }
}

.patron-access-form__label-block, .patron-access-form__select-date {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .patron-access-form__label-block, .patron-access-form__select-date {
    width: 100%;
    justify-content: flex-start;
    font-size: 14px;
    padding-bottom: 4px;
  }
}

.patron-access-form__select-date {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .patron-access-form__select-date {
    padding-bottom: 4px;
  }
}

.patron-access-form__input-block {
  width: 70%;
  display: flex;
}

@media screen and (max-width: 767px) {
  .patron-access-form__input-block {
    width: 100%;
    display: block;
  }
}

.patron-access-form__footer {
  display: flex;
  flex-direction: column;
  padding: 0px;
}

.patron-access-form__footer .save-btn {
  margin-right: 10px;
}

.patron-access-form__footer .error-block,
.patron-access-form__footer .error-block-has-errors {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

.patron-access-form__footer .error-block-has-errors {
  height: auto;
  margin-bottom: 15px;
}

.patron-access-form__footer .error-text {
  font-size: 18px;
  text-align: center;
  color: #e65f50;
  padding-bottom: 0px;
}

.patron-access-form__footer .message-result {
  font-size: 18px;
  text-align: center;
  padding-bottom: 0px;
}

.premium-membership-message {
  width: 100%;
}

.premium-membership-message .text-center {
  text-align: center;
}

.patron-account-settings {
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
  /* The starting CSS styles for the enter animation */
  /* The finishing CSS styles for the enter animation */
}

.patron-account-settings .settings-title-block {
  display: flex;
  flex-direction: column;
  margin: 50px auto;
  width: 60%;
}

@media screen and (max-width: 767px) {
  .patron-account-settings .settings-title-block {
    width: 100%;
    padding: 0 15px;
    margin: 20px auto;
    text-align: center;
  }
}

.patron-account-settings .settings-title-block .title {
  font-size: 32px;
  color: #5d5d5d;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .patron-account-settings .settings-title-block .title {
    font-size: 22px;
  }
}

.patron-account-settings .settings-title-block .border {
  border: 1px none #000000;
  border-top-style: solid;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .patron-account-settings .settings-title-block .border {
    margin: 0 auto;
  }
}

.patron-account-settings .settings-block {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
}

.patron-account-settings .settings-block .settings-row {
  width: 100%;
  height: 150px;
  border-bottom: 1px solid #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.patron-account-settings .settings-block .settings-row .text-box {
  display: flex;
  flex-direction: column;
}

.patron-account-settings .settings-block .settings-row .text-box .title {
  font-size: 28px;
  color: #5d5d5d;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .patron-account-settings .settings-block .settings-row .text-box .title {
    font-size: 22px;
  }
}

.patron-account-settings .settings-block .settings-row .text-box .subtitle {
  font-size: 20px;
  color: #5d5d5d;
  font-weight: 500;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .patron-account-settings .settings-block .settings-row .text-box .subtitle {
    text-align: center;
    margin-bottom: 5px;
  }
}

.patron-account-settings .settings-block .settings-row .upgrade-btn,
.patron-account-settings .settings-block .settings-row .btn-disabled {
  background-color: transparent;
  color: #5d5d5d;
  font-size: 18px;
  border: 1px solid #5d5d5d;
  padding: 5px 0px;
  width: 250px;
  box-shadow: 0px 1px 16px -4px #5d5d5d;
}

@media screen and (max-width: 767px) {
  .patron-account-settings .settings-block .settings-row .upgrade-btn,
  .patron-account-settings .settings-block .settings-row .btn-disabled {
    margin-bottom: 20px;
    height: auto;
  }
}

.patron-account-settings .settings-block .settings-row .upgrade-btn:active {
  box-shadow: none;
}

.patron-account-settings .settings-block .settings-row .btn-disabled {
  box-shadow: none;
  background-color: #e9e9e9;
  cursor: not-allowed;
}

.patron-account-settings .settings-block .settings-row .contact-link {
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .patron-account-settings .settings-block .settings-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .patron-account-settings .settings-block {
    width: 100%;
    padding: 0 15px;
  }
}

.patron-account-settings .settings-block.ng-enter {
  transition: 0.7s linear all;
  opacity: 0;
}

.patron-account-settings .settings-block.ng-enter.ng-enter-active {
  opacity: 1;
}

.success-result-text.ng-enter {
  transition: 0.4s linear all;
  opacity: 0;
}

.change-payment-modal {
  box-shadow: none;
  width: 900px;
  padding: 30px 0px 0px 0px;
}

.auto-renew-message-error,
.auto-renew-message {
  height: 55px;
}

.auto-renew-message-error,
.request-message-error {
  color: #e65f50;
}

.request-message,
.request-message-error {
  display: flex;
  align-items: center;
  font-size: 20px;
}

.auto-renew-modal {
  width: 100%;
  height: 100%;
}

.auto-renew-modal .main-text {
  text-align: center;
  font-size: 25px;
  padding: 10px;
}

.cancel-membership-modal {
  width: 900px;
}

@media screen and (max-width: 767px) {
  .cancel-membership-modal {
    width: 100%;
    font-size: 16px;
  }
}

.cancel-membership-btn-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cancel-membership-btn-row .btn-container {
  display: flex;
  justify-content: center;
}

.cancel-membership-btn-row .message-block {
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 61px;
}

.cancel-membership-btn-row .error {
  color: tomato;
}

.cancel-membership-btn-row .cancel-btn,
.cancel-membership-btn-row .cancel-btn:active {
  background-color: #FFFFFF;
  border: 1px solid #00A3B3;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  font-size: 20px;
  color: #5d5d5d;
  font-weight: 400;
  padding: 5px 20px;
}

.cancel-membership-btn-row .cancel-btn:active {
  box-shadow: none;
}

.cancel-membership {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cancel-membership .img-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .cancel-membership .img-container img {
    width: 100%;
  }
}

.cancel-membership .main-text-block {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.cancel-membership .main-text-block .first-block {
  font-size: 26px;
  text-align: center;
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .cancel-membership .main-text-block .first-block {
    font-size: 16px;
  }
}

.cancel-membership .main-text-block .date-block {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  padding: 20px 0px;
}

@media screen and (max-width: 767px) {
  .cancel-membership .main-text-block .date-block {
    font-size: 18px;
  }
}

.cancel-membership .main-text-block .last-block {
  font-size: 26px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cancel-membership .main-text-block .last-block {
    font-size: 16px;
  }
}

.cancel-membership .main-text-block .last-question-block {
  font-size: 26px;
  text-align: center;
  margin-top: 100px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .cancel-membership .main-text-block .last-question-block {
    font-size: 16px;
    margin-top: 30px;
  }
}

.critique-modal-desktop {
  width: 1200px;
  padding: 0px;
}

@media (max-width: 1340px) {
  .critique-modal-desktop {
    width: 1140px;
  }
}

@media screen and (max-width: 1200px) {
  .critique-modal-desktop {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  .critique-modal-desktop {
    width: 730px;
  }
}

@media screen and (max-width: 767px) {
  .critique-modal-desktop {
    width: 300px;
  }
}

.critique-modal {
  max-width: 1200px;
  width: 100%;
  padding: 0px;
}

.critique-modal .close-btn {
  font-size: 21px;
}

.critique-modal-title-container {
  padding: 32px 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #5D5D5D;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.critique-modal-title-container .title-item {
  font-size: 29px;
}

.critique-modal-title-container .subtitle {
  font-size: 20px;
}

.critique-modal-photo-block {
  background-color: #5D5D5D;
  min-height: 300px;
  margin-bottom: 20px;
  padding: 30px 0;
}

.critique-modal-photo-block .message-container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #C6C6C6;
  margin-top: 7%;
  font-size: 18px;
}

.critique-modal-photo-block .message-container .contact-msg {
  width: 55%;
  text-align: center;
}

.critique-modal-photo-block .photos-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.critique-modal-photo-block .photo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 17px;
  color: #f2f2f2;
  font-weight: 400;
}

.critique-modal-photo-block .photo-wrapper .img-black-container,
.critique-modal-photo-block .photo-wrapper .img-black-container-desktop {
  background-color: #000000;
  width: 100%;
  height: 232px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.critique-modal-photo-block .photo-wrapper .img-black-container-desktop {
  width: 320px;
}

.critique-modal-photo-block .photo-wrapper .photo,
.critique-modal-photo-block .photo-wrapper .photo-desktop {
  height: 232px;
  width: 100%;
  object-fit: contain;
}

.critique-modal-photo-block .photo-wrapper .photo-desktop {
  max-width: 320px;
}

.critique-modal-photo-block .photo-wrapper .photo-caption {
  width: 100%;
  padding-top: 10px;
  text-align: center;
}

.critique-modal-comments-container {
  width: 100%;
}

.critique-modal-comments-container .critique-modal-form {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.critique-modal-comments-container .critique-modal-form .form-column {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.critique-modal-comments-container .critique-modal-form .form-group {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .critique-modal-comments-container .critique-modal-form .form-group {
    flex-direction: column;
  }
}

.critique-modal-comments-container .critique-modal-form .form-group:last-child {
  margin-bottom: 0;
}

.critique-modal-comments-container .critique-modal-form .validation-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  margin-left: 5px;
  position: absolute;
  left: 100%;
  top: 30%;
}

@media screen and (max-width: 991px) {
  .critique-modal-comments-container .critique-modal-form .validation-indicator {
    left: 49%;
    transform: translateX(160px);
  }
}

.critique-modal-comments-container .critique-modal-form .check-img {
  width: 25px;
}

@media screen and (max-width: 767px) {
  .critique-modal-comments-container .critique-modal-form .check-img {
    width: 22px;
  }
}

.critique-modal-comments-container .critique-modal-form .form-input {
  resize: none;
  height: 72px;
  width: 279px;
  padding: 14px;
  border-radius: 3px;
  border: 1px solid rgba(137, 137, 137, 0.38);
  box-shadow: 0 4px 0 0 rgba(27, 27, 27, 0.23);
}

.critique-modal-comments-container .critique-modal-form .form-input.ng-valid {
  border-color: rgba(0, 163, 179, 0.5);
  box-shadow: 0 4px 0 0 rgba(27, 27, 27, 0.23), 0 0 8px rgba(0, 163, 179, 0.8);
}

.critique-modal-comments-container .critique-modal-form .form-input.ng-valid.ng-touched {
  border-color: rgba(0, 163, 179, 0.5);
  box-shadow: 0 4px 0 0 rgba(27, 27, 27, 0.23), 0 0 8px rgba(0, 163, 179, 0.8);
}

.critique-modal-comments-container .critique-modal-form .form-input.ng-invalid.ng-touched {
  border-color: rgba(230, 95, 80, 0.5);
  box-shadow: 0 4px 0 0 rgba(27, 27, 27, 0.23), 0 0 8px rgba(230, 95, 80, 0.9);
  color: #e65f50;
}

@media screen and (max-width: 767px) {
  .critique-modal-comments-container .critique-modal-form .form-input {
    padding: 10px;
    font-size: 14px;
  }
}

.critique-modal-btn-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}

.critique-modal-btn-block .right-block,
.critique-modal-btn-block .left-block {
  display: flex;
}

.critique-modal-btn-block .right-block .message-block,
.critique-modal-btn-block .left-block .message-block {
  display: flex;
}

.critique-modal-btn-block .right-block .message-block .message-text,
.critique-modal-btn-block .left-block .message-block .message-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.critique-modal-btn-block .right-block .message-block .error,
.critique-modal-btn-block .left-block .message-block .error {
  color: #e65f50;
}

.critique-modal-btn-block .right-block .item,
.critique-modal-btn-block .left-block .item {
  margin-right: 20px;
}

.critique-modal-btn-block .skip-btn {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 18px;
  cursor: pointer;
}

.mobile-view-bg {
  padding: 0 15px;
  background: #f2f2f2;
}

.mobile-view-bg .critique-modal-mobile-view,
.mobile-view-bg .critique-modal-title-container {
  background: #f2f2f2;
}

.mobile-view-bg .critique-modal-mobile-view .title-item,
.mobile-view-bg .critique-modal-title-container .title-item {
  font-size: 25px;
}

.mobile-view-bg .title-item {
  text-align: center;
}

.mobile-view-bg .title-item br {
  display: none;
}

.mobile-view-bg .subtitle {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mobile-view-bg .subtitle.desktop-visible {
    display: none;
  }
}

.mobile-view-bg .subtitle.mobile-visible {
  margin-top: 30px;
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile-view-bg .subtitle.mobile-visible {
    display: block;
  }
}

.mobile-view-bg .critique-modal-btn-block {
  flex-direction: column-reverse;
  align-items: center;
}

.mobile-view-bg .critique-modal-btn-block .right-block {
  margin-bottom: 20px;
  font-size: 16px;
}

.mobile-view-bg .critique-modal-btn-block .right-block .message-block {
  margin-bottom: 5px;
}

.mobile-view-bg .critique-modal-btn-block .right-block .message-block button {
  flex: 1;
}

.mobile-view-bg .critique-modal-btn-block .right-block .button-block-mobile {
  display: flex;
}

@media screen and (max-width: 767px) {
  .mobile-view-bg .critique-modal-btn-block .right-block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .mobile-view-bg .critique-modal-btn-block {
    padding-top: 0;
  }
}

.critique-modal-mobile-view {
  display: none;
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .critique-modal-mobile-view {
    display: block;
  }
}

.critique-modal-mobile-view .photo-wrapper {
  margin-bottom: 30px;
}

.critique-modal-mobile-view .photo-wrapper .img-black-container {
  width: 100%;
  height: auto;
  background: #5d5d5d !important;
  padding: 15px;
}

.critique-modal-mobile-view .photo-wrapper .img-black-container a {
  width: 100%;
  height: auto;
}

.critique-modal-mobile-view .img-black-container {
  max-width: 350px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.critique-modal-mobile-view .photo-caption {
  margin-bottom: 20px;
}

.critique-modal-mobile-view .critique-modal-comments-container .critique-modal-form {
  flex-direction: column;
}

.critique-modal-mobile-view .critique-modal-comments-container .form-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.critique-modal-mobile-view .critique-modal-comments-container .form-group textarea {
  max-width: 320px;
  width: 100%;
  font-size: 16px;
  color: #313131;
}

.course-wrapper img {
  max-width: 100%;
}

.course-wrapper .text-brand {
  color: #00A3B3;
}

.course-wrapper .container {
  max-width: 1060px;
}

.course-wrapper--footer {
  padding: 50px 0;
  text-align: center;
}

.course-wrapper .invoice {
  padding: 20px 40px;
}

.course-wrapper .invoice--text {
  font-weight: 500;
  font-size: 26px;
  color: #5D5D5D;
}

@media screen and (max-width: 767px) {
  .course-wrapper--footer {
    padding: 30px 0;
  }
  .course-wrapper .invoice {
    padding: 20px 15px;
  }
  .course-wrapper .invoice--text {
    font-size: 18px;
  }
}

.spinner_container {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

.link-back-top {
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  color: #00A3B3;
  font-style: italic;
  position: relative;
  padding-top: 40px;
  text-decoration: none;
}

.link-back-top:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDQ0Ny4yNDMgNDQ3LjI0MyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8Zz4KCQk8cGF0aCBkPSJNNDA5LjIxNywxNzIuNjYyYy0wLjg0NC0xLjE1Mi0xLjc2NC0yLjI0Ny0yLjc1NC0zLjI3NmwtMTYwLTE2MEMyMzMuOTczLTMuMTE5LDIxMy43MTItMy4xMywyMDEuMjA5LDkuMzYgICAgYy0wLjAwOCwwLjAwOC0wLjAxNywwLjAxNy0wLjAyNSwwLjAyNWwtMTYwLDE2MGMtMTIuNDc5LDEyLjUxNC0xMi40NTEsMzIuNzc1LDAuMDYzLDQ1LjI1NWMwLjk4NSwwLjk4MiwyLjAzMywxLjg5OSwzLjEzNywyLjc0NSAgICBjMTMuMzgxLDguOTcxLDMxLjI3Niw3LjAxMyw0Mi40LTQuNjRsODguNjQtODguMzJjNC43LTQuNjk1LDguNjQxLTEwLjA5MywxMS42OC0xNmw0LjMyLTkuNnYzMTQuMjQgICAgYy0wLjYwNywxNi4zNDcsMTAuODEyLDMwLjY4OSwyNi44OCwzMy43NmMxNy40NDUsMi44MjksMzMuODgxLTkuMDE5LDM2LjcxLTI2LjQ2NWMwLjI5Ny0xLjgzLDAuNDM0LTMuNjgyLDAuNDEtNS41MzVWOTkuMzA1ICAgIGwzLjIsNi44OGMzLjE4Myw2LjcyNSw3LjUxNSwxMi44NDMsMTIuOCwxOC4wOGw4OC40OCw4OC40OGMxMS4xMjQsMTEuNjUzLDI5LjAxOSwxMy42MTEsNDIuNCw0LjY0ICAgIEM0MTYuNTYzLDIwNi45NDQsNDE5LjY1OCwxODYuOTIxLDQwOS4yMTcsMTcyLjY2MnoiIGZpbGw9IiMwMGEzYjMiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiPjwvcGF0aD4KCTwvZz4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8L2c+PC9zdmc+);
  background-size: 30px;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  animation: shake 1s infinite;
  animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}

@keyframes shake {
  0% {
    top: 5px;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 5px;
  }
}

.link-back-top:hover {
  color: #017783;
}

@media screen and (max-width: 767px) {
  .link-back-top {
    font-size: 20px;
  }
  .link-back-top:before {
    background-size: 25px;
    width: 25px;
    height: 25px;
  }
}

.course-instruction {
  padding: 60px 0;
  position: relative;
}

.course-instruction .title {
  font-size: 35px;
  font-weight: normal;
  text-align: center;
  color: #5D5D5D;
  padding-bottom: 34px;
}

.course-instruction .sub-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #5D5D5D;
  padding-bottom: 16px;
}

.course-instruction--video {
  width: 100%;
  height: 520px;
  overflow: hidden;
}

.course-instruction--video .video-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.course-instruction .arrow-down {
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 30px;
  animation: down 1.5s infinite;
  animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}

@keyframes down {
  0% {
    transform: translateX(-50%) translateY(5px);
  }
  50% {
    transform: translateX(-50%) translateY(-5px);
  }
  100% {
    transform: translateX(-50%) translateY(5px);
  }
}

.course-instruction .arrow-down:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 1px;
  background: #dadfe2;
  transform: rotate(40deg);
  box-shadow: 3px 3px 3px rgba(218, 223, 226, 0.5);
}

.course-instruction .arrow-down:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 1px;
  background: #dadfe2;
  transform: rotate(-40deg);
  box-shadow: -3px 3px 3px rgba(218, 223, 226, 0.5);
}

@media screen and (max-width: 991px) {
  .course-instruction--video {
    height: 420px;
  }
}

@media screen and (max-width: 767px) {
  .course-instruction {
    padding: 50px 0;
  }
  .course-instruction .title {
    font-size: 25px;
    padding-bottom: 30px;
  }
  .course-instruction .sub-title {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .course-instruction--video {
    height: 200px;
  }
}

.course-intro {
  padding: 60px 0;
}

.course-intro .title {
  font-size: 35px;
  font-weight: normal;
  text-align: center;
  color: #5D5D5D;
  padding-bottom: 30px;
}

.course-intro--row {
  align-items: center;
}

.course-intro--image {
  padding-right: 30px;
}

.course-intro--price {
  padding-left: 30px;
}

.course-intro--price .price-block {
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
}

.course-intro--price .price-block .text {
  font-size: 52px;
  font-weight: normal;
  color: #5D5D5D;
  display: inline-block;
  line-height: 76px;
}

.course-intro--price .price-block .price {
  font-size: 92px;
  font-weight: normal;
  line-height: 92px;
  color: #5D5D5D;
  position: relative;
  padding-left: 40px;
}

.course-intro--price .price-block .price sup {
  font-size: 45px;
  position: absolute;
  left: 9px;
  top: 25px;
}

.course-intro .or {
  display: block;
  font-size: 41px;
  font-weight: 500;
  color: #616161;
  text-transform: uppercase;
  margin: 50px 0 40px;
}

.course-intro .course-promo {
  margin-bottom: 50px;
}

.course-intro .course-promo--inner {
  border: 3px solid #475993;
  border-radius: 30px;
  padding: 20px;
  text-align: center;
}

.course-intro .course-promo--text {
  padding: 0;
  width: 88%;
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  color: #5D5D5D;
}

.course-intro .subtext {
  margin-top: 55px;
  padding: 0;
  font-size: 21px;
  font-weight: 500;
  color: #5D5D5D;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .course-intro--image {
    padding-right: 30px;
  }
  .course-intro--image .img-wrapper {
    width: 120%;
    left: -20%;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .course-intro {
    padding: 50px 0;
  }
  .course-intro .title {
    font-size: 25px;
  }
  .course-intro--image {
    padding-right: 15px;
    padding-bottom: 30px;
  }
  .course-intro--image .img-wrapper {
    width: 100%;
    left: 0;
  }
  .course-intro--price {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .course-intro--price .price-block {
    padding-bottom: 15px;
  }
  .course-intro--price .price-block .text {
    font-size: 44px;
  }
  .course-intro--price .price-block .price {
    font-size: 76px;
    padding-left: 30px;
  }
  .course-intro--price .price-block .price sup {
    font-size: 32px;
    left: 10px;
    top: 29px;
  }
  .course-intro .or {
    font-size: 25px;
    margin: 40px 0 10px;
  }
  .course-intro .course-promo {
    margin-bottom: 20px;
  }
  .course-intro .course-promo--text {
    width: 100%;
    font-size: 20px;
  }
  .course-intro .subtext {
    margin-top: 35px;
    font-size: 18px;
  }
}

.course-actual {
  padding: 60px 0;
}

.course-actual .title {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  color: #5D5D5D;
  padding-bottom: 30px;
}

.course-actual--list {
  margin-left: -30px;
  margin-right: -30px;
  padding: 0 0 25px;
  list-style: none;
}

.course-actual--list .item {
  padding: 0 30px 50px;
}

.course-actual--list .item .video-wrapper {
  margin-bottom: 10px;
  width: 100%;
  height: 60%;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

.course-actual--list .item .video-wrapper--inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.course-actual--list .item .video-title {
  padding: 0;
  font-size: 21px;
  font-weight: 500;
  color: #5D5D5D;
  line-height: 1.5;
  text-align: center;
}

.course-actual--list .item .video-title span {
  display: inline-block;
  width: 100%;
}

.course-actual .promo-text {
  font-size: 24px;
  font-weight: 500;
  color: #5D5D5D;
  line-height: 1.5;
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .course-actual--list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .course-actual--list .item {
    padding: 0 15px 40px;
  }
}

@media screen and (max-width: 767px) {
  .course-actual {
    padding: 50px 0;
  }
  .course-actual .title {
    font-size: 25px;
  }
  .course-actual--list {
    padding-bottom: 0;
  }
  .course-actual--list .item .video-wrapper {
    margin-bottom: 5px;
  }
  .course-actual--list .item .video-title {
    font-size: 18px;
  }
  .course-actual .promo-text {
    font-size: 20px;
    padding-bottom: 30px;
  }
}

.course-modules {
  padding: 40px 0;
}

.course-modules .title {
  font-size: 32px;
  font-weight: normal;
  color: #5D5D5D;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}

.course-modules--item {
  padding-bottom: 30px;
}

.course-modules--item:last-child .course-list {
  border-bottom: none;
}

.course-modules--item .caption {
  font-size: 31px;
  color: #00A3B3;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 30px;
}

.course-modules--item .course-list {
  padding-left: 30px;
  border-bottom: 1px solid #e9e9e9;
}

.course-modules--item .course-list li {
  font-size: 20px;
  color: #5D5D5D;
  font-weight: normal;
  padding-bottom: 15px;
}

.course-modules--item .course-list li b {
  color: #444444;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .course-modules {
    padding: 40px 0 0;
  }
  .course-modules .title {
    font-size: 25px;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
  .course-modules--item .caption {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .course-modules--item .course-list {
    padding-left: 25px;
  }
  .course-modules--item .course-list li {
    font-size: 18px;
    padding-bottom: 12px;
  }
}

.course-examples {
  padding: 20px;
}

.course-examples--row {
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 90px;
}

.course-examples .example-item {
  padding: 0 20px;
  display: flex;
  justify-content: center;
}

.course-examples .example-item--inner {
  text-align: center;
}

.course-examples .example-item--inner.img-sm {
  width: 75%;
}

.course-examples .example-item--inner.img-lg {
  width: 100%;
}

.course-examples .example-item--inner.img-lg .img-wrapper {
  padding-top: 65%;
  height: 65%;
}

.course-examples .example-item--inner .title {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 31px;
  font-weight: 600;
  color: #00A3B3;
}

.course-examples .example-item--inner .img-wrapper {
  width: 100%;
  padding-top: 70%;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.course-examples .example-item--inner .img-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .course-examples {
    padding: 0 0 20px;
  }
  .course-examples--row {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 40px;
  }
  .course-examples .example-item {
    padding: 0 15px;
  }
  .course-examples .example-item--inner.img-sm {
    width: 100%;
  }
  .course-examples .example-item--inner.img-lg {
    width: 100%;
  }
  .course-examples .example-item--inner.img-lg .img-wrapper {
    padding-top: 70%;
    height: 70%;
  }
  .course-examples .example-item--inner .title {
    margin-bottom: 7px;
    font-size: 16px;
  }
}

.course-advantages {
  padding: 40px 0;
}

.course-advantages--list {
  padding: 0 0 25px;
  list-style: none;
  position: relative;
}

.course-advantages--list:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 60%;
  background: #e9e9e9;
}

.course-advantages--list li {
  position: relative;
  padding-left: 70px;
  font-size: 27px;
  font-weight: 600;
  color: #006872;
  padding-bottom: 15px;
  min-height: 84px;
}

.course-advantages--list li span,
.course-advantages--list li .light {
  font-weight: normal;
}

.course-advantages--list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #006872;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDIzNi45ODggMjM2Ljk4OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+Cjxwb2x5Z29uIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcG9pbnRzPSIxOTguMDk4LDI0LjMyNiA4Ny41NDMsMTM0Ljg4MSAzOC44OTEsODYuMjI5IDAsMTI1LjEyMSA4Ny41NDMsMjEyLjY2MiAyMzYuOTg4LDYzLjIxNyAiIGZpbGw9IiNmZmZmZmYiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiPjwvcG9seWdvbj4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .course-advantages {
    padding: 40px 0 0;
  }
  .course-advantages--list {
    padding: 0 0 15px;
  }
  .course-advantages--list:before {
    width: 70%;
  }
  .course-advantages--list li {
    padding-left: 45px;
    font-size: 18px;
  }
  .course-advantages--list li:before {
    top: -5px;
    width: 36px;
    height: 36px;
    background-size: 18px;
  }
}

.course-promo {
  padding: 30px 0;
  text-align: center;
}

.course-promo--text {
  display: inline-block;
  width: 90%;
  font-size: 34px;
  font-weight: 500;
  color: #5D5D5D;
  line-height: 1.4;
  padding-bottom: 70px;
}

.course-promo--text .text-brand {
  white-space: nowrap;
}

.course-promo .btn_brand_patron {
  margin-bottom: 30px;
}

.course-promo .btn_info {
  padding: 7px 20px;
  font-size: 22px;
  font-weight: 300;
  display: flex;
  align-items: center;
}

.course-promo .btn_info .price {
  margin-left: 7px;
  font-size: 29px;
  padding-left: 10px;
  position: relative;
  display: inline-block;
}

.course-promo .btn_info .price sup {
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 14px;
}

.course-promo .price-block {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 50px 0 30px;
}

.course-promo .price-block .text {
  font-size: 52px;
  font-weight: 300;
  color: #5D5D5D;
  display: inline-block;
  line-height: 76px;
}

.course-promo .price-block .price {
  font-size: 92px;
  font-weight: normal;
  line-height: 92px;
  color: #5D5D5D;
  position: relative;
  padding-left: 40px;
}

.course-promo .price-block .price sup {
  font-size: 45px;
  position: absolute;
  left: 9px;
  top: 25px;
}

@media screen and (max-width: 767px) {
  .course-promo {
    padding: 20px 0;
  }
  .course-promo--text {
    width: 100%;
    font-size: 22px;
    padding-bottom: 45px;
  }
  .course-promo .btn_info {
    padding: 7px 20px;
    font-size: 19px;
  }
  .course-promo .btn_info .price {
    font-size: 26px;
    padding-left: 10px;
  }
  .course-promo .btn_info .price sup {
    top: 8px;
    font-size: 12px;
  }
}

.course-testimonials {
  padding: 60px 0;
}

.course-testimonials .title {
  font-size: 46px;
  font-weight: 500;
  text-align: center;
  color: #5D5D5D;
  padding-bottom: 50px;
}

.course-testimonials .course-testimonial-card {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 40px;
}

.course-testimonials .course-testimonial-card:last-child:before {
  display: none;
}

.course-testimonials .course-testimonial-card:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 45%;
  height: 2px;
  background: #e9e9e9;
}

.course-testimonials .course-testimonial-card .text {
  font-size: 32px;
  font-weight: 300;
  color: #5D5D5D;
  line-height: 1.4;
  padding-bottom: 0;
  font-style: italic;
}

.course-testimonials .course-testimonial-card .author {
  display: inline-block;
  font-size: 32px;
  font-weight: normal;
  color: #5D5D5D;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .course-testimonials {
    padding: 50px 0 0;
  }
  .course-testimonials .title {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .course-testimonials .course-testimonial-card {
    margin-bottom: 25px;
  }
  .course-testimonials .course-testimonial-card:before {
    width: 70%;
  }
  .course-testimonials .course-testimonial-card .text {
    font-size: 18px;
  }
  .course-testimonials .course-testimonial-card .author {
    font-size: 16px;
    margin-top: 5px;
  }
}

.edit-groups-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
}

.edit-groups-container .title {
  font-size: 24px;
  padding-bottom: 10px;
}

.edit-groups-container .sub-title {
  font-size: 18px;
}

.edit-groups-container .groups-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  max-height: 295px;
  overflow-y: scroll;
}

.edit-groups-container .groups-container::-webkit-scrollbar-track {
  background-color: transparent;
}

.edit-groups-container .groups-container::-webkit-scrollbar {
  width: 8px;
}

.edit-groups-container .groups-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d3d3d3;
}

.edit-groups-container .group-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #878787;
  font-size: 18px;
  padding: 0px 5px 10px 5px;
  margin-top: 20px;
}

.edit-groups-container .group-item .input-group-name {
  border: none;
  cursor: default;
}

.edit-groups-container .group-item .input-new-group {
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  .edit-groups-container .group-item .input-new-group {
    width: 100%;
  }
}

.edit-groups-container .group-item .save-group-btn {
  width: 90px;
  height: 40px;
  padding: 0px;
}

.edit-groups-container .group-item .actions-container {
  display: flex;
  justify-content: space-evenly;
  width: 60px;
}

.edit-groups-container .group-item .actions-container .icon-wrapper {
  cursor: pointer;
  width: 23px;
}

.edit-groups-footer {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.edit-groups-footer .message-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  font-size: 16px;
}

.add-patrons-group-btn-wrapper {
  margin-left: 15px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .add-patrons-group-btn-wrapper {
    margin-left: 0px;
  }
  .add-patrons-group-btn-wrapper .add-patrons-group-menu.patrons-group-list li a {
    min-height: 35px;
    text-align: center;
    padding: 0px 10px 0px 10px;
    font-size: 16px;
  }
}

.dropdown-menu-item {
  position: relative;
}

.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

@media screen and (max-width: 767px) {
  .dropdown-menu .sub-menu li {
    margin-bottom: 1px;
  }
  .dropdown-menu .sub-menu li a {
    white-space: break-spaces;
    line-height: 1.3;
  }
}

.scroll-groups-list {
  max-height: 200px;
  overflow-y: scroll;
}

.scroll-groups-list::-webkit-scrollbar-track {
  margin-top: 2px;
  border-radius: 10px;
  background-color: #FFFFFF;
}

.scroll-groups-list::-webkit-scrollbar {
  width: 8px;
}

.scroll-groups-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d3d3d3;
}

.dropdown-menu li:hover > .sub-menu {
  visibility: visible;
  display: block;
}

.patrons-dropdown-menu li {
  padding-bottom: 0px;
}

.patrons-dropdown-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  padding: 6px 20px;
}

@media screen and (max-width: 767px) {
  .patrons-dropdown-menu li a {
    padding: 3px 10px;
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  .patrons-dropdown-menu li a {
    font-size: 14px;
  }
}

.patrons-dropdown-menu li a:hover {
  background-color: #303e64;
  color: #ffffff;
}

.patrons-dropdown-menu li a:hover > i {
  color: #ffffff;
}

.patrons-dropdown-menu li.disabled a:hover > i {
  color: #777777;
}

@media screen and (max-width: 767px) {
  .patrons-dropdown-menu {
    left: -5px;
    min-width: 150px;
  }
}

.add-patrons-group-menu li {
  padding-bottom: 0px;
}

.add-patrons-group-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  padding: 6px 20px;
}

.add-patrons-group-menu li a:hover {
  background-color: transparent;
}

.patrons-plus-btn {
  width: 35px;
  height: 35px;
  background-color: transparent;
  border: 1px solid #e65f50;
  border-radius: 50%;
  color: #e65f50;
  position: relative;
}

.patrons-plus-btn:before {
  content: '\002B';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 27px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .patrons-plus-btn {
    width: 30px;
    height: 30px;
  }
  .patrons-plus-btn:before {
    font-size: 22px;
  }
}

.patrons-dropdown {
  border: 1px solid #00A3B3;
  background: #f2f2f2;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 500;
  color: #444444;
  padding: 11px 0px;
  width: 120px;
}

.patrons-dropdown .patrons-btn-label {
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .patrons-dropdown {
    padding: 8px 0px;
  }
}

.patrons-group-list {
  top: 100%;
  margin-top: 10px;
  right: 0;
  left: auto;
  border: 1px solid #00a3b3;
  border-radius: 5px;
  padding: 0px;
}

.patrons-group-list li a {
  min-height: 44px;
  text-align: center;
  font-size: 17px;
  padding: 0px 15px 0px 15px;
}

.patrons-group-list li a:hover {
  background-color: #bbf1f6;
}

.patrons-group-list .first-item {
  background-color: #bbf1f6;
  position: relative;
}

.patrons-group-list .first-item:hover {
  background-color: #bbf1f6;
}

.patrons-group-list .first-item-corner {
  position: absolute;
  top: -5px;
  right: 13px;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  background-color: #bbf1f6;
  border-top: 1px solid #00a3b3;
  border-left: 1px solid #00a3b3;
  border-bottom: none;
  border-right: none;
}

.more-btn-dropdown,
.more-btn-dropdown-mobile {
  left: auto;
  right: 0;
  border-radius: 0px;
  padding-bottom: 0px;
}

.more-btn-dropdown li,
.more-btn-dropdown-mobile li {
  padding-bottom: 0px;
}

.more-btn-dropdown li a,
.more-btn-dropdown-mobile li a {
  font-size: 13px;
  text-decoration: none;
  padding: 2px 15px;
}

.more-btn-dropdown li a:hover,
.more-btn-dropdown-mobile li a:hover {
  background-color: #1e90ff;
  color: #fff;
}

.more-btn-dropdown-mobile {
  right: auto;
}

@media screen and (max-width: 767px) {
  .dropdown-menu {
    min-width: 150px;
  }
}

.patron-groups-list-container .groups-subtitle {
  font-size: 19px;
}

@media screen and (max-width: 767px) {
  .patron-groups-list-container .groups-subtitle {
    font-size: 16px;
  }
}

.discount {
  width: 100%;
}

.discount .error-msg {
  position: absolute;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.discount .error-msg ul li {
  font-size: 22px;
}

.discount .spinner_container {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 5rem;
  align-items: baseline;
}

.discount .spinner_container p {
  margin-left: 1rem;
  text-decoration: underline;
  font-size: 18px;
}

.not_patron_page {
  width: 100%;
  min-height: calc(100vh - 118px);
  background: linear-gradient(0deg, #000 30%, #2f3b65 70%);
  display: flex;
  align-items: center;
  padding: 50px 0;
}

.not_patron_page__wrap {
  width: 660px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.not_patron_page .caption {
  color: #fff;
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 20px;
}

.not_patron_page .sub_title {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-top: 30px;
}

.not_patron_page__image {
  padding: 15px 30px 35px;
  width: 100%;
}

.not_patron_page__image .img_wrapper {
  position: relative;
  width: 100%;
  padding-top: 67%;
  height: 67%;
}

.not_patron_page__image .img_wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.not_patron_page .btn_default.submit-photo-btn {
  text-transform: uppercase;
  font-size: 26px;
}

@media (max-width: 1340px) {
  .not_patron_page__wrap {
    width: 590px;
  }
  .not_patron_page .caption {
    font-size: 32px;
    margin-bottom: 0;
  }
  .not_patron_page .sub_title {
    font-size: 26px;
    margin-bottom: 15px;
    padding-top: 20px;
  }
  .not_patron_page__image {
    padding: 15px 20px 30px;
  }
  .not_patron_page .btn_default.submit-photo-btn {
    font-size: 22px;
  }
}

@media screen and (max-width: 1200px) {
  .not_patron_page__wrap {
    width: 530px;
  }
  .not_patron_page .caption {
    font-size: 32px;
    padding-bottom: 15px;
  }
  .not_patron_page .sub_title {
    font-size: 24px;
    margin-bottom: 10px;
    padding-top: 15px;
  }
  .not_patron_page__image {
    padding: 15px 15px 20px;
  }
  .not_patron_page .btn_default.submit-photo-btn {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .not_patron_page {
    min-height: calc(100vh - 100px);
  }
}

@media screen and (max-width: 767px) {
  .not_patron_page {
    padding: 40px 0;
  }
  .not_patron_page__wrap {
    width: 320px;
  }
  .not_patron_page .caption {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .not_patron_page .sub_title {
    font-size: 15px;
    margin-bottom: 10px;
    padding-top: 10px;
  }
  .not_patron_page__image {
    padding: 10px 15px 15px;
  }
  .not_patron_page .btn_default.submit-photo-btn {
    font-size: 14px;
  }
}

.course-shooting {
  padding: 80px 0 50px;
}

.course-shooting--heading .caption {
  font-weight: 500;
  color: #00A3B3;
  font-family: "Poppins", sans-serif;
}

.course-shooting-item {
  padding-bottom: 65px;
}

.course-shooting-item--title {
  font-size: 32px;
  font-weight: 500;
  color: #5D5D5D;
  font-family: "Poppins", sans-serif;
}

.course-shooting-item--nav {
  padding-right: 0;
}

.course-shooting-item--nav .list-courses {
  width: 100%;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 5;
  right: -1px;
}

.course-shooting-item--nav .list-courses li {
  margin: 0;
  padding: 0;
}

.course-shooting-item--nav .list-courses li:first-child a {
  border-radius: 4px 0 0 0;
}

.course-shooting-item--nav .list-courses li:last-child a {
  border-radius: 0 0 0 4px;
}

.course-shooting-item--nav .list-courses li .link {
  cursor: pointer;
  text-decoration: none;
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 15px 20px;
  color: #5D5D5D;
  background: #ebebeb;
  border: 1px solid #e3e3e3;
  transition: 0.3s;
}

.course-shooting-item--nav .list-courses li .link:hover {
  background: #dcdcdc;
}

.course-shooting-item--nav .list-courses li.active .link {
  background: #F8F8F8;
  border-color: #f0f0f0;
  cursor: default;
  border-right-color: transparent;
}

.course-shooting-item--nav .list-courses li.active .link:hover {
  background: #F8F8F8;
  border-color: #f0f0f0;
  border-right-color: transparent;
}

.course-shooting-item--result {
  background: #F8F8F8;
  border-radius: 0 4px 4px 4px;
  border: 1px solid #f0f0f0;
}

.course-shooting-item--result .panel {
  background: none;
  border: none;
}

.course-shooting-item--result .panel .btn-collapse-course {
  display: none;
}

.course-shooting-item--result .panel .collapse {
  min-height: 100%;
  display: block;
}

.course-shooting-item--result .course-content {
  padding: 30px 15px;
}

.course-shooting-item--result .course-content .video-preview {
  width: 100%;
  padding-top: 57%;
  height: 57%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #e9e9e9;
  margin-bottom: 25px;
}

.course-shooting-item--result .course-content .video-preview--loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.course-shooting-item--result .course-content .video-preview--wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.course-shooting-item--result .course-content .course-description ul li {
  font-size: 20px;
  color: #444444;
}

.course-shooting-item--result .course-content .course-description p {
  font-size: 20px;
  color: #444444;
}

.course-shooting-item--result .course-content .course-description p:last-child {
  padding: 0;
}

@media screen and (max-width: 991px) {
  .course-shooting {
    padding: 50px 0 0;
  }
  .course-shooting--heading .caption {
    font-size: 32px;
  }
  .course-shooting-item {
    padding-bottom: 45px;
  }
  .course-shooting-item--title {
    font-size: 26px;
  }
  .course-shooting-item .row {
    margin: 0;
  }
  .course-shooting-item--nav {
    display: none;
  }
  .course-shooting-item--result {
    padding: 0;
    width: 100%;
    border-radius: 4px;
  }
  .course-shooting-item--result .panel {
    margin-top: 0 !important;
  }
  .course-shooting-item--result .panel.tab-pane {
    display: block !important;
    opacity: 1 !important;
  }
  .course-shooting-item--result .panel .btn-collapse-course {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: block;
    width: 100%;
    font-size: 19px;
    padding: 15px 60px 15px 20px;
    color: #5D5D5D;
    background: #F8F8F8;
    border: 1px solid #e3e3e3;
    transition: 0.3s;
  }
  .course-shooting-item--result .panel .btn-collapse-course:before {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDQ5MS45OTYgNDkxLjk5NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8Zz4KCQk8cGF0aCBkPSJNNDg0LjEzMiwxMjQuOTg2bC0xNi4xMTYtMTYuMjI4Yy01LjA3Mi01LjA2OC0xMS44Mi03Ljg2LTE5LjAzMi03Ljg2Yy03LjIwOCwwLTEzLjk2NCwyLjc5Mi0xOS4wMzYsNy44NmwtMTgzLjg0LDE4My44NDggICAgTDYyLjA1NiwxMDguNTU0Yy01LjA2NC01LjA2OC0xMS44Mi03Ljg1Ni0xOS4wMjgtNy44NTZzLTEzLjk2OCwyLjc4OC0xOS4wMzYsNy44NTZsLTE2LjEyLDE2LjEyOCAgICBjLTEwLjQ5NiwxMC40ODgtMTAuNDk2LDI3LjU3MiwwLDM4LjA2bDIxOS4xMzYsMjE5LjkyNGM1LjA2NCw1LjA2NCwxMS44MTIsOC42MzIsMTkuMDg0LDguNjMyaDAuMDg0ICAgIGM3LjIxMiwwLDEzLjk2LTMuNTcyLDE5LjAyNC04LjYzMmwyMTguOTMyLTIxOS4zMjhjNS4wNzItNS4wNjQsNy44NTYtMTIuMDE2LDcuODY0LTE5LjIyNCAgICBDNDkxLjk5NiwxMzYuOTAyLDQ4OS4yMDQsMTMwLjA0Niw0ODQuMTMyLDEyNC45ODZ6IiBmaWxsPSIjNDQ0NDQ0IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIiBjbGFzcz0iIj48L3BhdGg+Cgk8L2c+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPC9nPjwvc3ZnPg==);
    width: 15px;
    height: 15px;
    background-size: 15px;
    background-position: center center;
    transition: .3s;
  }
  .course-shooting-item--result .panel .btn-collapse-course.collapsed {
    background: #ebebeb;
  }
  .course-shooting-item--result .panel .btn-collapse-course.collapsed:before {
    transform: translateY(-50%) rotate(0deg);
  }
  .course-shooting-item--result .panel .btn-collapse-course.collapsed:hover {
    background: #dcdcdc;
  }
  .course-shooting-item--result .panel .collapse {
    min-height: 0;
    display: none;
  }
  .course-shooting-item--result .panel .collapse.in {
    display: block;
  }
  .course-shooting-item--result .course-content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .course-shooting {
    padding: 40px 0 0;
  }
  .course-shooting--heading .caption {
    font-size: 26px;
  }
  .course-shooting-item {
    padding-bottom: 35px;
  }
  .course-shooting-item--title {
    font-size: 20px;
  }
  .course-shooting-item--result .panel .btn-collapse-course {
    font-size: 15px;
    padding: 13px 50px 13px 15px;
  }
  .course-shooting-item--result .panel .btn-collapse-course:before {
    right: 10px;
    width: 12px;
    height: 12px;
    background-size: 12px;
  }
  .course-shooting-item--result .course-content {
    padding: 20px 15px;
  }
  .course-shooting-item--result .course-content .course-title {
    font-size: 17px;
  }
  .course-shooting-item--result .course-content .course-description ul li {
    font-size: 15px;
  }
  .course-shooting-item--result .course-content .course-description p {
    font-size: 15px;
  }
}

.social-btn-container {
  position: relative;
  font-size: 22px;
  color: #fff;
  margin-left: 46px;
  width: 234px;
  height: 38px;
}

.social-btn-container .share-icon-wrapper {
  cursor: pointer;
  position: absolute;
  top: 1px;
  text-transform: uppercase;
  margin-left: 10px;
  padding-top: 1px;
  z-index: 2;
}

.social-btn-container .share-icon-wrapper .toggle-share-img {
  z-index: 2;
  width: 24px;
  height: 24px;
}

.social-btn-container .share-buttons-container {
  cursor: pointer;
  z-index: 1;
  width: 234px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 23px;
  border: 1px solid #000000;
  background-color: #000000;
  padding: 1px 10px 0px 49px;
}

.social-btn-container .animation {
  transition: all linear 0.5s;
}

.social-btn-container .animation.ng-hide {
  opacity: 0;
}

.social-btn-container .open-social-modal-icon,
.social-btn-container .copy-url-icon {
  margin-left: 5px;
}

.social-btn-container .hide-url-input {
  display: none;
}

@media screen and (max-width: 767px) {
  .social-btn-container {
    margin-left: 0px;
  }
  .social-btn-container .share-buttons-container {
    padding: 1px 10px 0px 10px;
  }
}

.cookie_reminder_holder {
  background: #272727;
}

.cookie_reminder_holder .row {
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.cookie_reminder_holder .row .cookie_reminder {
  color: #fff;
  font-size: 13px;
}

label {
  margin-bottom: 0px;
}

.digital_camera {
  padding: 50px 0;
}

.digital_camera .img_wrapper {
  padding: 20px 30px;
}

.digital_camera .img_wrapper img {
  width: 100%;
  display: block;
}

.not_admin_page {
  padding: 70px 0;
}

.not_admin_page .row {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.not_admin_page .row .caption .style_caption {
  font-family: "Sue Ellen Francisco", cursive;
  font-size: 46px;
  color: #e65f50;
  padding-bottom: 45px;
}

.not_admin_page .row .img_wrapper {
  width: 700px;
  margin-bottom: 45px;
}

.not_admin_page .row .img_wrapper img {
  width: 100%;
  display: block;
}

.not_admin_page .row .link_get {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .not_admin_page {
    padding: 50px 0;
  }
  .not_admin_page .row {
    text-align: center;
    padding: 0 20px;
  }
  .not_admin_page .row .caption {
    font-size: 22px;
    padding-bottom: 25px;
  }
  .not_admin_page .row .caption .style_caption {
    font-size: 26px;
  }
  .not_admin_page .row .img_wrapper {
    width: 100%;
    margin-bottom: 25px;
  }
  .not_admin_page .row .link_get {
    font-size: 18px;
  }
}

.featured_photos {
  border: 3px dotted #C6C6C6;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 65px;
}

.featured_photos .caption {
  font-size: 32px;
  font-family: "Sue Ellen Francisco", cursive;
  font-weight: normal;
  margin: 0;
  padding-bottom: 20px;
}

.featured_photos .link {
  font-size: 18px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .featured_photos {
    padding: 15px;
    margin-bottom: 45px;
  }
  .featured_photos .caption {
    text-align: center;
    font-size: 28px;
    padding-bottom: 15px;
  }
  .featured_photos .link {
    font-size: 15px;
  }
}

.wufoo-form {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100vh;
}

.wufoo-form.contact iframe {
  height: 100%;
  width: 100%;
}

.wufoo-form iframe {
  border: none;
  width: 650px;
  height: 630px;
}

.frame_subsribe {
  background: #F2F2F2;
  padding: 35px 60px;
  border: 2px dashed #707070;
  border-radius: 4px;
  margin-bottom: 55px;
}

.frame_subsribe .caption {
  text-align: center;
  font-size: 32px;
  font-family: "Sue Ellen Francisco", cursive;
  color: #e65f50;
  margin: 0;
  padding-bottom: 35px;
}

.frame_subsribe .row {
  align-items: center;
}

.frame_subsribe .description p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: normal;
  color: #444444;
  padding: 0;
  margin: 0;
}

.frame_subsribe .form .group {
  display: flex;
  align-items: center;
}

.frame_subsribe .form .group input {
  position: relative;
  top: 2px;
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #C6C6C6;
  font-size: 18px;
  font-weight: normal;
}

.frame_subsribe .form .group input::placeholder {
  position: relative;
  left: 0;
  transition: 0.3s;
}

.frame_subsribe .form .group input:focus {
  border: 1px solid #F9C000;
  box-shadow: 0px 0px 4px #F9C000;
}

.frame_subsribe .form .group input:focus::placeholder {
  left: 20px;
  opacity: 0;
}

.frame_subsribe .form .group .btn_default {
  margin-left: 30px;
  white-space: nowrap;
}

@media (max-width: 1340px) {
  .frame_subsribe {
    margin-bottom: 35px;
  }
  .frame_subsribe .description {
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
  }
  .frame_subsribe .form {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .frame_subsribe {
    margin-bottom: 35px;
    padding: 20px 20px;
  }
  .frame_subsribe .caption {
    font-size: 26px;
    padding-bottom: 15px;
  }
  .frame_subsribe .description {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
  }
  .frame_subsribe .description p {
    font-size: 14px;
  }
  .frame_subsribe .form .group input {
    padding: 7px 10px;
    font-size: 14px;
  }
  .frame_subsribe .form .group .btn_default {
    margin-left: 5px;
    white-space: nowrap;
    padding: 10px 15px;
  }
}

.make-any-elem-inline {
  display: inline-flex;
}
