body {
	background: #ebebeb;
}

.logo-text {
	width: 290px;
}

a,
a:hover,
a:active,
.a.valid {
	text-decoration: none !important;
}

.no2-margin {
	margin: 0;
}



.cover_main {
	max-width: 1146px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.title2 {
	text-transform: uppercase;
	font-size: 30px;
	color: #312759;
	white-space: nowrap;
	padding-right: 10px;
	margin-bottom: 20px !important;
}

.title2_line {
	height: 2px;
	background: #312759;
	display: block;
	width: 100%;
	position: relative;
	top: 22px;
}

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

.news2_img {
	height: 310px;
	overflow: hidden;
	position: relative;
}


/*can be deleted*/

.news2_img a img {
	height: 310px;
	width: 100%;
	object-fit: cover;
}

.news2_info {
	background: #fff !important;
	padding: 28px;
	-webkit-box-shadow: 0px 3px 53px 5px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 3px 53px 5px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 3px 53px 5px rgba(0, 0, 0, 0.09);
}

.news2_others {
	color: #312759;
	font-family: 'DaxlinePro', "Segoe UI", sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
}

.news2_txt,
.news2_txt:hover,
.news2_txt:active,
.news2_txt.valid {
	font-size: 24px;
	font-family: 'DaxlinePro-Bold', "Segoe UI", sans-serif;
	font-weight: 700;
	display: block;
	width: 100%;
	color: #312759 !important;
	text-decoration: none !important;
	margin-top: 40px;
	height: 50px;
	overflow:hidden;
}
.title2_cover .title2{
	font-size:28px;
}
.news_single_cover .news2_txt{
	height:auto !important;
	overflow:visible;
}
.news2_img a img { 
	transition: all .5s eas-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.news2_img a img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.news2_cell {
	margin-top: 30px;
}

.news2_pagination {
	text-align: center;
	margin-top: 16px;
}

.news2_pagination .pagination .page-item a {
	font-size: 24px;
	font-family: 'DaxlinePro-Bold', "Segoe UI", sans-serif;
	font-weight: 700;
	color: #312759;
	width: 50px;
	height: 50px;
	margin-left: 4px;
	margin-right: 4px;
	border: none;
	background: #fff;
	padding-top: 8px;
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.news2_pagination .pagination .page-item a:hover {
	background: rgba(49, 39, 89, 0.16);
}


/*news single style*/

.news_single_cover {
	padding-bottom: 20px;
}

/*.single-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}*/

.single-img img {
	width: 100%;
	height: 500px;
	object-fit: contain;
}

.news2_content {
	font-size: 14px;
    color: #312759;
    font-family: Tahoma, "Segoe UI", sans-serif;
    line-height: 24px;
    font-weight: normal;
}

.share2_news {
	background: #fff;
	margin-top: 24px;
	margin-bottom: 24px;
	-webkit-box-shadow: 0px 3px 53px 5px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 3px 53px 5px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 3px 53px 5px rgba(0, 0, 0, 0.09);
}

.share2_social {
	font-size: 18px;
	font-family: 'DaxlinePro-Bold', "Segoe UI", sans-serif;
	color: #312759;
	padding-top: 26px;
	padding-bottom: 20px;
}

.share_social_list li a i {
	font-size: 18px;
	color: #312759;
}

.share_social_list li a:hover i {
	transition: all .5s;
	color: #ffcb00;
}

.share_social_list {
	text-align: right;
}

.share2_news {
	display: flex;
	justify-content: space-around;
	align-items: center;
}


/*store style*/

.fan_item_img {
	height: 307px;
	overflow: hidden;
	background: #fff;
	/* background-image: url(../../img2/bg_shop.png); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fan_item_img a img {
	-webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
	object-fit: cover;
	width: 100%;
}

.fan_item_info {
	height: 136px;
	background: #fff;
}

.info2_title {
	font-size: 14px;
	font-family: 'DaxlinePro-Bold', "Segoe UI", sans-serif;
	color: #312759;
	text-align: center;
	padding: 16px 8px;
	text-transform: uppercase;
}

.shop_cost2 {
	font-family: 'DaxlinePro', "Segoe UI", sans-serif;
	font-weight: 400;
	color: #312759 !important;
	font-size: 36px;
	text-align: center;
}

.shop2_fix_bottom,
.academy_read_more {
	width: 100%;
	height: 52px;
	line-height: 30px;
	background-image: url(../../img/sys/buttom-qarabag.svg);
	background-size: 165px;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(180deg);
	position: absolute;
	bottom: -2px;
}

.shop2_item {
	position: relative;
}

.shop2_fix_bottom span,
.academy_read_more span {
	text-align: center;
	display: block;
	height: 32px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	font-size: 16px;
	font-family: 'DaxlinePro-Bold', "Segoe UI", sans-serif;
	font-weight: 700;
	color: #fff;
}

.info2_title a,
.info2_title a:hover {
	color: #312759;
}

.shop2_item {
	margin-bottom: 12px;
}
/* #slider-range{
	max-width:204px !important;
} */
.s_shop {
	padding-left: 0;
	padding-right: 0;
}

.shop2_left {
	background: #fff;
	max-width: 270px;
	padding: 12px;
	overflow:hidden;
}

.shop2_list li a,
.shop2_list li a:hover,
.shop2_list li a.active {
	display: block;
	height: 36px;
	line-height: 36px;
	background: #f1f1f1;
	margin-bottom: 2px;
	font-size: 16px;
	font-family: 'DaxlinePro-Bold', "Segoe UI", sans-serif;
	color: #312759;
}

.shop2_list li a span {
	font-size: 16px;
	font-family: 'DaxlinePro', "Segoe UI", sans-serif;
	font-weight: 400;
	width: 46px;
	display: inline-block;
	text-align: center;
	-webkit-clip-path: polygon(-10% 0, 100% 0, 77% 100%, 0% 100%);
	clip-path: polygon(-10% 0, 100% 0, 77% 100%, 0% 100%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.shop2_list li a:hover span,
.shop2_list li a.active span,
.shop2_list li a:focus span {
	background-color: #8262ff !important;
	color:#fff;
}

.shop2_list {
	margin-bottom: 30px;
}

.shop2_filter_title {
	font-size: 18px;
	font-family: 'DaxlinePro-Bold', "Segoe UI", sans-serif;
	color: #312759;
}

.filter2_cost {
	padding-bottom: 20px;
	padding-top: 14px;
	color: #312759;
	font-size: 14px;
}

.fil_price {
	font-family: 'DaxlinePro', "Segoe UI", sans-serif;
}

.fil_cost {
	font-weight: 600;
}

.range-slider {
	padding-top: 20px;
	padding-bottom: 20px;
}

#slider12c .slider-selection {
	background: yellow;
}

.filter2_section .panel-title a {
	display: block;
	width: 100%;
}

.filter2_section .panel-title a span {
	float: right;
	font-size: 8px;
	position: relative;
	top: 6px;
}

.filter2_section {
	margin-bottom: 20px;
}

.custom-checkbox .checkbox * {
	cursor: pointer;
}

.custom-checkbox .checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
	font-family: 'DaxlinePro', "Segoe UI", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #312759;
}

.custom-checkbox .checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0;
	margin-left: -20px;
	margin-right: 10px;
	border: 2px solid #312759;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.custom-checkbox .checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 2px;
	margin-left: -21px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555;
}

.custom-checkbox .checkbox input[type="checkbox"] {
	opacity: 0;
	z-index: 1;
	width: 18px;
	height: 18px;
}

.custom-checkbox .checkbox input[type="checkbox"]:checked+label::after {
	content: "";
	width: 14px;
	height: 14px;
	background: #ffcc00;
	position: absolute;
	left: 8px;
}

.custom-checkbox .checkbox label::before {
	border-radius: 0;
	position: relative;
}

.fit_checks {
	margin-bottom: -10px;
}

.colors_list li {
	padding-left: 0;
	margin-left: 0;
	display: inline-block;
}

.colors_list li a {
	margin-left: 20px;
	margin-top: 20px;
}

.colors_list .color_item {
	width: 22px;
	height: 22px;
	background: #f36b26;
	border:1px solid orange;
	margin-bottom: 14px;
}

.colors_body {
	padding-left: 0;
	padding-right: 0;
}

.size2_body {
	padding-left: 0;
	padding-right: 0;
}

.size_body tr td {
	border: 2px solid #ededed;
	width: 48px;
	height: 46px;
	text-align: center;
	display: inline-flex;
	text-align: center;
	justify-content: space-around;
	align-items: center;
}

.size_body tr {
	display: inline-block;
}

.size_item {
	font-size: 14px;
	font-family: 'DaxlinePro', "Segoe UI", sans-serif;
	color: #312759;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.size_item.active {
	background: #ffcb00;
	color: #fff;
}

.size_item:hover {
	background: #ffcb00;
	color: #fff;
}


/*product single style*/

.featured_products {
	background: #312759;
	margin-top: 30px;
}

.f_products_title {
	color: #fff;
	font-family: 'DaxlinePro-Bold', "Segoe UI", sans-serif;
	font-size: 24px;
	margin-bottom: 24px;
}

.featured_cover {
	max-width: 1146px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 20px;
}

.single_product_details {
	max-width: 1146px;
	margin: 0 auto;
}

.product_single_slider {
	background: #fff;
}

.product_single_right {
	background: #fff;
	padding-top: 24px;
	-webkit-box-shadow: 0px 3px 53px 5px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 3px 53px 5px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 3px 53px 5px rgba(0, 0, 0, 0.09);
	padding-bottom: 14px;
}

.product_single_img {
	background: #fff;
	padding: 0;
	height: 608px;
	overflow: hidden;
	-webkit-box-shadow: 0px 3px 53px 5px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 3px 53px 5px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 3px 53px 5px rgba(0, 0, 0, 0.09);
}

.single_slider {
	padding-left: 0;
}

.single_img {
	padding-left: 0;
	padding-right: 0;
}

.single_item_img {
	height: 608px;
	overflow: hidden;
	background: #fff;
	/* background-image: url(../../img2/bg_shop.png); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.single_item_img img {
	-webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
	object-fit: cover;
	width: 100%;
}

.single_pro_stars li {
	display: inline;
}

.single_pro_stars .icon-star {
	font-size: 16px;
	color: #a69ad5;
}

.single_pro_stars .icon-star.active {
	color: #312759;
}

.single_review {
	font-size: 14px;
	font-family: 'DaxlinePro', "Segoe UI", sans-serif;
	margin-left: 20px;
}

.single_review a {
	color: #312759;
}

.reviews {
	display: inline-flex;
}

.single_cost {
	margin-top: 28px;
}

.single_cost .shop_cost2 {
	text-align: left;
	margin-bottom: 20px;
}

.shop_cost_old {
	font-family: 'DaxlinePro', "Segoe UI", sans-serif;
	font-weight: 400;
	font-size: 24px;
	text-decoration-line: line-through;
	margin-left: 8px;
}

.single_shop_txt {
	font-size: 18px;
	font-family: 'DaxlinePro', "Segoe UI", sans-serif;
	font-weight: 400;
	color: #312759;
	margin-bottom: 10px;
}

.color_single {
	width: 52px;
	height: 52px;
	background: #7bba3c;
}

.colors_single {
	margin-top: 28px;
}

.colors_single table tr,
.size_single table tr {
	display: inline-flex;
	border: 1px solid #ddd;
	border-left: 0;
}

.colors_single table tr:first-child,
.size_single table tr:first-child {
	border-left: 1px solid #ddd !important;
}

.single_d_t {
	font-size: 14px;
	color: #312759;
	font-family: 'DaxlinePro-Bold', "Segoe UI", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 18px;
	margin-bottom: 10px;
}

.size_single {
	width: 52px;
	height: 52px;
}

.color_single {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.colors_single img {
	position: relative;
	opacity: 1;
}

.size_single {
	font-size: 14px;
	font-family: 'DaxlinePro', "Segoe UI", sans-serif;
	color: #312759;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.single_form_group input,
.single_form_group input:focus,
.single_form_group input:active,
.single_form_group input:valid {
	width: 76px;
	height: 50px;
	background: #e6e6e6;
	border-radius: 10px;
	box-shadow: none;
	outline: none;
	border: none;
	padding-left: 8px;
	text-align: center;
}

.single_form_group a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-family: 'DaxlinePro-Bold', "Segoe UI", sans-serif;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: #8262ff;
	border-radius: 10px;
	width: 100%;
	margin-left: 10px;
	cursor: pointer;
}

.single_form_group {
	display: inline-flex;
	flex-direction: row;
	width: 100%;
}

.product_single_slider,
.owl-carousel {
	height: 480px;
}

.size_single.active {
	background: #ffcc00;
}

.product_single_slider .single_item_img {
	height: 80px;
}


/*ACADEMY style*/

.academy_tabs {
	border-bottom: 0;
}

.academy_tabs li a {
	border: none;
	font-size: 14px;
	font-family: 'DaxlinePro-Bold', "Segoe UI", sans-serif;
	color: #fff;
	background: #c0c0c0;
	height: 30px;
	line-height: 10px;
	border-radius: 28px;
	margin-left: 6px;
	margin-right: 6px;
	padding-left: 24px;
	padding-right: 24px;
	min-width: 124px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.academy_tabs>li.active>a,
.academy_tabs>li.active>a:focus,
.academy_tabs>li>a:hover,
.academy_tabs>li.active>a.active,
.academy_tabs li a.active {
	border: none !important;
	background: #8262ff !important;
	color: #fff !important;
}

.academy_tabs>li {
	float: none;
	display: inline-block;
}

.academy_tabs {
	text-align: center;
}

.tab_second_list {
	text-align: center;
	margin-top: 24px;
}

.tab_second_list li a {
	font-size: 17px;
	font-family: 'DaxlinePro-Regular', "Segoe UI", sans-serif;
	text-decoration: underline;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
	color: #312759;
}

.tab_second_list li a:hover,
.tab_second_list li a.active {
	text-decoration-line: underline !important;
}

.tab_select {
	float: right;
}

.tab_select .form-control {
	border: none;
	background: transparent;
	outline: none;
	box-shadow: none;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
	font-family: 'DaxlinePro-Regular', "Segoe UI", sans-serif;
	color: #312759;
	padding-top: 0;
	font-weight: normal;
	position: relative;
	top: -52px;
}

.academy_regulation {
	background: #fff;
	padding: 20px;
	-webkit-box-shadow: 0px 3px 53px 5px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 3px 53px 5px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 3px 53px 5px rgba(0, 0, 0, 0.09);
}
.academy_regulation p {
  font-size: 18px;
  font-family: "DaxlinePro-Light";
  color: rgb(49, 39, 89);
  line-height: 1.2;
  text-align: left;
}


.academy_reg_txt {
	font-size: 16px;
	font-family: 'DaxlinePro-Regular', "Segoe UI", sans-serif;
	color: #312759;
	font-weight: 500;
}

.academy_title {
	font-family: 'DaxlinePro', "Segoe UI", sans-serif;
	color: #312759;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 24px;
}

.academy_txt_cell {
	margin-bottom: 26px;
	font-family: 'DaxlinePro-Regular', "Segoe UI", sans-serif;
	font-weight: 500;
	color: #312759;
	font-size: 18px;
	line-height: 1.2;
	text-align: left;
}

.academy_list,
.academy_list li {
	margin-top: 2px;
}

.academy_list {
	padding-left: 30px;
	font-family: 'DaxlinePro-Regular', "Segoe UI", sans-serif;
	font-weight: 500;
}

.ac_see_more {
	margin-top: 20px;
}


/*academy table style*/

.academy_table {
	background: #fff;
	margin-bottom: 0;
}

.academy_table thead tr th {
	font-size: 18px;
	font-family: 'DaxlinePro-Bold', "Segoe UI", sans-serif;
	color: #312759;
}

.academy_table tbody tr td {
	color: #312759;
	font-size: 16px;
	font-family: 'DaxlinePro', "Segoe UI", sans-serif;
	text-transform: uppercase;
}

.academy_table tbody tr td span {
	font-weight: 600;
	display: inline-block;
	align-items: center;
}

.academy_img {
	object-fit: contain;
	height: 32px;
	width: 32px;
	vertical-align: middle;
	margin-right: 10px;
}

.academy_table>thead>tr>th {
	border-bottom: none !important;
}

.academy_table>tbody>tr>td {
	border-top: 0 !important;
	border-bottom: 2px solid #312759;
	vertical-align: middle;
}

.academy_table>tbody>tr:last-child td {
	border: none !important;
}

.academy_table_cover {
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: -10px;
	background: #fff;
	-webkit-box-shadow: 0px 3px 53px 5px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 3px 53px 5px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 3px 53px 5px rgba(0, 0, 0, 0.09);
}

.academy_table tbody tr td:first-child,
.academy_table thead tr th:first-child {
	padding-left: 18px;
	text-align: left;
}

.academy_table tbody tr td:nth-child(2),
.academy_table thead tr th:nth-child(2) {
	text-align: left;
}

.academy_table tbody tr td:nth-child(2),
.academy_table thead tr th:nth-child(2) {
	padding-left: 0;
}

.academy_table tbody tr td:last-child,
.academy_table thead tr th:last-child {
	padding-right: 18px;
}

.academy_table tbody tr td,
.academy_table thead tr th {
	text-align: right;
}

.academy_table thead tr th:nth-child(2) {
	padding-left: 48px;
}

.map-aze li {
	border-bottom: 1px solid #312759;
	font-size: 14px;
	font-family: 'Daxline-pro', sans-serif;
	color: rgb(49, 39, 89);
	text-transform: uppercase;
	line-height: 2;
	text-align: left;
	margin-top: 11px;
	padding-left: 35px;
	box-sizing: border-box;
	padding-bottom: 7px;
}

.map-aze li a {
	text-decoration: none;
	color: #312759;
	box-sizing: border-box;
	vertical-align: middle;
}

.map-aze li a::before {
	content: '';
	width: 30px;
	height: 30px;
	background-image: url(../../img/sys/circle.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: center;
	position: absolute;
	left: 10px;
	margin-top: -3px;
}

.map-aze li a.active::before {
	content: '';
	width: 30px;
	height: 30px;
	background-image: url(../../img/sys/circle-hover.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: center;
	position: absolute;
	left: 10px;
	margin-top: -3px;
}

.map-aze li a span {
	float: right;
}

.border-history {
	min-height: 540px;
	margin-bottom: 25px;
	overflow: auto;
}

.border-history {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 26.56px 5.44px rgba(49, 39, 89, 0.09);
	padding: 30px 20px;
	background-color: #fff;
}

.flextion-index {
	max-height: 470px;
	overflow-y: scroll;
}


/**/
.bx-wrapper {
  margin: 0 auto 60px;
  padding: 0;
  position: relative;
}

.bx-wrapper img {
  display: block;
  max-width: 100%;
}

.bx-wrapper .bx-viewport {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 5px solid #FFFFFF;
  box-shadow: 0 0 5px #CCCCCC;
  left: -5px;
  max-height: 608px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: -30px;
  position: absolute;
  width: 100%;
}

.bx-wrapper .bx-loading {
  background: url("images/bx_loader.gif") no-repeat scroll center center #FFFFFF;
  height: 100%;
  left: 0;
  min-height: 50px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  color: #666666;
  font-family: Arial;
  font-size: 0.85em;
  font-weight: bold;
  padding-top: 20px;
  text-align: center;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: none repeat scroll 0 0 #666666;
  border-radius: 5px;
  display: block;
  height: 10px;
  margin: 0 5px;
  outline: 0 none;
  text-indent: -9999px;
  width: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: none repeat scroll 0 0 #000000;
}

.bx-wrapper .bx-prev {
  background: url("images/controls.png") no-repeat scroll 0 -32px transparent;
  left: 10px;
}

.bx-wrapper .bx-next {
  background: url("images/controls.png") no-repeat scroll -43px -32px transparent;
  right: 10px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  height: 32px;
  margin-top: -16px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 32px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  background: url("images/controls.png") no-repeat scroll -86px -11px transparent;
  display: block;
  height: 11px;
  margin: 0 3px;
  outline: 0 none;
  text-indent: -9999px;
  width: 10px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  background: url("images/controls.png") no-repeat scroll -86px -44px transparent;
  display: block;
  height: 11px;
  margin: 0 3px;
  outline: 0 none;
  text-indent: -9999px;
  width: 9px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  background: none repeat scroll 0 0 rgba(80, 80, 80, 0.75);
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #FFFFFF;
  display: block;
  font-family: Arial;
  font-size: 0.85em;
  padding: 10px;
}

.bxslider {
  list-style-type: none;
}





/*additional*/
/*///////////////////////////////////////////////*/

/*shop body hide*/
/*contact body hide*/
/*news body hide*/
#instagram{
	height: 198px;
	overflow: scroll;
}



@media only screen and (max-width: 1024px) {
   .news2_info{
   	margin-bottom: 28px;
   }
}

@media only screen and (max-width: 991px) {
   .title2_cover {
    	margin-top: 113px;
	}
	.gallery-main .col-md-4{
		width: 50%;
		float: left;
	}
	.gallery-main .col-md-4 img{
		width: 100%!important;
	}
}

@media only screen and (max-width: 768px) {
   .title2_cover {
    	margin-top: 0px;
	}
	.cover_main{
		padding-top:0px!important;
	}
	/*col-md-12 no-padding gallery-main*/
	.col-md-12.no-padding.gallery-main{
		display: flex;
    	flex-wrap: wrap;
    	justify-content: center;
	}
	.gallery-main .col-md-4{
    	width: 378px!important;
	}
	.academy_cover .tab_select .form-control{
		top: -24px;
	}
}


@media only screen and (max-width: 454px) {
	.gallery-main .col-md-4{
    	width: 100%!important;
	}
}

@media only screen and (max-width: 433px) {
	.academy_tabs>li{
		    padding: 8px 0px;
	}
	.academy_cover .tab_select .form-control{
		top: 4px;
	}
}

#amount{
    border:none;
    background: transparent;
    margin-top:10px;
    font-family: SourceSansPro-Bold;
    font-size: 14px;
    color: rgb(99, 99, 99);
}
#slider-range .ui-slider-handle{
	border-left: 8px solid #8262ff;
    border-right: 8px solid #8262ff;
	border-radius: 50%;
	margin-left:-12px !important;
}
#slider-range{
    height:4px;
    border-radius:0;
    background: #cdcdcd;
    border:none;
}
#slider-range .ui-widget-header{
    background: #8262ff;
}
#slider-range .ui-slider-handle{
    position: relative;
    top:-6px;
}
#slider-range .ui-slider-handle:focus{
    outline:none;
}

.bxslider li{
	width: 100%!important;
}

.slider{
	max-width: 276px;
	height: 542px;
	overflow-y: scroll;
	background: white;
}

.slider img{
	width: 100%!important
}
.shop2_filter_title{
	text-transform:uppercase;
}

div.size_single, div.color_single{
  cursor:pointer;
}

@media screen and (max-width:768px){
	.news2_txt{
		height:auto !important;
		overflow: visible !important;
		font-size:20px;
		line-height:24px;
		text-overflow: inherit !important;
		-webkit-line-clamp: inherit !important;
		-webkit-box-orient: block-axis;
		display: -webkit-box;
		overflow: inherit !important;
	}
}
.title2_cover .title2{
	white-space:pre-wrap;
}
.news_unique_title{
	display: block !important;
	/* width:100%; */
}
.news_unique_title .title2{
	font-size:20px;
	width:100%;
	line-height:24px;
}
.news_unique_title .title2_line{
    width: 100%;
	margin-bottom: 20px;
	max-width:calc(100% - 40px);
	margin-left:20px;
    margin-right: auto;
    position: relative;
    top: 0;
}
.news_unique_title .news_single_cover .single-img{
	padding-left:0 !important;
	padding-right:0 !important;
}
@media screen and (min-width:1105px) and (max-width:1141px){
	.logo-text {
		width: 260px;
	}
}