@import url('https://fonts.googleapis.com/css?family=Khand:400,500,600,700&subset=latin-ext');

html, body{
	padding: 0;
	margin: 0;
}

*{
	font-size: 14px;
	font-family: 'Khand', sans-serif;
	outline: none;
}

a{
	color: #007FFF;
	text-decoration: none;
}

.cl{
	clear: both;
}

.pb0{
	padding-bottom: 0;
}

.br8{
	border-radius: 8px;
}

.p3{
	padding: 3 !important;
}

.br0{
	border-radius: 0px !important;
}

.center{
	text-align: center;
}

.dialog{
	display: none;
}

.greyscale{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.w100per{
	width: 100% !important;
}

.small_text{
	font-size: 0.9em !important;
}

.small_text_2{
	font-size: 0.8em !important;
}

.grayLine{
	width: 100%;
	border: 1px solid #c6c6c6;
}

.black_text_shadow{
	text-shadow: 1px 1px 2px #232323;
}

.black_transparent_box{
	background-color: rgba(0,0,0, .9);
}

.mt90{
	margin-top: 90px;
}

.plr20{
	padding-left: 20px;
	padding-right: 20px;
}

.full_width{
	width: 100%;
}

.link,
.goto{
	cursor: pointer;
}

.wrapper_1200{
	width: 1200px;
}

.wrapper_1000{
	width: 1000px;
}

.wrapper_575{
	width: 575px;
}

.width_100_per{
	width: 100% !important;
}

h1{
	font-size: 2em;
}

h2{
	font-size: 1.7em;
}

h3{
	font-size: 1.5em;
}

.big_text{
	font-size: 1.2em;
}

.intext_iframe,
.intext_image{
	display: block;
	/*width: 560px !important;*/
	margin: 0 auto;
}

.intext_image{
	width: 100% !important;
	height: auto !important;
	cursor: pointer;
}

.block_575{
	width: 575px;
}

.box_97_fixed{
	float: left;
	width: 95%;
}

.box_40,
.box_40_fixed{
	float: left;
	width: 40%;
}

.box_60{
	float: left;
	width: 60%;
}

.box_66{
	float: left;
	width: 66.66%;
}

.box_80,
.box_80_fixed{
	float: left;
	width: 80%;
}

.box_50,
.box_50_fixed{
	float: left;
	width: 50%;
}

.box_575{
	float: left;
	width: 575px;
}

.box_800{
	float: left;
	width: 800px;
}

.box_30{
	float: left;
	width: 30%;
}

.box_70{
	float: left;
	width: 70%;
}

.box_33,
.box_33_fixed,
.box_33_by2{
	float: left;
	width: 33.33%;
}

.box_20,
.box_20_fixed,
.box_20_50{
	float: left;
	width: 20%;
}

.box_25,
.box_25_fixed,
.box_20_50{
	float: left;
	width: 25%;
}

.box_25_fixed{
	float: left;
	width: 25%;
}

.box_20{
	float: left;
	width: 20%;
}

.box_wrapper{
	padding: 5px;
}

.box_wrapper_40{
	padding: 40px;
}

.box_wrapper_10{
	padding: 10px;
}

.box_wrapper_2{
	padding: 5px;
}

.box_wrapper_big{
	padding: 50px 5px;
}

.box_wrapper_big_2{
    padding: 50px;
}

.homeItem{
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 5px;
}

.borderRadius{
    border-radius: 8px;
}

.box_shadow_main {
    -webkit-box-shadow: -2px 10px 42px 0px rgb(184 177 184);
    -moz-box-shadow: -2px 10px 42px 0px rgba(184,177,184,1);
    box-shadow: -2px 10px 42px 0px rgb(184 177 184);
}

.box_image img{
	width: 100%;
}

.box_description,
.box_description_2{
	font-size: 1.2em;
	padding: 20px 0;
}

.box_shadow {
    box-shadow: 1px 1px 5px 0 rgb(26 26 67 / 5%), 39px 62.5px 125px -25px rgb(50 50 93 / 50%), 23.4px 37.5px 75px -37.5px rgb(0 0 0 / 60%);
}

.rotate {
    transform: scale(1) perspective(2910px) rotateY(12deg) rotateX(3deg) rotate(-2deg);
}

.icon,
.thumbnail{
	width: 100%;
}

.r4{
	border-radius: 4px;
}

.white_box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

.shop_button{
	display: inline-block;
	min-width: 10px;
	width: auto;
	padding: 5px;
	background-color: #FB6901;

	/*
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FB7D23),
		color-stop(0.66, #FB6901)
	);
	background-image: -o-linear-gradient(bottom, #FB7D23 0%, #FB6901 66%);
	background-image: -moz-linear-gradient(bottom, #FB7D23 0%, #FB6901 66%);
	background-image: -webkit-linear-gradient(bottom, #FB7D23 0%, #FB6901 66%);
	background-image: -ms-linear-gradient(bottom, #FB7D23 0%, #FB6901 66%);
	background-image: linear-gradient(to bottom, #FB7D23 0%, #FB6901 66%);
	*/
	
	color: #fff;
	text-decoration: none;
	font-weight: 400;
}

.mobile_view{
	display: none;
}

#left_side{
	position: fixed;
    float: left;
    width: 17%;
    height: 100%;
    overflow-y: auto;
    background-color: #232B38;
	color: #fff;
}

#left_side_wrapper{
	height: 10000px;
}

#left_side *{
	color: #fff;
}

#middle_side,
#middle_side_small{
	position: relative;
	float: left;
	left: 17%;
	width: 83%;
}

#middle_side_small{
	width: 66%;
}

#right_side{
	position: fixed;
    float: right;
    width: 17%;
    right: 0;
    height: 100%;
    overflow-y: auto;
    background-color: #f5f5f5;
	color: #fff;
}

.containerblock{
	border-bottom: 1px solid #d6d6d6;
    margin-bottom: 5px;
}

header{
	padding: 15px 8px;
    color: #000;
    font-weight: bold;
    font-size: 1.4em;
}

.block_content{
	background-color: #EDEFF0 !important;
	color: #000;
	padding: 5px;
}

.block_item{
	display: block;
    text-decoration: none;
    outline: none;
    padding: 15px 10px;
    background-color: #eee;
    font-size: 1.1em;
    color: #000 !important;
    background-color: #EDEFF0 !important;
    border-bottom: 1px solid #cdd2bc !important;
    
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.block_item:hover{
	color: #EC8D1C !important;
	text-decoration: none;
}

.block_item.exercise_desc:hover{
	color: #000 !important;
	text-decoration: none;
}

.bold{
	font-weight: bold;
}

.button,
button,
input[type="button"],
input[type="submit"]{
    display: inline-block;
    background-color: #3B77B0;
    border: 0px solid #3B77B0;
    color: #fff !important;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 5px;
    cursor: pointer;
    
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}


.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover{
	background-color: #618ab1;
}

.button.small{
	padding: 2px !important;
    font-size: 10px !important;
    border-radius: 2px !important;
}

.tableOverview{
	width: 100%;
	border-collapse: collapse;
}

.tableOverview th,
.tableOverview td{
	padding: 10px 3px;
	border-bottom: 1px solid #999;
	text-align: left;
}

.tableOverview tr:nth-child(even) td{
	background-color: #f5f5f5;
}

.tableOverview tr:hover td{
	/*background-color: rgba(137, 207, 240, .4);*/
	background-color: #f5f5f5;
}

.tableOverview table td{
	border: none;
}

.tableOverviewSmall{
	width: 100%;
	border-collapse: collapse;
}

.tableOverviewSmall th{
	background-color: #232323;
	color: #f5f5f5;
}

.tableOverviewSmall th,
.tableOverviewSmall td{
	padding: 3px 3px;
	text-align: left;
}

.tableOverviewSmall tr:nth-child(even) td{
	background-color: #d5d5d5;
}

.tableOverviewSmall tr:hover td{
	/*background-color: rgba(137, 207, 240, .4);*/
	background-color: #f5f5f5;
}

.tableOverviewSmall table td{
	border: none;
}

.tableOverviewSmall input[type="text"],
.tableOverviewSmall input[type="number"]{
	padding: 2px 0px;
}

.tabContainer{
	border-bottom: 1px solid #212121;
}

.tabContainer button{
	margin: 0;
	border-radius: 0;
	border: 1px solid #212121;
}

.tabContainer button:hover,
.tabContainer button.selected{
	background-color: #212121 !important;
	color: #fff !important;
}

.href{
	cursor: pointer;
}

#close_left_side_container,
#close_right_side_container{
	display: none;
	text-align: right;
	padding: 10px;
}

#close_left_side,
#close_right_side{
	font-size: 20px;
}

#left_side_show,
#right_side_show{
	display: none;
	font-size: 1.5em;
}

.side_container{
	border-bottom: 1px solid #646F79;
}

.side_header{
	color: #9ca6af !important;
	padding: 10px 7px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
}

.side_content{
	font-size: 13px;
	padding: 7px;
}

.side_block{
	display: block;
	text-decoration: none;
	color: #fff !important;
	font-size: 13px;
	padding: 7px;
	
	transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

a.side_block:hover{
	background-color: #00b4ff;
}

.block_item_2:hover,
.block_item_2.selected{
	background-color: #008CE3 !important;
}

.block_header_2{
	color: #9ca6af !important;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 500;
	font-size: 15px;
	text-align: center;
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
}

.bookContents .block_header_2{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
	border-bottom: 1px solid #000;	
}

.block_header_2_container{
	display: inline-block;
	text-transform: uppercase;
	padding: 10px;
	background-color: #000;
	color: #fff;
	margin-bottom: -5px;
}

.block_header{
	color: #000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 10px 5px;
    margin-bottom: 15px;
}

#middle_side.headersTextLeft .block_header{
	text-align: left !important;
}

#right_side .side_content,
#right_side .side_content *,
#right_side .side_block{
	color: #232323 !important;
}

#right_side .side_block:hover{
	color: #fff !important;
}

.exercise_vote{
	display: block;
}

/*-----------------FORM--------------------------------*/
.input_container{
	margin-bottom: 5px;
}

.input_container label{
	display: block;
	margin-bottom: 5px;
	color: #494c4c;
	font-weight: 600 !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="tel"],
.custom-combobox-input,
select,
textarea{
	display: block;
	border: 1px solid #d6d6d6;
	width: 100%;
	padding: 10px 0px;

	color: #444 !important;

	outline: none;
}

div.input{
	border: 2px solid #D9DDE3;
	margin-bottom: 10px;
	padding: 7px 5px;
}

div.input input[type="text"],
div.input input[type="password"],
div.input input[type="email"],
div.input input[type="number"],
div.input input[type="url"],
div.input .custom-combobox-input,
div.input select,
div.input textarea{
	padding: 0 !important;
	border: 1px solid #fff !important;
}

.ui-datepicker-month,
.ui-datepicker-year{
	display: inline !important;

	border: none;
	width: 45%;
	padding: 0;
	font-size: inherit;
}

input[type="number"]{
	width: 10%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
.ui-autocomplete-input:focus{
	border-bottom: 1px solid #999;
}

input[type='checkbox'] {
	width: 20px;
	height: 20px;
}
input[type='checkbox']:checked{

}

select{
	background: #fff;
	border: none;
	border: 1px solid #d6d6d6;
	padding: 9px 2px;
	outline: none;
	cursor: pointer;
}

textarea{
	border: 1px solid #d0d1d5;
	width: 50%;
	height: 150px;
	outline: none;
	color: #444 !important;
	font-weight: normal !important;
}
/*-----------------END: FORM--------------------------------*/

.box_black_banner{
	padding: 40px;
	background-color: #000;
	color: #fff;
	margin-bottom: 20px;
}

.box_black_banner *{
	color: #fff;
	font-size: 1.03em;
}

.box_black_banner .big_text *{
	font-size: 4.5em;
	line-height: 1;
	font-weight: 600;
}

.black_box{
	display: block;
	background-color: #232B38;
	padding: 20px;
	color: #fff;
}

.black_box *{
	color: #fff;
}

.title{
	font-size: 1.7em;
	font-weight: 600;
}

.noLink{
	cursor: auto;
}

.no_bg{
	background: none !important;
}

.mobileView{
	display: none;
}

#ready_popup{
	position: fixed;
	display: none;
	
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;

	width: 1000px;
	height: 500px;
	overflow: auto;
	padding: 20px 5px;
	font-size: 1.5em;
	z-index: 9999;
	text-align: center;
	background-color: #fff;
	
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#ready_popup_content{
	max-width: 1000px;
	width: auto;
	margin: 0 auto;
	text-align: center;
}

.image_container{
	height: 220px;
	overflow: hidden;
}

#closePopup{
	color: #232323;
}

.product_title{
	height: 50px;
}

.page_block{
	display: inline-block;
	padding: 10px;
	border: 1px solid #dfe0e4;
	color: #999;
	
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}

.page_block:hover,
.page_block.selected,
.selected_page{
	border: 1px solid #999;
	text-decoration: none;
}

#homeBanner{
	position: relative;
}

#homeBanner span{
	display: block;
	position: absolute;
	bottom: 30px;
	right: 30px;
	color: #fff;
	font-size: 1.8em;
	font-weight: 600;
	
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 1);
}

#homeBanner img{
	width: 100%;
}

.social_links{
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #333;
}

.social_links a{
	padding-right: 20px;
}

.social_links img{
	width: 18px;
}

.circle_20{
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
}

.square_16{
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	color: #fff !important;
}

#loading_container{
	display: none;
	position: fixed;
	z-index: 999999999;
	background-color: rgba(12.9, 12.9, 12.9, .8);
	width: 100%;
	height: 1000%;
	top: 0;
	color: #fff;
	text-transform: uppercase;
}

#loading{
	margin-top: 100px;
}

#loading_2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	background-color: #212121;
	z-index: 99999999999;
	
	color: #fff;
	font-size: 2em;
}

#top_name *{
	font-family: 'Khand', "sans-serif" !important;
    font-weight: normal !important;
}

#top_name a:hover{
	text-decoration: none;
}

#top_name div:nth-child(1) *{
	font-size: 2.4em;
}

#top_name div:nth-child(1) span:nth-child(1){
	color: #fff !important;
}

#top_name div:nth-child(1) span:nth-child(2){
	color: #e0660c !important;
}

#top_name div:nth-child(2) *{
	font-size: 1.23em !important;
	color: #fff !important;
}

.small_input{
	width: 200px !important;
}

#menu_2{
	display: none;
}

.circleBig{
	display: block;
	width: 60px;
	height: 60px;
	line-height: 62px;
	border-radius: 50%;
	text-align: center;
	font-size: 3em;
}

.floatingButton{
	position: fixed;
	right: 30px;
	bottom: 50px;
	z-index: 9;
}

.message_box{
	float: left;
	margin-bottom: 10px;
	width: auto;
	max-width: 66%;
	border-radius: 8px;
}

.price{
	color: #000;
	font-size: 15px; 
}

.lineThrough{
	text-decoration: line-through;
}

.backCategory{
	font-size: 1.1em;
	color: #007FFF;
}

.backGray{
	font-size: 1.1em;
	color: #999;
}

.spinner input{
	width: 32px;
	height: 32px;
	padding: 0;
	display: inline-block;
}

.spinner_minus,
.spinner_plus{
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #d6d6d6;
	text-align: center;
	background-color: #fff;
	cursor: pointer;
}

.spinner_minus{
	margin-right: -4px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	z-index: 3;

}

.spinner_plus{
	margin-left: -4px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.spinner_minus:hover,
.spinner_plus:hover{
	border: 1px solid #999;
}

#footer_v2{
	background: #232323;
    background: radial-gradient(ellipse at center, #585858 0%, #232323 100%);
    background-size: 550% 450%;
}

#footer_v2 *{
	color: #999;
}

#footer_v2 header{
	color: #fff;
}

#footer_v2 a{
	color: #fff;
}

#footer_v2 .footer_more *{
	color: #999;
}

#footer_v2 .footer_more a{
	display: inline-block;
	margin: 10px;
	text-transform: uppercase;
}

#footer_v2 .footer_more a:hover{
	color: #fff;
}

.wrapper_800{
	width: 800px;
}

.wrapper_800.center{
	margin: 0 auto;
}

.hmenu_line_1,
.hmenu_line_2,
.hmenu_line_3{
	width: 20px;
	border: 1px solid #fff;
}

.hmenu_line_1,
.hmenu_line_2{
	margin-bottom: 4px;
}

.shadow{
	-webkit-box-shadow: -1px 1px 5px 0px rgba(153,153,153,1);
	-moz-box-shadow: -1px 1px 5px 0px rgba(153,153,153,1);
	box-shadow: -1px 1px 5px 0px rgba(153,153,153,1);
}

.orangeButtonFixed{
	background-color: #fff;
	border: 1px solid #EE4C14;
	color: #EE4C14 !important;
	padding: 10px 20px;
	font-weight: 500;
	font-size: 1.3em;
	border-radius: 20px;
	width: 100px;
}

.orangeButtonFixed:hover{
	background-color: #fff;
}

.selected{
	background-color: #00b4ff !important;
}

.clickable_3,
.clickable_4{
	display: block;
	cursor: pointer;
}

.box_subscribe_2 .clickable_3.selected,
.box_subscribe_2 .clickable_3:hover{
	background-color: #EE4C14 !important;
}

.box_subscribe_2 .clickable_4.selected,
.box_subscribe_2 .clickable_4:hover{
	background-color: #EE4C14 !important;
}

.box_subscribe_2 .clickable_3.selected .mainData *,
.box_subscribe_2 .clickable_3:hover .mainData *{
	color: #fff !important;
}

.box_subscribe_2 .clickable_3.selected .orangeButtonFixed{
	background-color: #3B77B0 !important;
	color: #fff !important;
	border: 1px solid #3B77B0 !important;
}

.slider_button{
	display: none;
}

.popupFromRight{
	background-color: #f5f5f5;
	border: 1px solid #d5d5d5;
	position: fixed;
	bottom: 30%;
	right: -1000px;
	padding: 30px;
}

.okPopup{
	display: none;
	position: relative;
	z-index: 9999;
	text-align: center;
	color: #000;
	font-weight: 500;
	top: -400px;
	width: 300px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
	padding: 10px;
	font-size: 20px;
	border-left: 15px solid #8DB600;
	border-radius: 8px;
}

.cell{
	display: table-cell;
	text-align: left;
}

.w20{
	width: 20px;
}

.w35{
	width: 35px;
}

.h24{
	height: 24px;
}

.slider_img_container{
	height: 360px;
}

.responsiveVimeo{
	height: 0;
	padding-top: 25px;
	padding-bottom: 67.5%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.responsiveVimeo.widescreen {
  padding-bottom: 56.34%;
}
 
.responsiveVimeo.vimeo {
	padding-top: 0;
}

.responsiveVimeo embed, 
.responsiveVimeo iframe, 
.responsiveVimeo object, 
.responsiveVimeo video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.playPlaylistBasicVideoPart{
	cursor: pointer;
}

#reloadingCart{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(245, 245, 245, .7);
}

/*-------------------------------------------------------------------------------------------------------------------------*/

.text_orange,
.text_orange *{
	color: #e0660c !important;
}

.text_green,
.text_green *{
	color: #8DB600 !important;
}

.text_red{
	color: #E32636 !important;
}

.text_white,
.text_white *{
	color: #fff !important;
}

.text_black,
.short_descr{
	color: #232323 !important;
}

.text_gray_dark{
    color: #a2a2a2 !important;
}

.short_descr{
	height: 100px;
	overflow-y: hidden;
}

.collection_block_title{
	color: #000;
    font-size: 1.2em;
    font-weight: bold;
    height: 66px;
    max-height: 66px;
    overflow-y: hidden;
    text-align: center;
}

.whiteScrollbar::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.whiteScrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.whiteScrollbar::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.whiteScrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.text_gray{
	color: #999 !important;
}

.grayBottomLine{
	border-bottom: 1px solid #999 !important;
}

.bg_yellow{
	background-color: #FFFF10 !important;
}

.bg_red{
	background-color: #E32636 !important;
}

.bg_blue{
	background-color: #008CE3 !important;
}

.bg_blue *{
	color: #fff;
}

.bg_light_blue{
	background-color: #007FFF !important;
}

.bg_darkblue{
	background-color: #3B77B0 !important;
	color: #fff !important;
}

.bg_orange{
	background-color: #e0660c !important;
}

.bg_gray{
	background-color: #F2F3F5 !important;
	color: #999 !important;
}

.bg_gray_light{
	background-color: #f5f5f5 !important;
}

.bg_white{
	background-color: #fff !important;
}

.bg_green{
	background-color: #A4C639 !important;
	color: #000 !important;
}

.bg_gray_3{
	background-color: #dadada !important;
}

.bg_dark_gray{
	background-color: #404040 !important;
}

.bg_gray_2{
	background-color: #EDEFF0 !important;
}

.bg_red_dark{
	background-color: #CC0000 !important;
	color: #fff;
}

.bg_red *,
.bg_red_dark *{
	color: #fff;
}

.bg_yellow_dark{
	background-color: #FFD12A !important;
	color: #000;
}

.bg_yellow_dark *{
	color: #000;
}

.bg_green_light{
	background-color: #00A75B;
	color: #fff;
}

.bg_green_light *{
	color: #fff;
}

.blue_text{
	color: #008FCF !important;
}

.f15px,
.f15px *{
	font-size: 15px !important;
}

.fs17px,
.fs17px *{
	font-size: 17px !important;
}

.no_border{
	border: 1px solid transparent !important;
}

.b600{
	font-weight: 600;
}

.specialDiv{
	background-color: #212121 !important;
	font-size: 14px !important;
	padding: 5px !important;
	color: #fff !important;
}

.p0{
	padding: 0 !important;
}

.transparent80{
	opacity: 0.8 !important;
}

.ui-button{
	color: #000 !important;
}

.noBold{
	font-weight: normal !important;
}

.r6{
	border-radius: 6px;
}

.text_gray_light{
    color: #f5f5f5 !important;
}