	* {
	    font-family: open sans, serif;
	    margin: 0;
	    padding: 0;
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	}

	html,
	body {
	    margin: 0;
	    height: 100%
	}

	body {
	    height: 100%
	}

	embed,
	video,
	iframe,
	iframe[style] {
	    max-width: 100%;
	    height: auto
	}

	.embed-container {
	    position: relative;
	    padding-bottom: 56.25%;
	    height: 0;
	    overflow: hidden;
	    max-width: 100%
	}

	.embed-container iframe,
	.embed-container object,
	.embed-container embed {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%
	}

	img {
	    max-width: 100%;
	    vertical-align: middle;
	    margin: 0
	}

	a img {
	    border: none;
	    margin: 0
	}

	ul {
	    list-style: none
	}

	.clear {
	    clear: both
	}

	.radius {
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px
	}

	.radius_top {
	    border-radius: 4px 4px 0 0;
	    -moz-border-radius: 4px 4px 0 0;
	    -webkit-border-radius: 4px 4px 0 0
	}

	.radius_bottom {
	    border-radius: 0 0 4px 4px;
	    -moz-border-radius: 0 0 4px 4px;
	    -webkit-border-radius: 0 0 4px 4px
	}

	.rounded {
	    border-radius: 50%;
	    -moz-border-radius: 50%;
	    -webkit-border-radius: 50%
	}

	.overflow_hidden {
	    overflow: hidden
	}

	.htmlchars {
	    display: block;
	    width: 100%;
	    padding: 30px
	}

	.htmlchars h2 {
	    display: block;
	    font-size: 2em;
	    font-weight: 700;
	    margin-bottom: 20px
	}

	.htmlchars h3 {
	    display: block;
	    font-size: 1.8em;
	    font-weight: 700;
	    margin-bottom: 20px
	}

	.htmlchars h4 {
	    display: block;
	    font-size: 1.6em;
	    font-weight: 700;
	    margin-bottom: 20px
	}

	.htmlchars h5 {
	    display: block;
	    font-size: 1.4em;
	    font-weight: 700;
	    margin-bottom: 20px
	}

	.htmlchars p {
	    margin-bottom: 20px;
	    font-size: 1em;
	    font-weight: 300
	}

	.htmlchars a {
	    font-weight: 700;
	    color: #0090c3;
	    text-decoration: none
	}

	.htmlchars a:hover {
	    text-decoration: underline
	}

	.htmlchars ul,
	ol {
	    margin: 20px 0 40px 40px
	}

	.htmlchars li {
	    margin-bottom: 5px
	}

	.htmlchars ul {
	    list-style: disc
	}

	.htmlcontent {
	    font-size: 1.1em;
	    color: #444
	}

	.htmlcontent h2,
	.htmlcontent h3,
	.htmlcontent h4,
	.htmlcontent h5 {
	    padding: 20px 30px
	}

	.htmlcontent h3 {
	    font-size: 1.6em;
	    font-weight: 700
	}

	.htmlcontent h4 {
	    font-size: 1.4em;
	    font-weight: 700
	}

	.htmlcontent h5 {
	    font-size: 1.2em;
	    font-weight: 700
	}

	.htmlcontent p {
	    padding: 15px 30px
	}

	.htmlcontent ul {
	    padding: 15px 60px;
	    list-style: disc
	}

	.htmlcontent ol {
	    padding: 15px 60px
	}

	.htmlcontent img {
	    width: 100%;
	    height: auto
	}

	.htmlcontent a {
	    font-weight: 700;
	    color: #4a88da
	}

	.htmlcontent a:hover {
	    text-decoration: none
	}

	.htmlcontent .btn {
	    display: block;
	    width: 100%
	}

	.htmlcontent iframe {
	    width: 100%;
	    border: none
	}

	.htmlchars pre,
	.htmlcontent pre {
	    font-family: source code pro, monospace;
	    font-size: .8rem;
	    padding: 20px;
	    margin: 20px 0;
	    max-width: 100%;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px
	}

	.basic_form {
	    display: block
	}

	.basic_form label {
	    display: block;
	    margin-bottom: 20px
	}

	.basic_form .label {
	    display: flex;
	    flex-wrap: nowrap
	}

	.basic_form .label label {
	    flex-basis: 48%
	}

	.basic_form .label label:first-child {
	    margin-right: 4%
	}

	.basic_form .field {
	    display: block;
	    font-size: .7em;
	    font-weight: 100;
	    color: #888;
	    text-transform: uppercase;
	    padding: 0 10px
	}

	.basic_form input {
	    padding: 10px;
	    font-size: 1em;
	    font-weight: 500;
	    border: none;
	    border-bottom: 1px solid #ccc;
	    display: block;
	    width: 100%;
	    outline: none
	}

	.basic_form input:focus {
	    border-color: #0077b5
	}

	.basic_form input:valid {
	    border-color: #0077b3
	}

	.basic_form input:-webkit-autofill {
	    -webkit-box-shadow: 0 0 0 30px #fff inset
	}

	.progress {
	    display: block;
	    width: 100%;
	    background: rgba(0, 0, 0, .5)
	}

	.progress_bar {
	    display: block;
	    background: #38a072;
	    padding: 5px 10px;
	    font-size: .7em;
	    font-weight: 600;
	    text-transform: uppercase;
	    max-width: 100%
	}

	.btn {
	    display: block;
	    width: 100%;
	    padding: 15px 20px;
	    border: none;
	    background: #555;
	    color: #fff !Important;
	    text-decoration: none !Important;
	    text-shadow: 1px 1px rgba(0, 0, 0, .5);
	    font-size: 1.2em;
	    font-weight: 700;
	    text-align: center;
	    cursor: pointer;
	    transition-duration: .3s;
	    -webkit-transition-duration: .3s;
	    -moz-transition-duration: .3s
	}

	.btn_medium {
	    display: block;
	    width: 100%;
	    padding: 10px 15px;
	    border: none;
	    background: #555;
	    color: #fff;
	    text-decoration: none !Important;
	    text-shadow: 1px 1px rgba(0, 0, 0, .5);
	    text-align: center;
	    font-size: 1em;
	    font-weight: 700;
	    cursor: pointer;
	    transition-duration: .3s;
	    -webkit-transition-duration: .3s;
	    -moz-transition-duration: .3s
	}

	.btn_small {
	    display: block;
	    width: 100%;
	    padding: 8px;
	    border: none;
	    background: #555;
	    color: #fff;
	    text-decoration: none !Important;
	    text-shadow: 1px 1px rgba(0, 0, 0, .5);
	    text-align: center;
	    font-size: .8em;
	    font-weight: 700;
	    cursor: pointer;
	    transition-duration: .3s;
	    -webkit-transition-duration: .3s;
	    -moz-transition-duration: .3s
	}

	.btn:hover {
	    background: #888
	}

	.btn_form {
	    padding: 10px 20px;
	    border: none;
	    cursor: pointer;
	    font-size: .9em;
	    font-weight: 700;
	    color: #fff;
	    background: #555
	}

	.btn_blue {
	    background-color: #3aadd9
	}

	.btn_blue:hover {
	    background-color: #4fc0e8
	}

	.btn_green {
	    background-color: #35ba9b
	}

	.btn_green:hover {
	    background-color: #46ceac
	}

	.btn_red {
	    background-color: #d94452
	}

	.btn_red:hover {
	    background-color: #eb5463
	}

	.btn_yellow {
	    background-color: #f5b945
	}

	.btn_yellow:hover {
	    background-color: #fdcd56
	}

	.transition {
	    transition-duration: .3s;
	    -webkit-transition-duration: .3s;
	    -moz-transition-duration: .3s;
	    cursor: pointer
	}

	@media(max-width:34em) {
	    .btn_form {
	        display: block;
	        width: 100%
	    }
	}

	.btn_opacity {
	    opacity: .7;
	    transition-duration: .3s;
	    -webkit-transition-duration: .3s;
	    -moz-transition-duration: .3s
	}

	.btn_opacity:hover {
	    opacity: 1
	}

	.gradient_blue {
	    color: #fff;
	    background: #002397;
	    background: -moz-linear-gradient(-45deg, rgba(0, 35, 151, 1) 0%, rgba(0, 178, 198, 1) 100%);
	    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0, 35, 151, 1)), color-stop(100%, rgba(0, 178, 198, 1)));
	    background: -webkit-linear-gradient(-45deg, rgba(0, 35, 151, 1) 0%, rgba(0, 178, 198, 1) 100%);
	    background: -o-linear-gradient(-45deg, rgba(0, 35, 151, 1) 0%, rgba(0, 178, 198, 1) 100%);
	    background: -ms-linear-gradient(-45deg, rgba(0, 35, 151, 1) 0%, rgba(0, 178, 198, 1) 100%);
	    background: linear-gradient(135deg, rgba(0, 35, 151, 1) 0%, rgba(0, 178, 198, 1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002397', endColorstr='#00b2c6', GradientType=1)
	}

	.gradient_blue_font {
	    background: linear-gradient(-45deg, rgba(0, 35, 151, 1) 0%, rgba(0, 178, 198, 1) 100%);
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent
	}

	.gradient_red {
	    color: #fff;
	    background: #ff0062;
	    background: -moz-linear-gradient(-45deg, rgba(255, 0, 98, 1) 0%, rgba(253, 111, 46, 1) 100%);
	    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 0, 98, 1)), color-stop(100%, rgba(253, 111, 46, 1)));
	    background: -webkit-linear-gradient(-45deg, rgba(255, 0, 98, 1) 0%, rgba(253, 111, 46, 1) 100%);
	    background: -o-linear-gradient(-45deg, rgba(255, 0, 98, 1) 0%, rgba(253, 111, 46, 1) 100%);
	    background: -ms-linear-gradient(-45deg, rgba(255, 0, 98, 1) 0%, rgba(253, 111, 46, 1) 100%);
	    background: linear-gradient(135deg, rgba(255, 0, 98, 1) 0%, rgba(253, 111, 46, 1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062', endColorstr='#fd6f2e', GradientType=1)
	}

	.gradient_red_font {
	    background: linear-gradient(-45deg, rgba(255, 0, 98, 1) 0%, rgba(253, 111, 46, 1) 100%);
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent
	}

	.gradient_green {
	    color: #fff;
	    background: #42e697;
	    background: -moz-linear-gradient(-45deg, rgba(66, 230, 151, 1) 0%, rgba(59, 178, 184, 1) 100%);
	    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(66, 230, 151, 1)), color-stop(100%, rgba(59, 178, 184, 1)));
	    background: -webkit-linear-gradient(-45deg, rgba(66, 230, 151, 1) 0%, rgba(59, 178, 184, 1) 100%);
	    background: -o-linear-gradient(-45deg, rgba(66, 230, 151, 1) 0%, rgba(59, 178, 184, 1) 100%);
	    background: -ms-linear-gradient(-45deg, rgba(66, 230, 151, 1) 0%, rgba(59, 178, 184, 1) 100%);
	    background: linear-gradient(135deg, rgba(66, 230, 151, 1) 0%, rgba(59, 178, 184, 1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42e697', endColorstr='#3bb2b8', GradientType=1)
	}

	.gradient_green_font {
	    background: linear-gradient(-45deg, rgba(66, 230, 151, 1) 0%, rgba(59, 178, 184, 1) 100%);
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent
	}

	.gradient_mentor {
	    color: #fff;
	    background: #004d90;
	    background: -moz-linear-gradient(-45deg, rgba(0, 77, 144, 1) 0%, rgba(36, 167, 136, 1) 100%);
	    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0, 77, 144, 1)), color-stop(100%, rgba(36, 167, 136, 1)));
	    background: -webkit-linear-gradient(-45deg, rgba(0, 77, 144, 1) 0%, rgba(36, 167, 136, 1) 100%);
	    background: -o-linear-gradient(-45deg, rgba(0, 77, 144, 1) 0%, rgba(36, 167, 136, 1) 100%);
	    background: -ms-linear-gradient(-45deg, rgba(0, 77, 144, 1) 0%, rgba(36, 167, 136, 1) 100%);
	    background: linear-gradient(135deg, rgba(0, 77, 144, 1) 0%, rgba(36, 167, 136, 1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004d90', endColorstr='#24a788', GradientType=1)
	}

	.gradient_mentor_font {
	    background: linear-gradient(-45deg, rgba(0, 77, 144, 1) 0%, rgba(36, 167, 136, 1) 100%);
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent
	}

	.opacity_hover {
	    opacity: .8
	}

	.opacity_hover:hover {
	    opacity: 1
	}

	.paginator,
	.paginator ul {
	    display: flex;
	    flex-basis: 100%;
	    flex: 1;
	    flex-wrap: wrap;
	    justify-content: center;
	    margin: 20px 0
	}

	.paginator li span,
	.paginator li a {
	    display: inline-block;
	    font-size: .8em;
	    margin: 0 8px;
	    padding: 8px 16px;
	    color: #fff;
	    text-decoration: none;
	    font-weight: 700;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px
	}

	.paginator li span {
	    background: #333
	}

	.paginator li a {
	    background: #888;
	    transition-duration: .3s;
	    -webkit-transition-duration: .3s;
	    -moz-transition-duration: .3s
	}

	.paginator li a:hover {
	    background: #5e9cea
	}

	.box_wrap {
	    display: flex;
	    flex-wrap: wrap;
	    align-items: stretch;
	    padding: 10px
	}

	.box {
	    margin: 10px;
	    flex-basis: calc(100% - 20px)
	}

	.box4 {
	    flex-basis: calc(25% - 20px)
	}

	@media(max-width:62em) {
	    .box4 {
	        flex-basis: calc(50% - 20px)
	    }
	}

	@media(max-width:30em) {
	    .box4 {
	        flex-basis: 100%
	    }
	}

	.font_green {
	    color: #38a072
	}

	.font_red {
	    color: #d43e41
	}

	.margin_left {
	    margin-left: 20px !Important
	}

	.margin_left_small {
	    margin-left: 10px !Important
	}

	.margin_top {
	    margin-top: 20px !Important
	}

	.margin_top_big {
	    margin-top: 30px !Important
	}

	.margin_top_small {
	    margin-top: 10px !Important
	}

	.margin_bottom {
	    margin-bottom: 20px !Important
	}

	.margin_bottom_small {
	    margin-bottom: 10px !Important
	}

	.margin_bottom_min {
	    margin-bottom: 5px !Important
	}

	.align_center {
	    text-align: center
	}

	.align_left {
	    text-align: left
	}

	.align_right {
	    text-align: right
	}

	.trigger_notify_box {
	    position: fixed;
	    right: 0;
	    top: 0;
	    padding-top: 5px;
	    padding-right: 15px;
	    width: 320px;
	    max-width: 90%;
	    z-index: 99
	}

	.trigger_notify {
	    margin-top: 15px;
	    padding: 20px;
	    background: #333;
	    font-size: .8em;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    overflow: hidden;
	    color: #fff;
	    position: relative;
	    cursor: pointer
	}

	.trigger_notify_time {
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    height: 2px;
	    width: 0%;
	    background: rgba(0, 0, 0, .5)
	}

	.trigger_notify p {
	    margin-top: 5px
	}

	.trigger_modal_box {
	    position: fixed;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    display: none;
	    background: rgba(0, 0, 0, .3)
	}

	.trigger_modal {
	    margin: auto;
	    width: 480px;
	    max-width: 96%;
	    background: #333;
	    display: flex;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    position: relative;
	    color: #fff;
	    font-size: .875em;
	    top: -100px;
	    opacity: 0
	}

	.trigger_modal_close {
	    position: absolute;
	    right: 15px;
	    top: 15px;
	    font-size: 1.2em;
	    cursor: pointer;
	    opacity: .5
	}

	.trigger_modal_close:hover {
	    opacity: 1
	}

	.trigger_modal_icon {
	    position: absolute;
	    bottom: 100%;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    font-size: 4em
	}

	.trigger_modal_content {
	    width: 100%;
	    padding: 30px
	}

	.trigger_modal_content a {
	    color: #fff;
	    font-weight: 700;
	    text-decoration: none;
	    text-shadow: 1px 1px rgba(0, 0, 0, .3)
	}

	.trigger_modal_content a:hover {
	    text-decoration: underline
	}

	.trigger_modal_content_title {
	    font-size: 1.2em;
	    font-weight: 700;
	    margin-bottom: 15px;
	    padding-bottom: 15px;
	    border-bottom: 1px solid rgba(0, 0, 0, .2)
	}

	.trigger_modal_content p {
	    margin-top: 15px
	}

	.trigger_blue {
	    background-color: #3872d5
	}

	.trigger_green {
	    background-color: #38a072
	}

	.trigger_yellow {
	    background-color: #eeaf06
	}

	.trigger_red {
	    background-color: #d43e41
	}

	.upload_modal {
	    position: fixed;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, .5);
	    z-index: 20;
	    display: none
	}

	.upload_modal_box {
	    margin: auto;
	    font-size: 3em;
	    color: #fff;
	    text-shadow: 1px 1px 0 #555
	}

	.dash_login {
	    position: fixed;
	    display: flex;
	    width: 100%;
	    height: 100%
	}

	.dash_login_box {
	    position: relative;
	    width: 400px;
	    max-width: 90%;
	    margin: auto
	}

	.dash_login_box_logo {
	    display: block;
	    width: 220px;
	    max-width: 80%;
	    margin: 0 auto;
	    margin-bottom: 30px
	}

	.dash_login_box_content {
	    padding: 30px;
	    background: #fff
	}

	.dash_login_box_content_re {
	    padding: 10px 0 20px;
	    display: flex;
	    justify-content: center
	}

	.dash_login_box_content_message {
	    text-align: center;
	    padding: 15px;
	    background: #0077b5;
	    color: #fff;
	    font-size: .8em;
	    font-weight: 300;
	    margin-bottom: 20px
	}

	.dash_login_box_content_pass {
	    display: block;
	    text-align: center;
	    font-size: .7em;
	    text-transform: uppercase;
	    color: #ccc;
	    text-decoration: none;
	    margin-bottom: 20px
	}

	.dash_login_box_content_pass:hover {
	    color: #555
	}

	.dash_login_box_content_terms {
	    text-align: center;
	    font-size: .8em;
	    margin-top: 20px;
	    color: #888
	}

	.dash_login_box_content_terms a {
	    color: #000;
	    text-decoration: underline
	}

	.dash_login_box_footer {
	    display: block;
	    text-align: center;
	    margin-top: 20px;
	    font-size: .8em;
	    color: #eee;
	    text-decoration: none
	}

	.dash_login_box_footer a {
	    color: #fff
	}

	.dash_notificator {
	    position: fixed;
	    right: -360px;
	    top: 0;
	    width: 360px;
	    height: 100%;
	    max-width: 80%;
	    background: #fff;
	    z-index: 10;
	    padding: 20px;
	    overflow: auto
	}

	.dash_notificator_box_notify {
	    display: flex;
	    margin-bottom: 15px;
	    align-items: center;
	    border: 1px solid #e8eaec;
	    color: #999;
	    border-bottom-width: 3px;
	    padding: 10px;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    transition-duration: .3s;
	    -moz-transition-duration: .3s;
	    -webkit-transition-duration: .3s;
	    cursor: pointer;
	    font-weight: 600
	}

	.dash_notificator_box_notify.click {
	    opacity: .1
	}

	.dash_notificator_box_notify:hover {
	    color: #777;
	    border-color: #999;
	    opacity: 1
	}

	.dash_notificator_box_notify_thumb {
	    flex-basis: 18%
	}

	.dash_notificator_box_notify_title {
	    flex-basis: 82%;
	    padding-left: 15px;
	    font-size: .875em
	}

	.dash_notificator_box_notify_title p {
	    text-transform: uppercase;
	    margin-top: 10px
	}

	.dash {
	    display: flex;
	    flex-wrap: nowrap;
	    min-height: 100%
	}

	.dash_nav {
	    position: relative;
	    align-items: stretch;
	    flex-basis: 240px;
	    min-width: 240px;
	    background: #273b4a;
	    padding-bottom: 50px
	}

	.dash_nav_header {
	    padding: 25px;
	    text-align: center
	}

	.dash_nav_header_thumb {
	    max-width: 50%;
	    margin-bottom: 10px;
	    border: 2px solid #dee3ec
	}

	.dash_nav_header_name {
	    font-size: .875em;
	    font-weight: 700;
	    color: #dee3ec
	}

	.dash_nav_header_short {
	    color: #dee3ec;
	    font-weight: 100;
	    font-size: .875em
	}

	.dash_nav_ul {
	    display: block;
	    width: 100%;
	    list-style: none
	}

	.dash_nav_ul_li {
	    display: block;
	    position: relative;
	    width: 100%
	}

	.dash_nav_ul_li_a {
	    display: flex;
	    width: 100%;
	    padding: 14px 20px 14px 25px;
	    border-left: 2px solid #2f4050;
	    background: #2f4050;
	    color: #a7b1c2;
	    font-weight: 600;
	    font-size: .875em;
	    text-decoration: none
	}

	.dash_nav_ul_li_a:hover {
	    border-color: #273b4a;
	    background: #273b4a;
	    color: #f9fafa
	}

	.dash_nav_ul_li_a span {
	    width: 100%;
	    text-align: right
	}

	.dash_nav_ul_li_ul {
	    border-left: 2px solid #0090c3;
	    padding: 10px 0;
	    display: none
	}

	.dash_nav_ul_li_ul_a {
	    display: block;
	    width: 100%;
	    padding: 10px 10px 10px 30px;
	    font-size: .8em;
	    font-weight: 500;
	    color: #a7b1c2;
	    text-decoration: none
	}

	.dash_nav_ul_li_ul_a:hover {
	    color: #fff
	}

	.dash_nav_ul_li:not(.active):hover .dash_nav_ul_li_ul {
	    display: block;
	    background: #273b4a;
	    position: absolute;
	    width: 240px;
	    top: 0;
	    left: 100%;
	    z-index: 10
	}

	.dash_nav_ul_li.active .dash_nav_ul_li_a,
	.dash_nav_ul_li.active .dash_nav_ul_li_a:hover {
	    border-color: #0090c3;
	    color: #f9fafa
	}

	.dash_nav_ul_li.active .dash_nav_ul_li_a span:before {
	    content: "\ea0b"
	}

	.dash_nav_ul_li.active .dash_nav_ul_li_a+.dash_nav_ul_li_ul {
	    display: block
	}

	.dash_nav_ul_li_ul_li.active .dash_nav_ul_li_ul_a {
	    color: #fff
	}

	@media(max-width:80em) {
	    .dash_nav {
	        margin-left: -240px
	    }

	    .dash_nav_ul_li_ul {
	        display: block
	    }

	    .dash_nav_ul_li:not(.active):hover .dash_nav_ul_li_ul {
	        position: relative;
	        left: 0
	    }
	}

	.dash_main {
	    background: #f3f3f4;
	    flex-basis: 100%;
	    min-width: 320px;
	    overflow: scroll
	}

	.dash_main_past_due {
	    padding: 10px;
	    text-align: center;
	    background: #eb5463;
	    color: #fff;
	    font-size: .6em;
	    font-weight: 600;
	    text-transform: uppercase
	}

	.dash_main_past_due a {
	    color: #fff;
	    font-weight: 700;
	    text-decoration: none
	}

	.dash_main_past_due a:hover {
	    text-decoration: underline
	}

	.dash_main_header {
	    background: #fff;
	    display: flex;
	    flex-wrap: nowrap;
	    padding: 20px;
	    border-bottom: 1px solid #e7eaec;
	    justify-content: space-between
	}

	.dash_main_header_invite_club_fsphp {
	    flex-basis: 100%;
	    background-color: #1e2026 !important;
	    color: #fff;
	    padding: 20px;
	    font-weight: 700;
	    text-align: center
	}

	.dash_main_header_invite_club_fsphp a {
	    color: #fff;
	    text-decoration: none
	}

	.dash_main_header_invite_club_fsphp_btn {
	    display: inline-block;
	    padding: 10px 20px;
	    font-weight: 700;
	    cursor: pointer;
	    margin-top: 30px
	}

	.dash_main_header_invite_club_fsphp_btn:hover {
	    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .5);
	    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .5);
	    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .5)
	}

	.dash_main_header_menu {
	    padding: 5px 10px;
	    background: #008ec0;
	    color: #fff;
	    cursor: pointer;
	    font-size: .8em;
	    margin: 0 !important;
	    align-self: center
	}

	.dash_main_header_menu:hover {
	    background: #15a9db
	}

	.dash_main_header_view {
	    font-size: .8em;
	    padding: 5px 0;
	    margin-left: 15px;
	    font-weight: 300;
	    width: 100%;
	    color: #999c9e
	}

	.dash_main_header_view span {
	    display: inline
	}

	.dash_main_header_view a {
	    font-weight: 600;
	    text-decoration: none;
	    color: #999c9e
	}

	.dash_main_header_view a:hover {
	    text-decoration: underline
	}

	.dash_main_header_tools {
	    flex-basis: 50%;
	    text-align: right;
	    font-size: .8em;
	    padding: 5px;
	    align-self: center
	}

	.dash_main_header_tools_item {
	    text-decoration: none;
	    color: #999c9e;
	    cursor: pointer;
	    margin-right: 25px !Important
	}

	.dash_main_header_tools_item_logoff {
	    font-weight: 500;
	    margin-left: 8px
	}

	.dash_main_header_tools_item_notify {
	    position: relative
	}

	.dash_main_header_tools_item_notify b {
	    position: absolute;
	    padding: 2px 6px;
	    font-size: .6em;
	    font-weight: 100;
	    background: #eb5463;
	    color: #fff;
	    bottom: 50%;
	    left: 50%;
	    border-radius: 2px
	}

	.dash_main_header_tools_item:last-child {
	    margin-right: 0 !Important
	}

	.dash_main_header_tools_item:hover {
	    color: #555
	}

	.dash_view {
	    display: none
	}

	.dash_view_desc {
	    display: flex;
	    position: relative;
	    padding: 20px 30px;
	    background: #e7eaec;
	    font-size: .9em;
	    font-weight: 500;
	    align-items: center;
	    color: #999
	}

	.dash_view_desc_info {
	    flex-basis: 80%
	}

	.dash_view_desc_info p {
	    max-width: 720px
	}

	.dash_view_desc_icon {
	    padding-right: 20px;
	    font-size: 3em;
	    margin: 0 !important;
	    line-height: 1;
	    color: #999
	}

	.dash_view_desc_action {
	    flex-basis: 20%;
	    text-align: right;
	    padding-left: 20px
	}

	.dash_view_desc_action_link {
	    padding: 5px 20px;
	    border: 1px solid rgba(0, 0, 0, .5);
	    color: rgba(0, 0, 0, .5);
	    text-decoration: none;
	    white-space: nowrap
	}

	.dash_view_desc_action_link:hover {
	    color: #fff;
	    border-color: rgba(0, 0, 0, .2);
	    background: rgba(0, 0, 0, .5)
	}

	.dash_view_desc_activities {
	    justify-content: flex-end;
	    align-items: center;
	    padding: 10px 20px;
	    text-transform: uppercase;
	    font-weight: 500;
	    font-size: .7em
	}

	.dash_view_desc_activities.active {
	    text-transform: none;
	    background: #0984e3;
	    color: #fff;
	    font-size: .875em;
	    justify-content: center;
	    text-align: center
	}

	.dash_view_desc_activities.active a {
	    background: rgba(0, 0, 0, .2);
	    color: #fff
	}

	.dash_view_desc_activities.active a:hover {
	    background: rgba(0, 0, 0, .4)
	}

	@media(max-width:32em) {
	    .dash_view_desc {
	        flex-wrap: wrap
	    }

	    .dash_view_desc_icon {
	        display: none
	    }

	    .dash_view_desc_info,
	    .dash_view_desc_action {
	        flex-basis: 100%;
	        justify-content: center;
	        margin-top: 20px;
	        text-align: center;
	        padding: 0;
	        margin: 0
	    }

	    .dash_view_desc_action {
	        margin-top: 20px
	    }

	    .dash_view_desc_action_link {
	        display: block;
	        width: 100%
	    }
	}

	@media(max-width:40em) {
	    .dash_view_desc_activities {
	        justify-content: center
	    }

	    .dash_main_header_tools_item_logoff {
	        display: none
	    }
	}

	.dash_view_desc_activities a {
	    display: inline-block;
	    margin-left: 5px !Important;
	    text-decoration: none;
	    color: #888;
	    padding: 5px 10px;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    transition-duration: .3s;
	    -moz-transition-duration: .3s;
	    -webkit-transition-duration: .3s
	}

	.dash_view_desc_activities a:hover {
	    background: #2c3b49;
	    color: #fff
	}

	.dash_view_ops {
	    padding: 10% 0;
	    text-align: center;
	    color: #888;
	    width: 100%;
	    max-width: 100%
	}

	.dash_view_ops .icon-notext {
	    margin: 0 !Important;
	    font-size: 8em
	}

	.dash_view_ops h2 {
	    font-size: 2em;
	    margin: 0 0 20px
	}

	.dash_view_ops p {
	    font-size: .875em;
	    width: 400px;
	    max-width: 100%;
	    margin: 0 auto
	}

	.dash_view_home {
	    padding: 10px
	}

	.dash_view_activities {
	    display: flex;
	    flex: 1;
	    flex-wrap: wrap
	}

	.dash_view_activities_title {
	    color: #888;
	    font-weight: 100;
	    font-size: 1em;
	    margin: 1.5%
	}

	.dash_view_activities_favorites {
	    flex-basis: 70%
	}

	.dash_view_activities_favorites_notfound {
	    margin: 1.5%;
	    color: #555;
	    font-size: .875em
	}

	.dash_view_activities_favorites_notfound p {
	    margin: 20px 0
	}

	.dash_view_activities_favorites_notfound a {
	    color: #999;
	    font-weight: 700;
	    text-decoration: none
	}

	.dash_view_activities_favorites_notfound a:hover {
	    text-decoration: underline
	}

	.dash_view_activities_favorites_content {
	    display: flex;
	    flex: 1;
	    flex-wrap: wrap
	}

	.dash_view_activities_favorites_content_course {
	    flex-basis: calc(33.33% - 20px);
	    background: #4a88da;
	    text-align: center;
	    margin: 10px;
	    border-radius: 4px;
	    overflow: hidden
	}

	.dash_view_activities_favorites_content_course_thumb {
	    position: relative
	}

	.dash_view_activities_favorites_content_course_thumb_percent {
	    position: absolute;
	    left: 10px;
	    top: 10px;
	    font-size: .7em;
	    text-align: left;
	    color: #fff;
	    font-weight: 700;
	    opacity: .5;
	    text-shadow: 1px 1px rgba(0, 0, 0, .5)
	}

	.dash_view_activities_favorites_content_course_content {
	    padding: 20px
	}

	.dash_view_activities_favorites_content_course_content h3 {
	    font-size: .8em;
	    text-shadow: 1px 1px rgba(0, 0, 0, .3);
	    margin-bottom: 10px
	}

	.dash_view_activities_favorites_content_course_content p {
	    font-size: .6em;
	    text-transform: uppercase;
	    color: #fff
	}

	.dash_view_activities_favorites_content_course_content a {
	    color: #fff;
	    font-weight: 700;
	    text-decoration: none
	}

	.dash_view_activities_newclasses {
	    margin-top: 30px;
	    display: flex;
	    flex-wrap: wrap
	}

	.dash_view_activities_newclasses_title {
	    flex-basis: 100%;
	    color: #888;
	    font-weight: 100;
	    font-size: 1em;
	    margin: 1.5%
	}

	.dash_view_activities_newclasses article {
	    flex-basis: 47%;
	    margin: 1.5%;
	    display: flex;
	    align-items: center;
	    margin-top: 15px;
	    font-size: .8em
	}

	.dash_view_activities_newclasses article img {
	    width: 100%
	}

	.dash_view_activities_newclasses article div {
	    flex-basis: 25%;
	    border-radius: 4px;
	    overflow: hidden
	}

	.dash_view_activities_newclasses article p {
	    flex-basis: 80%;
	    padding-left: 15px;
	    color: #555
	}

	.dash_view_activities_newclasses article p a {
	    text-decoration: none;
	    color: #333
	}

	.dash_view_activities_newclasses article p a:hover {
	    text-decoration: underline
	}

	.dash_view_activities_sidebar {
	    flex-basis: calc(30% - 20px);
	    margin-left: 20px
	}

	.dash_view_activities_sidebar_widget {
	    border: 1px solid #e8eaec;
	    border-bottom: 5px solid #e8eaec;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    margin-bottom: 20px;
	    padding: 20px
	}

	.dash_view_activities_sidebar_widget_skillset {
	    background: #eee;
	    margin-bottom: 5px;
	    font-size: .7em;
	    color: #fbfbfb;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    overflow: hidden;
	    font-weight: 700;
	    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2)
	}

	.dash_view_activities_sidebar_widget_skillset:last-of-type {
	    margin-bottom: 0
	}

	.dash_view_activities_sidebar_widget_skillset span {
	    display: inline-block;
	    padding: 6px 10px;
	    white-space: nowrap;
	    max-width: 100%;
	    background: rgba(0, 0, 0, .2)
	}

	.dash_view_activities_sidebar_widget_rapid {
	    padding: 15px
	}

	.dash_view_activities_sidebar_widget_rapid img {
	    opacity: .8;
	    cursor: pointer;
	    transition-duration: .3s;
	    -moz-transition-duration: .3s;
	    -webkit-transition-duration: .3s
	}

	.dash_view_activities_sidebar_widget_rapid img:hover {
	    opacity: 1
	}

	.dash_view_activities_sidebar_widget:last-child {
	    margin-bottom: 0
	}

	.dash_view_activities_sidebar_widget_title {
	    font-size: .9em;
	    font-weight: 700;
	    text-transform: uppercase;
	    color: #888;
	    margin-bottom: 15px;
	    padding-bottom: 15px;
	    border-bottom: 1px solid #e8eaec
	}

	.dash_view_activities_sidebar_widget_content {
	    font-size: .8em;
	    color: #888
	}

	.dash_view_activities_sidebar_widget_content_notfound {
	    padding: 30px;
	    text-align: center;
	    color: #ccc
	}

	.dash_view_activities_sidebar_conquests {
	    display: flex;
	    flex-wrap: wrap;
	    flex: 1
	}

	.dash_view_activities_sidebar_conquests_conquest {
	    flex-basis: calc(20% - 10px);
	    margin: 5px;
	    cursor: pointer;
	    opacity: .7
	}

	.dash_view_activities_sidebar_conquests_conquest:hover {
	    opacity: 1
	}

	.dash_view_activities_sidebar_conquests_modal {
	    position: fixed;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, .5);
	    display: none;
	    z-index: 10
	}

	.dash_view_activities_sidebar_conquests_modal_box {
	    width: 400px;
	    max-width: 90%;
	    margin: auto;
	    background: #fff;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    overflow: hidden
	}

	.dash_view_activities_sidebar_conquests_modal_box_content {
	    padding: 30px
	}

	.dash_view_activities_sidebar_conquests_modal_box_content h3 {
	    font-size: 1.4em;
	    text-transform: uppercase
	}

	.dash_view_activities_sidebar_conquests_modal_box_content p {
	    margin-top: 20px;
	    font-size: 1em;
	    font-weight: 100
	}

	.dash_view_activities_sidebar_blogs_article {
	    display: flex;
	    margin-bottom: 20px;
	    align-items: center
	}

	.dash_view_activities_sidebar_blogs_article:last-of-type {
	    margin: 0
	}

	.dash_view_activities_sidebar_blogs_article div {
	    flex-basis: 20%
	}

	.dash_view_activities_sidebar_blogs_article h4 {
	    flex-basis: 80%;
	    padding-left: 15px;
	    font-weight: 600;
	    font-size: .9em
	}

	.dash_view_activities_sidebar_blogs_article a {
	    color: #999;
	    text-decoration: none
	}

	.dash_view_activities_sidebar_blogs_article a:hover {
	    text-decoration: underline
	}

	@media(max-width:66em) {
	    .dash_view_activities_favorites {
	        flex-basis: 100%
	    }

	    .dash_view_activities_sidebar {
	        flex-basis: 100%;
	        margin: 30px 0 0
	    }

	    .dash_view_activities_sidebar {
	        display: flex;
	        flex-wrap: wrap
	    }

	    .dash_view_activities_sidebar_widget {
	        flex-basis: 46%;
	        margin: 2%
	    }
	}

	@media(max-width:46em) {
	    .dash_view_activities_newclasses article {
	        flex-basis: 47%
	    }
	}

	@media(max-width:40em) {
	    .dash_view_activities_sidebar_widget {
	        flex-basis: 100%;
	        margin: 0 0 30px
	    }
	}

	@media(max-width:30em) {
	    .dash_view_activities_favorites_content_course {
	        flex-basis: 100%;
	        margin: 30px 0 0
	    }

	    .dash_view_activities_newclasses article {
	        flex-basis: 100%;
	        margin: 20px 0 0
	    }
	}

	.dash_checkout {
	    display: none;
	    position: fixed;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, .5);
	    padding: 20px;
	    overflow: auto;
	    z-index: 30
	}

	.dash_checkout_box {
	    display: none;
	    background: #fff;
	    margin: auto;
	    width: 400px;
	    max-width: 100%;
	    border-radius: 10px;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    overflow: hidden;
	    position: relative
	}

	.dash_checkout_close {
	    position: absolute;
	    top: 20px;
	    right: 20px;
	    opacity: .6;
	    cursor: pointer
	}

	.dash_checkout_close:hover {
	    opacity: 1
	}

	.dash_checkout_view_header {
	    padding: 30px;
	    text-align: center;
	    color: #3872d5;
	    border-bottom: 1px solid #e7eaec;
	    text-transform: uppercase
	}

	.dash_checkout_view_header .icon {
	    display: block;
	    font-size: 3em
	}

	.dash_checkout_view_content {
	    padding: 30px
	}

	.dash_checkout_view_content a {
	    color: #008ec0;
	    text-decoration: none
	}

	.dash_checkout_view_content a:hover {
	    text-decoration: underline
	}

	.dash_checkout_view_content .message {
	    text-align: center;
	    font-size: .875em;
	    color: #999c9e
	}

	.dash_checkout_view_content .message p {
	    margin-top: 20px
	}

	.dash_checkout_view_content .course_link {
	    color: #fff;
	    padding: 15px;
	    font-size: .875em
	}

	.dash_checkout_view_content .course_link:hover {
	    text-decoration: none
	}

	.dash_checkout_view_action {
	    display: block;
	    width: 100%;
	    border: none;
	    cursor: pointer;
	    padding: 20px;
	    background: #4184f6;
	    outline: none;
	    font-size: 1em;
	    font-weight: 600;
	    color: #fff;
	    text-transform: uppercase;
	    text-align: center;
	    letter-spacing: 1px;
	    text-shadow: 1px 1px #264d8f
	}

	.dash_checkout_view_action:hover {
	    background: #3872d5
	}

	.dash_view_course_nav {
	    display: block;
	    padding: 20px 15px 5px;
	    text-align: center
	}

	.dash_view_course_nav a {
	    display: inline-block;
	    margin: 5px;
	    font-size: .7em;
	    font-weight: 700;
	    color: #fff;
	    padding: 5px 10px;
	    text-decoration: none;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    transition-duration: .3s;
	    -moz-transition-duration: .3s;
	    -webkit-transition-duration: .3s;
	    text-shadow: 1px 1px rgba(0, 0, 0, .2);
	    opacity: .5
	}

	.dash_view_course_nav a.active,
	.dash_view_course_nav a:hover {
	    opacity: 1
	}

	.dash_view_course {
	    background: #fff;
	    transition-duration: .3s;
	    -moz-transition-duration: .3s;
	    -webkit-transition-duration: .3s;
	    border-bottom: 4px solid #fff;
	    border-radius: 4px;
	    overflow: hidden
	}

	.dash_view_course:hover {
	    opacity: 1;
	    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
	}

	.dash_view_course_thumb {
	    position: relative
	}

	.dash_view_course_shortcut {
	    position: absolute;
	    right: 10px;
	    top: 10px;
	    font-size: .8em;
	    padding: 5px 10px;
	    color: #fff;
	    background: rgba(0, 0, 0, .6);
	    cursor: pointer;
	    transition-duration: .2s
	}

	.dash_view_course_percent {
	    position: absolute;
	    left: 10px;
	    top: 10px;
	    font-size: .7em;
	    text-align: left;
	    color: #fff;
	    font-weight: 700;
	    opacity: .5;
	    text-shadow: 1px 1px rgba(0, 0, 0, .5)
	}

	.dash_view_course_certificate {
	    position: absolute;
	    right: 10px;
	    top: 45px;
	    font-size: .8em;
	    padding: 5px 10px;
	    color: #fff;
	    background: rgba(0, 0, 0, .6);
	    cursor: pointer;
	    transition-duration: .2s;
	    text-decoration: none
	}

	.dash_view_course_shortcut.true:hover {
	    background: #d43e41
	}

	.dash_view_course_certificate:hover,
	.dash_view_course_shortcut.false:hover {
	    background: #38a072
	}

	.dash_view_course_content {
	    padding: 15px;
	    text-align: center
	}

	.dash_view_course_content_title {
	    font-size: .9em;
	    font-weight: 500;
	    margin-bottom: 20px
	}

	.dash_view_course_content_title a {
	    color: #888;
	    text-decoration: none
	}

	.dash_view_course_content_title a:hover {
	    color: #0077b5
	}

	.dash_view_course_content_link {
	    display: block;
	    margin: 20px 0 0;
	    font-size: .7em;
	    text-transform: uppercase;
	    color: #ccc;
	    text-decoration: none;
	    transition-duration: .3s;
	    -webkit-transition-duration: .3s;
	    -moz-transition-duration: .3s;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px
	}

	.dash_view_course_content_link:hover {
	    color: #555
	}

	.dash_view_course_content_tags {
	    font-size: .65em;
	    text-transform: uppercase;
	    font-weight: 500;
	    margin-top: 15px;
	    display: flex;
	    flex-wrap: wrap;
	    align-content: center;
	    alignment-adjust: central
	}

	.dash_view_course_content_tags span {
	    flex-basis: 48%;
	    display: inline-block;
	    padding: 4px;
	    border: 1px solid #bbb;
	    color: #bbb;
	    margin: 1%
	}

	.dash_view_course_content_enrollment {
	    display: block;
	    width: 100%;
	    margin-bottom: 15px
	}

	.dash_view_course_content_enrollment_between {
	    display: block;
	    font-size: .7em;
	    font-weight: 300;
	    padding: 10px 0;
	    background: #f9f9f9;
	    color: #888;
	    text-transform: uppercase;
	    width: 100%
	}

	.dash_view_course_content_enrollment_between.red {
	    color: #d43e41
	}

	.dash_view_course_content_enrollment_renew {
	    display: block;
	    text-align: center;
	    color: #ccc;
	    font-size: .6em;
	    text-transform: uppercase;
	    font-weight: 700;
	    margin-top: 10px;
	    cursor: pointer;
	    text-decoration: none
	}

	.dash_view_course_content_enrollment_renew:hover {
	    color: #3872d5
	}

	.dash_view_course_content_enrollment_renew.course {
	    color: #e7eaec;
	    font-size: .7em;
	    margin-top: 15px
	}

	.dash_view_course_content_enrollment_renew.course:hover {
	    color: #fff
	}

	.dash_view_course_content_enrollment_renew.notavaliable,
	.dash_view_course_content_enrollment_renew.notavaliable:hover {
	    cursor: default;
	    color: #e7eaec
	}

	.dash_view_course_bonus {
	    padding: 10px;
	    margin-top: 20px
	}

	.dash_view_course_bonus_header {
	    width: 100%;
	    margin-bottom: 20px
	}

	.dash_view_course_bonus_header h3 {
	    color: #333;
	    font-weight: 700;
	    font-size: 1.2em;
	    margin: 0 1.5%
	}

	.dash_view_course_bonus_course {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    width: 98%;
	    margin: 0 1% 15px;
	    color: #999;
	    padding: 15px 20px;
	    background: #fff;
	    opacity: .3;
	    transition-duration: .3s;
	    -webkit-transition-duration: .3s;
	    -moz-transition-duration: .3s;
	    overflow: hidden;
	    border-left: 5px solid;
	    border-radius: 4px
	}

	.dash_view_course_bonus_course_left {
	    display: flex;
	    align-items: center
	}

	.dash_view_course_bonus_course_cover {
	    margin-right: 20px
	}

	.dash_view_course_bonus_course_cover img {
	    padding: 1px;
	    background: #f3f3f4
	}

	.dash_view_course_bonus_course:hover {
	    opacity: 1;
	    border-left-width: 10px
	}

	.dash_view_course_bonus_course h3 {
	    font-weight: 600;
	    font-size: 1em
	}

	.dash_view_course_bonus_course p {
	    font-size: .7em
	}

	.dash_view_course_bonus_course span {
	    font-size: .8em;
	    text-transform: uppercase
	}

	@media(max-width:48em) {
	    .dash_view_course_bonus_course {
	        display: block
	    }

	    .dash_view_course_bonus_course_right {
	        padding: 10px;
	        text-align: center;
	        background: #fbfbfb;
	        margin-top: 20px
	    }
	}

	.dash_view_books {
	    display: flex;
	    flex-wrap: wrap
	}

	.dash_view_books_item {
	    flex-basis: calc(50% - 20px);
	    background: #fff;
	    margin: 10px;
	    padding: 20px;
	    color: #555;
	    display: flex;
	    align-items: flex-start;
	    border-radius: 4px
	}

	.dash_view_books_item .btn_green {
	    display: inline-block;
	    width: auto;
	    padding: 10px 20px
	}

	.dash_view_books_item .cover {
	    flex-basis: 30%;
	    overflow: hidden
	}

	.dash_view_books_item .info {
	    flex-basis: 70%;
	    padding-left: 30px
	}

	.dash_view_books_item .info h2 {
	    font-size: 1.5em;
	    margin: 15px 0 5px;
	    font-weight: 300;
	    line-height: 1
	}

	.dash_view_books_item .info .category {
	    font-size: .7em;
	    text-transform: uppercase;
	    color: #ccc
	}

	.dash_view_books_item .info .author {
	    color: #888;
	    font-size: .875em
	}

	.dash_view_books_item .info .info-text {
	    margin: 0 0 25px;
	    font-size: .875em;
	    font-weight: 300
	}

	.dash_view_books_item .info .info-text p {
	    margin-top: 15px
	}

	@media(max-width:52em) {
	    .dash_view_books_item {
	        flex-basis: 100%;
	        margin: 0 0 30px
	    }
	}

	.dash_view_inline_segment {
	    display: block;
	    width: 100%;
	    margin: 20px 10px 10px;
	    opacity: .3;
	    font-size: .8em
	}

	.dash_view_inline_course {
	    display: grid;
	    grid-template-columns: 2.5fr 1.5fr 1fr 1fr;
	    grid-column-gap: 50px;
	    position: relative;
	    align-items: center;
	    justify-content: space-between;
	    padding: 25px 25px 25px 29px;
	    width: 100%;
	    margin: 10px;
	    background: #fff;
	    transition-duration: .3s;
	    -webkit-transition-duration: .3s;
	    -moz-transition-duration: .3s;
	    border-radius: 4px;
	    overflow: hidden
	}

	.dash_view_inline_course.inactive {
	    opacity: .6
	}

	.dash_view_inline_course.inactive:hover {
	    opacity: .8
	}

	.dash_view_inline_course_effect {
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 5px;
	    height: 100%;
	    transition-duration: .3s;
	    -webkit-transition-duration: .3s;
	    -moz-transition-duration: .3s
	}

	.dash_view_inline_course:hover .dash_view_inline_course_effect {
	    width: 10px
	}

	.dash_view_inline_course_header {
	    display: flex;
	    align-items: center
	}

	.dash_view_inline_course_header a {
	    text-decoration: none;
	    color: inherit
	}

	.dash_view_inline_course_header_thumb {}

	.dash_view_inline_course_header_title {
	    margin-left: 15px
	}

	.dash_view_inline_course_header_title h2 {
	    font-size: 1.1em;
	    color: #777
	}

	.dash_view_inline_course_header_title p {
	    font-size: .8em;
	    font-weight: 600;
	    color: #777
	}

	.dash_view_inline_course_favorites {
	    width: 100%;
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	    grid-template-areas: "enroll enroll""not_enroll";
	    align-items: center;
	    border-radius: 4px;
	    overflow: hidden;
	    background: #fcfcfc
	}

	.dash_view_inline_course_favorites>a,
	.dash_view_inline_course_favorites>p {
	    font-size: .7em;
	    flex-basis: 50%;
	    color: #777;
	    text-decoration: none;
	    padding: 5px 0;
	    text-align: center;
	    cursor: pointer
	}

	.dash_view_inline_course_favorites>a:hover,
	.dash_view_inline_course_favorites>p:hover {
	    background: #00b894;
	    color: #fff;
	    width: auto
	}

	.dash_view_inline_course_favorites p.not_hover,
	.dash_view_inline_course_favorites p.not_hover:hover {
	    cursor: default;
	    background: inherit;
	    color: inherit;
	    opacity: .7
	}

	.dash_view_inline_course_progress {
	    width: 100%;
	    background: #eee;
	    color: #fff;
	    border-radius: 4px;
	    overflow: hidden
	}

	.dash_view_inline_course_progress_bar {
	    font-size: .7em;
	    font-weight: 700;
	    display: inline-block;
	    padding: 5px 10px;
	    background: #0090c3;
	    text-align: right
	}

	.dash_view_inline_course_btn {
	    display: block;
	    width: 100%;
	    padding: 4px 10px;
	    border: 1px solid #777;
	    border-radius: 4px;
	    transition-duration: .3s;
	    -webkit-transition-duration: .3s;
	    -moz-transition-duration: .3s;
	    opacity: .7;
	    color: #777;
	    font-size: .7em;
	    text-transform: uppercase;
	    text-decoration: none;
	    font-weight: 700;
	    text-align: center
	}

	.dash_view_inline_course_btn:hover {
	    opacity: 1
	}

	@media(max-width:52em) {
	    .dash_view_inline_course {
	        grid-template-columns: 2fr 1fr;
	        grid-row-gap: 20px
	    }
	}

	@media(max-width:42em) {
	    .dash_view_inline_course {
	        grid-template-columns: 1fr;
	        grid-row-gap: 20px
	    }

	    .dash_view_inline_course_header {
	        justify-content: center
	    }
	}

	@media(max-width:32em) {
	    .dash_view_inline_course {
	        font-size: .9em
	    }
	}

	.dash_view_course_header {
	    display: flex;
	    flex-wrap: nowrap;
	    align-content: center;
	    border-bottom: 1px solid #e7eaec;
	    color: #fff
	}

	.dash_view_course_header_thumb {
	    flex-basis: 40%;
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover
	}

	.dash_view_course_header_info {
	    flex-basis: 30%;
	    padding: 30px
	}

	.dash_view_course_header_info_box {
	    margin-bottom: 30px;
	    font-size: .8em
	}

	.dash_view_course_header_info_box:last-of-type {
	    margin: 0
	}

	.dash_view_course_header_info_box_author_thumb {
	    display: inline-block;
	    width: 10%;
	    padding: 1px;
	    margin-right: 5px;
	    background: #e7eaec;
	    vertical-align: middle
	}

	.dash_view_course_header_info_box_title {
	    font-weight: 700;
	    font-size: .7rem;
	    text-transform: uppercase;
	    opacity: .8;
	    margin-bottom: 10px
	}

	.dash_view_course_header_info_box .subtitle .name {
	    display: inline-block;
	    vertical-align: middle
	}

	.dash_view_course_header_cta {
	    flex-basis: 30%;
	    padding: 30px;
	    align-self: center;
	    text-align: center
	}

	.dash_view_course_header_cta_info {
	    text-align: center;
	    margin-bottom: 20px
	}

	.dash_view_course_header_cta_info span {
	    font-size: 3em
	}

	.dash_view_course_header_cta_info p {
	    font-size: .7em;
	    font-weight: 100;
	    text-transform: uppercase
	}

	.dash_view_course_header_cta_next {
	    padding: 40px 20px 20px;
	    margin-top: 40px;
	    position: relative;
	    border: 1px solid #e7eaec;
	    background: rgba(0, 0, 0, .5)
	}

	.dash_view_course_header_cta_next .icon {
	    font-size: 4em;
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    margin-top: -40px !important
	}

	.dash_view_course_header_cta_next .info {
	    font-size: .6em;
	    text-transform: uppercase;
	    color: #e7eaec;
	    margin-bottom: 5px
	}

	.dash_view_course_header_cta_next .class {
	    color: #e7eaec;
	    text-decoration: none;
	    font-size: .8em
	}

	.dash_view_course_header_cta_next a.class:hover {
	    color: #4184f6
	}

	@media(max-width:62em) {
	    .dash_view_course_header_thumb {
	        display: none
	    }

	    .dash_view_course_header_info {
	        flex-basis: 50%
	    }

	    .dash_view_course_header_cta {
	        flex-basis: 50%
	    }
	}

	@media(max-width:32em) {
	    .dash_view_course_header {
	        flex-wrap: wrap
	    }

	    .dash_view_course_header_info {
	        flex-basis: 100%;
	        text-align: center
	    }

	    .dash_view_course_header_cta {
	        flex-basis: 100%;
	        padding-top: 0
	    }
	}

	.dash_view_course_module {
	    margin-bottom: 20px
	}

	.dash_view_course_module_header h2 {
	    font-size: 1.4em;
	    font-weight: 100;
	    color: #555;
	    border-bottom: 1px solid #ccc;
	    padding-bottom: 10px
	}

	.dash_view_course_module_header h2 .title {
	    display: inline;
	    border-bottom: 5px solid #ccc;
	    padding-bottom: 10px;
	    margin-right: 10px
	}

	.dash_view_course_module_header_tools {
	    display: inline-block;
	    padding: 3px 6px;
	    font-size: .38em;
	    font-weight: 600;
	    text-transform: uppercase;
	    margin-left: 10px;
	    color: #3872d5;
	    border: 1px solid #3872d5;
	    vertical-align: middle;
	    opacity: .5
	}

	.dash_view_course_module_header_tools:before {
	    margin-right: 4px
	}

	.dash_view_course_module_header_tools.required {
	    color: #d43e41;
	    border-color: #d43e41
	}

	.dash_view_course_module_header p {
	    padding: 20px 15px 15px;
	    font-size: .8em;
	    color: #333;
	    background: #f9f9f9
	}

	.dash_view_course_module_class {
	    display: block;
	    background: #f9f9f9;
	    opacity: .7;
	    transition-duration: .3s;
	    -webkit-transition-duration: .3s;
	    -moz-transition-duration: .3s
	}

	.dash_view_course_module_class:nth-child(2n+0) {
	    background: #eee
	}

	.dash_view_course_module_class.pending {
	    background: #3872d5
	}

	.dash_view_course_module_class:hover {
	    opacity: 1
	}

	.dash_view_course_module_class_release {
	    display: inline-block;
	    padding: 3px 6px;
	    font-size: .65em;
	    font-weight: 500;
	    text-transform: uppercase;
	    margin-left: 10px;
	    color: #eeaf06;
	    border: 1px solid #eeaf06;
	    vertical-align: middle;
	    opacity: .6
	}

	.dash_view_course_module_class_release:before {
	    margin-right: 4px
	}

	.dash_view_course_module_class_link {
	    display: flex;
	    flex-wrap: nowrap;
	    text-decoration: none;
	    padding: 15px
	}

	.dash_view_course_module_class_row {
	    flex-basis: 20%;
	    text-align: center;
	    font-size: .8em;
	    font-weight: 100;
	    color: #555
	}

	.dash_view_course_module_class_row.title {
	    flex-basis: 40%;
	    text-align: left
	}

	.dash_view_course_module_class_row.title:hover {
	    color: #666 !important
	}

	.dash_view_course_module_class_row.title:hover>span.icon-checkbox-checked:hover {
	    color: #00a887;
	    cursor: pointer
	}

	.dash_view_course_module_class_row.title:hover>span.icon-checkbox-unchecked:hover {
	    color: #999;
	    cursor: pointer
	}

	.dash_view_course_module_class:not(.legend) .icon-checkbox-checked:before {
	    color: #34b97e
	}

	.dash_view_course_module_class.legend {
	    display: flex;
	    flex-wrap: nowrap;
	    background: 0 0;
	    text-transform: uppercase;
	    font-size: .8em;
	    padding: 0
	}

	.dash_view_course_module_class.legend .dash_view_course_module_class_row {
	    color: #ccc;
	    padding: 15px
	}

	.dash_view_course_module_class.legend .dash_view_course_module_class_row .icon-checkbox-checked {
	    margin-right: 20px
	}

	.dash_view_course_module_class.pending * {
	    color: #fff !Important
	}

	@media(max-width:40em) {
	    .dash_view_course_module_class_row.title {
	        flex-basis: 100%
	    }

	    p.dash_view_course_module_class_row {
	        display: none
	    }
	}

	.dash_view_class {}

	.dash_view_class_header {
	    width: 100%;
	    padding: 20px
	}

	.dash_view_class_header h2 {
	    font-size: 1.2em;
	    font-weight: 300;
	    color: #999c9e;
	    display: inline-block;
	    width: 50%;
	    vertical-align: middle
	}

	.dash_view_class_header_tools {
	    display: inline-block;
	    width: 50%;
	    vertical-align: middle;
	    text-align: right;
	    font-size: .65em;
	    text-transform: uppercase
	}

	@media(max-width:58em) {

	    .dash_view_class_header h2,
	    .dash_view_class_header_tools {
	        width: 100%;
	        text-align: center
	    }

	    .dash_view_class_header h2 {
	        margin-bottom: 20px
	    }

	    .dash_view_class_header_tools .btn_small b {
	        display: none
	    }
	}

	.dash_view_class_header_tools span {
	    display: inline-block;
	    margin-right: 25px;
	    text-align: center;
	    color: #999c9e;
	    vertical-align: middle
	}

	.dash_view_class_header_tools .btn_small {
	    width: 30%;
	    color: #fff;
	    text-shadow: none;
	    font-size: 1em;
	    margin-right: 0
	}

	.dash_view_class_media {
	    background: #000
	}

	.dash_view_class_media_content {
	    border-top: 1px solid #444
	}

	.dash_view_class_media_video {
	    max-width: 100%;
	    padding: 2%;
	    margin: auto
	}

	.video-error {
	    display: flex;
	    height: 400px;
	    overflow: hidden;
	    max-width: 100%;
	    background: #000;
	    color: #fff
	}

	.video-error-box {
	    margin: auto;
	    max-width: 400px;
	    text-align: center
	}

	.video-error-box h4 {
	    font-size: 1.2em;
	    margin-bottom: 10px
	}

	.dash_view_class_media_tools {
	    display: flex;
	    flex-wrap: nowrap;
	    align-items: stretch
	}

	.dash_view_class_media_tools_suspense {
	    position: fixed;
	    background: rgba(0, 0, 0, .9);
	    z-index: 10;
	    width: 100%;
	    top: 0;
	    left: 0;
	    opacity: 0
	}

	.dash_view_class_media_tools .classnav {
	    display: flex;
	    align-items: center;
	    flex-basis: 50%;
	    color: #777;
	    text-decoration: none;
	    font-size: .8em;
	    padding: 20px;
	    transition-duration: .3s;
	    -webkit-transition-duration: .3s;
	    -moz-transition-duration: .3s
	}

	.dash_view_class_media_tools .classnav:first-child {
	    border-right: 1px solid #444
	}

	.dash_view_class_media_tools .classnav span {
	    flex-basis: 90%
	}

	.dash_view_class_media_tools .classnav .icon {
	    font-size: 2em;
	    flex-basis: 10%
	}

	.dash_view_class_media_tools .classnav .icon_left {
	    padding-right: 10px
	}

	.dash_view_class_media_tools .classnav .icon_right {
	    padding-left: 10px
	}

	.dash_view_class_media_tools .classnav span b {
	    display: block;
	    font-weight: 100;
	    font-size: .9em
	}

	.dash_view_class_media_tools .classnav:hover {
	    background: #333;
	    color: #fff
	}

	.dash_view_class_media_tools .classcheck {
	    text-align: center;
	    flex-basis: 20%;
	    cursor: pointer;
	    border-left: 1px solid #444;
	    font-size: .7em
	}

	.dash_view_class_media_tools .classcheck span {
	    flex-basis: 100%
	}

	.dash_view_class_media_tools .classfinish {
	    background: #38a072;
	    color: #fff
	}

	.dash_view_class_media_tools .classfinish:hover {
	    background: #38a072
	}

	.dash_view_class_media_tools .classpending,
	.dash_view_class_media_tools .classpending:hover {
	    background: #222;
	    color: #777;
	    cursor: default
	}

	@media(max-width:40em) {
	    .dash_view_class_media_tools .classnav span span {
	        display: none
	    }
	}

	.dash_view_class_content {
	    color: #333;
	    font-size: 1.2em;
	    width: 800px;
	    max-width: 90%;
	    margin: 0 auto
	}

	.dash_view_class_content p {
	    margin: 30px 0
	}

	.dash_view_class_content .btn {
	    display: block;
	    cursor: pointer;
	    padding: 7px 12px;
	    margin-top: 2px;
	    background: #888;
	    font-size: .9em;
	    color: #fff;
	    text-decoration: none !important;
	    text-align: center;
	    border: none;
	    border-radius: 3px;
	    -moz-border-radius: 3px;
	    -webkit-border-radius: 3px;
	    text-shadow: 1px 1px #555
	}

	.dash_view_class_content .btn_cta_blue {
	    padding: 15px 30px;
	    font-size: 1.2em;
	    font-weight: 700;
	    text-transform: uppercase;
	    background: #0e96e5;
	    border-bottom: 5px solid #096397
	}

	.dash_view_class_content .btn_cta_blue:hover {
	    background-color: #096397;
	    border-color: #0a537d
	}

	.dash_view_class_content .btn_cta_green {
	    padding: 15px 30px;
	    font-size: 1.2em;
	    font-weight: 700;
	    text-transform: uppercase;
	    background: #00b494;
	    border-bottom: 5px solid #008068
	}

	.dash_view_class_content .btn_cta_green:hover {
	    background-color: #008068;
	    border-color: #0b5747
	}

	.dash_view_class_content .btn_cta_yellow {
	    padding: 15px 30px;
	    font-size: 1.2em;
	    font-weight: 700;
	    text-transform: uppercase;
	    background: #faad50;
	    border-bottom: 5px solid #cc8d41
	}

	.dash_view_class_content .btn_cta_yellow:hover {
	    background-color: #cc8d41;
	    border-color: #a67436
	}

	.dash_view_class_content .btn_cta_red {
	    padding: 15px 30px;
	    font-size: 1.2em;
	    font-weight: 700;
	    text-transform: uppercase;
	    background: #f45563;
	    border-bottom: 5px solid #c54550
	}

	.dash_view_class_content .btn_cta_red:hover {
	    background-color: #c54550;
	    border-color: #93343c
	}

	.dash_view_class_support {
	    padding: 20px;
	    background: #fff
	}

	.dash_view_class_support_empty {
	    display: flex;
	    padding: 20px 0
	}

	.dash_view_class_support_empty p {
	    margin: auto;
	    text-align: center;
	    color: #ccc;
	    font-size: .8em;
	    text-transform: uppercase;
	    font-weight: 100
	}

	.dash_view_class_support_ticket {
	    font-size: .875em;
	    font-weight: 400;
	    margin-bottom: 20px;
	    padding-bottom: 20px;
	    border-bottom: 3px solid #eee;
	    display: flex;
	    flex-wrap: nowrap;
	    align-items: flex-start;
	    word-wrap: break-word
	}

	.dash_view_class_support_ticket_user {
	    background: #fbfbfb;
	    padding: 20px;
	    border-color: #ccc;
	    margin-bottom: 30px
	}

	.dash_view_class_support_ticket_user .htmlchars pre {
	    background: rgba(255, 255, 255, .5)
	}

	.dash_view_class_support_ticket_user .dash_view_class_support_ticket_reply {
	    border-color: #e5e5e5
	}

	.dash_view_class_support_ticket_user .dash_view_class_support_ticket:last-of-type {
	    border-bottom: none;
	    padding-bottom: 0
	}

	.dash_view_class_support_ticket h4 {
	    font-size: 1.2em;
	    font-weight: 700;
	    color: #555
	}

	.dash_view_class_support_ticket h4 b {
	    margin-left: 5px !Important;
	    font-size: .8em;
	    display: inline-block;
	    vertical-align: middle
	}

	.dash_view_class_support_ticket .thumb {
	    padding: 2px;
	    background: #e7eaec
	}

	.dash_view_class_support_ticket .htmlchars {
	    padding: 0 0 0 20px;
	    max-width: calc(100% - 60px)
	}

	.dash_view_class_support_ticket .htmlchars h4 .htmlchars h2,
	.dash_view_class_support_ticket .htmlchars h3,
	.dash_view_class_support_ticket .htmlchars h4,
	.dash_view_class_support_ticket .htmlchars p {
	    margin-bottom: 10px
	}

	.dash_view_class_support_ticket_reply {
	    font-size: .875rem;
	    border: none;
	    margin: 0;
	    padding: 0;
	    margin-top: 20px;
	    padding-top: 20px;
	    border-top: 1px solid #eee
	}

	.dash_view_class_support_team {
	    padding: 5px 12px;
	    margin-left: 8px;
	    display: inline-block;
	    vertical-align: middle;
	    opacity: .6;
	    color: #fff;
	    font-size: .5em;
	    font-weight: 500;
	    text-transform: uppercase;
	    background: #34b97e
	}

	.dash_view_class_support_ticket_review {
	    display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	    margin-top: 30px;
	    width: 100%;
	    text-align: center;
	    justify-content: center
	}

	.dash_view_class_support_ticket_review span {
	    margin: 10px;
	    color: #999c9e
	}

	.dash_view_class_support_ticket_review .btn_small {
	    display: inline-block;
	    width: auto;
	    padding: 6px 10px;
	    color: #fff
	}

	.dash_view_class_support_ticket_review b {
	    cursor: pointer
	}

	.dash_view_class_support_ticket_review b:hover {
	    text-decoration: underline
	}

	.dash_view_class_support_off,
	.dash_view_class_support_form {
	    padding: 30px;
	    background: #f5f5f5
	}

	.dash_view_class_support_form_act {
	    text-align: right;
	    margin-top: 20px
	}

	.dash_view_class_support_off {
	    display: flex
	}

	.dash_view_class_support_off p {
	    margin: auto;
	    color: #888;
	    font-size: .7em;
	    font-weight: 100;
	    text-transform: uppercase;
	    text-align: center
	}

	.dash_view_class_support_off a {
	    color: #15a9db;
	    font-weight: 700;
	    text-decoration: none
	}

	.dash_view_class_support_off a:hover {
	    text-decoration: underline
	}

	.dash_view_class_folder {
	    display: none;
	    position: fixed;
	    right: -700px;
	    top: 0;
	    width: 700px;
	    max-width: 100%;
	    height: 100%;
	    background: #fff;
	    z-index: 50;
	    padding: 5% 5% 70px;
	    overflow: auto
	}

	.dash_view_class_folder_close {
	    display: none;
	    position: fixed;
	    bottom: 0;
	    right: 0;
	    background: #fff;
	    width: 700px;
	    max-width: 100%;
	    text-align: center;
	    padding: 15px;
	    z-index: 51;
	    font-size: .8em;
	    text-transform: uppercase;
	    font-weight: 700;
	    color: #999;
	    cursor: pointer;
	    transition-duration: .3s;
	    -webkit-transition-duration: .3s;
	    -moz-transition-duration: .3s
	}

	.dash_view_class_folder_close:hover {
	    background: #d94452;
	    color: #fff
	}

	.dash_view_class_folder_title {
	    font-size: 1.2em;
	    font-weight: 100
	}

	.dash_view_class_folder_subtitle {
	    font-size: .7em;
	    color: #999;
	    margin: 15px 0 5px;
	    padding-bottom: 20px;
	    border-bottom: 1px solid #ccc
	}

	.dash_view_class_folder_content {
	    display: flex;
	    flex: 1;
	    flex-wrap: wrap
	}

	.dash_view_class_folder_content_m {
	    margin: 20px 1.5% 10px;
	    font-size: .7em;
	    color: #ccc
	}

	.dash_view_class_folder_content_f {
	    flex-basis: 100%;
	    display: flex;
	    flex-wrap: wrap
	}

	.dash_view_class_folder_content_fi {
	    padding: 1px;
	    flex-basis: 23%;
	    margin: 1%;
	    font-size: .7em;
	    text-align: center;
	    padding: 15px;
	    background: #fbfbfb;
	    color: #888;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: stretch;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    transition-duration: .3s;
	    -webkit-transition-duration: .3s;
	    -moz-transition-duration: .3s;
	    text-decoration: none
	}

	.dash_view_class_folder_content_fi:hover {
	    background: #4fc0e8;
	    color: #fff
	}

	.dash_view_class_folder_content_fi span {
	    flex-basis: 100%;
	    display: block;
	    font-size: 2em
	}

	.dash_view_class_folder_content_fi.look,
	.dash_view_class_folder_content_fi.lock:hover {
	    opacity: .2;
	    background: #eee;
	    color: #888
	}

	@media(max-width:36em) {
	    .dash_view_class_folder_content_m {
	        margin: 20px 2% 10px;
	        font-size: .7em;
	        color: #ccc
	    }

	    .dash_view_class_folder_content_fi {
	        flex-basis: 46%;
	        margin: 2%
	    }
	}

	.dash_profile {
	    max-width: 100%;
	    background: #fff;
	    flex-basis: 100%;
	    flex-wrap: wrap;
	    padding: 30px;
	    margin: 20px;
	    border-radius: 4px
	}

	.dash_profile_env {
	    margin-bottom: 20px
	}

	.dash_profile_section {
	    max-width: 100%;
	    margin-bottom: 30px
	}

	.dash_profile_section .agreement {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    margin-bottom: 40px
	}

	.dash_profile_section .agreement .agree {
	    flex-basis: calc(50% - 10px)
	}

	.dash_profile_section:last-of-type {
	    margin-bottom: 0
	}

	.dash_profile_section_header {
	    margin-bottom: 30px
	}

	.dash_profile_section_header h3 {
	    font-size: 1.5em;
	    font-weight: 100;
	    margin-bottom: 20px;
	    color: #777
	}

	.dash_profile_section_header p {
	    font-size: .875em;
	    font-weight: 100;
	    color: #999;
	    max-width: 600px
	}

	.dash_profile_section_header_refuse {
	    margin-bottom: 30px;
	    color: #555
	}

	.dash_profile_section_header_refuse h3 {
	    font-size: 1.5em;
	    font-weight: 300
	}

	.dash_profile_section_header_refuse p {
	    margin: 20px 0;
	    font-size: 1em
	}

	.dash_profile_section_content {
	    padding: 20px;
	    color: #999
	}

	.dash_profile_section_content_photo {
	    display: flex;
	    flex-wrap: wrap;
	    align-items: center
	}

	.dash_profile_section_content_photo_img {
	    flex-basis: 10%
	}

	@media(min-width:52em) {
	    .dash_profile_section_content_photo_img.agree_thumb {
	        flex-basis: 20%
	    }

	    .dash_profile_section_content_photo_env.agree_text {
	        flex-basis: 80%
	    }
	}

	.dash_profile_section_content_photo_env {
	    flex-basis: 90%;
	    padding-left: 30px
	}

	.dash_profile_section_content_photo_env form {
	    margin-bottom: 10px
	}

	.dash_profile_section_content_photo_env form input {
	    display: none
	}

	.dash_profile_section_content_photo_env_link {
	    font-size: .8em;
	    font-weight: 700;
	    text-transform: uppercase;
	    text-decoration: none;
	    cursor: pointer;
	    color: #5e9cea
	}

	.dash_profile_section_content_photo_env_link:hover {
	    color: #008ec0;
	    text-decoration: underline
	}

	.dash_profile_section_content_photo_env p {
	    font-size: .8em;
	    color: #ccc
	}

	.dash_profile_section_form {
	    display: flex;
	    justify-content: space-between;
	    flex: 1;
	    flex-wrap: wrap
	}

	.dash_profile_section_form label {
	    flex-basis: calc(50% - 10px);
	    margin-bottom: 20px
	}

	.dash_profile_section_form label span {
	    display: block;
	    margin-bottom: 15px;
	    margin-left: 15px;
	    font-size: .8em;
	    font-weight: 100;
	    color: #999
	}

	.dash_profile_section_form label span a {
	    color: #000
	}

	.dash_profile_section_form label input,
	.dash_profile_section_form label textarea {
	    font-size: .8em;
	    padding: 16px;
	    width: 100%;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px
	}

	.dash_profile_section_form label textarea {
	    resize: vertical
	}

	.dash_profile_section_form label select {
	    appearance: none;
	    -moz-appearance: none;
	    -webkit-appearance: none;
	    background: #fff url(_img/select.png) right 15px center no-repeat;
	    font-size: .8em;
	    padding: 16px;
	    width: 100%;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    cursor: pointer
	}

	.dash_profile_section_form input:read-only {
	    color: #ccc
	}

	.dash_profile_section_form input:read-only:hover {
	    cursor: not-allowed
	}

	.dash_profile_section_form_save {
	    margin: 20px 0 0
	}

	.dash_profile_section_form_save .btn {
	    width: 300px;
	    max-width: 100%;
	    font-size: 1em
	}

	.dash_profile_section_form_save_refused {
	    margin-left: 20px;
	    font-size: .875em;
	    font-weight: 700;
	    color: #ff7675;
	    text-decoration: none
	}

	.dash_profile_certificates_notfound {
	    padding: 30px;
	    background: #fbfbfb;
	    color: #999;
	    display: flex;
	    align-items: flex-start;
	    font-size: .9em;
	    font-weight: 100
	}

	.dash_profile_certificates_notfound span {
	    font-size: 2em;
	    padding-right: 3%
	}

	.dash_profile_certificates_content {
	    display: flex;
	    flex: 1;
	    flex-wrap: wrap
	}

	.dash_profile_certificates_content_cet {
	    flex-basis: calc(25% - 20px);
	    margin: 10px;
	    background: #fbfbfb
	}

	.dash_profile_certificates_content_cet img {
	    width: 100%
	}

	.dash_profile_certificates_content_cet_content {
	    padding: 30px;
	    text-align: center
	}

	.dash_profile_certificates_content_cet_content h3 {
	    font-size: .8em;
	    font-weight: 500;
	    color: #777
	}

	.dash_profile_certificates_content_cet_content .key {
	    font-size: .7em;
	    color: #999;
	    font-weight: 300;
	    margin: 10px 0 20px
	}

	.dash_profile_certificates_content_cet_content .key a {
	    color: #999;
	    text-decoration: none
	}

	.dash_profile_certificates_content_cet_content .key a:hover {
	    text-decoration: underline
	}

	.dash_profile_certificates_content_cet_content .print {
	    font-size: .7em;
	    font-weight: 700;
	    text-decoration: none;
	    color: #999;
	    padding: 10px 15px;
	    transition-duration: .3s;
	    -webkit-transition-duration: .3s;
	    -moz-transition-duration: .3s
	}

	.dash_profile_certificates_content_cet_content .print:hover {
	    background: #0090c3;
	    color: #fff
	}

	.dash_profile_env_addr {
	    margin: 30px 0 20px;
	    width: 100%
	}

	.dash_profile_plan {}

	.dash_profile_plan_header {
	    display: flex;
	    flex-wrap: wrap;
	    align-items: flex-start;
	    max-width: 100%
	}

	.dash_profile_plan_header_sign {
	    flex-basis: 50%
	}

	.dash_profile_plan_level {
	    display: flex;
	    justify-content: flex-end;
	    align-items: flex-start;
	    flex: 1;
	    max-width: 100%
	}

	.dash_profile_plan_level .level {
	    flex-basis: 10%;
	    margin: 3%;
	    text-align: center;
	    font-size: .7em;
	    color: #ccc
	}

	.dash_profile_plan_level .level img {
	    max-width: 100%;
	    margin-bottom: 10px
	}

	.dash_profile_plan_level .level_profile {
	    flex-basis: 18%
	}

	.dash_profile_plan_section.fature {
	    margin-top: 40px
	}

	.dash_profile_plan_section header {
	    margin-bottom: 30px;
	    color: #888
	}

	.dash_profile_plan_section header h4 {
	    font-size: 1.2em;
	    font-weight: 100;
	    margin-bottom: 5px
	}

	.dash_profile_plan_section header p {
	    font-size: .875em;
	    font-weight: 100
	}

	.dash_profile_plan_section_plan {
	    padding: 30px;
	    border: 1px solid #f3f3f4;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    background: #fff
	}

	.dash_profile_plan_section_plan header {
	    border-bottom: 1px solid #f3f3f4;
	    padding-bottom: 15px;
	    margin-bottom: 30px
	}

	.dash_profile_plan_section_plan header h3 {
	    font-size: 2em;
	    font-weight: 700;
	    color: #999;
	    flex-basis: 100%
	}

	.dash_profile_plan_section_plan_past_due {
	    padding: 20px;
	    font-size: 1em;
	    background: #eb5463;
	    color: #fff;
	    margin-bottom: 30px
	}

	.dash_profile_plan_section_plan_content_section {
	    margin: 40px 0;
	    color: #999
	}

	.dash_profile_plan_section_plan_content_section ul {
	    margin-top: 20px
	}

	.dash_profile_plan_section_plan_content_section ul li {
	    font-size: .8em;
	    margin-bottom: 5px
	}

	.dash_profile_plan_section_plan_content_section ul li .club_level {
	    padding: 3px 6px;
	    border: 1px solid #61ddbc;
	    color: #61ddbc;
	    font-size: .7em;
	    margin-left: 10px;
	    opacity: .5;
	    border-bottom-width: 3px;
	    border-left-width: 2px
	}

	.dash_profile_plan_section_plan_content_section:last-of-type {
	    margin-bottom: 0
	}

	.dash_profile_plan_section_plan_content_section h4 {
	    font-weight: 700;
	    color: #999;
	    margin-bottom: 20px
	}

	.dash_profile_plan_section_plan_content_section p {
	    font-size: .9em;
	    margin-top: 15px
	}

	.dash_profile_plan_section_plan_content_section_pay {
	    display: inline-block;
	    padding: 6px 12px;
	    border: 1px solid #f3f3f4;
	    font-size: .8em;
	    color: #999;
	    margin-bottom: 10px
	}

	.dash_profile_plan_section_plan_content_section_pay .method {
	    width: 35px;
	    margin-top: -4px;
	    padding-right: 10px
	}

	.dash_profile_plan_section_plan_content_section_pay .digits {
	    padding-left: 10px
	}

	.dash_profile_plan_section_plan_content_section_pay .print {
	    padding-left: 10px;
	    font-size: .6em;
	    font-weight: 700
	}

	.dash_profile_plan_section_plan_content_section_pay_payment,
	.dash_profile_plan_section_plan_content_section_pay_change {
	    display: inline-block;
	    padding: 8px 15px 7px;
	    text-transform: uppercase;
	    border: 1px solid #f3f3f4;
	    font-size: .7em;
	    font-weight: 600;
	    cursor: pointer;
	    transition-duration: .3s;
	    -webkit-transition-duration: .3s;
	    -moz-transition-duration: .3s
	}

	.dash_profile_plan_section_plan_content_section_pay_change:hover {
	    background: #46ceac;
	    color: #fff;
	    border-color: #46ceac
	}

	.dash_profile_plan_section_plan_content_section_pay_payment {
	    color: #fff;
	    background: #61ddbc;
	    border-color: #61ddbc;
	    text-decoration: none
	}

	.dash_profile_plan_section_plan_content_section_pay_payment:hover {
	    background: #35ba9b;
	    border-color: #35ba9b
	}

	.dash_profile_plan_section_plan_content_section_cancel {
	    color: #eb5463;
	    font-weight: 700;
	    text-decoration: none;
	    opacity: .5;
	    cursor: pointer;
	    transition-duration: .3s;
	    -webkit-transition-duration: .3s;
	    -moz-transition-duration: .3s
	}

	.dash_profile_plan_section_plan_content_section_cancel:hover {
	    opacity: 1
	}

	.dash_profile_plan_section_plan_content_section_plans_box {
	    display: none
	}

	.dash_profile_plan_section_plan_content_section_plans_box_info {
	    margin: 30px 0 0;
	    font-weight: 100;
	    font-size: .875em;
	    color: #888
	}

	.dash_profile_plan_section_plan_content_section_plans {
	    margin-top: 30px;
	    border: 1px solid #e5e3e3;
	    transition-duration: .3s;
	    -webkit-transition-duration: .3s;
	    -moz-transition-duration: .3s;
	    display: flex;
	    flex: 1;
	    flex-wrap: wrap
	}

	.dash_profile_plan_section_plan_content_section_plans .section {
	    flex-basis: 30%;
	    padding: 25px;
	    margin: 0;
	    overflow: hidden
	}

	.dash_profile_plan_section_plan_content_section_plans .plan {
	    background: #e5e3e3;
	    flex-basis: 40%;
	    text-align: center
	}

	.dash_profile_plan_section_plan_content_section_plans .plan p {
	    font-size: 2em;
	    margin-bottom: 20px
	}

	.dash_profile_plan_section_plan_content_section_plans .checkform {
	    display: flex;
	    flex: 1;
	    flex-wrap: wrap;
	    justify-content: center
	}

	.dash_profile_plan_section_plan_content_section_plans .checkform input {
	    padding: 9px 15px;
	    font-size: .8em;
	    border: none;
	    outline: none;
	    border-radius: 4px 0 0 4px;
	    -moz-border-radius: 4px 0 0 4px;
	    -webkit-border-radius: 4px 0 0 4px
	}

	.dash_profile_plan_section_plan_content_section_plans .checkform button {
	    border: none;
	    background: #46ceac;
	    color: #fff;
	    padding: 10px 20px;
	    text-transform: uppercase;
	    font-weight: 700;
	    cursor: pointer;
	    border-radius: 0 4px 4px 0;
	    -moz-border-radius: 0 4px 4px 0;
	    -webkit-border-radius: 0 4px 4px 0;
	    transition-duration: .3s;
	    -webkit-transition-duration: .3s;
	    -moz-transition-duration: .3s
	}

	.dash_profile_plan_section_plan_content_section_plans .checkform button:hover {
	    background: #35ba9b
	}

	.dash_profile_plan_section_plan_content_section_plans .info {
	    font-size: .7em;
	    font-weight: 100
	}

	.dash_profile_plan_section_plan_content_section_pay_change_box {
	    display: none
	}

	.dash_profile_plan_section_plan_content_section_pay_change_box_fix {
	    display: flex;
	    flex-wrap: wrap;
	    margin-top: 30px
	}

	.dash_profile_plan_section_plan_content_section_pay_change_box_pay {
	    padding: 30px;
	    border: 1px solid #f3f3f4;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    flex-basis: calc(50% - 15px)
	}

	.dash_profile_plan_section_plan_content_section_pay_change_box_pay:last-of-type {
	    margin-left: 30px
	}

	.dash_profile_plan_section_plan_content_section_pay_change_box_pay>p {
	    font-size: 1em;
	    font-weight: 100;
	    margin: 0 0 30px;
	    text-align: center
	}

	.dash_profile_plan_section_plan_content_section_pay_change_box_pay>p span {
	    display: block;
	    margin-top: 5px;
	    font-weight: 600
	}

	.dash_profile_plan_section_plan_content_section_pay_change_box_pay form {}

	.dash_profile_plan_section_plan_content_section_pay_change_box_pay form p {
	    margin-top: 28px
	}

	.dash_profile_plan_section_plan_content_section_pay_change_box_pay form input {
	    width: 100%;
	    padding: 15px;
	    margin: 0 0 10px;
	    background: #fbfbfb;
	    border: none;
	    font-size: .8em;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px
	}

	.dash_profile_plan_section_plan_content_section_pay_change_box_pay form .input {
	    width: calc(50% - 5px)
	}

	.dash_profile_plan_section_plan_content_section_pay_change_box_pay form .input:last-of-type {
	    margin-left: 5px
	}

	.dash_profile_plan_section_plan_content_section_pay_change_box_pay form button {
	    display: block;
	    width: 100%;
	    margin-top: 10px;
	    padding: 15px 20px;
	    text-transform: uppercase;
	    border: 1px solid #61ddbc;
	    font-size: .7em;
	    font-weight: 600;
	    cursor: pointer;
	    transition-duration: .3s;
	    -webkit-transition-duration: .3s;
	    -moz-transition-duration: .3s;
	    color: #fff;
	    background: #61ddbc;
	    text-decoration: none
	}

	.dash_profile_plan_section_plan_content_section_pay_change_box_pay form button:hover {
	    background: #35ba9b;
	    border-color: #35ba9b
	}

	.dash_profile_plan_section_plan_content_section_empty {
	    color: #999;
	    font-size: .8em;
	    padding: 30px;
	    border: 1px solid #f3f3f4;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px
	}

	.dash_profile_plan_section_plan_content_section_empty a {
	    font-size: .9em
	}

	.dash_profile_plan_section_plan_content_section_courses {
	    margin-top: 30px;
	    display: grid;
	    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	    grid-column-gap: 30px;
	    grid-row-gap: 30px
	}

	.dash_profile_plan_section_plan_content_section_courses article {
	    text-align: center
	}

	.dash_profile_plan_section_plan_content_section_courses article h4 {
	    font-size: .9em;
	    margin: 10px 0 0
	}

	.dash_profile_plan_section_plan_content_section_courses article p {
	    font-size: .8em;
	    margin: 5px 0 0
	}

	@media(max-width:62em) {
	    .dash_profile_plan_section_plan_content_section_courses {
	        grid-template-columns: 1fr 1fr 1fr
	    }

	    .dash_profile_plan_section_plan_content_section_plans .checkform {
	        display: block
	    }

	    .dash_profile_plan_section_plan_content_section_plans .checkform input,
	    .dash_profile_plan_section_plan_content_section_plans .checkform button {
	        border-radius: 4px;
	        -moz-border-radius: 4px;
	        -webkit-border-radius: 4px
	    }

	    .dash_profile_plan_section_plan_content_section_plans .checkform button {
	        margin: 10px 10px 0
	    }

	    .dash_profile_plan_section_plan_content_section_plans_box_info {
	        font-size: .7em
	    }
	}

	@media(max-width:52em) {
	    .dash_profile_plan_section_plan_content_section_courses {
	        grid-template-columns: 1fr 1fr
	    }

	    .dash_profile_plan_section_plan_content_section_plans .plan,
	    .dash_profile_plan_section_plan_content_section_plans .section {
	        flex-basis: 100%;
	        text-align: center
	    }

	    .dash_profile_plan_section_plan_content_section_plans .section {
	        padding: 0 30px
	    }

	    .dash_profile_plan_section_plan_content_section_plans .plan {
	        margin-bottom: 10px;
	        padding: 30px
	    }

	    .dash_profile_plan_section_plan_content_section_plans .plan p {
	        font-size: 1.4em
	    }

	    .dash_profile_plan_section_plan_content_section_plans .price {
	        padding-bottom: 30px
	    }

	    .dash_profile_plan_section_plan_content_section_pay_change_box_pay {
	        flex-basis: 100%;
	        margin: 0 0 30px !important
	    }

	    .dash_profile_plan_section_plan_content_section_courses article {
	        flex-basis: 25%
	    }

	    .dash_profile_section .agreement {
	        margin-bottom: 0;
	        text-align: center
	    }

	    .dash_profile_section .agreement .agree {
	        flex-basis: 100%;
	        margin-bottom: 30px
	    }
	}

	@media(max-width:38em) {
	    .dash_profile_plan_section_plan_content_section_pay_change_box_pay form .input {
	        width: 100%;
	        margin: 0 0 10px 0 !Important
	    }

	    .dash_profile_plan_section_plan_content_section_courses article {
	        flex-basis: 50%
	    }
	}

	.dash_profile_plan_section_payments {
	    border: 1px solid #f2f2f2;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    overflow: auto
	}

	.dash_profile_plan_section_payments_order {
	    min-width: 900px;
	    overflow: scroll;
	    padding: 20px;
	    background: #fbfbfb;
	    font-size: .8em;
	    border-top: 1px solid #f2f2f2
	}

	.dash_profile_plan_section_payments_header {
	    padding: 10px 20px;
	    font-size: .7em;
	    background: #f5f5f5
	}

	.dash_profile_plan_section_payments_order_detail,
	.dash_profile_plan_section_payments_order_detail_invoice {
	    display: flex
	}

	.dash_profile_plan_section_payments_order_detail p,
	.dash_profile_plan_section_payments_order_detail_invoice p {
	    flex-basis: 17.5%
	}

	.dash_profile_plan_section_payments_order_detail .product,
	.dash_profile_plan_section_payments_order_detail_invoice .product {
	    flex-basis: 30%
	}

	.dash_profile_plan_section_payments_order_detail .payment,
	.dash_profile_plan_section_payments_order_detail_invoice .payment {
	    display: flex;
	    align-items: center
	}

	.dash_profile_plan_section_payments_order_detail .payment .img,
	.dash_profile_plan_section_payments_order_detail_invoice .payment .img {
	    flex-basis: 15%
	}

	.dash_profile_plan_section_payments_order_detail .payment .txt,
	.dash_profile_plan_section_payments_order_detail_invoice .payment .txt {
	    flex-basis: 85%;
	    padding-left: 10px
	}

	.dash_profile_plan_section_payments_order_detail_invoice {
	    margin-top: 10px;
	    font-weight: 100
	}

	.dash_profile_plan_section_payments_order_detail_invoice a {
	    font-weight: 500;
	    color: #35ba9b;
	    text-decoration: none
	}

	.dash_profile_plan_section_payments_order_detail_invoice a:hover {
	    text-decoration: underline
	}

	.dash_profile_plan_section_payments_more {
	    display: block;
	    text-align: center;
	    margin-top: 20px;
	    text-transform: uppercase;
	    font-size: .7em;
	    color: #999;
	    cursor: pointer
	}

	.dash_profile_plan_section_payments_more:hover {
	    text-decoration: underline
	}

	@media(max-width:75em) {
	    .dash_profile_certificates_content_cet {
	        flex-basis: 30.33%
	    }
	}

	@media(max-width:52em) {
	    .dash_profile_certificates_content_cet {
	        flex-basis: 47%
	    }
	}

	@media(max-width:42em) {
	    .dash_profile_section_content_photo {
	        align-items: flex-start;
	        text-align: center
	    }

	    .dash_profile_section_content_photo_img {
	        margin: 0 auto;
	        flex-basis: 50%
	    }

	    .dash_profile_section_content_photo_img img {
	        width: 120px;
	        margin-bottom: 30px
	    }

	    .dash_profile_section_content_photo_env {
	        flex-basis: 100%;
	        padding: 0
	    }

	    .dash_profile_section_form label {
	        flex-basis: 100%;
	        margin: 0 0 20px
	    }

	    .dash_profile_certificates_content_cet {
	        flex-basis: 100%;
	        margin: 0 0 30px
	    }

	    .dash_profile_plan_header_sign {
	        flex-basis: 100%
	    }

	    form button {
	        width: 100% !important;
	        text-align: center
	    }

	    .dash_profile_plan_level {
	        margin-top: 30px;
	        flex-basis: 100%;
	        justify-content: center
	    }
	}

	.app_upinside_play {
	    padding: 10px
	}

	.app_upinside_play_content {
	    display: flex;
	    flex: 1;
	    flex-wrap: wrap
	}

	.app_upinside_play_content_article {
	    flex-basis: calc(33% - 20px);
	    margin: 10px;
	    background: #fff;
	    border-radius: 4px;
	    overflow: hidden
	}

	.app_upinside_play_content_article_thumb {
	    position: relative
	}

	.app_upinside_play_content_article_played {
	    position: absolute;
	    top: 10px;
	    left: 15px;
	    color: rgba(0, 0, 0, .5);
	    z-index: 2;
	    font-size: 1em
	}

	.app_upinside_play_content_article_author {
	    position: absolute;
	    right: 25px;
	    bottom: -15px;
	    width: 15%
	}

	.app_upinside_play_content_article_thumb_author {
	    position: absolute;
	    right: 10px;
	    bottom: 10px;
	    width: 40px
	}

	.app_upinside_play_content_article_desc {
	    padding: 20px;
	    text-align: center
	}

	.app_upinside_play_content_article_desc h2 {
	    font-size: 1.2em;
	    font-weight: 300;
	    margin-bottom: 15px
	}

	.app_upinside_play_content_article_desc a {
	    color: #666;
	    text-decoration: none
	}

	.app_upinside_play_content_article_desc a:hover {
	    color: #000
	}

	.app_upinside_play_content_article_desc_cat {
	    font-size: 0.9em !Important;
	    text-transform: uppercase;
	    font-weight: 700
	}

	.app_upinside_play_content_article_desc_review {
	    margin: 15px 0;
	    color: #fdcd56;
	    opacity: 1
	}

	.app_upinside_play_post_video {
	    padding: 40px;
	    background: #000;
	    display: flex;
	    color: #eee
	}

	.app_upinside_play_post_video_media {
	    flex-basis: 70%;
	    padding-right: 40px
	}

	.app_upinside_play_post_video_media_more_item {
	    cursor: pointer;
	    display: block;
	    padding: 15px 20px;
	    opacity: .7;
	    -webkit-transition-duration: .6s;
	    -moz-transition-duration: .6s;
	    -o-transition-duration: .6s;
	    transition-duration: .6s
	}

	.app_upinside_play_post_video_media_more_item.now {
	    opacity: 1;
	    padding-left: 40px
	}

	.app_upinside_play_post_video_actions {
	    flex-basis: 30%
	}

	.app_upinside_play_post_video_actions_check {
	    padding: 15px;
	    text-align: center;
	    border: 1px solid #eee;
	    -webkit-border-radius: 6px;
	    -moz-border-radius: 6px;
	    border-radius: 6px;
	    cursor: pointer
	}

	.app_upinside_play_post_video_actions_check.played:hover,
	.app_upinside_play_post_video_actions_check.played {
	    background: #46ceac;
	    border-color: #46ceac
	}

	.app_upinside_play_post_video_actions_check:hover {
	    background: rgba(255, 255, 255, .2)
	}

	.app_upinside_play_post_video_actions_review {
	    margin: 30px 0
	}

	.app_upinside_play_post_video_actions_review p {
	    font-size: .875em;
	    margin-bottom: 10px
	}

	.app_upinside_play_post_video_actions_review_stars {
	    font-size: 1.4em;
	    color: #fdcd56
	}

	.app_upinside_play_post_video_actions_review_stars span {
	    cursor: pointer;
	    opacity: .9
	}

	.app_upinside_play_post_video_actions_review_stars span:hover {
	    opacity: 1
	}

	.app_upinside_play_post_video_actions_category .legend {
	    font-size: .875em;
	    margin-bottom: 5px
	}

	.app_upinside_play_post_video_actions_played_user {
	    margin-top: 30px;
	    display: flex;
	    align-items: center;
	    font-size: .875em
	}

	.app_upinside_play_post_video_actions_played_user:last-of-type {
	    margin-top: 20px
	}

	.app_upinside_play_post_video_actions_played_user img {
	    width: 50px
	}

	.app_upinside_play_post_video_actions_played_user p {
	    padding-left: 20px
	}

	.app_upinside_play_post_video_actions_material {
		display: block
	}

	.app_upinside_play_post_video_actions_material_legend {
		font-size: .875em;
		margin-bottom: 20px
	}

	.app_upinside_play_post_video_actions_material_files {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 10px;
		row-gap: 10px
	}

	.app_upinside_play_post_video_actions_material_file {
		padding: 20px;
		border: 2px solid #fff;
		border-radius: 6px;
		justify-self: stretch;
		align-self: stretch;
		font-size: .875em;
		font-weight: 700;
		text-decoration: none;
		color: #fff
	}

	.app_upinside_play_post_video_actions_material_file:hover {
		background: rgba(255, 255, 255, .3)
	}

	.app_upinside_play_post_content {
	    padding: 30px 10px
	}

	@media(max-width:52em) {
	    .app_upinside_play_post_video {
	        flex-wrap: wrap
	    }

	    .app_upinside_play_post_video_media {
	        flex-basis: 100%;
	        padding: 0;
	        margin-bottom: 30px
	    }

	    .app_upinside_play_post_video_actions {
	        flex-basis: 100%;
	        text-align: center
	    }

	    .app_upinside_play_post_video_actions_review {
	        margin-bottom: 0
	    }

	    .app_upinside_play_post_video_actions_category,
	    .app_upinside_play_post_video_actions_played {
	        display: none
	    }
	}

	.app_upinside_play_comments {
	    background: #fbfbfb;
	    padding: 40px 0
	}

	.app_upinside_play_comments_content {
	    max-width: 90%;
	    margin: 0 auto
	}

	.app_upinside_play_comments_content_header {
	    text-align: center;
	    margin-bottom: 40px
	}

	.app_upinside_play_comments_content_header h3 {
	    font-size: 1.8em;
	    color: #999
	}

	.app_upinside_play_comments_content_form {
	    background: #f5f5f5;
	    padding: 10px 20px 20px;
	    margin-bottom: 20px
	}

	.app_upinside_play_comments_list_comment .htmlcontent h2,
	.app_upinside_play_comments_list_comment .htmlcontent h3,
	.app_upinside_play_comments_list_comment .htmlcontent h4,
	.app_upinside_play_comments_list_comment .htmlcontent p {
	    padding: 20px 0
	}

	.app_upinside_play_comments_list_comment .likecontent {
	    margin-top: 20px;
	    font-size: .9em;
	    color: #999
	}

	.app_upinside_play_comments_list_comment {
	    border-bottom: 1px solid #eee;
	    padding: 30px 0 0
	}

	.app_upinside_play_comments_list_comment_c {
	    display: flex;
	    flex: 1
	}

	.app_upinside_play_comments_list_comment:last-child {
	    border-bottom: 0
	}

	.app_upinside_play_comments_list_comment p {
	    padding: 10px 0 !important
	}

	.app_upinside_play_comments_list_comment p:first-child {
	    padding-top: 0 !important
	}

	.app_upinside_play_comments_list_comment p:last-child {
	    padding-bottom: 0 !important
	}

	.app_upinside_play_comments_list_comment_c .thumb {
	    flex-basis: 6%
	}

	.app_upinside_play_comments_list_comment_c .thumb img {
	    width: 100%
	}

	.app_upinside_play_comments_list_comment_c .comment {
	    flex-basis: 94%;
	    max-width: 100%;
	    padding-left: 20px;
	    font-size: .9em
	}

	.app_upinside_play_comments_list_comment_c .comment .userconrtent {
	    margin-bottom: 20px;
	    font-weight: 500;
	    color: #999
	}

	.app_upinside_play_comments_list_comment_c .comment .userconrtent_like {
	    display: inline-block;
	    margin-left: 8px;
	    text-transform: uppercase;
	    font-weight: 700
	}

	.app_upinside_play_comments_list_comment_c .comment .userconrtent_like.active {
	    color: #eb5463
	}

	.app_upinside_play_comments_list_comment_responses_c {
	    padding-top: 30px;
	    margin-top: 30px;
	    border-top: 1px solid #eee;
	    margin-left: 8%
	}

	.app_upinside_play_comments_content_form_response {
	    margin-top: 40px;
	    margin-left: 8%
	}

	.app_upinside_play_comments_content_form_response .app_upinside_play_comments_content_form {
	    display: none;
	    margin-bottom: 30px
	}

	.app_upinside_play_comments_content_form_response_add .add_response {
	    display: inline-block;
	    margin-bottom: 30px;
	    padding: 5px 10px;
	    border: 1px solid #999;
	    border-bottom-width: 3px;
	    border-left-width: 2px;
	    color: #999;
	    font-size: .7em;
	    text-transform: uppercase;
	    font-weight: 600
	}

	@media(max-width:50em) {
	    .app_upinside_play_content_article {
	        flex-basis: calc(50% - 20px)
	    }
	}

	@media(max-width:32em) {
	    .app_upinside_play_content_article {
	        flex-basis: 100%;
	        margin: 0 0 10px
	    }
	}

	@media(max-width:44em) {
	    .app_upinside_play_comments_list_comment_c .thumb {
	        flex-basis: 12%
	    }

	    .app_upinside_play_comments_list_comment_c .comment {
	        flex-basis: 88%
	    }
	}

	.app_upinside_play_requests {
	    padding: 10px
	}

	.app_upinside_play_requests_info {
	    padding: 20px;
	    margin: 20px 20px 0;
	    border: 1px solid #eee;
	    font-size: .875em;
	    color: #555
	}

	.app_upinside_play_requests_info span {
	    display: inline-block;
	    cursor: pointer;
	    padding: 4px 10px;
	    background: #333;
	    color: #fff;
	    font-size: .95em;
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
	    border-radius: 4px
	}

	.app_upinside_play_requests_info .send {
	    background-color: #35ba9b
	}

	.app_upinside_play_requests_info .send:hover {
	    background-color: #46ceac
	}

	.app_upinside_play_requests_info .info {
	    background-color: #3aadd9
	}

	.app_upinside_play_requests_info .info:hover {
	    background-color: #4fc0e8
	}

	.app_upinside_play_requests_voting {
	    display: flex;
	    flex-wrap: wrap
	}

	.app_upinside_play_requests_voting_article {
	    flex-basis: calc(25% - 20px);
	    margin: 10px;
	    background: #fff
	}

	.app_upinside_play_requests_voting_article.me .app_upinside_play_requests_voting_article_asked {
	    background: #3aadd9;
	    color: #fff
	}

	.app_upinside_play_requests_voting_article_asked {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    padding: 20px;
	    background: #eee;
	    text-align: left;
	    color: #444
	}

	.app_upinside_play_requests_voting_article_asked img {
	    width: 20%;
	    padding: 2px;
	    background: rgba(0, 0, 0, .5)
	}

	.app_upinside_play_requests_voting_article_asked p {
	    margin-left: 15px;
	    font-size: .875em;
	    text-transform: capitalize
	}

	.app_upinside_play_requests_voting_article_content {
	    padding: 20px;
	    text-align: center
	}

	.app_upinside_play_requests_voting_article_content h1 {
	    font-size: 1em;
	    font-weight: 300
	}

	.app_upinside_play_requests_voting_article_content p {
	    font-size: .875em;
	    margin: 20px 0 0
	}

	.app_upinside_play_requests_voting_article_content a {
	    text-decoration: none;
	    color: #555
	}

	.app_upinside_play_requests_voting_article_content a:hover {
	    color: #000
	}

	.app_upinside_play_requests_voting_article_vote {
	    display: block;
	    padding: 10px;
	    border: 1px solid #f76c82;
	    color: #f76c82;
	    font-weight: 700
	}

	.app_upinside_play_requests_voting_article_vote:hover,
	.app_upinside_play_requests_voting_article_vote.active {
	    color: #fff;
	    background: #f76c82
	}

	.app_upinside_play_requests_voting_article_vote_production,
	.app_upinside_play_requests_voting_article_vote_voting {
	    color: #ccc;
	    font-size: .75em !important;
	    text-transform: uppercase
	}

	.app_upinside_play_orders {
	    margin: 20px 20px 0
	}

	@media(max-width:30em) {
	    .app_upinside_play_orders {
	        margin: 10px;
	        text-align: center
	    }
	}

	.app_upinside_play_orders_order {
	    --color: #3aadd9;
	    padding: 20px;
	    border: 1px solid var(--color);
	    color: var(--color);
	    font-size: .85em;
	    margin-top: 20px
	}

	.app_upinside_play_request_modal {
	    display: none;
	    position: fixed;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, .5);
	    z-index: 9;
	    overflow-y: auto;
	    padding: 30px 0
	}

	.app_upinside_play_request_modal_open {
	    margin: 30px 0 10px;
	    text-align: center
	}

	.app_upinside_play_request_modal_open span {
	    display: inline-block;
	    padding: 8px 20px;
	    border: 1px solid #3aadd9;
	    color: #3aadd9;
	    font-size: .9em;
	    font-weight: 700
	}

	.app_upinside_play_request_modal_open span:hover {
	    background: #3aadd9;
	    color: #fff
	}

	.app_upinside_play_request_modal_box {
	    width: 500px;
	    padding: 40px;
	    max-width: 94%;
	    margin: auto;
	    background: #fff
	}

	.app_upinside_play_request_modal_box h3 {
	    font-size: 1.3em;
	    font-weight: 300;
	    text-align: center;
	    margin-bottom: 20px
	}

	.app_upinside_play_request_modal_box label {
	    display: block;
	    margin-bottom: 30px
	}

	.app_upinside_play_request_modal_box label .field {
	    font-size: .875em;
	    display: block;
	    margin-bottom: 20px;
	    color: #555
	}

	.app_upinside_play_request_modal_box label input,
	.app_upinside_play_request_modal_box label textarea {
	    display: block;
	    width: 100%;
	    padding: 10px;
	    font-size: .875em;
	    border: 2px solid #f5f5f5;
	    outline: none
	}

	.app_upinside_play_request_modal_box label input:focus {
	    border-color: #0a537d
	}

	@media(max-width:52em) {
	    .app_upinside_play_requests_voting_article {
	        flex-basis: calc(50% - 20px);
	        margin: 10px
	    }
	}

	@media(max-width:30em) {
	    .app_upinside_play_requests_voting_article {
	        flex-basis: 100%;
	        margin: 0 0 10px
	    }
	}

	.app_forum {
	    padding: 10px
	}

	.app_forum .box_wrap {
	    flex-wrap: wrap-reverse
	}

	.app_forum_content {
	    flex-basis: calc(72% - 20px);
	    overflow: hidden;
	    margin: 10px
	}

	.app_forum_content_header {
	    margin-bottom: 20px
	}

	.app_forum_content_header h2 {
	    font-size: 1.2em;
	    font-weight: 300
	}

	.app_forum_content_topic {
	    margin-bottom: 20px;
	    display: flex;
	    align-items: flex-start
	}

	.app_forum_content_topic_user {
	    flex-basis: 7%;
	    text-align: center
	}

	.app_forum_content_topic_user img {
	    padding: 3px
	}

	.app_forum_content_topic_box {
	    flex-basis: calc(93% - 20px);
	    margin-left: 20px;
	    background: #fbfbfb;
	    padding: 20px
	}

	.app_forum_content_topic_box {
	    border-bottom: 3px solid #eee;
	    color: #666
	}

	.app_forum_content_topic_box .title {
	    margin-bottom: 15px;
	    font-size: 1em;
	    font-weight: 300
	}

	.app_forum_content_topic_box .title span {
	    display: block;
	    font-size: .8em;
	    color: #999
	}

	.app_forum_content_topic_box .title a {
	    font-weight: 700
	}

	.app_forum_content_topic_box .desc {
	    font-size: .875em
	}

	.app_forum_content_topic_box a {
	    text-decoration: none;
	    color: #666;
	    transition-duration: .2s;
	    -moz-transition-duration: .2s;
	    -webkit-transition-duration: .2s
	}

	.app_forum_content_topic_box a:hover {
	    color: #0090c3
	}

	.app_forum_content_topic_box .title_status_open {
	    color: #eb5463
	}

	.app_forum_content_topic_box .title_status_close {
	    color: #46ceac
	}

	.app_forum_content_topic_box_meta {
	    margin-top: 15px;
	    font-size: .8em;
	    font-weight: 300;
	    color: #777
	}

	.app_forum_content_topic_box_meta_favorite {
	    cursor: pointer
	}

	.app_forum_content_topic_box_meta_favorite:hover {
	    color: #15a9db
	}

	.app_forum_content_topic_box_meta_favorite_ac {
	    color: #2a8c72
	}

	.app_forum_sidebar {
	    flex-basis: calc(28% - 20px);
	    margin: 10px
	}

	.app_forum_sidebar_search {
	    display: block;
	    margin-bottom: 20px;
	    background: #fff;
	    display: flex;
	    align-items: stretch;
	    overflow: hidden
	}

	.app_forum_sidebar_search input,
	.app_forum_sidebar_search button {
	    padding: 0 15px;
	    font-size: .875em;
	    border: none;
	    outline: none
	}

	.app_forum_sidebar_search button {
	    background: #3aadd9;
	    color: #fff;
	    font-weight: 700;
	    cursor: pointer
	}

	.app_forum_sidebar_search button:hover {
	    background: #4fc0e8
	}

	.app_forum_sidebar_search input {
	    flex-basis: 100%;
	    padding: 10px 5px 10px 15px
	}

	.app_forum_sidebar_new {
	    display: block;
	    text-align: center
	}

	.app_forum_sidebar_new_btn {
	    display: block;
	    text-decoration: none;
	    padding: 10px;
	    text-transform: uppercase;
	    font-weight: 700;
	    color: #fff;
	    background: #35ba9b;
	    text-shadow: 1px 1px rgba(0, 0, 0, .5);
	    font-size: .875em;
	    border-bottom: 2px solid #2a8c72
	}

	.app_forum_sidebar_new_btn:hover {
	    background: #46ceac;
	    border-color: #35ba9b
	}

	.app_forum_sidebar_widget {
	    padding: 20px;
	    background: #fbfbfb;
	    margin-top: 20px;
	    border-bottom: 2px #ccc solid
	}

	.app_forum_sidebar_widget_title {
	    font-size: 1.1em;
	    color: #555;
	    margin-bottom: 15px
	}

	.app_forum_sidebar_widget_link {
	    display: block;
	    margin-top: 10px;
	    font-size: .875em;
	    color: #888;
	    text-decoration: none;
	    display: flex;
	    align-items: center
	}

	.app_forum_sidebar_widget_link span {
	    margin-left: 10px;
	    padding: 2px 6px;
	    background: #eee;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    font-size: .7em;
	    font-weight: 700
	}

	.app_forum_sidebar_widget_link:hover {
	    color: #0077b5
	}

	.app_forum_sidebar_widget_link_ac {
	    font-weight: 700
	}

	.app_forum_sidebar_widget_link_sub {
	    padding-left: 25px;
	    font-size: .9em;
	    margin-bottom: 20px
	}

	.app_forum_sidebar_widget_rocks {
	    display: flex;
	    margin-top: 10px;
	    align-items: center;
	    font-size: .875em;
	    color: #777
	}

	.app_forum_sidebar_widget_rocks .thumb {
	    flex-basis: 18%;
	    padding-right: 10px
	}

	.app_forum_sidebar_widget_rocks .thumb img {
	    padding: 2px
	}

	.app_forum_sidebar_widget_rocks .user span {
	    margin-left: 5px;
	    padding: 2px 6px;
	    background: #eee;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    font-size: .7em;
	    font-weight: 700
	}

	.app_forum_create {
	    padding: 10px;
	    width: 100%
	}

	.app_forum_create label {
	    display: block;
	    margin-bottom: 30px
	}

	.app_forum_create .title {
	    font-size: .8em;
	    text-transform: uppercase;
	    color: #666;
	    padding: 0 15px;
	    margin-bottom: 15px;
	    display: block
	}

	.app_forum_create input,
	.app_forum_create select {
	    display: block;
	    color: #555;
	    width: 100%;
	    padding: 15px;
	    font-size: 1em;
	    border: 1px solid #eee;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px
	}

	.app_forum_create select {
	    appearance: none;
	    -moz-appearance: none;
	    -webkit-appearance: none;
	    background: #fff url(_img/select.png) right 15px center no-repeat
	}

	.app_forum_create_form_act {
	    text-align: right
	}

	.app_forum_create_form_act_btn {
	    display: inline-block;
	    border: none;
	    padding: 15px 20px;
	    font-size: 1.2em;
	    font-weight: 700;
	    width: 250px;
	    max-width: 100%;
	    background: #35ba9b;
	    color: #fff;
	    text-shadow: 1px 1px rgba(0, 0, 0, .5)
	}

	.app_forum_create_form_act_btn:hover {
	    background: #46ceac
	}

	.app_forum_create_form_act_btn_small {
	    display: block;
	    width: 100%;
	    padding: 10px;
	    font-size: 1em
	}

	.app_forum_create_form_image {
	    display: none;
	    position: fixed;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, .3);
	    z-index: 2
	}

	.app_forum_create_form_image_box {
	    width: 400px;
	    max-width: 90%;
	    margin: auto;
	    padding: 30px;
	    background: #fbfbfb
	}

	.app_forum_create_form_image_box input {
	    margin: 20px 0;
	    display: block;
	    padding: 15px;
	    width: 100%;
	    background: #fff;
	    border: 1px solid #eee
	}

	.app_forum_create_form_image_box h3 {
	    font-size: 1em;
	    font-weight: 500;
	    color: #777
	}

	.app_forum_topic {
	    width: 100%;
	    padding: 20px
	}

	.app_forum_topic_header {
	    width: 900px;
	    max-width: 100%;
	    margin: 0 auto;
	    padding: 30px
	}

	.app_forum_topic_header h2 {
	    font-weight: 300;
	    font-size: 3em;
	    line-height: 1;
	    margin-bottom: 40px;
	    color: #333
	}

	.app_forum_topic_header_meta {
	    display: block;
	    margin: 0 0 20px;
	    padding: 20px 20px 10px;
	    background: #eee;
	    text-align: center
	}

	.app_forum_topic_header_meta>span {
	    display: inline-block;
	    margin: 0 5px 10px 5px !Important;
	    padding: 4px 8px;
	    border: 1px solid #999;
	    color: #777;
	    opacity: .5;
	    font-size: .7rem
	}

	.app_forum_topic_header_meta .noaction,
	.app_forum_topic_header_meta .noaction:hover {
	    cursor: default;
	    opacity: .5
	}

	.app_forum_topic_header_meta>span:hover {
	    opacity: 1
	}

	.app_forum_topic_header_meta_delete:hover {
	    background: #d94452;
	    border-color: #d94452;
	    color: #fff
	}

	.app_forum_topic_header_meta_edit:hover {
	    background: #3aadd9;
	    border-color: #3aadd9;
	    color: #fff
	}

	.app_forum_topic_header_meta_flag {
	    display: inline-block;
	    margin: 0 5px 10px 5px !Important;
	    padding: 4px 8px;
	    border: 1px solid #999;
	    color: #777;
	    opacity: .5;
	    text-decoration: none
	}

	.app_forum_topic_header_meta_flag:hover {
	    background: #f5b945;
	    border-color: #f5b945;
	    color: #fff;
	    opacity: 1
	}

	.app_forum_topic_header_meta_like:hover {
	    background: #eb5463;
	    border-color: #eb5463;
	    color: #fff
	}

	.app_forum_topic_header_meta_favorite:hover {
	    background: #4a88da;
	    border-color: #4a88da;
	    color: #fff
	}

	.app_forum_topic_header_content {
	    display: flex;
	    align-items: center;
	    color: #555
	}

	.app_forum_topic_header_content_img {
	    flex-basis: 10%
	}

	.app_forum_topic_header_content_img img {
	    padding: 3px
	}

	.app_forum_topic_header_content_inf {
	    padding-left: 20px;
	    font-size: 1.2em
	}

	.app_forum_topic_header_content_inf p {
	    font-size: .875rem;
	    font-weight: 300
	}

	.app_forum_topic_header_content_inf span {
	    font-weight: 700;
	    color: #215fa4
	}

	.app_forum_topic_content {
	    display: block;
	    width: 900px;
	    max-width: 100%;
	    margin: 0 auto
	}

	.app_forum_topic_content .htmlcontent img {
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px
	}

	.app_forum_topic_content_act {
	    padding: 10px 25px
	}

	.app_forum_topic_content_act span {
	    display: inline-block;
	    padding: 6px 12px;
	    border: 1px solid #666;
	    color: #666;
	    margin: 5px;
	    font-size: .875em
	}

	.app_forum_topic_content_act span:hover {
	    color: #0090c3;
	    border-color: #0090c3
	}

	.app_forum_topic_modal {
	    display: flex;
	    position: fixed;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, .5);
	    z-index: 2;
	    color: #888
	}

	.app_forum_topic_modal_box {
	    width: 500px;
	    max-width: 90%;
	    margin: auto;
	    padding: 30px;
	    background: #fff;
	    text-align: center;
	    max-height: 90%;
	    overflow: auto
	}

	.app_forum_topic_modal_box p {
	    margin: 10px 0 20px;
	    font-size: .875em
	}

	.app_forum_topic_modal_box select {
	    display: block;
	    color: #555;
	    width: 100%;
	    padding: 15px;
	    font-size: 1em;
	    border: 1px solid #eee;
	    appearance: none;
	    -moz-appearance: none;
	    -webkit-appearance: none;
	    background: #fff url(_img/select.png) right 15px center no-repeat;
	    border-radius: 4px;
	    -moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    margin-bottom: 20px
	}

	.app_forum_topic_modal_box .app_forum_create_form_act_btn_small {
	    padding: 15px
	}

	.app_forum_topic_modal_box_btns {
	    display: flex;
	    justify-content: space-between
	}

	.app_forum_topic_modal_box_btns span {
	    flex-basis: 45%
	}

	.app_forum_topic_edit_btns {
	    width: 400px;
	    max-width: 100%;
	    margin-top: 20px;
	    margin-left: auto
	}

	.app_forum_topic_responses {
	    padding: 20px;
	    background: #fff
	}

	.app_forum_topic_reponse_thanks b {
	    font-weight: 400
	}

	.app_forum_topic_reponse_status_open {
	    background: #46ceac;
	    border-color: #46CEAC !Important;
	    color: #fff !Important
	}

	@media(max-width:62em) {
	    .app_forum_content {
	        flex-basis: 100%
	    }

	    .app_forum_content_topic_user {
	        flex-basis: 10%
	    }

	    .app_forum_content_topic_box {
	        flex-basis: 90%
	    }

	    .app_forum_sidebar {
	        flex-basis: 100%;
	        display: flex;
	        flex-wrap: wrap;
	        justify-content: space-between;
	        margin-bottom: 20px
	    }

	    .app_forum_sidebar_ac {
	        flex-basis: 100%;
	        margin: 0 0 20px;
	        display: flex
	    }

	    .app_forum_sidebar_ac form,
	    .app_forum_sidebar_ac div {
	        flex-basis: 48%;
	        margin: auto;
	        justify-content: space-between
	    }

	    .app_forum_sidebar_ac form {
	        margin-left: 0
	    }

	    .app_forum_sidebar_ac div {
	        margin-right: 0
	    }

	    .app_forum_sidebar_widget {
	        margin: 0;
	        flex-basis: 48%
	    }

	    .app_forum_sidebar_widget_rock {
	        display: none
	    }
	}

	@media(max-width:36em) {
	    .app_forum_sidebar_widget {
	        margin: 0;
	        flex-basis: 100%;
	        margin-bottom: 20px
	    }

	    .app_forum_content_topic_user {
	        flex-basis: 12%
	    }

	    .app_forum_content_topic_box {
	        flex-basis: calc(88% - 20px);
	        margin: 0 0 0 20px;
	        word-break: break-all
	    }

	    .app_forum_sidebar_ac {
	        flex-wrap: wrap
	    }

	    .app_forum_sidebar_ac form,
	    .app_forum_sidebar_ac div {
	        flex-basis: 100%
	    }

	    .app_forum_sidebar_ac form {
	        margin-bottom: 20px
	    }

	    .app_forum_topic_header h2 {
	        font-size: 2em
	    }

	    .app_forum_topic_header_content_inf {
	        font-size: .8em
	    }

	    .app_forum_topic_header_content_img {
	        flex-basis: 30%
	    }
	}

	.dash_view_swipefile {
	    padding: 20px
	}

	.dash_view_swipefile_sidebar {
	    display: flex;
	    align-items: center;
	    width: 100%;
	    padding: 20px;
	    border-radius: 4px;
	    background: rgba(0, 206, 201, .04);
	    margin-bottom: 20px;
	    border: 1px solid #ccc
	}

	.dash_view_swipefile_sidebar header h2 {
	    font-size: 1em;
	    color: #777;
	    margin-right: 20px
	}

	.dash_view_swipefile_sidebar ul {}

	.dash_view_swipefile_sidebar ul li {
	    font-size: .7em;
	    font-weight: 400;
	    color: #fff;
	    text-transform: uppercase;
	    display: inline-block;
	    padding: 4px 12px;
	    margin: 5px 0;
	    background: #4f5963;
	    border-radius: 10px;
	    cursor: pointer;
	    transition-duration: .3s
	}

	.dash_view_swipefile_sidebar ul li+li {
	    margin-left: 5px
	}

	.dash_view_swipefile_sidebar ul li:last-child {
	    margin-right: 0
	}

	.dash_view_swipefile_sidebar ul li.active,
	.dash_view_swipefile_sidebar ul li:hover {
	    background: #00cec9
	}

	.dash_view_swipefile_content {
	    display: grid;
	    grid-template-columns: 1fr 1fr 1fr 1fr;
	    grid-column-gap: 20px;
	    grid-row-gap: 20px
	}

	@media(max-width:62em) {
	    .dash_view_swipefile_content {
	        grid-template-columns: 1fr 1fr 1fr
	    }
	}

	@media(max-width:42em) {
	    .dash_view_swipefile_content {
	        grid-template-columns: 1fr 1fr
	    }
	}

	@media(max-width:32em) {
	    .dash_view_swipefile_content {
	        grid-template-columns: 1fr
	    }
	}

	.dash_view_swipefile_content_item {
	    background: #fff;
	    border-radius: 4px;
	    overflow: hidden
	}

	.dash_view_swipefile_content_item .cover {
	    width: 100%;
	    position: relative;
	    padding-bottom: 70%;
	    background-color: #fff;
	    background-size: cover;
	    background-position: top center;
	    background-repeat: no-repeat;
	    -webkit-box-shadow: inset 0 -200px 100px -200px rgba(0, 0, 0, .2);
	    -moz-box-shadow: inset 0 -200px 100px -200px rgba(0, 0, 0, .2);
	    box-shadow: inset 0 -200px 100px -200px rgba(0, 0, 0, .2)
	}

	.dash_view_swipefile_content_item .cover p {
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    width: 100%;
	    text-align: center;
	    font-size: 2em;
	    font-weight: 100;
	    color: #fff;
	    text-shadow: 1px 1px 1px #000;
	    opacity: .5
	}

	.dash_view_swipefile_content_item_header {
	    padding: 20px 20px 0;
	    margin: 0;
	    background: #fff
	}

	.dash_view_swipefile_content_item_header a {
	    color: #555
	}

	.dash_view_swipefile_content_item_header a:hover {
	    text-decoration: none
	}

	.dash_view_swipefile_content_item_header h4 {
	    font-size: 1.2em;
	    line-height: 1.1;
	    font-weight: 300
	}

	.dash_view_swipefile_content_item_header p {
	    margin: 20px 0;
	    font-size: .75em
	}

	.dash_view_swipefile_content_item_header .category {
	    display: inline-block;
	    color: #ccc;
	    font-size: .6em;
	    font-weight: 100;
	    text-transform: uppercase;
	    padding: 3px 10px;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    margin-bottom: 15px
	}

	.dash_view_swipefile_content_item_actions {
	    width: 100%;
	    padding: 0 20px 20px;
	    bottom: 0;
	    text-decoration: none;
	    text-align: center;
	    overflow: hidden
	}

	.dash_view_swipefile_content_item_actions a {
	    display: block;
	    font-size: .9em;
	    font-weight: 700;
	    color: #fff;
	    text-decoration: none;
	    padding: 8px;
	    background: #009e99;
	    border-radius: 6px;
	    cursor: pointer;
	    transition-duration: .3s
	}

	.dash_view_swipefile_content_item_actions a:hover {
	    background: #00cec9;
	    color: #fff
	}

	.dash_view_swipefile_content_item_actions .favorite {
	    font-size: .8em;
	    font-weight: 600;
	    color: #777;
	    margin: 15px 0 0;
	    cursor: pointer;
	    transition-duration: .3s
	}

	.dash_view_swipefile_content_item_actions .favorite:hover {
	    color: #000
	}

	.play_modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	display: none;
	background: rgba(0, 0, 0, .3);
	cursor: pointer
	}

	.play_modal_box {
		width: 1200px;
		max-width: 92%;
		margin: auto;
		position: relative;
		padding: 10px;
		background: #fff;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px
	}