﻿@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900);

html, body, form, input, textarea, h1, h2, h3, h4, h5, h6, p, ul, li {margin: 0; padding: 0;}
html, body {width: 100%; height: 100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, div, form, label {display: block;}
img {border: 0; -ms-interpolation-mode: bicubic;}
:focus {outline: 0;}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
	/*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}
body {
	background: #fff;
}
body, table, td, th {
	font-family: 'Maven Pro', sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #000;
}
button, input, optgroup, select, textarea {
	font: inherit;
	color: inherit;
	border: 0 none;
}
a, button {
	cursor: pointer;
}

a {
	color: #00aaf4;
	text-decoration: none;
	transition: 0.3s color, 0.3s background, 0.3s background-color, 0.3s border;
}
a:hover {
	color: #00aaf4;
	text-decoration: none;
}
a.disabled {
	color: #ccc;
}
b, strong { font-weight: 500; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Maven Pro', sans-serif;
	font-weight: 500;
	margin: 20px 0;
	color: #000;
}
h1 { font-size: 36px; line-height: 40px; letter-spacing: -1px; }
h2 { font-size: 28px; line-height: 32px; letter-spacing: -1px; }
h3 { font-size: 20px; line-height: 22px; }
h4 { font-size: 18px; line-height: 22px; }
h5 { font-size: 14px; line-height: 20px; }
h6 { font-size: 10px; line-height: 20px; }
p {margin: 20px 0;}
ul {list-style-type: none;}
ul li {
	background: url(../img/base/arr_right.png) no-repeat left 6px;
	padding: 0 0 5px 17px;
}

header > div,
header .dropdown > div,
footer > div,
section > div,
.bx-wrapper .bx-pager,
.bxslider > div > div > div {
	width: 1200px;
	margin: 0 auto;
}

header {
	background-color: rgba(0,0,0,0.5);
	height: 90px;
	transition: all 0.5s;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 2000;
}
header > div {
	height: inherit;
}
header .logo {
	display: block;
	width: 102px;
	height: inherit;
	background: url(../img/logo.png) no-repeat center center;
	background-size: auto 50%;
	float: left;
	margin: 0 0 0 -25px;
}
header .logo:hover {
	background-color: rgba(0,0,0,0.5);
}
header.sticky {
	background: rgba(72,72,72,0.95);
	/*height: 60px;*/
}
/*
header.sticky nav > div > a {
	line-height: 60px;
}
*/
.log-in, .log-out {
	display:none;
}
.headersticky {
	height: 90px;
}

.mobilemenu {
	position: relative;
	display: none;
	float: right;
	background: none;
	height: 40px;
	width: 40px;
	padding: 0 10px;
	margin: 10px 10px 0;
}
.mobilemenu > span {
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 1px;
	background: #fff;
}
.mobilemenu > span + span {
	margin: 4px 0 0 0;
}
header nav {
	float: left;
}
header nav > div {
	float: left;
	height: inherit;
	transition: 0.3s all;
}
header nav > div > a {
	display: block;
	padding: 0 25px;
	height: inherit;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 90px;
	transition: all 0.5s;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
}
header nav > div.active {
	background: rgba(0,0,0,0.5);
}
header nav > div:hover {
	background: rgba(0,0,0,0.95);
}
header .lang {
	position: relative;
	float: right;
	margin: 0 15px 0 0;
	line-height: 90px;
}
header .lang a {
	display: block;
	float: left;
	color: #9b9b9b;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 25px 0 0;
}
header .lang a:hover {
	color: #fff;
}

header .cart, header .log-in {
	position: relative;
	float: right;
	overflow: hidden;
	color: #00aaf4;
	height: 60px;
	width: 60px;
	margin: 15px 0 0 0;
}
header .cart b {
	display: none;
	font-size: 16px;
	line-height: 56px;
	float: left;
	font-weight: 700;
	padding: 0 40px 0 20px;
}
header .cart span {
	display: block;
	float: right;
	height: inherit;
	width: inherit;
	background: url(../img/cart.png) no-repeat center center;
	transition: 0.3s all;
}
header .log-in span {
	display: block;
	float: right;
	height: inherit;
	width: inherit;
	background: url(../img/login.png) no-repeat center center;
	background-size: 21px 21px;
	transition: 0.3s all;
}
header .log-out span {
	display: block;
	float: right;
	height: inherit;
	width: inherit;
	background: url(../img/logout.png) no-repeat center center;
	background-size: 21px 21px;
	transition: 0.3s all;
}
header .cart:hover span, header .log-in:hover span {background-color: #303030;}

header .dropdown {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	z-index: 10000;
	background: rgba(0,0,0,0.9);
	left: 0;
	top: 90px;
	transition: 0.3s all;
	padding: 48px 0;
}
header .dropdown > div {
	overflow: hidden;
	-webkit-columns: 10px 4;
	-moz-columns: 10px 4;
	columns: 10px 4;
}
header .dropdown > div a {
	display: block;
	color: #888;
	background: url(../img/arr_right_white.png) no-repeat left 12px;
	padding: 5px 0 5px 18px;
}
header .dropdown > div a:hover {
	color: #fff;
}
header nav > div:hover .dropdown {
	opacity: 1;
	visibility: visible;
}


footer {
}
footer > div {
	text-align: center;
	font-weight: 500;
	padding: 50px 20px;
}
footer > div > span {
	display: inline-block;
	margin: 0 20px;
	color: #ddd;
}
footer > div a {
	color: #a9a9a9;
}


aside {
	display: none;
	position: fixed;
	width: 80%;
	height: 100%;
	padding-top: 30px;
	overflow: hidden;
	overflow-y: auto;
	background: #00aaf4;
	z-index: 12000;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	transition: all 0.5s;
	left: -100%;
}
aside.active {
	left: 0;
}
aside > div a {
	display: block;
	padding: 10px 30px;
	color: #000;
}
aside > div > a {
	font-size: 18px;
	color: #fff;
}
aside > div > a:hover {
	font-size: 18px;
	color: #ffffff50;
}
aside > div div {
	padding: 0 15px;
}
aside > div div div {
	background: rgba(255,255,255,0.3);
	padding: 6px 0;
	border-radius: 4px;
}
aside > div div div a {
	padding: 4px 15px;
}
aside > div div div div {
	padding-left: 20px;
}


aside .lang {
	overflow: hidden;
	border-bottom: 2px solid #fff;
	margin: 0 0 25px 0;
}
aside .lang a {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	text-align: center;
	float: left;
	width: 33.3%;
	padding: 15px;
}
aside .lang a.active {
	background: #fff;
	color: #00aaf4;
}

aside form {
	display: block;
	overflow: hidden;
	position: relative;
	padding: 20px 30px;
	margin: 25px 0 0 0;
	overflow: hidden;
	background: #fff;
}
aside form input[type=text] {
	display: block;
	float: left;
	width: 80%;
	height: 40px;
	background: #fff;
	border: 2px solid #ddd;
	box-shadow: 0;
	font-size: 14px;
	color: #333;
	padding: 7px 0 7px 10px;
	transition: all 0.5s;
}
aside form button {
	display: block;
	float: left;
	width: 20%;
	height: 40px;
	background: #ddd url(../img/search.png) no-repeat center center;
	background-size: 16px auto;
	border: 0 none;
	margin: 0;
	transition: all 0.5s;
	cursor: pointer;
}
aside .mobile-login {
	overflow: hidden;
	display: none;
}
aside .mobile-login a {
	color: #fff;
	display: inline-block;
	width: 100%;
}
aside .mobile-login span {
	display: inline-block;
	height: 21px;
	width: 21px;
	margin-right: 5px;
}
aside .mobile-login .log-in span {
	background: url(../img/login.png) no-repeat center center;
	background-size: 21px 21px;
}
aside .mobile-login .log-out span {
	background: url(../img/logout.png) no-repeat center center;
	background-size: 21px 21px;
}

.col-2,
.col-3,
.col-4,
.col-5 {
	overflow: hidden;
	position: relative;
	margin: 0 0 -20px -15px;
}
.col-2 > div,
.col-3 > div,
.col-4 > div,
.col-5 > div {
	float: left;
	overflow: hidden;
	/*background: #ff0000; DEMO*/
	margin: 0 0 20px 15px;
}

.col-2 > div {width: 592.5px;}
.col-3 > div {width: 390px;}
.col-4 > div {width: 288.7px;}
.col-5 > div {width: 228px;}

.col-3 > div.col-x2 {width: 795px;}
.col-4 > div.col-x2 {width: 592.4px;}
.col-5 > div.col-x2 {width: 471px;}

.col-4 > div.col-x3 {width: 896.1px;}
.col-5 > div.col-x3 {width: 714px;}
/*
.col-2 > div:first-child,
.col-3 > div:first-child,
.col-4 > div:first-child,
.col-5 > div:first-child,
.col-2 > div:nth-child(2n+1),
.col-3 > div:nth-child(3n+1),
.col-4 > div:nth-child(4n+1),
.col-5 > div:nth-child(5n+1) {
	clear: left;
}
*/

.col-2-in,
.col-3-in,
.col-4-in,
.col-5-in {
	overflow: hidden;
	position: relative;
	margin: 0 0 -15px -2%;
}
.col-2-in > div,
.col-3-in > div,
.col-4-in > div,
.col-5-in > div {
	float: left;
	overflow: hidden;
	margin: 0 0 15px 2%;
	/*background: #ffff00; DEMO*/
}
.col-2-in > div {width: 48%;}
.col-3-in > div {width: 31.33%;}
.col-4-in > div {width: 23%;}
.col-5-in > div {width: 18%;}

.col-3-in > div.col-x2 {width: 64.66%;}
.col-4-in > div.col-x2 {width: 48%;}
.col-5-in > div.col-x2 {width: 38%;}

.col-4-in > div.col-x3 {width: 73%;}
.col-5-in > div.col-x3 {width: 58%;}

.col-2-in > div:first-child,
.col-3-in > div:first-child,
.col-4-in > div:first-child,
.col-5-in > div:first-child,
.col-2-in > div:nth-child(2n+1),
.col-3-in > div:nth-child(3n+1),
.col-4-in > div:nth-child(4n+1),
.col-5-in > div:nth-child(5n+1) {
	clear: left;
}


.bx-viewport {
	height: 670px;
}
/*
.bx-wrapper {
	clear: both;
	overflow: hidden;
}
*/
.bxslider {
	height: inherit;
}
.bxslider > div {
	height: inherit;
	background: no-repeat center center;
	background-size: cover;
}
.bxslider > div > div {
	position: absolute;
	width: 100%;
	bottom: 40px;
}
.bxslider > div > div > div {
	margin: 0 auto;
}



.wai {
	overflow: hidden;
}
.wai > a {
	display: block;
	float: left;
	background: url(../img/base/arr_right.png) no-repeat left center;
	padding: 0 0 0 15px;
	margin: 0 10px 0 0;
}
.wai > a:first-child {
	background: none;
	padding: 0;
}

section nav {
	overflow: hidden;
	padding: 10px 0;
}
section nav a {
	display: block;
	padding: 6px 20px;
}
section nav > a {
	font-size: 14px;
}
section nav div {
	background: #eee;
	overflow: hidden;
	padding: 10px 0;
}
section nav div a {
	display: block;
	padding: 4px 20px 4px 40px;
}


.cont form {
	overflow: hidden;
}
.cont form > div {
	overflow: hidden;
	position: relative;
	margin: 0 0 10px 0;
}
.cont form > div > * {
	float: left;
}
.cont form > div label {
	width: 35%;
	padding: 0 10px 0 0;
}
.cont form > div > b {
	font-size: 30px;
	color: #666;
	font-weight: normal;
	position: absolute;
	top: 13px;
	right: 20px;
}
form input,
form select,
form textarea {
	font-size: 16px;
	background: #fafafa;
	padding: 7px 10px;
	width: 65%;
	transition: 0.5s all;
	box-shadow: 2px 2px 2px 0 #ededed inset;
	border: 2px solid #00aaf4;
}
form input:hover,
form select:hover,
form textarea:hover,
form input:focus,
form select:focus,
form textarea:focus {
	background: #fff;
}
form textarea {
	height: 120px;
}
form .form-error input,
form .form-error select,
form .form-error textarea {
	border-color: #ff0000 !important;
}
.cont form .form-error b {
	color: #ff0000;
}
form button {
	font-size: 16px;
	font-weight: 700;
	background: #00aaf4;
	border: 2px solid #00aaf4;
	color: #fff;
	padding: 6px 10px;
	margin: 0 0 0 33.3%;
	transition: 0.5s all;
}
form button:hover {
	background: none;
	color: #000;
	border-color: #000;
}
.btn {
	background: #00aaf4;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px 15px;
	border: 2px solid #00aaf4;
}
.btn:hover {
	background: none;
	color: #00aaf4;
}

.product-price {
	overflow: hidden;
	color: #000;
	font-size: 38px;
	line-height: 35px;
	letter-spacing: -1px;
}
.product-price b {
	display: block;
	float: left;
	font-weight: 500;
}
.product-price i {
	display: block;
	float: left;
	position: relative;
	font-style: normal;
	font-weight: 700;
	font-size: 19px;
	margin: -5px 0 0 -5px;
}
.product-price span {
	display: block;
	float: left;
	position: relative;
	font-weight: 700;
	font-size: 16px;
	color: #666;
	text-decoration: line-through;
	margin: 0 5px 0 0;
}
.currency {
	font-size: 17px;
	float: left;
	margin: -5px 0 0 2px;
}
.product_info .currency {
	font-size: 37px;
}
.product-promo {
	width: 580px;
	height: 200px;
	float: right;
	background: rgba(255,255,255,0.85);
	overflow: hidden;
}
.product-promo > a {
	display: block;
	float: left;
}
.product-promo > a > img {
	display: block;
	width: auto;
	height: inherit;
}
.product-promo > div {
	position: relative;
	overflow: hidden;
	height: inherit;
	padding: 25px;
}
.product-promo h2 {
	margin: 0;
}
.product-promo h2 a {
	color: #000;
}
.product-promo h2 a:hover {
	color: #00aaf4;
}
.product-promo p {
	color: #464646;
	font-weight: 500;
	line-height: 18px;
	margin: 10px 0;
}
.product-promo .btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.product-promo .product-price {
	position: absolute;
	bottom: 25px;
}
.product-list > div:nth-child(3n+1) {
	clear: left;
}
.product-list .product-data-left {
	float: left;
	width: 200px;
	padding: 0;
}
.product-list .product-data-left > a img {
	display: block;
	width: 100%;
	height: auto;
}
.product-list .product-data-left > div {
	margin-top: 10px;
}
.product-list .product-data-left .product-name {
	display: none;
}
.product-list .product-data-left .product-price {
	float: left;
}
.product-list .product-data-left .product-price span {
	float: unset;
	line-height: 1;
}
.product-list .product-data-left .btn {
	display: block;
	float: right;
	color: #adadad;
	background: #fff;
	border-color: #aeaeae;
	padding: 6px 12px;
}
.product-list .product-data-left .btn:hover {
	color: #000;
	border-color: #000;
}
.product-list .product-data-right {
	float: right;
	width: calc(100% - 200px);
	padding: 10px 25px;
}
.product-exfs .exf-row + .exf-row {
	margin-top: 6px;
}
.product-exfs .exf-row span:first-child {
	display: block;
	font-size: 13px;
	line-height: 17px;
	color: #b3b3b3;
}
.product-exfs .exf-row span:last-child {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	color: #000;
}
.product-list .product-data-right .product-price.show-mobile {
	display: none;
}

.maincontent {
	padding-top: 60px;
	padding-bottom: 60px;
}

.banks {
	background: #000;
	padding: 40px 0;
}
.banks > div {
	text-align: center;
}
.banks > div img {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 13px;
}


.prefooter {
	background: #484848 url(../img/fbg.png) repeat left top;
	padding-top: 50px;
	padding-bottom: 50px;
}
.join h2 {
	color: #fff;
	margin: 0;
}
.join p {
	color: #888;
	margin: 10px 0;
}
.join form {
	margin: 25px 0 40px 0;
	overflow: hidden;
}
.join form div {
	float: left;
	width: 33%;
	margin: 0 2% 0 0;
}
.join form input {
	border: 2px solid #484848;
	box-shadow: none;
	background: none;
	color: #fff;
	width: 100%;
	border-color: #aaa;
}
.join form input:focus {
	border-color: #fff;
}
.join form button {
	float: left;
	margin: 0;
	width: 30%;
}

.social {}
.social a {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	background: #00aaf4 no-repeat center center;
	background-size: 100% auto;
	border-radius: 25px;
}
.social a + a{
	margin: 0 0 0 10px;
}
.social a:hover {
	background-color: #000;
}
.social a.fb {background-image: url(../img/social_fb.png);}
.social a.tw {background-image: url(../img/social_tw.png);}
.social a.yt {background-image: url(../img/social_yt.png);}
.social a.sc {background-image: url(../img/social_sc.png);}
.social a.tm {background-image: url(../img/social_tm.png);}
.social a.ig {background-image: url(../img/social_ig.png);}
.social a.ws {background-image: url(../img/social_ws.png);}
.social a.wp {background-image: url(../img/social_wp.png);}
.social a.sfy {background-image: url(../img/social_sfy.png);}
.social a.bit {/*background-image: url(../img/social_bit.png);*/ line-height: 40px;}

.prefooter .session h2,
.prefooter .session h4,
.prefooter .session h2 a {
	color: #fff;
	margin: 0;
	border-bottom: 0 solid #fff;
	transition: 0.3s color;
}
.prefooter .session h2 a:hover {
	color: #000;
	border-bottom: 2px solid #000;
}
.prefooter .session p {
	color: #888;
	margin: 10px 0;
}
.prefooter .session .yt_cont {
	padding: 0 0 0 10px;
}

.yt_thumb {
	position: relative;
	background: no-repeat center center;
	background-size: cover;
	height: 240px;
}
.prefooter .yt_thumb {
	margin-top: 7px !important;
}
.yt_thumb a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/yt_play.png) no-repeat center center;
	border: 0 solid #c30000;
	transition: 0.3s all;
}
.yt_thumb a:hover {
	border: 5px solid #c30000;
}


.artistpage {
	position: relative;
	width: 100%;
	min-height: 100%;
	background: no-repeat center center;
	background-size: cover;
}
.artistpage > div {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.55);
}
.artistpage > div > div {
	position: absolute;
	top: 48%;
	width: 100%;
	text-align: center;
}
.artistpage > div > div h1 {
	color: #fff;
	font-size: 60px;
	line-height: 50px;
}
.artistpage .social {
	display: inline-block;
	margin-top: 10px;
}
.artistpage .social a:hover {
	background-color: #00aaf4;
}
.artistpage .social a {
	width: 40px;
	height: 40px;
	background-color: #555;
}
.artistpage .social a.bit {
	width: auto;
	padding: 0 10px;
	color: #FFF;
	font-weight: bold;
}
.scroll_to {
	display: block;
	position: absolute;
	left: 50%;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	background: #ddd url(../img/arr_down_big.png) no-repeat center 10px;
	background-size: 50% auto;
	border-radius: 50px;
	cursor: pointer;
}
.scroll_to.sticky {
	background-position: center center;
}
.scroll_to:hover {
	background-color: #fff;
}
.mainblack {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #ccc;
}
.mainblack .session h2,
.mainblack .session h4,
.mainblack .session h2 a {
	color: #000;
	margin: 0;
	border-bottom: 0 solid #fff;
	transition: 0.3s color;
}
.mainblack .session h2 a:hover {
	border-bottom: 2px solid #000;
}
.mainblack .session p {
	color: #666;
	margin: 10px 0;
}
.mainblack .session .yt_cont {
	padding: 10px 0 0 0;
}

.mainblack .embed_deezer,
.mainblack .embed_soundcloud {
	/*padding-right: 20px;*/
}
.mainblack .embed_deezer iframe,
.mainblack .embed_soundcloud iframe {
	width: 100%;
	height: 300px;
}
.mainblack .yt_thumb {
	height: 300px;
}
.mainblack .single-box {
	float: none;
	margin: 0 auto 15px;
}
.shoppage {
	position: relative;
	width: 100%;
	min-height: 240px;
	background: url(../img/default_header.jpg) no-repeat center center fixed;
	background-size: cover;
}
.shoppage > div,
.intra-header > div {
	min-height: 240px;
	/*background: rgba(0,0,0,0.35);*/
}
.shoppage > div > div,
.intra-header > div > div {
	padding-top: 120px;
	text-align: center;
}
.shoppage > div > div h1,
.intra-header > div > div h1 {
	color: #fff;
	font-size: 50px;
	line-height: 40px;
}
.shoppage .mainfilters {
	background: none;
	padding-top: 10px;
}
.shoppage .filters h5 {
	color: #fff;
}
.shoppage .filters a {
	color: #fff;
}
.shoppage .filters a:hover {
	color: #000;
}

.blogpage {
	min-height: 90px !important;
	height: 90px !important;
}
.blogpage > div {
	min-height: 90px !important;
}
.blogpage > div > div {
	padding-top: 90px !important;
}
.blogpage h1 {
	display: none;
}
section.blog {
	display: none;
	background: #edf9fe;
}
.blog-wrapper {
	padding: 70px 0 90px;
}
.blog-list-title {
	font-size: 35px;
	line-height: 1;
	text-align: center;
	margin: 0 0 70px;
}
.post-list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 40px 0 -50px -10px;
}
.post-list .post-list-item {
	width: calc(100% / 3 - 10px);
	margin: 0 0 50px 10px;
}
.post-list .post-list-item .post-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: 0.3s transform;
}
.post-list .post-list-item .post-header {
	display: block;
	position: relative;
	overflow: hidden;
	height: 230px;
}
.post-list .post-list-item .post-header:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 120px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%)
}
.post-list .post-list-item .post-header:hover .post-image {
	transform: scale(1.05);
}
.post-list .post-list-item .post-header .post-header-inner {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	z-index: 2;
}
.post-list .post-list-item .post-header .post-title {
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
}
.post-list .post-list-item .post-header .post-date {
	font-size: 12px;
	color: #b9b9b9;
	margin-top: 4px;
}
.post-list .post-list-item .post-content {
	margin: 20px 0;
	font-size: 15px;
	line-height: 1.5;
	color: #565656;
}
.post-list .post-list-item .read {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}
.post-list .post-list-item .read:hover {
	color: #000;
}
.post-view {
	padding: 0 0 40px;
}
.post-view .post-header {
	display: block;
	position: relative;
	overflow: hidden;
	height: 450px;
}
.post-view .post-header:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 160px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%)
}
.post-view .post-header .post-header-inner {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 40px;
	z-index: 2;
}
.post-view .post-header .post-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.post-view .post-header .post-title {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 500;
	color: #fff;
}
.post-view .post-header .post-date {
	font-size: 14px;
	color: #b9b9b9;
	margin-top: 4px;
}
.post-view .post-content {
	overflow: hidden;
}
.post-view .post-content p {
	line-height: 1.8;
}
.post-view .post-content p a {
	color: #8a8a8a;
	text-decoration: underline;
}
.post-view .post-content p img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	float: left;
	margin-right: 30px;
}
.post-view .post-author {
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.post-view .post-author .post-author-image {
	display: block;
	width: 72px;
	min-width: 72px;
	height: 72px;
	border-radius: 5px;
}
.post-view .post-author .post-author-inner {
	margin-left: 20px;
	background: #f1f1f1;
	padding: 6px 18px;
	border-radius: 5px;
}
.post-view .post-author .name {
	font-size: 15px;
	font-weight: 700;
}
.post-view .post-author .position {
	font-size: 14px;
	line-height: 1.4;
}
.post-view .post-author .email {
	display: block;
	font-size: 14px;
	line-height: 1.4;
}

.blogpage {
	position: relative;
	width: 100%;
	min-height: 240px;
	background: url(../img/default_header.jpg) no-repeat center center fixed;
	background-size: cover;
}
.blogpage > div,
.intra-header > div {
	min-height: 240px;
	/*background: rgba(0,0,0,0.35);*/
}
.blogpage > div > div,
.intra-header > div > div {
	padding-top: 120px;
	text-align: center;
}
.blogpage > div > div h1 {
	color: #fff;
	font-size: 50px;
	line-height: 40px;
}
.blogpage .mainfilters {
	background: none;
	padding-top: 10px;
}
.blogpage .filters h5 {
	color: #fff;
}
.blogpage .filters a {
	color: #fff;
}
.blogpage .filters a:hover {
	color: #000;
}

.mainfilters {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #efefef;
	overflow: hidden;
}
.filters {}
.filters h5 {
	margin: 0 0 10px 0;
}
.filters a {
	display: block;
	width: 48%;
	float: left;
	background: rgba(200,200,200,0.6) url(../img/base/arr_right.png) no-repeat 10px 11px;
	color: #666;
	padding: 4px 5px 4px 25px;
	margin: 0 2% 5px 0;
	border-radius: 5px;
	font-size: 13px;
	text-transform: capitalize;
}
.filters a:hover {
	background-color: #fff;
}
.filters a b {
	display: block;
	float: right;
	background: #ff0000;
	color: #fff;
	border-radius: 10px;
	font-size: 10px;
	line-height: 20px;
	font-weight: 700;
	width: 20px;
	height: 20px;
	text-align: center;
	margin-top: 1px;
}
.filters div div {
	overflow: hidden;
	-webkit-columns: 5px 2;
	-moz-columns: 5px 2;
	columns: 5px 2;
}



.subsocial {
	text-align: center;
	padding: 25px;
	background: rgba(200,200,200,0.8);
}
.subsocial > div {
	display: inline-block;
	position: relative;
	margin: 0 100px;
}
.subsocial > div.fb {
	top: -5px;
	/*background: #3b5999;*/
}
.subsocial > div.twitter {
	/*background: #4099FF;*/
}
.subsocial > div.twitter iframe {
	width: 80px !important;
}
.subsocial > div.pinterest {
	/*background: #cb2027;*/
}
.subsocial > div.google {
	/*background: #cb2027;*/
}
.subsocial > div.google > div {
	width: 60px !important;
}
.subsocial > div.google > div iframe {
	width: auto !important;
}


.maincontent table {
	width: 100%;
	margin: 20px 0;
	border-collapse: collapse;
	border-bottom: 1px solid #e5e5e5;
}
.maincontent table tr {
}
.maincontent table tr:hover {
	background: #efefef;
}
.maincontent table th,
.maincontent table td {
	border-top: 1px solid #e5e5e5;
}
.maincontent table th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 6px 10px;
}
.maincontent table td {
	text-align: left;
	vertical-align: top;
	padding: 6px 10px;
}

.img-align-left {
	display: block;
	float: left;
	margin: 10px 30px 10px 0;
}
.img-align-center {
	display: block;
	margin: 10px auto 10px;
}
.img-align-right {
	display: block;
	float: right;
	margin: 10px 0 10px 30px;
}

.product_info {}
.product_info form {
	margin: 20px 0;
	overflow: hidden;
	position: relative;
}
.product_info form div {
	float: left;
	margin: 0 10px 10px 0;
	width: 170px;
}
.product_info form .make-wider.required {
	width: 220px;
}
.product_info form div select {
	margin: 0 10px 0 0;
	padding: 8px 10px;
	background: #fff;
	box-shadow: none;
	width: 100%;
	height: 40px;
	border-radius: 0;
}
.product_info form div b {
	display: none;
}
.product_info form button {
	float: left;
	margin: 0;
	height: 40px;
	width: 170px;
}


.product_info .product-price {
	font-size: 54px;
	line-height: 62px;
	letter-spacing: -2px;
}
.product_info .product-price i {
	font-size: 39px;
}
.product_info .product-price span {
	font-size: 26px;
}

.product-addbg {
	background: no-repeat center center fixed;
	background-size: cover;
	overflow: hidden;
}
.product-addbg section {
	background: rgba(50,50,50,0.90);
}
.product-addbg h2,
.product-addbg .product-list > div h3 a,
.product-addbg .product-price {
	color: #fff;
}
.product-addbg .product-price span {
	color: #999;
}
.product-addbg .product-list > div .btn {
	color: #fff;
	background: none;
	border-color: #fff;
}
.product-addbg .product-list > div .btn:hover {
	background: #000;
}

.product-extra {
	padding: 50px 0;
}
.product-extra .embed_deezer,
.product-extra .embed_soundcloud {
	padding-right: 20px;
}
.product-extra .embed_deezer iframe,
.product-extra .embed_soundcloud iframe {
	width: 100%;
	height: 340px;
}
.product-extra .embed_youtube {
}
.product-extra .embed_youtube iframe {
	width: 100%;
	height: 340px;
}
.product-extra .single-box {
	float: none;
	margin: 0 auto 15px;
}

.maincontinued {
	padding-top: 50px;
	padding-bottom: 60px;
}
.maincontinued h2 {
	margin: 0 0 30px 0;
}
.maincontinued .product-exfs .exf-row span:last-child {
	color: #fff;
}
.maincontinued .product-list .product-data-left .btn:hover {
	color: #00aaf4;
	border-color: #00aaf4;
	background: transparent;
 }

.product-extra + .maincontinued {
	padding-top: 0;
}

.product_info .images {
	position: relative;
	margin: 0 0 0 -10px;
}
.product_info .images a {
	display: block;
	float: left;
	width: 25%;
}
.product_info .images a:first-child {
	width: 100%;
}
.product_info .images a {
	width: calc(100% / 3 - 10px);
	margin: 0 0 10px 10px;
}
.product_info .images a:first-child {
	float: none;
	width: 100%;
}
.product_info .images a img {
	display: block;
	width: 100%;
	height: auto;
}
.product_info .images.different {
	position: relative;
}
.product_info .images.different a:nth-child(2) {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 6px;
	border: 2px solid #00aaf4;
	background: #fff;
	display: block;
    width: auto;
	width: 140px;
}

.sessions-list {}
.sessions-list > div {
	margin-bottom: 30px;
}
.sessions-list h2,
.sessions-list h4 {
	margin: 0;
}
.sessions-list h2 a {
	color: #000;
}
.sessions-list h2 a:hover {
	color: #00aaf4;
}
.sessions-list p {
	margin: 15px 0 0 0;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
.sessions-list .yt_thumb {
	height: 180px;
}

#page {
	position: absolute;
	margin-top: -80px;
}

.shop-categories {}
.shop-categories > div {}
.shop-categories > div > a {
	display: block;
	height: 250px;
	background: no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
.shop-categories > div > a b {
	display: block;
	height: 250px;
	text-align: center;
	padding: 110px 0 0 0;
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	transition: all 500ms;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	visibility: hidden;
}
.shop-categories > div > a:hover b {
	opacity: 1;
	visibility: visible;
}
.shop-categories > div > a img {
	display: none;
}



.cart_head {
	overflow: hidden;
	font-size: 12px;
	color: #666;
	border-bottom: 1px solid #d9d9d9;
}
.cart_head > div{
	float: left;
	padding: 5px 10px;
}
.cart_head .th_1 {width: 100px;}
.cart_head .th_2 {width: 710px;}
.cart_head .th_3 {width: 80px;}
.cart_head .th_4 {width: 120px;}
.cart_head .th_5 {width: 80px;}
.cart_head .th_6 {width: 100px;}
.cart_list {
	overflow: hidden;
}
.cart_list > div {
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
	float: none !important;
}
.cart_list > div > * {
	float: left;
	padding: 5px 10px;
}
.cart_list > div .td_img {
	width: 100px;
}
.cart_list > div .td_img img {
	display: block;
	width: 100%;
	height: auto;
}
.cart_list > div .td_name {
	display: block;
	width: 710px;
	font-size: 15px;
	font-weight: 500;
	color: #000;
}
.cart_list > div .td_remove {
	display: block;
	width: 100px;
	font-size: 11px;
	color: #ff0000;
	text-transform: uppercase;
}
.cart_list > div > span {
	width: 80px;
	text-align: right;
}
.cart_list > div > div {
	width: 120px;
}
.cart_list > div > div > a {
	display: block;
	float: left;
	padding: 6px 0;
	width: 26px;
	text-align: center;
	background: #00aaf4;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
}
.cart_list > div > div > input {
	display: block;
	float: left;
	width: 40px;
	padding: 4px 10px;
	text-align: center;
	border: 2px solid #00aaf4;
}
.cart_list > div > div > b {
	display: none;
}
.cart_total {
	overflow: hidden;
	font-weight: bold;
	font-size: 15px;
	margin: 10px 0 0 0;
}
.cart_total > span {
	display: block;
	float: left;
	width: 1000px;
	padding-right: 10px;
	text-align: right;
}
.cart_total > div {
	float: left;
	width: 80px;
	text-align: right;
}
.cart_buttons {
	overflow: hidden;
	margin: 20px 0 0 0;
}
.cart_buttons a {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	background: #eee;
	border: 1px solid #eee;
	padding: 7px 15px;
	text-transform: uppercase;
	font-size: 13px;
	color: #999;
}
.cart_buttons a:hover {
	border: 1px solid #ccc;
}
.back-to-shopcart-button {
	background: #00aaf4;
	border: 0 none;
	color: #fff;
	background: #00aaf4;
	font-size: 16px;
	margin: 0;
	padding:10px 20px;
	font-weight:bold;
}
.back-to-shopcart-button:hover {
	background: #000;
	border: 0 none;
	color: #fff;
}
.cart_buttons .buy {
	float: right;
	background: #00aaf4;
	border: 0 none;
	color: #fff;
	background: #00aaf4;
	font-size: 14px;
	margin: 0;
}
.cart_buttons .buy:hover {
	background: #000;
	border: 0 none;
	color: #fff;
}

.cart_gift {
	overflow: hidden;
	margin: 30px 0 0 0;
	padding: 20px;
	background: #efefef;
}
.cart_gift > div {
	float: left;
	width: 50%;
	padding-right: 20px;
	border-right: 1px solid #ccc;
}
.cart_gift > div h2 {
	margin: 0 !important;
}
.cart_gift > div p {
	margin: 7px 0 0 0;
	font-size: 13px;
	line-height: 16px;
	color: #666;
}
.cart_gift > form {
	display: block;
	float: right;
	width: 50%;
	padding-left: 20px;
}
.cart_gift > form input {
	float: left;
	width: 50%;
}
.cart_gift > form button {
	float: left;
	width: 50%;
	margin: 0;
}
.cart_gift > span {
	display: block;
	float: right;
	width: 50%;
	padding-left: 20px;
}
.cart_gift > span h4 {
	margin: 0 !important;
}
.shop_dp > div {
	width: 65%;
}
.shop_dp > div label {
	width: auto !important;
}
.shop_dp > div input {
	width: auto !important;
}
.shop_terms {
	display: flex;
	flex-direction: column;
}
.shop_terms input {width: auto;float: left;margin: 6px 10px 0 0;}
.shop_terms a {width: auto; display: block; float: left;}
.checkout > button {
	float: right;
	margin: 0;
}
.courierF {display:none;}
.courierFomniva {display:none;}
.courierFpost {display:none;}


.checkout {
	overflow: hidden;
}
.checkout > div {
	background: #efefef;
	padding: 0 20px 20px;
}
.checkout > div > div {
	overflow: hidden;
	position: relative;
	margin: 0 0 10px 0;
}
.checkout > div > div > * {
	float: left;
}
.checkout > div > div label {
	width: 33.3%;
	padding: 0 10px 0 0;
}
.checkout > div > div > b {
	font-size: 30px;
	color: #666;
	font-weight: normal;
	position: absolute;
	top: 13px;
	right: 20px;
}


header form.search {
	display: block;
	float: right;
	position: relative;
	margin: 15px 0 0 10px;
	height: 60px;
	width: 200px;
}
header form.search input[type=text] {
	display: block;
	float: left;
	width: 144px;
	height: inherit;
	background: none;
	border: 2px solid #00aaf4;
	font-size: 16px;
	line-height: 56px;
	font-weight: 700;
	color: #fff;
	padding: 7px 0 7px 10px;
	transition: all 0.5s;
	box-shadow: none;
}
header form.search button {
	display: block;
	float: left;
	width: 56px;
	height: inherit;
	background: #00aaf4 url(../img/search.png) no-repeat center center;
	border: 0 none;
	margin: 0;
	transition: all 0.5s;
	cursor: pointer;
}
header form.search button:hover,
header form.search.on button {
	background-color: #fff;
}
header form.search.on input {
	background-color: #fff;
	border-color: #fff;
	color: #333;
}
.ajax_search {
	display: none;
	z-index: 1200;
}
.ajax_search.on {
	display: block;
	position: absolute;
	width: 100%;
	top: 60px;
	background: #fff;
	padding: 0 0 10px 0;
	border-radius: 0 0 10px 10px;
}
.ajax_search a {
	display: block;
	padding: 7px 15px;
	border-top: 1px solid #efefef;
	font-size: 13px;
	line-height: 14px;
	color: #000;
}
.ajax_search a:first-child {
	border-top: 0 none;
}
.ajax_search a:hover {
	background: #eee;
}
.ajax_search a b {
	font-weight: 700;
}

/*
.paymentmethods button {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right:auto;
}
.paymentmethods input[type=radio]{
	width:25px;
}
*/



.paymentmethods {
	position: relative;
	margin: 0 -10px;
	text-align: center;
}
.paymentmethods > label {
	display: inline-block;
	width: auto !important;
	margin: 7px 6px;
	padding: 12px 10px;
	border: 1px solid #efefef;
	border-radius: 4px;
	transition: 0.3s all;
	cursor: pointer;
}
.paymentmethods > label:hover {
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.paymentmethods > label > div {
	line-height: 0;
	float: left;
}
form.paymentmethods input[type=radio] {
	float: left;
	width: auto;
	margin: 8px 10px 0 0;
}
form.paymentmethods button {
	display: inline-block;
	width: auto;
	margin: 20px 0 0 0;
}

.form-error-div {
	color: #ff0000;
	border: 2px solid #ff0000;
	padding: 20px;
	margin: 0 0 20px;
	text-align: center;
}
.some-artists {
	overflow: hidden;
	margin-bottom: -30px;
}
.some-artists .artist {
	width: calc(25% - 10px);
	float: left;
	background: url('http://www.311.ee/picture.php?feID=eb8b434aa7e9a4cd3fb95eef9a1772f7&w=400&h=260') no-repeat center center;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 15%;
    position: relative;
	cursor: pointer;
	margin: 0 10px 10px 0;
}
.some-artists .artist:nth-child(4n) {
	margin-right: 0;
}
.some-artists .artist .artist-name {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s all;
}
.some-artists .artist .artist-name b {
	color: #fff;
	font-size: 22px;
	text-align: center;
}
.some-artists .artist .artist-name:hover {
	background: none;
}
.some-artists .artist .artist-name:hover b {
	display: none;
}
.product-buy-form .not-set {
	display:none;
}
.form > div {
	clear: both;
	margin: 10px 0;
	overflow: hidden;
}
.form > div > label {
	float: left;
	width: 200px;
	min-height: 1px;
	padding-right: 10px;
}
.form > div > label > span {
	font-size: 24px;
	color: #888;
}
.form > div > div {
	overflow: hidden;
}
.form > div > div.spacing {
	padding: 10px 0;
}
.form > div > div > input {
	width: 100%;
	border: 1px solid #CCC;
}
.form > div > div > div {
	float: left;
	margin: 10px 0;
}
.form > div > div > label > input {
	width: auto;
}
.form > div > div > input[type=submit] {
	background: #00aaf4;
	border: 2px solid #00aaf4;
	box-shadow: none;
	color: #FFF;
	padding: 10px 15px;
	cursor: pointer;
	font-weight: bold;
}
.form > div > div > a {
	padding: 10px 0;
	display: block;
}
.form > div > div > input[type=submit]:hover {
	background: #FFF;
	color: #000;
	border: 2px solid #000;
}
.table {
	display: flex;
	flex-flow: column nowrap;
	font-size: .8rem;
	margin: 5px 0;
	line-height: 1.5;
	border-bottom: 1px solid #d0d0d0;
	flex: 1 1 auto;
}
.th {
	display: none;
	font-weight: 700;
	background-color: #f2f2f2;
}
.th:hover {
	background: initial !important;
	color: initial !important;
}
.th > .td {
	white-space: normal;
	justify-content: left;
}
.tr {
	width: 100%;
	display: flex;
	display: flex;
	flex-flow: row nowrap;
	transition: 0.3s all;
}
.tr:nth-of-type(even) {
	background-color: #f1f1f1;
}
.tr:nth-of-type(odd) {
	background-color: #ffffff;
}
.tr:hover {
	background: #00aaf4;
	color: #fff;
}
.tr:hover a {
	color: #fff !important;
}
.td {
	display: flex;
	flex-flow: row nowrap;
	flex-grow: 1;
	flex-basis: 0;
	padding: 0.5em;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0px;
	white-space: nowrap;
}
.intra-dashboard .td:first-child {
	flex-grow: 3;
}
.intra-products .tr:nth-of-type(odd) {
	background-color: #f1f1f1;
}
.intra-products .tr:nth-of-type(4n+1) {
	background-color: #fff;
}
.intra-products .tr:hover {
	background: #00aaf4;
	color: #fff;
}
.intra-products .td:first-child,
.intra-products .td:nth-child(2) {
	flex-grow: 3;
}
.intra-products .variations-list {
	display:none;
	width:100%;
	border:1px solid #00aaf4;;
}
.intra-products .variations-list .td:first-child {
	/*margin-left: 20px;*/
}
.intra-products .variations-list .tr:nth-of-type(even) {
	background-color: #f1f1f1 !important;
}
.intra-products .variations-list .tr:nth-of-type(odd) {
	background-color: #fff !important;
}
.intra-products .variations-list .tr:hover {
	background: #00aaf4 !important;
	color: #fff !important;
}
.intra-products .variations-list .table {
	border-bottom: 0px !important;
	padding:0 5px 0 5px;
}
.stock-editbox {
	color:black;
}
.intra-payments .td:first-child {
	flex-grow: 2;
}
.intra-sells .td:first-child {
	flex-grow: 5;
}
.intra-accounts .td:first-child {
	flex-grow: 4;
}
.intra-clients .td:first-child {
	flex-grow: 3;
}
.intra-menu {
	padding: 30px 0 0;
}
.intra-menu a {
	background: #000;
	color: #fff;
	padding: 8px 14px;
	border: 2px solid #484848;
	border-bottom: 0;
	display: inline-block;
}
.intra-menu a:hover {
	background: #292929;
}
.intra-menu a.active {
	background: #fff;
	color: #000;
	font-weight: bold;
}
.intranet .intra-dashboard > div {
	border: 2px solid #00aaf4;
	padding: 15px;
}
.intranet .intra-dashboard > div > div {
	margin-bottom: 20px;
}
.intranet .intra-dashboard > div h2 {
	margin: 0;
}
.intranet .intra-dashboard > div > div span {
	font-size: 14px;
	color: #757575;
}
.intranet .intra-dashboard > div .td span {
    color: #2079a0;
    border: 1px solid #2079a0;
    background: #fff;
    display: inline-block;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 5px;
    margin-left: 5px;
}
.intranet .intra-dashboard .next-event {
	margin-bottom: 20px;
}
.intranet .intra-dashboard .next-event h3 {
	margin: 10px 0 0;
}
.intranet .intra-dashboard .next-event .event-time {
	color: #757575;
	font-size: 14px;
}
.intranet .intra-dashboard .clients-birthdays .names {
	position: relative;
	margin: 15px 0 -5px -5px;
}
.intranet .intra-dashboard .clients-birthdays .names > a {
	margin: 0 0 5px 5px;
	border-radius: 5px;
	display: inline-block;
	padding: 1px 5px;
	background: #00aaf4;
	color: #fff;
	font-weight: bold;
}
.intranet .intra-dashboard .clients-birthdays .names > a:hover {
	background: #38c3ff;
}
.intranet .intra-dashboard .clients-birthdays .names > a span {
	font-size: 11px;
	font-weight: initial;
	color: #fff;
}
.intranet .intra-payments .payment-status {
	display: block;
	float: left;
	border-radius: 3px;
	font-size: 10px;
	line-height: 19px;
	padding: 0 3px;
	color: #fff;
}
.intranet .intra-payments .unpaid {
	background: red;
}
.intranet .intra-payments .paid {
	background: green;
}
.intranet .intra-payments .payout {
	color: #099809;
    font-weight: bold;
}
.intranet .intra-sells .prev-calendar {
	display: block;
	float: right;
}
.intra-search {
	margin-bottom: 30px;
    overflow: hidden;
}
.intranet input,
.intranet select,
.intranet textarea {
	font-size: 16px;
	background: #fafafa;
	padding: 7px 10px;
	transition: 0.5s all;
	box-shadow: 2px 2px 2px 0 #ededed inset;
	border: 2px solid #00aaf4;
}
.intranet .intra-search input {
	width: calc(100% - 100px);
	float: left;
	border-right: 0 none;
	width: calc(100% - 100px);
	float: left;
	border-right: 0 none;
}
.intranet .intra-search input:focus {
	background: #fff;
}
.intranet .intra-search button {
	width: 100px;
	float: right;
	margin: 0;
	padding: 7px 10px;
	background: #00aaf4;
    border: 2px solid #00aaf4;
	color: #fff;
	font-weight: bold;
	transition: 0.3s all;
}
.intranet .intra-search button:hover {
	border: 2px solid #00aaf4;
	background: #fff;
	color: #00aaf4;
}
.intranet .intra-filters .intra-filters-opt {
	width: calc(100% - 820px);
	float: left;
}
.intranet .intra-filters .intra-filters-opt .left {
	width: 220px;
	float: left;
}
.intranet .intra-filters .intra-filters-opt .left.wo-right {
	width: auto;
}
.intranet .intra-filters .intra-filters-opt .right {
	width: calc(100% - 220px);
	float: right;
	padding-right: 10px;
}
.intranet .intra-filters .intra-filters-opt .right select {
	width: 100%;
	height: 40px;
	color: #888;
}
.intranet .intra-filters .label-checkbox {
	float: left;
	clear: none;
	margin: 7px 15px 0 0;
}
.intranet .intra-filters .label-checkbox:last-child {
	margin-right: 0;
}
.intranet .intra-filters .intra-search {
	width: 820px;
	float: right;
}
.intranet .table a {
	border-bottom: 2px solid transparent;
}
.intranet .table a:hover {
	border-bottom: 2px solid #fff;
}
.intranet .table .td select {
	padding: 3px 10px;
	font-size: 13px;
}
.intranet .table .td select:hover {
	color: #000
}
.intranet .tr:hover select {
	color: #000;
}
.intranet .table .actions {
	justify-content: flex-end;
}
.intranet .table .actions a {
	margin-right: 15px;
}
.intranet .table .actions a:last-child {
	margin-right: 2px;
}
.intranet .intra-btn {
	background: #00aaf4;
	border: 2px solid #00aaf4;
	color: #fff;
	display: block;
	text-align: center;
	padding: 5px 10px;
	margin-top: 20px;
	font-weight: bold;
}
.intranet .intra-btn:hover {
	background: #fff;
	color: #00aaf4;
}
.intranet .pages {
    margin-top: 20px;
    overflow: hidden;
	text-align: right;
}
.intranet .pages a {
	display: inline-block;
	padding: 3px 7px;
	border: 1px solid #00aaf4;
	font-size: 13px;
}
.intranet .pages a.active {
	background: #00aaf4;
	color: #fff;
	font-weight: bold;
}
.intranet .pages a:hover {
	background: #00aaf4;
	color: #fff;
}
.intranet .pages .prev,
.intranet .pages .next {
	background: #00aaf4;
	color: #fff;
}
.intranet .pages .prev:hover,
.intranet .pages .next:hover {
	background: #fff;
	color: #00aaf4;
}
.label-checkbox {
	cursor: pointer;
    clear: both;
    margin: 5px 0;
	overflow: hidden;
}
.label-checkbox input {
	display: none !important;
}
.label-checkbox > span {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	margin: 0 6px 0 0;
	background: #fff;
	background-size: 14px 14px;
	transition: 0.3s all;
	box-shadow: 1.5px 2.5px 3px 0px rgba(0,0,0,0.05) inset;
	border: 1px solid #bcbcbc;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-radius: 3px;
}
.label-checkbox.active > span {
	background: #fff url(../img/check@2.png) no-repeat center center;
	background-size: 14px 14px;
}
.label-checkbox.active:hover > span {
	background: #fff url(../img/uncheck@2.png) no-repeat center center;
	background-size: 14px 14px;
}
.label-checkbox:hover > span {
	border: 1px solid #bcbcbc;
}
.label-checkbox.active > span {
	background-position: center center;
}
.label-checkbox > div {
	position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.clearer {
	clear: both;
}