
.row {
  margin-right: -20px !important;
  margin-left: -20px !important;
}
.col-md-12,
.col-md-8,
.col-md-6,
.col-md-4 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
html {
  background-color: #211e1c;
}
html.has-video {
  background-color: inherit;
}
html.has-video body {
  background-color: inherit;
  background-image: inherit;
  background-position: inherit;
  background-repeat: inherit;
  background-attachment: inherit;
}
.visibility {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.border-bottom {
  border-left: none;
  border-top: none;
  border-right: none;
}
.bluebox-border-bottom {
  border: 1px solid #000000;
  border-color: #000000;
  zoom: 1;
  border-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000);
  border-color: rgba(0, 0, 0, 0.06);
  border-left: none;
  border-top: none;
  border-right: none;
}
img {
  max-width: 100%;
}
body {
  background-color: #211e1c;
  background-image: url("../images/background-image.png");
  background-repeat: repeat;
  font-family: 'PT Serif', sans-serif !important;
  font-size: 13px;
  color: #000000;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

}

.layout {background:#fff; width:100%; margin:1em auto; border:1px solid #ccc; padding:1em 2%}
h1 {color:#006dad; font-size:2.2em; text-align:center}
h2 {color:#444; font-size:1.8em; text-align:center}
h3 {color:#222; font-size:1.6em; text-align:center}
p {color:#333; padding:0 0 0.5em; font:1em Arial; line-height:150%}

body img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  font-family: 'PT Serif', sans-serif;
}
body a {
  color: #000000;
  -webkit-transition: color 200ms linear, background-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: color 200ms linear, background-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: color 200ms linear, background-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: color 200ms linear, background-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: color 200ms linear, background-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
body footer a {
  color: white;
}
body footer a:hover {
  color: #C24D2C;
}
body a,
body a:hover {
  text-decoration: none;
}
body a:hover {
  color: #C24D2C;
}

.sitemap {
	
	font-size: 1.5rem;
	padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.sitemap a {
	color: #000;
}

.sitemap a:hover {
	color: #fff;
}

.main-slogan .slogan {
	margin-bottom: 10px;
	padding: 0 10px;
	font-size: 14px;
	text-align: left;
	}
	
	.menu-top .navbar{
	margin-bottom: 10px;
	
	padding: 10px 0;
	text-transform: uppercase;
}
.menu-top .navbar-default .navbar-nav > li > a{
	color: #000;
	padding-bottom: 5px;
	padding-top: 5px;
	transition: background .3s;
}

.menu-top .navbar-default .navbar-nav > li > a::after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #000;
	transform: scale(0);
	transition: all .3s;
	
}
.menu-top .navbar-default .navbar-nav > li > a:hover::after{
	text-decoration: none;
	transform: scale(1);
}

.menu-top .navbar-default .navbar-nav > li > a.btn-red{
	color: #000;
	padding: 5px 10px;
}
.menu-top .navbar-default .navbar-nav > li > a.btn-red:hover{
	
	text-decoration: none;
}
.menu-top .navbar-default .navbar-nav > li > a > .glyphicon{
	margin-right: 10px;
	font-size: 17px;
	
}
.menu-top .container,
.menu-top .navbar-collapse{
	padding-left: 0;
}

.main-menu .navbar-inverse{
	background: transparent;
	border: none;
}
.main-menu{
	position: absolute;
	z-index: 21;
	width: 100%;
	top: 30px;
}
.main-menu-bg{
	background: #000;
	border-radius: 3px;
}
.main-menu .navbar-inverse .navbar-nav > li > a{
	color: #fff;
	font-size: 16px;
	transition: background .5s;
}
.main-menu .navbar-inverse .navbar-nav > li > a:hover{
	text-decoration: underline;
}
.menu-carousel .main-menu .navbar-brand{
	padding: 0;
	margin-left: 30px;
}
.main-menu .navbar-brand img{
	float: left;
}
.main-menu .navbar-brand span{
	display: inline-block;
	padding: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.search{
	color: #fff;
	cursor: pointer;
	font-size: 22px;
	line-height: 50px;
	position: absolute;
	right: 25px;
	z-index: 30;
	display: none;
}

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

.googleauch {
   	background:url("../images/googleauch.png"); 
}


.message {
margin-top: -10px;
text-align: center;	
}

/*wicom*/
.danger {
	list-style-type: none;
	background: #c24d30;
	color: #fff;
	padding: 10px 0px;
	margin-bottom: 10px;
	border-radius: 3px;
}

.danger ul li {
list-style-type: none;
text-align: center;
}

.success {
	list-style-type: none;
	background: #b6d7b2;
	color: #000;
	padding: 10px 0px;
	margin-bottom: 10px;
	border-radius: 3px;
}

.success ul li{
    list-style-type: none;
    text-align: center;
}

.google-left {
   float: left;
}

.google-right {
   margin-top: 10px;
   margin-left: 105px;
}

.google-right-edit {
   margin-top: 10px;
   margin-left: 115px;
}

/* Стили для проверки сложности пароля */

#result {
	text-align: left;
 	color:#074776;
	font-size:100%;
	font-weight:bold;
 }
 #bg_res {
 	width:200px;
	height:10px;
	margin:0px;
	background-image:url("/public/images/bg.jpg");
	background-repeat: no-repeat;
	background-position:-200px;
 }
 
 .red {
 	background-position:-150px 0px !important;
 }
 
  .yellow {
 	background-position:-100px -10px !important;
 }
 
  .green {
 	background-position:-30px -20px !important;
 }
 
  .green_v {
 	background-position:0px -20px !important;
 }
 
 /* Конец стилей для проверки сложности пароля */

/* Стили для пагинации */
 
 .pagination {
    list-style: none;
    margin: 10px;
    padding: 0;
     display: flex;
    justify-content: center;      
}
.pagination  a {
    text-decoration: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 6px;
    font-size: 100%;
    overflow: hidden;
    position: relative;
    color: #337AB7;
    border: 2px solid #337AB7;
    transition: all 0.2s linear 0s;
}
.pagination  a:after {
    content: "";
    display: block;
    width: 90%;
    height: 90%;
    top: -110%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background: #5e89ef;
    border-radius: 50%;
	
}
.pagination  a, i {

    position: relative;
    z-index: 1;
	
}
.pagination  a img {
    width: 26px;
    height: 26px;
	
}
.pagination  a:hover {
    
}
.pagination  a:hover:after {
    top: 5%;
    transition: all 0.2s linear 0s;
	
}


/* Конец Стилей для пагинации */

/* Стили для страницы о нас */

.onas {
	background:#fff; 
	width:100%; 
	margin:1em auto; 
	border:1px solid #ccc; 
	padding:1em 2%
}
.onas h1{
  font-size: 1.5em;
  font-family: Georgia;
  letter-spacing: 0.1em;
  color: #c24d2c;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}


.onas h1 span{
  display: block;
  margin-top: 0.5em;
  font-family: Verdana;
  font-size: 0.6em;
  font-weight: normal;
  letter-spacing: 0em;
  text-shadow: none;
}


.onas .meta{
  font-family: Georgia;
  color: rgba(69,54,37,0.6);
  font-size: 0.85em;
  font-style: italic;
  letter-spacing: 0.25em;
  border-bottom: 1px solid rgba(69,54,37,0.2);
  padding-bottom: 0.5em;
}


.onas .meta span{
  text-transform: capitalize;
  font-style: normal;
  color: rgba(69,54,37,0.8);
}


.onas .telo p{
font-family: Verdana;

padding: 1em 0.5em;
line-height: 1.5em;
color: rgb(69,54,37);

}

.onas .telo p:first-child {
	border-right: 3px solid #dadada;
	border-bottom: 3px solid #dadada;
	
}

.onas .telo p:first-child{
font-size: 1.25em;
font-family: Georgia;
font-style: italic;

letter-spacing: 0.1em;
}
 
.onas .telo p:first-child:first-line{
font-weight: bold;
}


.onas .date{
  font-family: Georgia;
  color: rgba(69,54,37,0.6);
  font-size: 100%;
  font-style: italic;
  letter-spacing: 0.25em;
  border-top: 1px solid rgba(69,54,37,0.2);
  display: block;
  padding-top: 0.5em;
  margin-top: 2em;
  font-weight: bold;
}

/* Конец Стилей для страницы о нас */


/* Стили для отступа продуктов */

.product {
	margin-bottom: 30px;
	position: relative;
	background:#fff;
	background: -webkit-gradient(linear, 0% 20%, 0% 92%, from(#fff), to(#f3f3f3), color-stop(.1,#fff));
	background: -moz-linear-gradient(0 0 270deg, #fff, #fff 10%, #f3f3f3);
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-border-top-left-radius: 15px 5px;
	-webkit-border-top-right-radius: 15px 5px;
	-webkit-border-bottom-right-radius: 15px 15px;
	-moz-border-radius-topleft: 15px 5px;
	-moz-border-radius-topright: 15px 5px;
	-moz-border-radius-bottomright: 15px 15px;
	border-top-left-radius: 30px 5px;
	border-top-right-radius: 30px 5px;
	border-bottom-right-radius: 15px 15px;
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3) ;
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3) ;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3) ;
	width: 100%;
	height: 225px;
	opacity: 0.8;
}



.product:hover{
	border:1px solid #fff;
	-webkit-box-shadow: 0px 0px 12px rgba(94, 137, 239, 1) ;
	-moz-box-shadow: 0px 0px 12px rgba(94, 137, 239, 1) ;
	box-shadow: 0px 0px 12px rgba(94, 137, 239, 1);
}

.product:hover {
	opacity: 1;
}

.product2:hover {
	opacity: 1;
}


.product .coupons {
	position: absolute;
	right: 0%;
	top: 0px;
	color: #C24D2C;
	font-size: 100%;
    content: "\F02B";
    font-family: FontAwesome;
}

.product .corner-ribbon-6 {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
	z-index: 9999;
}
.product .corner-ribbon-6::before, .corner-ribbon-6::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}
.product .corner-ribbon-6 span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 5px 0px;
    background-color: #5e89ef;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font: 700 80%/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
}

.product .corner-ribbon-6-top-right {
    top: -10px;
    right: -10px;
}
.product .corner-ribbon-6-top-right::before, .corner-ribbon-6-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.product .corner-ribbon-6-top-right::before {
    top: 0;
    left: 0;
}
.product .corner-ribbon-6-top-right::after {
    right: 0;
    bottom: 0;
}
.product .corner-ribbon-6-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}


.product2 .coupons {
	position: absolute;
	left: 0%;
	top: 0px;
	color: #C24D2C;
    content: "\F02B";
    font-family: FontAwesome;
}

.coupons2 {
	color: #C24D2C;
	font-size: 120%;
    content: "\F02B";
    font-family: FontAwesome;
}

.coupons3 {
	color: #C24D2C;
	font-size: 140%;
    content: "\F02B";
    font-family: FontAwesome;
}



.titlebox {
	height: 50px;
	overflow: hidden;
}

.znak {
	height: 35px;
	overflow: hidden;
}

.product2 {
	margin-bottom: 20px;
	position: relative;
	background:#fff;
	background: -webkit-gradient(linear, 0% 20%, 0% 92%, from(#fff), to(#f3f3f3), color-stop(.1,#fff));
	background: -moz-linear-gradient(0 0 270deg, #fff, #fff 10%, #f3f3f3);
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-border-top-left-radius: 15px 5px;
	-webkit-border-top-right-radius: 15px 5px;
	-webkit-border-bottom-right-radius: 15px 15px;
	-moz-border-radius-topleft: 15px 5px;
	-moz-border-radius-topright: 15px 5px;
	-moz-border-radius-bottomright: 15px 15px;
	border-top-left-radius: 15px 5px;
	border-top-right-radius: 15px 5px;
	border-bottom-right-radius: 15px 15px;
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3) ;
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3) ;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3) ;
	width: 100%;
	height: 290px;
	opacity: 0.8;
	overflow: hidden;
}

.product2:hover{
	border:1px solid #fff;
	-webkit-box-shadow: 0px 0px 12px rgba(94, 137, 239, 1) ;
	-moz-box-shadow: 0px 0px 12px rgba(94, 137, 239, 1) ;
	box-shadow: 0px 0px 12px rgba(94, 137, 239, 1);
}



.product2 .corner-ribbon-6 {
    width: 150px;
    height: 120px;
    overflow: hidden;
    position: absolute;
	z-index: 9999;
}
.product2 .corner-ribbon-6::before, .corner-ribbon-6::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}
.product2 .corner-ribbon-6 span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 5px 0;
    background-color: #5e89ef;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font: 700 80%/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
}

.product2 .corner-ribbon-6-top-left {
    top: -10px;
    left: -10px;
}
.product2 .corner-ribbon-6-top-left::before, .corner-ribbon-6-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.product2 .corner-ribbon-6-top-left::before {
    top: 0;
    right: 0;
}
.product2 .corner-ribbon-6-top-left::after {
    left: 0;
    bottom: 0;
}
.product2 .corner-ribbon-6-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}
.price{
	border-top: 1px solid #C24D2C;
	font-size: 11px;
    text-transform: uppercase;
    padding: 0;
    color: #C24D2C;
    display: inline-block;
}

.korzina{
	border-bottom: 1px solid #C24D2C;
	font-size: 11px;
    text-transform: uppercase;
    padding: 0;
    
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
}

.sliderheight {
	height: 100%;
}    



.resaizelatest {
	height: 155px;
}    

.resaizehits {
    width: 100%;
	height: 90px;
}

.playlist {
    width: 168px;
	
}

.jp-time-holder {
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    right: 85px;
    top: 22px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

.details2 .jp-time-holder {
	color: #000;
	font-size: 12px;
    line-height: 14px;
    position: absolute;
    right: 85px;
    top: -2px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}






.details .jp-time-holder {
	color: #000;
	font-size: 12px;
    line-height: 14px;
    position: absolute;
    right: 10px;
    top: 17px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

.details2 .jp-time-holder.pop {
	color: #000;
	font-size: 10px;
    line-height: 12px;
    position: absolute;
    left: 10px;
    top: 0px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

.details2 .jp-time-holder.cat {
	color: #000;
	font-size: 10px;
    line-height: 12px;
    position: absolute;
    right: 87px;
    top: 11px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
.footer-sticky-player2 .jp-time-holder.prodpop {
color: #FFF;
    font-size: 10px;
    line-height: 17px;
    position: absolute;
    left: 20%;
    top: -1px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

/* Конец стилей для отступа продуктов */

/* Стили для селекта */

.dropdown1 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 100%;
  background: #f2f2f2;
  border: 1px solid;
  border-color: white #f7f7f7 whitesmoke;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.dropdown1:before, .dropdown1:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888888 transparent;
  pointer-events: none;
}


.dropdown1:before {
  border-bottom-style: solid;
  border-top: none;
}

.dropdown1:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown-select {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size: 12px;
  color: #62717a;
  text-shadow: 0 1px white;
  background: #f2f2f2; /* Fallback for IE 8 */
  background: rgba(0, 0, 0, 0) !important; /* "transparent" doesn't work with Opera */
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}

.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */

.lt-ie9 .dropdown1 {
  z-index: 1;
}

.lt-ie9 .dropdown-select {
  z-index: -1;
}

.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */

@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}

.dropdown-dark {
  background: #444;
  border-color: #111111 #0a0a0a black;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
}

.dropdown-dark:before {
  border-bottom-color: #aaa;
}

.dropdown-dark:after {
  border-top-color: #aaa;
}

.dropdown-dark .dropdown-select {
  color: #aaa;
  text-shadow: 0 1px black;
  background: #444;  /* Fallback for IE 8 */
}

.dropdown-dark .dropdown-select:focus {
  color: #ccc;
}

.dropdown-dark .dropdown-select > option {
  background: #444;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}

/* Конец стилей для селекта */

/* Стили для категорий */

.breadcrumb {
    padding: 8px 15px;
	margin-top: 10px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
	color: #428bca;
    border-radius: 4px;
}

.paginat {
	text-align: center;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
	padding: 0 5px;
    color: #428bca;
	content: "\f051";
	font-family: FontAwesome;
}

.sort {
	margin:20px 0px 0px 20px; 
}


#load {
	background-image: url("/public/images/3.gif");
	position:fixed;
	left:36%;
	top:50%;
	width:65px;
	height:65px;
	z-index:150;
	display:none;
}


.messages_cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: white;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	color: #666;
	padding: 15px 0;
	font-size: 12px;
}
.messages_cookies-wrp {
	position: relative;
	width: 80%;
	margin: 0 auto;
}
.messages_cookies-close {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: auto 0;
	background: url("/public/images/krest.png") 0 0 no-repeat;
}

/* вставка иконок для соцсетей */

.socright .social-networks2 .max-img {
	display: inline-block;
	background: url("/public/images/max-svet.png") 0 0 no-repeat;
	top: 8px;
	width: 32px;
	height: 32px;
}

.socright .social-networks2 .max-img:hover {
	background: url("/public/images/max-black.png") 0 0 no-repeat;
}

#myFooter .social-networks .max-img {
	display: inline-block;
	background: url("/public/images/max-svet.png") 0 0 no-repeat;
	top: 8px;
	width: 32px;
	height: 32px;
}

#myFooter .social-networks .max-img:hover {
	background: url("/public/images/max-black.png") 0 0 no-repeat;
}

.social-share-product .social-networks .max-img {
	display: inline-block;
	background: url("/public/images/max-svet-16.png") 0 0 no-repeat;
	top: 4px;
	width: 16px;
	height: 16px;
}

.social-share-product .social-networks .max-img:hover {
	background: url("/public/images/max-black-16.png") 0 0 no-repeat;
}

/* end */

.sort {
	margin:20px 0px 0px 20px; 
}
.sort span {
cursor: pointer;
}

#fon {
display:none;
margin-left: -30px;
opacity:1;
position:absolute;
width:100%;
height:100%;
z-index:100;
background-color: #fff;
}


nav1 {
  background: #f5f5f5;
 
}
 
.nav1.active {
  background: #f5f5f5;
   
   padding: 1px;
   border-radius: 2px;
}


.sort .color {
color: #428bca;
}

.sort .color:hover {
	color: #C24D2C;
}

.sort_table
{
	
padding: 0px;


}

.sort_label
{
margin-top: 10px;	
font-size: 14px;

color: black;



}   

.sort_label_brend
{
font-size: 14px;

color: white;
}

.sort_label_param
{
font-size: 14px;
color: white;
}

.sort_select
{
width: 200px;
margin-top: 0px;
margin-bottom: 10px;

color: #7d7253;
}

.sort_option
{
color: #7d7253;
}

.sort_input
{
width: 90px;
height: 20px;
margin-top: 10px;
margin-bottom: 0px;

color: #7d7253;
}

.sort_input2
{
width: 90px;
height: 20px;
margin-top: 10px;
margin-bottom: 0px;

color: #7d7253;
}

.sort_button
{
margin-bottom: 20px;
background: none;
color: white;
border: 1px solid orange;
background: #fe6847;
cursor: pointer;
}

.sort_button:hover {
	color: #7d7253;
}

/* Конец стилей для категорий */

/* Стили для подписки */

.bottom-content{
	margin-top: 35px;
	border-top: 3px solid #DADADA;
	background: #f5f5f5;
	padding: 25px 0;
	border-bottom: 1px solid #9e9e9e;
}


.bottom-content h3{
	font-weight: 400;
	margin: 0;
	font-size: 120%;
}
.bottom-content h4{
	font-weight: 300;
	font-size: 100%;
}
.bottom-content .form-inline .form-control{
	height: 40px;
	width: 100%;
}
.bottom-content .form-inline .btn{
	height: 40px;
	
	background: #5E89EF;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	border-bottom: 4px solid #1A2639;
	width: 100%;
	transition: all .5s;
}
.bottom-content .form-inline .btn:hover{
	background: #1A2639;
}

#signup-response {
	display:block;
	padding:0px 20px;
}

#signup2-response {
	display:block;
	padding:0px 20px;
}

.response-waiting {
	background:url("/public/img/loading2.gif") no-repeat;
	margin-top:15px;
}

.response-success {
	background:url("/public/img/tick.png") no-repeat;
	margin-top:15px;
}

.response-error {
	background:url("/public/img/cross.png") no-repeat;
	margin-top:15px;
}

/* Конец стилей для подписки */



/* Стили для обратеой связи */
.adminemail {
    color: #5e89ef;
    font-size: 120%;
}
}
.contact_form h2, .contact_form label {font-family:Georgia, Times, "Times New Roman", serif;}
.form_hint, .required_notification {font-size: 11px;}

/* === List Styles === */
.contact_form ul {
    width:100%;
    list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
}
.contact_form li{
	padding:12px; 
	
	position:relative;
} 
.contact_form li:first-child, .contact_form li:last-child {
	
}

/* === Form Header === */
.contact_form h2 {
	margin:0;
	display: inline;
}
.required_notification {
	color:#d45252; 
	margin:5px 0 0 0; 
	display:inline;
	float:right;
}

/* === Form Elements === */
.contact_form label {
	width:100%;
	margin-top: 3px;
	display:inline-block;
	float:left;
	padding:3px;
}

/** labels**/

/** adding our icon font !! */
.contact_form .icon:before{
font-size:25px;
font-family: "IconicStroke";
}
.contact_form .icon.link:before { content: '/'; }
.contact_form .icon.quote-alt:before { content: "'"; }
.contact_form .icon.comment:before { content: "q"; }
.contact_form .icon.user:before { content: "u"; }
.contact_form .icon.mail-alt:before { content: "M"; }


.contact_form label{
color:#7F7E7E;
-webkit-transition: color 1s ease;
   -moz-transition: color 1s ease;
	    transition: color 1s ease;
}
.contact_form label:hover{
color:#191919;
}
.contact_form label:before{
color:#C1BFBD;
-webkit-transition: color 1s ease;
   -moz-transition: color 1s ease;
	    transition: color 1s ease;
}
.contact_form label:hover:before{
color:#969696;
-webkit-transition: color 1s ease;
   -moz-transition: color 1s ease;
	    transition: color 1s ease;
}


.contact_form .indication{
color:#878787;
font-size:12px;
font-style:italic;
text-align:right;
padding-right:10px;
}
.contact_form .required{
color:#E5224C;
}








.contact_form input {
	 
	width:100%; 
	padding:5px 8px;
}
.contact_form textarea {padding:8px; width:300px;}
.contact_form button {margin-left:156px;}

	/* form element visual styles */
	.contact_form input, .contact_form textarea { 
		border:1px solid #aaa;
		box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
		border-radius:2px;
		padding-right:0px;
		
	}
	.contact_form input:focus, .contact_form textarea:focus {
		background: #fff; 
		border:1px solid #555; 
		box-shadow: 0 0 3px #aaa; 
		padding-right:70px;
		-moz-transition: padding .25s; 
		-webkit-transition: padding .25s; 
		-o-transition: padding .25s;
		transition: padding .25s;
	}

/* === HTML5 validation styles === */	
.contact_form input, .contact_form textarea {
	background: url("../public/images/red_asterisk.png") no-repeat 98% center #fff;
}

.contact_form input:required:valid, .contact_form textarea:required:valid {
	background: #fff url("/public/images/valid.png") no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}

.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	background: #fff url("/public/images/invalid.png") no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}



/* === Form hints === */
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-top:-77px;
	padding: 1px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.contact_form input:focus + .form_hint {display: inline;}
.contact_form textarea:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #28921f;}
.contact_form textarea:required:valid + .form_hint {background: #28921f;}
.contact_form input:required:valid + .form_hint::before {color:#28921f;}
.contact_form textarea:required:valid + .form_hint::before {color:#28921f;}




.form_hint2 {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-top:-62px;
	padding: 1px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}
.form_hint2::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.contact_form input:focus + .form_hint2 {display: inline;}
.contact_form textarea:focus + .form_hint2 {display: inline;}
.contact_form input:required:valid + .form_hint2 {background: #28921f;}
.contact_form textarea:required:valid + .form_hint2 {background: #28921f;}
.contact_form input:required:valid + .form_hint2::before {color:#28921f;}
.contact_form textarea:required:valid + .form_hint2::before {color:#28921f;}

.obnova {
   cursor: pointer;
   color: #5e89ef;
   
}

.obnova:hover {
	color: #c24d2c;
}

/* Конец стилей для обратной связи */



/* Стили для горизонт. меню */
.content-wrap .main-container header #cssmenu {
	height: 4px;
	
} 

.content-wrap .main-container header #cssmenu, .content-wrap .main-container header #cssmenu ul, .content-wrap .main-container header #cssmenu ul li, .content-wrap .main-container header nav #cssmenu ul li a {
	
    line-height: 1;
	 

}

.content-wrap .main-container header #cssmenu {
    zoom: 1;
    height: 49px;
    background: url("../images/bottom-bg2.png") repeat-x center bottom;
    width: 100%;
}

.content-wrap .main-container header #cssmenu.fixed{z-index: 9999; position: fixed;top: 0;width: 880px;}
	
.content-wrap .main-container header #cssmenu {
    background: url("../images/color2.png") repeat-x 0px 4px;
    height: 49px;
    
	
}
.content-wrap .main-container header #cssmenu {
    float: left;
    list-style: none;
    
}
.content-wrap .main-container header #cssmenu a {
    display: block;
    height: 17px;
    padding: 13px 10px ;
    margin: 4px 2px 0;
    border-radius: 2px 2px 0 0;
    text-decoration: none;
    font-size: 100%;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    
    opacity: .9;
	
}




.content-wrap .main-container header #cssmenu:first-child a {
    margin: 4px 2px 0 0;
    
}
.content-wrap .main-container header #cssmenu a:hover {
	background: url("../images/color2.png") center bottom;
	display: block;
    color: #fff;
    margin-top: 4px;
    text-decoration: none;
    
}

.content-wrap .main-container header #cssmenu a::after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transform: scale(0);
	transition: all .3s;
	
}
.content-wrap .main-container header #cssmenu a:hover::after{
	text-decoration: none;
	transform: scale(1);
	
}

.content-wrap .main-container header #cssmenu .act::after{
	text-decoration: none;
	transform: scale(1);
}
.content-wrap .main-container header #cssmenu .act {
    background: url("../images/color2.png") center bottom;
    display: block;
    height: 17px;
    margin-top: 0px;
     
    color: #fff;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.55);
    opacity: 1;
}

/* Конец стилей для горизонт. меню */

/*=============================cartochka tovara===========================*/
/*--single--*/
.single-top-in {
	margin-top: 20px;
	margin-bottom: 20px;
}
.single-para h4{
	font-size:1.7em;
	color:#C24D30;
	line-height:1.5em;
	font-weight: 600;
	margin-top: -20px;
}
.para-grid {
  padding: 1.5em 1.5em;
}

span.category{
	color: #000000;
    color: rgba(0, 0, 0, 0.5);
	font-weight: 600;
	margin-bottom: 10px;
}

span.cartprice{
	float:left;
	font-size: 1.7em;
  color: #000000;
    color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
}

span.category{
	color: #000000;
    color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  
}

.blockcat {
	margin-bottom: 10px;
}

.blockcat .color {
	color: #428BCA;
}

.blockcat .color:hover {
	color: #C24D30;
}	

span.add-to{
	float:left;
	font-size: 1.7em;
  color: #C24D30;
  font-weight: 600;
  padding-left: 10px;
}
a.cart-to{
	float:right;
	margin-bottom: 20px;
}

.single-para {
	padding: 0;
}

.para-grid .bottom {
	
}

.single-para h5{
	color:#747272;
	font-size:1.4em;
	border-bottom:1px solid #747272;
	border-top:1px solid #747272;
	padding:0.5em 0; 
}
.single-para p{
	color:#747272;
	font-size:1em;
	line-height:1.8em;
	padding:1.5em 0; 
}
.single-bottom h4{
	color:#747272;
	font-size:1.5em;
	padding:0.9em;
	background:#eee;
	margin-top: 30px;
	margin-bottom: 0px;
	
}
.single-bottom ul{
	padding:0em 0;
}
.single-bottom ul li{
	list-style:none;
}
.single-bottom ul li a{
	
	font-size:1.2em;
	padding:0.5em 0;
	text-decoration:none;
	display:block;
}
.single-bottom ul li i{
    width: 20px;
	height: 20px;
	
	background: url(../images/img-sprite.png)no-repeat -60px -66px ;
	display: inline-block;
	vertical-align: middle;
	margin: 0 12px 0 0;
}
.single {
  padding: 4em 0;
}
.available h6{
	color:#C24D30;
	font-size:1em;
	padding: 0 0 0em;
}
.available ul li{
	display:inline-block;
	padding:0 0.5em 0 0;
	color:#4c4c4c;
	font-size:0.9em;
}
.available ul li select {
  outline: none;
  padding: 3px;

}
.available {
  padding: 2em 0 1em;
  
}

.available2 h6{
	color:#f95a32;
	font-size:1em;
	padding: 0 0 0em;
}
.available2 ul li{
	display:inline-block;
	padding:0 0.5em 0 0;
	color:#4c4c4c;
	font-size:0.9em;
}
.available2 ul li select {
  outline: none;
  padding: 3px;

}
.available2 {
  padding: 2em 0 1em;
  
}

.form-control {
 
  }
.top-in-single{
	padding:0;
}

.product_img {
	width: 235px;
    height: 140px;
}

.dropdown1 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 100%;
  background: #f2f2f2;
  border: 1px solid;
  border-color: white #f7f7f7 whitesmoke;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.dropdown1:before, .dropdown1:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888888 transparent;
  pointer-events: none;
}


.dropdown1:before {
  border-bottom-style: solid;
  border-top: none;
}

.dropdown1:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown-select {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size: 12px;
  color: #62717a;
  text-shadow: 0 1px white;
  background: #f2f2f2; /* Fallback for IE 8 */
  background: rgba(0, 0, 0, 0) !important; /* "transparent" doesn't work with Opera */
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}

.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */

.lt-ie9 .dropdown1 {
  z-index: 1;
}

.lt-ie9 .dropdown-select {
  z-index: -1;
}

.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */

@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}

.dropdown-dark {
  background: #444;
  border-color: #111111 #0a0a0a black;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
}

.dropdown-dark:before {
  border-bottom-color: #aaa;
}

.dropdown-dark:after {
  border-top-color: #aaa;
}

.dropdown-dark .dropdown-select {
  color: #aaa;
  text-shadow: 0 1px black;
  background: #444;  /* Fallback for IE 8 */
}

.dropdown-dark .dropdown-select:focus {
  color: #ccc;
}

.dropdown-dark .dropdown-select > option {
  background: #444;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}

.product_rating {
	background: #FFF;
	
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}

/* ---------Начало табов--------- */

#tabs{
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tabs li{
  float: left;
  margin: 0 .5em 0 0;
}

#tabs a{
position: relative;
    background: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
    background-image: -webkit-linear-gradient(top, #fff, #ddd);
    background-image: -moz-linear-gradient(top, #fff, #ddd);
    background-image: -ms-linear-gradient(top, #fff, #ddd);
    background-image: -o-linear-gradient(top, #fff, #ddd);
    background-image: linear-gradient(to bottom, #fff, #ddd);
    padding: .7em 1.5em;
    float: left;
    text-decoration: none;
    color: #5E89EF;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
    box-shadow: 0 2px 2px rgba(0,0,0,.4);
    font-size: 18px;
    font-weight: 700;
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after{
  background: #fff;
  color: #C24D30;
}

#tabs a:focus{
  outline: 0;
}

#tabs a::after{
  content:'';
  position:absolute;
  z-index: 1;
  top: 0;
  right: -.5em;  
  bottom: 0;
  width: 1em;
  background: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background-image: -webkit-linear-gradient(top, #fff, #ddd);
  background-image: -moz-linear-gradient(top, #fff, #ddd);
  background-image: -ms-linear-gradient(top, #fff, #ddd);
  background-image: -o-linear-gradient(top, #fff, #ddd);
  background-image: linear-gradient(to bottom, #fff, #ddd);  
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -ms-transform: skew(10deg);
  -o-transform: skew(10deg);
  transform: skew(10deg);
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;  
}

#tabs #current a,
#tabs #current a::after{
  background: #fff;
  color: #000000;
  z-index: 3;
}

/* ------------------------------------------------- */

#content
{
    background: #fff;
    padding: 2em;
	position: relative;
	z-index: 2;	
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    -moz-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
    box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
	margin-bottom: 20px;
}

#content h2, #content h3, #content p
{
    margin: 0 0 15px 0;
}

.selmimg img {
	width: 32px;
	height: 32px;
	margin-bottom: 15px;
}

/* --------Конец табов-------- */



/*----*/
/*=============================cartochka tovara-end===========================*/


/* Стили для слайдера */

.carousel.fade{
	opacity: 1;
}
.carousel.fade .item{
	opacity: 0;
	transition: opacity .5s;
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.carousel.fade .item.active{
	opacity: 1;
	position: relative;
	z-index: 2;
}

/* Конец стилей для слайдера */

/* Стили для обратного звонка */

.telButton .telButton_border {
	border-color: #377724;
}

.telButton .telButton_background {
	background-color: #088789;
}

.telButton {
	z-index:90;
	width: 30px;
	height: 30px;
	opacity: .7;
	
}

.telButton:hover {
	opacity: 1;
}


.telButton .telButton_background {
	background-position: center center;
	background-size: 100% 100%;
	z-index:90;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	animation-name:pulse;
	animation-duration:5s;
	animation-iteration-count:infinite;
	
}

@keyframes pulse {
	0% { width:30px; height:30px; top:0px; left:0px }
	5% { width:36px; height:36px; top:-3px; left:-3px }
	10% { width:30px; height:30px; top:0px; left:0px }
	15% { width:36px; height:36px; top:-3px; left:-3px }
	20% { width:30px; height:30px; top:0px; left:0px }
	25% { width:36px; height:36px; top:-3px; left:-3px }
	30% { width:30px; height:30px; top:0px; left:0px }
	59% { transform:rotate(0deg); }
	60% { transform:rotate(5deg); }
	65% { transform:rotate(-5deg); }
	70% { transform:rotate(5deg); }
	75% { transform:rotate(-5deg); }
	80% { transform:rotate(5deg); }
	85% { transform:rotate(-5deg); }
	90% { transform:rotate(0deg); }
	100% { width:30px; height:30px; top:0px; left:0px }
}

.telButton .telButton_background:hover {
	
	background-color: #fe9126;
	cursor:pointer;
	opacity: 1;
	
}

.telButton .telButton_border {
	position: absolute;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border-style: solid;
	border-width: 3px;
	left: -1px;
	top:-1px;
	opacity: 0.4;
	animation-name:shadow;
	animation-duration:1.5s;
	animation-iteration-count:infinite;
	animation-timing-function:ease-out;
}

@keyframes shadow {
	0% {top:0px; left:0px; width: 26px; height: 26px}
	100% {top:-17px; left: -17px; width: 66px; height: 66px}
}

.telButton_hover {
	position: absolute;
	width: 85px;
	border:2px solid #088789;
	background-color: #FFF;
	border-radius: 15px;
	padding:5px 10px;
	margin-left: 30px;
	margin-top: 14px;
	font-size: 1.0em;
	color:#000;
	opacity: 0;
	z-index: 90;
	display: none;
}

.telButton .telButton_background {
	position: absolute;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA2CAYAAACMRWrdAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAQJJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+Cjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wMS0xN1QxODo1Mjo0MCswMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTYtMDEtMjJUMjE6NDE6MTcrMDM6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTAxLTIyVDIxOjQxOjE3KzAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxlPkFkb2JlIFJHQiAoMTk5OCk8L3Bob3Rvc2hvcDpJQ0NQcm9maWxlPgogICAgICAgICA8cGhvdG9zaG9wOkRvY3VtZW50QW5jZXN0b3JzPgogICAgICAgICAgICA8cmRmOkJhZz4KICAgICAgICAgICAgICAgPHJkZjpsaT4yMTBFQjIxMjI4NDJCMzc3QTkyMzYyNjI3MUQ3RERDRDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjk0MzkyQkMwRjA1NzlEOUFGNkM4Rjg5MzY0QkEzNzExPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOkJhZz4KICAgICAgICAgPC9waG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6NDA2OWE3YzItOTk4OS02NDQ4LWE3MDktYTY4MzNiNmI1NWZkPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD5hZG9iZTpkb2NpZDpwaG90b3Nob3A6YTk3NmQzNzgtYzEzNy0xMWU1LTg1NGYtOTY1ODc3Yzk0Mzk5PC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6MjlkZjEzYTktYjU4ZS0zMjQwLTgxZjQtMDJmN2RjYzBlZmJkPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjI5ZGYxM2E5LWI1OGUtMzI0MC04MWY0LTAyZjdkY2MwZWZiZDwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wMS0xN1QxODo1Mjo0MCswMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDo2YmIxZjYwYi1iZjUwLTVhNDItYTFjNS1iNTdiZGVlMTgxYjY8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTYtMDEtMjJUMjE6NDE6MTcrMDM6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNvbnZlcnRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6cGFyYW1ldGVycz5mcm9tIGFwcGxpY2F0aW9uL3ZuZC5hZG9iZS5waG90b3Nob3AgdG8gaW1hZ2UvcG5nPC9zdEV2dDpwYXJhbWV0ZXJzPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+ZGVyaXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6cGFyYW1ldGVycz5jb252ZXJ0ZWQgZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZzwvc3RFdnQ6cGFyYW1ldGVycz4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6NDA2OWE3YzItOTk4OS02NDQ4LWE3MDktYTY4MzNiNmI1NWZkPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE2LTAxLTIyVDIxOjQxOjE3KzAzOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHhtcE1NOkRlcml2ZWRGcm9tIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgPHN0UmVmOmluc3RhbmNlSUQ+eG1wLmlpZDo2YmIxZjYwYi1iZjUwLTVhNDItYTFjNS1iNTdiZGVlMTgxYjY8L3N0UmVmOmluc3RhbmNlSUQ+CiAgICAgICAgICAgIDxzdFJlZjpkb2N1bWVudElEPnhtcC5kaWQ6MjlkZjEzYTktYjU4ZS0zMjQwLTgxZjQtMDJmN2RjYzBlZmJkPC9zdFJlZjpkb2N1bWVudElEPgogICAgICAgICAgICA8c3RSZWY6b3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6MjlkZjEzYTktYjU4ZS0zMjQwLTgxZjQtMDJmN2RjYzBlZmJkPC9zdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDwveG1wTU06RGVyaXZlZEZyb20+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjY1NTM1PC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj41NDwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj41NDwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+GgRX5gAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAIs0lEQVR42uyaa2xT5xnH/+fi4+PL8fE1mPimpOmgmUlHP2wKLExElKgCxNg+sG7V0LRJnYbEFO1DVcHaIDRBt0kDBtI+lW6FCSqmilKpaDCYoFAglCXcIjdJE+Jb7CQ+vh+fc3x89gVbzRJC6EaMujzSK0t+Xr/n+fnxc3kfmdA0DV9FIfEVlUWwRbBFsEWwRbD/CzB6LqXNZiMFQajMpjtx4gQVCARW0DSNfD7fd+vWLRw9ehSKoiCbzUJRFFQqlUcaEIlEFh6MIIhZ25Jjx44ZvF5v9/Lly7sqlQoRiUQ+0Ov1f+Q4TlJVFaIoQpIklMtl1KuzmRMslUrNsOrMmTP+tWvXftTY2Nhafc9ut3fwPP+T3t7eDcPDw6MOhwMURUGSpHl57UkI8Tjf6JkzZxrb2tr+3tjY+PXZ9MPDw58cPnz4OxaLRal67VFgBw8erC/Y9u3brbt27bq2dOnSr821r7u7e/2pU6fOms1miKIIRVHmPHd0dHThf4pflI0bN/Y8CgoAnnnmmU6Px3PW6/VCURQoilKXOJs3mNvtXjWffV1dXesSicTrJEmCoqi6JZB5gyUSiVwmkwHHcSDJh5e/QCDwjWvXri2bmJgImc1myLI8Z5zt2bOnvmB2u10sFApgGAZ6vf6hcKqq0q+88soaWZZDLMtC07Sn22OxWExwuVwol8tgGGaarmq8JEnIZDJYtWpVq8FgAMdxoGka9ZB5P3VgYGDkueeemxEzmqahXC6jUChgcnISqVQK8Xi8YDKZ0NDQAIPBAIqiHnpuc3NzfcH6+/tDGzZsgCRJMBqNoCgKBEFAVVUUi0XE43GMjY1hYmICR44c+UBVVdjtduh0OhAEMVtXA03TcPz48fqC3b59+1+lUgmlUgnlchk6na4aU8jn80gmkxgfH8fly5d/EwqFrlMUhUQiAZIkZ4ARBAFZlsGybP27+2AwOHr//v1woVCAJElQVbWmq1QqkGVZDofDv83n87uMRiN0Oh1omgZN06AoqrZomoaiKOA4DitXrqx/jJ04caK4c+fOy36//weiKMJoNNYMt1gs0DQtGo/HX/P5fGBZFjRNQ6fTzcielUoFJEmCYZhHdiULdh+7devWh4VCAfl8HrIsQ9M0UBQFnuexZs0aH8Mw3xwZGYHT6YTVaoXRaIRer68tg8GAdDqN1atXIxgMIpvN1t9jAOBwON7PZrM5s9nM8TwPlmVrqZ9lWfrFF1/81RtvvLFVlmWIoghRFKGqKjRNq72uXLkSsiyjXC7PmlTq4rF33nmnePHixWPpdBqZTAaSJE3Td3Z2bg4Gg02iKMLpdMLpdMJkMqFYLIJhGDQ3N9eK+5Mu2o89Grh69erhdDqtTU1NIZfLTYsTlmX1O3bs+F1LSwsIgoAoiiBJEmvXrsXq1avhdrtRLBYXpBN5bLArV67cuXnz5vuTk5OYmppCoVCYpn/hhRe+39HRsSUUCiEajSKTyWDdunUIBoNIJpNz9pl1H+acO3fu9YmJCSUejyOVSqFUKk3Tr1+//u1gMNjC8zy8Xi8kSYIkSTOK9VMTY1W5cePGZxcuXPhDMplELBaDIAjTOni73W7ds2fPKY/H4yyVSuA4DiaTqdZeEQQBkiRrRf6pGr/19vbuikQioUgkgmg0CkEQpum9Xm/rW2+9daGlpeXZbDYLnufhcrlgsVjAMAwYhoHVan060v0XJRQKKStWrPjRtm3brlEURel0OlAUNc3YQCAQ7OnpuXLv3r2fh8Phv1mtVtA0jWqpaGhoAADs3r3bt2nTpi6Xy+W4c+fO5+l0+urLL78crgvYg/7x01dffXU7RVF/IggC1cXzfG0Pz/PO9vb2k0aj8e1cLrdXFMUhlmVhMBhQKpXw3nvvbduxY8fvOY5zkiQJt9sNTdNyd+/e/ZiiqH8IgnC1vb398hOdUj1kqIr29vZ9nZ2dr/n9fixbtgx+vx82m23G3mw2m793795fARyKx+O3Afx4y5Ytf57r/Ewmg1Qq9eGBAwd+un///uS8DateEr/sqsrmzZsP7t27Vzt69Kh2/fp1LZFIaKqqarOJLMuVoaGh65VKRZuvRCKRz7u7u+3ztYvq6en5rzy2b98+6PV6hEKhjwCwJpPp24VCAaqq1prd/8x+FEURdrvd8zjp3mKx2GiaVvfv3//JSy+9VH6iMVYVg8EAVVVx8+bN1wOBQERRlEOZTAaCIKC5uRmNjY2wWq0zRgqPKz6f74dTU1NXAZx+4mDVmqTX6+HxeKAoyuHz58/3t7W1Hcrn888nk0k0NTXB5/PB5XKB4zjo9fp5Fecvjh1SqRRGRkaYUqlkfOJZsVYMSRIkScJsNqOtrQ29vb0fj42NrcrlcnuLxeIvxsfH6bGxMfh8PixduhQOhwMcx9XubbPdsh9cXiEIAiKRCGKxGPr7+89nMpl/LhhY1XMsy6KpqQkejwder7fY19f3y0Qi8ZempqZfy7K8ORqNwmazwe12o6GhAXa7HRzH1e5t1VoIAIqiQBAE3L9/HyMjI0ilUuWzZ8++eenSpcSCgj1ICnC5XOB5Hs3Nzcjn80in059Go9HvTk5OrrFarT+TJOl7qVTKNDAwAI7jYLPZwPM8LBYLzGYzWJYFRVEoFosYHx9HOBxGMpksHD9+vGtwcPDzBSnQs3mtOlB1u92YmJiAw+GALMtIJBIXY7HYxb6+vp2BQGAzz/NdVqv1W7lczlX9vE6nq/WTkiShWCxCkqTsyZMnNw4ODj5Wkf6fTzOryYRlWXAcB4ZhQNM0bDYbBEFAIpEIZzKZQ319fYc6OjqWDA0NPTs1NfV8a2trq81m8xeLxSUEQTh1Op2mKMr106dPvxkOhz9b0JbqUYAURYFlWVgsFhiNRtjtdsRiMSxZsgS5XA5utzvx7rvvJgB8vHXrVqder3dcunTJqWlao9Pp1Px+/41wODz6pZ6/+CexRbBFsEWwRbBFsEWwp0/+PQD8E2kSEII06AAAAABJRU5ErkJggg==);
	
}

.window_wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    text-align: center;
    z-index: 5005
    }
    .window_wrap:after {
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle;
        content: ''
        }

.window {
    display: inline-block;
    
    position: relative;
    max-width: 80%;
    padding: 20px;
    border-radius: 15px;
    border:3px solid #088789;
    background: #fff;
    vertical-align: middle;
    background: #efe7b8 none repeat scroll 0 0;
    height: 136px;
    }  

.window_close {
    display: block;
    position: absolute;
    top: -18px;
    right: 10px;
    width: 12px;
    height: 12px;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    background: #088789;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    cursor:pointer;
    box-sizing: content-box !important;
    }
    .window_close:hover {
     background: #ff6600;
     
        }   
           
.window p {
	    color: #333;
	    font-family: "Arial",sans-serif;
	    font-size: 16px;
	    font-weight: bold;
	    line-height: 24px;
	    text-align: center;
	    text-transform: uppercase;
	}

.window > .format {
	margin-top: -30px;
	color: #ff6600;
	    font-family: "Arial",sans-serif;
	    font-size: 10px;
	    font-weight: bold;
	    
	    text-align: center;
}	

#telForm {
	    margin-top: -15px;
	    background: #fafafa none repeat scroll 0 0;
	    border: medium none;
	    border-radius: 5px 0 0 5px;
	    float: left;
	    height: 25px;
	    text-align: center;
	    width: 58%;
	}
#telButton {
	margin-top: -15px;
	    background: #e03f58 none repeat scroll 0 0;
	    border: medium none;
	    border-radius: 0 5px 5px 0;
	    color: #fff;
	    cursor: pointer;
	    float: right;
	    height: 25px;
	    transition: all 0.6s ease 0s;
	    width: 40%;
	}

/* Конец стилей для обратного звонка */

/* Стили для прелоадера */
.preloader{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:9999;
	background-color:#fefefe;
	opacity: .7;
	display: none;
}
.preloader img{
	position:relative;
	left:50%;
	top:50vh;
	margin:-100px 0 0 -100px;
}

/* Конец стилей для прелоадера */


/* Кнопка вернуться наверх */

/* формируем тело кнопки, положение и эффект перехода */

.scrollTop {
/* по-умолчанию скрыта */
    display: none;
/* скругяем углы */
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
/* фиксируем позицию кнопки */
    position: fixed;
/* размеры кнопки */   
    width: 60px;
    height: 60px;
/* положение кнопки */
    right: 1rem;
    bottom: 1.5rem;
/* вид курсора */
    cursor: pointer;
/* эффект перехода между двумя состояниями кнопки */
    -webkit-transition: bottom 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: bottom 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: bottom 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: bottom 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: bottom 0.2s cubic-bezier(0.42, 0, 0.58, 1)
}
/* смещение кнопки вверх при наведении */

.scrollTop:hover {
    bottom: 2.5rem
}
 
/* дополнительные элементы офрмления кнопки */

.scrollTop:before,
.scrollTop:after {
    content: "";
    top: 0.5;
    left: 1rem;
    background-color: #766DCC;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
}

/* определяем имя, тип и скорость анимации лля :before */
.scrollTop:before {
    background-color: #736cad;
    -webkit-animation: clickMe 1.8s 333ms infinite ease-out;
    -moz-animation: clickMe 1.8s 333ms infinite ease-out;
    animation: clickMe 1.8s 333ms infinite ease-out
}

/* определяем имя, тип и скорость анимации лля :after */
.scrollTop:after {
    -webkit-animation: clickMe 1.8s 777ms infinite ease-out;
    -moz-animation: clickMe 1.8s 777ms infinite ease-out;
    animation: clickMe 1.8s 777ms infinite ease-out
 }

/* формируем вид иконки */
.scrollTop i {
    width: 30px;
    height: 30px;
    display: block;
    background: rgba(28, 144, 243, 0.61);
    color: #000;
    text-align: center;
    line-height: 30px;
    font-size: 1.3rem;
    background-size: 12px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 25px;
    top: 15px;
    z-index: 100
}

/* анимация */
 @-webkit-keyframes clickMe {
    0% {
        opacity: 0;
        -webkit-transform: scale(0)
    }
    5% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
 }
 
 @-moz-keyframes clickMe {
    0% {
       opacity: 0;
       -moz-transform: scale(0)
    }
    5% {
       opacity: 1
    }
    100% {
        opacity: 0
    }
 }
 
 @keyframes clickMe {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }
    5% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
 }

/* Конец стилей для кнопки вернутся на вверх */ 

/* Стили для вертикального меню категорий */

.cat-container {
    width: 100%;
    
    /*background: #e9e9e9;*/
}

.cat-mobile {
    display: none;
    padding-bottom: 20px;
}

.cat-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    position: relative;
    top: 10px;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.cat-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    padding: 10px 15px;
    background: #eee;
    color: #333;
    position: absolute;
    left: 0;
    margin-top: 10px;
}

.cat > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.cat > ul:before,
.cat > ul:after {
   
    display: table;
}

.cat > ul:after {
    clear: both;
}

.cat > ul > li {
	margin-top: 0px;
    /*background: #e9e9e9;*/
    padding: 0;
    
    transition: all .5s;
}

.cat > ul > li a {
	text-decoration: none;
    /*padding: 1.5em 3em;*/
    display: block;
    text-align: left;
    font-size: 14px;
	color: #000;
	}

.cat > ul > li:hover {
    /*background: #f0f0f0;*/
	
}
.cat > ul > li:hover > a,
.cat-dropdown-icon > ul > li > ul > li > a:hover{
    color: #f54922;
}
.cat-dropdown-icon > ul > li > a{
    font-weight: bold;
}


.cat-dropdown-icon > ul{
    border-top: 1px solid #ccc;
}

.cat > ul > li > ul {
    display: none;
    width: 100%;
    background: #fff;
    padding: 10px;
    position: absolute;
    z-index: 99;
    list-style: none;
    box-sizing: border-box;
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
}

.cat > ul > li > ul:before,
.cat > ul > li > ul:after {
    content: "";
    display: table;
}

.cat > ul > li > ul:after {
    clear: both;
}

.cat > ul > li > ul > li {
    padding-bottom: 0;
    list-style: none;
    width: 100%;
    background: none;
}




.cat > ul > li > ul > li a {
    color: #7d7253;
    padding: 0 0px;
    width: 100%;
    display: block;
	
    /*border-bottom: 1px solid #ccc;*/
}

.cat > ul > li > ul > li a:hover {
    color: #f54922;
	
}



.cat > ul > li > ul > li > ul {
    display: block;
    padding-left: .1em;
    list-style: none;
    box-sizing: border-box;
}

.cat > ul > li > ul > li > ul:before,
.cat > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.cat > ul > li > ul > li > ul:after {
    clear: both;
}

.cat > ul > li > ul > li > ul > li {
    width: 100%;
    padding: 0px 5px;
    /*font-size: .8em;*/
}

.cat > ul > li > ul > li > ul > li a {
    border: 0;
	font-size: 95%;
}

.cat > ul > li > ul > li > ul > li > ul > li {
    width: 100%;
    
	list-style: none;
}
	
.cat > ul > li > ul > li > ul > li > ul > li a {
    color: #7d7253;
    
    width: 100%;
    display: block;
	
	/*border-bottom: 1px solid #ccc;*/
}
.cat > ul > li > ul > li > ul > li > ul > li a:hover {
    color: #f54922;
}

.cat > ul > li > ul.normal-sub {
    width: auto;
}

.cat > ul > li > ul.normal-sub > li {
    width: 100%;
}

.cat > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 0px 0px;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 767px) { /*959*/
    .cat-container {
        width: 100%;
    }
    .cat-mobile {
        display: block;
		padding-left: 10px;
		color: #888888;
    }
	
	.cat-mobile:hover {
		color: #f54922;
	}
	
	.menu-mobile {
        display: block;
		padding-left: 10px;
		color: #888888;
    }
	
	.menu-mobile:hover {
		color: #f54922;
	}
    .cat-dropdown-icon:before {
        display: block;
    }
    .cat > ul {
        display: none;
    }
    .cat > ul > li {
        width: 100%;
        float: none;
        display: block;
        transition: all .3s;
    }
    .cat > ul > li a {
        padding: 0.5em;
        width: 100%;
        display: block;
    }
    .cat > ul > li > ul {
        position: relative;
    }
    .cat > ul > li > ul.normal-sub {
        width: 100%;
    }
    .cat > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .cat > ul > li > ul > li:first-child {
        margin: 0;
    }
    .cat > ul > li > ul > li > ul {
        position: relative;
    }
    .cat > ul > li > ul > li > ul > li {
        float: none;
    }
    .cat .show-on-mobile {
        display: block;
        transition: all .5s;
    }
	
	
}



/* Конец Стилей для вертикального меню категорий */
	
.clear {
  clear: both;
  overflow: hidden;
  width: 100%;
  display: block;
  height: 0px;
}
.padding-fix {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.std-heading {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}
.section-heading {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  text-transform: none;
}
.std-label {
  font-size: 11px;
  font-weight: 300;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.bluebox-info-line {
  font-size: 11px;
  text-transform: uppercase;
  padding: 12px 0 17px 0;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  border-color: #000000;
  zoom: 1;
  border-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000);
  border-color: rgba(0, 0, 0, 0.06);
  border-left: none;
  border-top: none;
  border-right: none;
}
.bluebox-info-line a {
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.bluebox-info-line a.more-link {
  float: right;
}
.bluebox-extra-info {
  font-size: 11px;
  text-transform: uppercase;
  padding: 0;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.bluebox-extra-info a {
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.bluebox-extra-info a.more-link {
  float: right;
}
.normal-text {
  font-weight: normal;
  text-transform: none;
  font-size: 13px;
}
/* BEGIN top bar */
header.top-bar {
  height: 30px;
  position: relative;
  font-size: 13px;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dbffffff, endColorstr=#dbffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dbffffff, endColorstr=#dbffffff);
  background-color: rgba(255, 255, 255, 0.86);
  -webkit-box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.02);
  -o-box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.02);
}
header.top-bar .center-info {
  margin: 0 auto;
  line-height: 20px;
  min-height: 30px;
  padding: 5px 0;
  position: relative;
  max-width: 960px;
}
header.top-bar .center-info .bg-player {
  float: right;
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 1px;
  height: 28px;
  padding: 0;
}
header.top-bar .center-info .bg-player .player-button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 28px;
  height: 28px;
  text-align: center;
  float: right;
  line-height: 28px;
  margin-left: 1px;
  font-size: 11px;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000);
  background-color: rgba(0, 0, 0, 0.06);
}
header.top-bar .center-info .bg-player .player-button span {
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  left: 0px;
  top: 0;
  color: #000000;
  color: rgba(0, 0, 0, 0.26);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header.top-bar .center-info .bg-player .player-button span:last-child {
  top: -28px;
  color: #ffffff;
}
header.top-bar .center-info .bg-player .player-button:hover {
  background-color: #C24D2C;
}
header.top-bar .center-info .bg-player .player-button:hover span:first-child {
  top: 28px;
}
header.top-bar .center-info .bg-player .player-button:hover span:last-child {
  top: 0px;
}
header.top-bar .center-info .bg-player .volume {
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#db000000, endColorstr=#db000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db000000, endColorstr=#db000000);
  background-color: rgba(0, 0, 0, 0.86);
}
header.top-bar .center-info .bg-player .volume span {
  color: #ffffff;
}
header.top-bar .center-info .bg-player .player-button.forward span {
  -webkit-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  top: 0;
  left: 0;
}
header.top-bar .center-info .bg-player .player-button.forward span:last-child {
  top: 0;
  left: -28px;
}
header.top-bar .center-info .bg-player .player-button:hover.forward span {
  top: 0;
  left: 28px;
}
header.top-bar .center-info .bg-player .player-button:hover.forward span:last-child {
  top: 0;
  left: 0px;
}
header.top-bar .center-info .bg-player .player-button.backward span {
  overflow: visible;
}
header.top-bar .center-info .bg-player .player-button.backward span {
  -webkit-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  top: 0;
  left: 0;
}
header.top-bar .center-info .bg-player .player-button.backward span:last-child {
  top: 0;
  left: 28px !important;
}
header.top-bar .center-info .bg-player .player-button:hover.backward span {
  top: 0;
  left: -28px !important;
}
header.top-bar .center-info .bg-player .player-button:hover.backward span:last-child {
  top: 0;
  left: 0px !important;
}
header.top-bar .full-width-info {
  display: inline-block;
  position: absolute;
  top: 0;
  line-height: 20px;
  padding: 5px 10px;
}
header.top-bar .left {
  left: 0;
}
header.top-bar .right {
  right: 0;
}
/* END top bar */
.top-banner-area {
  margin: 0px auto 30px auto;
  min-height: 60px;
  max-width: 1040px;
}
.event-counter {
  float: right;
  position: relative;
  -webkit-perspective: 640px;
  -moz-perspective: 640px;
  -ms-perspective: 640px;
  -o-perspective: 640px;
  perspective: 640px;
}
.event-counter:hover .event-more {
  color: white;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#db000000, endColorstr=#db000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db000000, endColorstr=#db000000);
  background-color: rgba(0, 0, 0, 0.86);
}
.event-counter .event-more {
  float: right;
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 61px;
  text-align: center;
  overflow: hidden;
  color: white;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#42000000, endColorstr=#42000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#42000000, endColorstr=#42000000);
  background-color: rgba(0, 0, 0, 0.26);
}
.event-counter .event-more span {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 61px;
  text-align: center;
  top: 0;
  left: 0px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.event-counter .event-more span:last-child {
  top: -60px;
  color: #ffffff;
}
.event-counter .event-more:hover {
  color: white;
  background-color: #C24D2C;
}
.event-counter .event-more:hover span {
  top: 60px;
}
.event-counter .event-more:hover span:last-child {
  top: 0;
}
.event-counter .counter {
  position: absolute;
  right: 60px;
  width: 244px;
  height: 60px;
}
.event-counter .counter .cell {
  height: 60px;
  width: 60px;
  text-align: center;
  position: relative;
  color: white;
  float: left;
  margin-right: 1px;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#42000000, endColorstr=#42000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#42000000, endColorstr=#42000000);
  background-color: rgba(0, 0, 0, 0.26);
}
.event-counter .counter .cell strong {
  position: absolute;
  display: inline-block;
  line-height: 30px;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  top: 8px;
  left: 0;
  right: 0;
}
.event-counter .counter .cell span {
  position: absolute;
  display: inline-block;
  line-height: 20px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 300;
  top: 36px;
  left: 0;
  right: 0;
  font-size: 11px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}
.event-counter .event-label {
  display: block;
  height: 60px;
  position: absolute;
  top: 0;
  right: 305px;
  line-height: 60px;
  padding: 0 20px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 11px;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#db000000, endColorstr=#db000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db000000, endColorstr=#db000000);
  background-color: rgba(0, 0, 0, 0.86);
  min-width: 130px;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotateY(-68deg);
  -moz-transform: rotateY(-68deg);
  -ms-transform: rotateY(-68deg);
  -o-transform: rotateY(-68deg);
  transform: rotateY(-68deg);
  -webkit-transition: -webkit-transform 0.15s linear;
  -moz-transition: -moz-transform 0.15s linear;
  -ms-transition: -ms-transform 0.15s linear;
  -o-transition: -o-transform 0.15s linear;
  transition: transform .15s linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  box-transition: all 200ms linear;
}
.event-counter:hover .event-label {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/* BEGIN basic layout */
.content-wrap {
  margin: 0 auto;
  position: relative;
  max-width: 960px;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.02), inset 0 1px 0 0px #ffffff;
  -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.02), inset 0 1px 0 0px #ffffff;
  -o-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.02), inset 0 1px 0 0px #ffffff;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.02), inset 0 1px 0 0px #ffffff;
}
.content-wrap .main-container {
  clear: both;
  padding: 0 40px 40px 40px;
  zoom: 1;
  background-color: #D9DAD7;
  max-width: 960px;
}
.content-wrap .main-container img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.content-wrap .main-container content {
  float: left;
  width: 65%;
  width: 100%;
  padding-right: 40px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.content-wrap .main-container aside {
  float: left;
  width: 35%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.content-wrap .main-container span.clear {
  clear: both;
  overflow: hidden;
  width: 100%;
  display: block;
  height: 0px;
}
.content-wrap .main-container > :nth-child(2) {
  padding-right: 0px;
}
.content-wrap footer {
  max-width: 960px;
  zoom: 1;
  background-color: #1A2639;
  
}
/* BEGIN basic layout */
/* BEGIN prime nav */
.bb-mobile-nav {
  display: none;
}
.content-wrap .main-container header {
  display: block;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.content-wrap .main-container header nav {
  display: block;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  position: relative;
  top: -10px;
  box-shadow: 0px -2px 5px #151515;
  border-top: 1px solid #A0A0A0;
}
.content-wrap .main-container header nav ul {
  margin: 0;
  list-style-type: none;
  padding: 0px;
  display: block;
  float: left;
  width: 100%;
  background-color: #3E4A61;

  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.06);
  -o-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.06);
}
.content-wrap .main-container header nav ul li {
  float: left;
  position: relative;
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  
  color: #fff;
  text-transform: uppercase;
}
.content-wrap .main-container header nav ul li:after {
  content: '/';
  font-weight: normal;
  position: absolute;
  display: block;
  top: 25px;
  right: 0px;
  color: #fff;
  color: rgba(0, 0, 0, 0.12);
}
.content-wrap .main-container header nav ul li:last-child,
.content-wrap .main-container header nav ul li:last-child a {
  margin: 0;
}
.content-wrap .main-container header nav ul li:last-child:after {
  content: '';
  display: none;
}


.content-wrap .main-container header nav ul li a:hover i {
  color: #C24D2C;
  -webkit-transition: color 200ms linear;
  -moz-transition: color 200ms linear;
  -o-transition: color 200ms linear;
  -ms-transition: color 200ms linear;
  box-transition: color 200ms linear;
}
.content-wrap .main-container header nav ul li a i {
  color: #fff;
  color: rgba(0, 0, 0, 0.26);
  margin-right: 6px;
}
.content-wrap .main-container header nav ul li.sub-nav a:hover {
  /*.box-shadow(none);*/

}
.content-wrap .main-container header nav ul li.current-item > a {
  color: #C24D2C;
  -webkit-box-shadow: inset 0 -1px 0 0 #C24D2C;
  -moz-box-shadow: inset 0 -1px 0 0 #C24D2C;
  -o-box-shadow: inset 0 -1px 0 0 #C24D2C;
  box-shadow: inset 0 -1px 0 0 #C24D2C;
}
.content-wrap .main-container header nav ul li > ul {
  height: 0;
  z-index: -1;
  display: block;
  width: 200px;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background-color: #ffffff;
  left: -10px;
  margin-top: -11px;
  border-bottom: 0;
  -webkit-box-shadow: inset 0 1px 0 0 #C24D2C, 0px 3px 20px -3px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: inset 0 1px 0 0 #C24D2C, 0px 3px 20px -3px rgba(0, 0, 0, 0.26);
  -o-box-shadow: inset 0 1px 0 0 #C24D2C, 0px 3px 20px -3px rgba(0, 0, 0, 0.26);
  box-shadow: inset 0 1px 0 0 #C24D2C, 0px 3px 20px -3px rgba(0, 0, 0, 0.26);
  -webkit-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-top 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.content-wrap .main-container header nav ul li > ul:after {
  content: '';
  position: absolute;
  z-index: 501;
  top: -5px;
  left: 18px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #C24D2C;
}
.content-wrap .main-container header nav ul li > ul:before {
  content: '';
  position: absolute;
  z-index: 502;
  top: -4px;
  left: 18px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
}
.content-wrap .main-container header nav ul li > ul li {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: 1px solid #000000;
  border-color: #000000;
  zoom: 1;
  border-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000);
  border-color: rgba(0, 0, 0, 0.06);
  border-left: none;
  border-top: none;
  border-right: none;
}
.content-wrap .main-container header nav ul li > ul li:last-child {
  border-bottom: none;
}
.content-wrap .main-container header nav ul li > ul li:after {
  content: '';
  display: none;
}
.content-wrap .main-container header nav ul li > ul li i.icon-chevron-right {
  position: absolute;
  top: 15px;
  right: 12px;
  font-size: 11px;
  color: #fff;
  color: rgba(0, 0, 0, 0.12);
  -webkit-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1), color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1), color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1), color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1), color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1), color 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.content-wrap .main-container header nav ul li > ul li:hover i.icon-chevron-right {
  right: 10px;
  color: #C24D2C;
}
.content-wrap .main-container header nav ul li > ul li a {
  padding: 10px 15px;
  line-height: 20px;
  margin: 0;
  display: block;
  font-weight: normal;
  text-transform: none;
  font-size: 13px;
  -webkit-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1), color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1), color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1), color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1), color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1), color 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.content-wrap .main-container header nav ul li > ul li a:hover {
  /*padding: 10px 12px;*/

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.content-wrap .main-container header nav ul li > ul li ul {
  left: 100%;
  top: 0px;
  z-index: 503;
  display: block;
}
.content-wrap .main-container header nav ul li > ul li ul:before,
.content-wrap .main-container header nav ul li > ul li ul:after {
  content: '';
  display: none;
}
.content-wrap .main-container header nav ul li > ul li.current-item > a {
  background-color: #C24D2C !important;
  color: white !important;
}
.content-wrap .main-container header nav ul li > ul li.current-item > a i.icon-chevron-right {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.26);
}
.content-wrap .main-container header nav ul li > ul li.current-item > a:hover i.icon-chevron-right {
  color: white;
}
.content-wrap .main-container header nav ul li:hover > ul {
  height: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  margin-top: -1px;
  z-index: 500;
}
.content-wrap .main-container header nav:hover > ul > li > ul {
  /*z-index:500;*/

}
/* END prime nav */
/* BEGIN slider */
.bluebox-slider {
  overflow: hidden;
}
.bluebox-slider .bullets-wrap,
.bluebox-slider .arrow-links-wrap,
.bluebox-slider .slider-caption {
  z-index: 1;
}
.bluebox-slider .swiper-slide,
.bluebox-slider .swiper-wrapper {
  position: relative;
  height: auto !important;
}
.bluebox-slider .slider-caption .caption-item {
  height: 0;
  opacity: 0;
  left: 20px;
  right: 20px;
  position: absolute;
  top: 10px;
  -webkit-transition: opacity 0.52 ease;
  -moz-transition: opacity 0.52 ease;
  -o-transition: opacity 0.52 ease;
  -ms-transition: opacity 0.52 ease;
  box-transition: opacity 0.52 ease;
}
.bluebox-slider .slider-caption .caption-item.current-slide-caption {
  position: relative;
  height: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  top: auto;
  left: auto;
  right: auto;
}
.bluebox-slider .slider-caption .caption-item.fadingaway-slide-caption {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.bb-slider {
  background-color: black;
  padding: 10px;
  position: relative;
  margin-bottom: 40px;
}
.bb-slider .image-wrap {
  overflow: hidden;
}
.bb-slider .image-wrap img {
  display: block;
  width: 100%;
  -webkit-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-slider .bullets-wrap {
  position: absolute;
  top: 11px;
  right: 11px;
  padding: 10px;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000);
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-slider .bullets-wrap ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
}
.bb-slider .bullets-wrap ul li {
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}
.bb-slider .bullets-wrap ul li a {
  display: block;
  position: relative;
  height: 20px;
  width: 20px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.26);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.26);
  -o-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.26);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.26);
  -webkit-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-slider .bullets-wrap ul li a:hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.86);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.86);
  -o-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.86);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.86);
}
.bb-slider .bullets-wrap ul li:last-child {
  margin-bottom: 0;
}
.bb-slider .bullets-wrap ul li.current a {
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
  -moz-box-shadow: inset 0px 0px 0px 1px #ffffff;
  -o-box-shadow: inset 0px 0px 0px 1px #ffffff;
  box-shadow: inset 0px 0px 0px 1px #ffffff;
}
.bb-slider .bullets-wrap ul li.current a:after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  width: 2px;
  top: 9px;
  left: 9px;
  background-color: white;
}
.bb-slider .slider-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px 20px 20px;
  font-size: 18px;
  color: #ffffff;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#db000000, endColorstr=#db000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db000000, endColorstr=#db000000);
  background-color: rgba(0, 0, 0, 0.86);
  -webkit-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-slider .slider-caption h2 {
  margin: 0 0px 15px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.bb-slider .slider-caption h2 a {
  color: white;
}
.bb-slider .slider-caption h2 a:hover {
  color: #C24D2C;
}
.bb-slider .slider-caption .bluebox-info-line {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  padding: 17px 0px 0px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: none;
}
.bb-slider .slider-caption .bluebox-info-line a {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}
.bb-slider .slider-caption .bluebox-info-line a:hover {
  color: #C24D2C;
}
.bb-slider .slider-caption .bluebox-info-line a.more-link {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  margin-right: -10px;
  -webkit-transition: color 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: color 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: color 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: color 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: color 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-right 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-slider .slider-caption .bluebox-info-line a.more-link i {
  margin-right: 6px;
}
.bb-slider:hover .image-wrap img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.bb-slider:hover .bullets-wrap {
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#42000000, endColorstr=#42000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#42000000, endColorstr=#42000000);
  background-color: rgba(0, 0, 0, 0.26);
}
.bb-slider:hover .bullets-wrap:hover {
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  background-color: rgba(0, 0, 0, 0.5);
}
.bb-slider:hover .slider-caption {
  background-color: black;
}
.bb-slider:hover .slider-caption .bluebox-info-line a.more-link {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  margin-right: 0;
}
/* END slider */
/* BEGIN slider 2 */
.bb-slider-2 {
  position: relative;
  margin-bottom: 0px;
}
.bb-slider-2 img {
  display: block;
  width: 100%;
}
.bb-slider-2 .slider-caption {
  position: absolute;
  margin-right: 123px;
  left: 1px;
  padding: 20px;
  bottom: 0px;
  color: #ffffff;
  -webkit-transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  -ms-transition: background-color 200ms;
  box-transition: background-color 200ms;
}
.bb-slider-2 .slider-caption h2 {
  font-size: 35px;
  font-weight: 600;
  margin: 0;
}
.bb-slider-2 .slider-caption h2 span {
  -webkit-transition: background-color 200ms, color 200ms;
  -moz-transition: background-color 200ms, color 200ms;
  -o-transition: background-color 200ms, color 200ms;
  -ms-transition: background-color 200ms, color 200ms;
  box-transition: background-color 200ms, color 200ms;
  /*.bg-rgba(black, 0);*/

  line-height: 48px;
  -webkit-text-shadow: 0px 0px 20px #000000;
  -moz-text-shadow: 0px 0px 20px #000000;
  -o-text-shadow: 0px 0px 20px #000000;
  text-shadow: 0px 0px 20px #000000;
}
.bb-slider-2 .slider-caption h2 a {
  color: white;
}
.bb-slider-2 .slider-caption h2 a:hover {
  color: #C24D2C;
}
.bb-slider-2:hover .slider-caption span {
  /*.bg-rgba(black, 0.5);*/

}



.bb-slider-2 .slider-caption2 {
  position: absolute;
 
  left: 1px;
  padding: 10px;
  bottom: 25px;
  color: #ffffff;
  -webkit-transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  -ms-transition: background-color 200ms;
  box-transition: background-color 200ms;
}
.bb-slider-2 .slider-caption2 h2 {
  font-size: 150%;
  font-weight: 600;
  margin: 0;
}
.bb-slider-2 .slider-caption2 h2 span {
  -webkit-transition: background-color 200ms, color 200ms;
  -moz-transition: background-color 200ms, color 200ms;
  -o-transition: background-color 200ms, color 200ms;
  -ms-transition: background-color 200ms, color 200ms;
  box-transition: background-color 200ms, color 200ms;
  /*.bg-rgba(black, 0);*/

  line-height: 28px;
  -webkit-text-shadow: 0px 0px 20px #000000;
  -moz-text-shadow: 0px 0px 20px #000000;
  -o-text-shadow: 0px 0px 20px #000000;
  text-shadow: 0px 0px 20px #000000;
}
.bb-slider-2 .slider-caption2 h2 a {
  color: white;
}

.bb-slider-2 .slider-caption2 .cat {
  color: #FC5E35;
  font-size: 70%;
}
.bb-slider-2 .slider-caption2 .price {
  color: #efe7b8;
  
}
.bb-slider-2 .slider-caption2 h2 a:hover {
  color: #C24D2C;
}
.bb-slider-2:hover .slider-caption2 span {
  /*.bg-rgba(black, 0.5);*/

}



.bb-slider-2 .bullets-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000);
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: background-color 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-slider-2 .bullets-wrap ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
}
.bb-slider-2 .bullets-wrap ul li {
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}
.bb-slider-2 .bullets-wrap ul li a {
  display: block;
  position: relative;
  height: 20px;
  width: 20px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.26);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.26);
  -o-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.26);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.26);
  -webkit-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-slider-2 .bullets-wrap ul li a:hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.86);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.86);
  -o-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.86);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.86);
}
.bb-slider-2 .bullets-wrap ul li:last-child {
  margin-bottom: 0;
}
.bb-slider-2 .bullets-wrap ul li.current a {
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
  -moz-box-shadow: inset 0px 0px 0px 1px #ffffff;
  -o-box-shadow: inset 0px 0px 0px 1px #ffffff;
  box-shadow: inset 0px 0px 0px 1px #ffffff;
}
.bb-slider-2 .bullets-wrap ul li.current a:after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  width: 2px;
  top: 9px;
  left: 9px;
  background-color: white;
}
.bb-slider-2:hover .bullets-wrap {
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#42000000, endColorstr=#42000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#42000000, endColorstr=#42000000);
  background-color: rgba(0, 0, 0, 0.26);
}
.bb-slider-2:hover .bullets-wrap:hover {
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  background-color: rgba(0, 0, 0, 0.5);
}
.arrow-links-wrap {
  position: absolute;
  right: 1px;
  bottom: 1px;
  height: 60px;
  width: 121px;
}
.arrow-right-link,
.arrow-left-link {
  position: relative;
  overflow: hidden;
  display: block;
  height: 60px;
  width: 60px;
  float: left;
}
.arrow-right-link span,
.arrow-left-link span {
  display: block;
  height: 60px;
  width: 60px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
.arrow-right-link span {
  background-image: url(../images/arrow-right.svg);
  background-position: 24px center;
  -webkit-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.arrow-right-link span:last-child {
  left: -60px;
}
.arrow-right-link:hover span {
  left: 60px;
}
.arrow-right-link:hover span:last-child {
  left: 0;
}
.arrow-left-link {
  margin-right: 1px;
}
.arrow-left-link span {
  background-image: url(../images/arrow-left.svg);
  background-position: 6px center;
  -webkit-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.arrow-left-link span:last-child {
  right: -60px;
}
.arrow-left-link:hover span {
  right: 60px;
}
.arrow-left-link:hover span:last-child {
  right: 0;
}



.arrow-links-wrap2 {
  position: absolute;
  right: 1px;
  bottom: 1px;
  height: 60px;
  width: 121px;
}
.arrow-right-link2,
.arrow-left-link2 {
  position: relative;
  overflow: hidden;
  display: block;
  height: 30px;
  width: 30px;
  float: left;
}
.arrow-right-link2 span,
.arrow-left-link2 span {
  display: block;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
.arrow-right-link2 span {
  background-image: url(../images/arrow-right.svg);
  background-position: 24px center;
  -webkit-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.arrow-right-link2 span:last-child {
  left: -30px;
}
.arrow-right-link2:hover span {
  left: 30px;
}
.arrow-right-link2:hover span:last-child {
  left: 0;
}
.arrow-left-link2 {
  margin-right: 1px;
}
.arrow-left-link2 span {
  background-image: url(../images/arrow-left.svg);
  background-position: 6px center;
  -webkit-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.arrow-left-link2 span:last-child {
  right: -30px;
}
.arrow-left-link2:hover span {
  right: 30px;
}
.arrow-left-link2:hover span:last-child {
  right: 0;
}

.bb-slider-2:hover .arrow-right-link2,
.bb-slider-2:hover .arrow-left-link2 {
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  background-color: rgba(0, 0, 0, 0.5);
}
.bb-slider-2:hover .arrow-right-link2:hover,
.bb-slider-2:hover .arrow-left-link2:hover {
  background-color: #5E89EF;
}




.bb-slider-2:hover .arrow-right-link,
.bb-slider-2:hover .arrow-left-link {
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  background-color: rgba(0, 0, 0, 0.5);
}
.bb-slider-2:hover .arrow-right-link:hover,
.bb-slider-2:hover .arrow-left-link:hover {
  background-color: #5E89EF;
}
/* END slider 2 */
/* BEGIN bluebox heading */
.bluebox-heading {
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #000000;
  border-color: #000000;
  zoom: 1;
  border-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000);
  border-color: rgba(0, 0, 0, 0.06);
  border-left: none;
  border-top: none;
  border-right: none;
}
.bluebox-heading h3 {
  margin: 0;
  padding-bottom: 17px;
  display: inline-block;
  -webkit-box-shadow: 0 1px 0 0 #000000;
  -moz-box-shadow: 0 1px 0 0 #000000;
  -o-box-shadow: 0 1px 0 0 #000000;
  box-shadow: 0 1px 0 0 #000000;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.bluebox-heading a {
  float: right;
  margin-top: 1px;
  font-size: 11px;
  font-weight: 300;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

.bluebox-heading span {
  float: right;
  margin-top: 1px;
  font-size: 11px;
  font-weight: 300;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}


.bluebox-heading a:hover {
  color: #C24D2C;
}
.bluebox-heading i {
  margin-right: 6px;
}
/* END bluebox heading */
.content-row,
.widget-wrap {
  margin-bottom: 40px;
}
.content-row:last-child,
.widget-wrap:last-child {
  margin-bottom: 0;
}
/* BEGIN featured post */
section.featured-post > a {
  display: block;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
section.featured-post .image-details {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #5E89EF;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
section.featured-post .image-details:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
  filter: alpha(opacity=86);
  opacity: 0.86;
  cursor: url(images/plus.svg) 15 15, pointer;
}
section.featured-post img {
  display: block;
  width: 100%;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
section.featured-post:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
section.featured-post p {
  margin-bottom: 0;
}
section.featured-post h1 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  text-transform: none;
}
section.featured-post .bluebox-info-line {
  position: relative;
  -webkit-transition: border-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: border-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: border-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: border-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: border-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
section.featured-post .featured-post-date {
  -webkit-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), margin-left 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
section.featured-post .featured-post-author {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  left: -10px;
  -webkit-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), left 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
section.featured-post:hover .bluebox-info-line {
  zoom: 1;
  border-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff000000, endColorstr=#ff000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff000000, endColorstr=#ff000000);
  border-color: #000000;
}
section.featured-post:hover .bluebox-info-line span.featured-post-date {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  margin-left: 10px;
}
section.featured-post:hover .bluebox-info-line span.featured-post-author {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  left: 0px;
}
/* END featured post */
/* BEGIN events */
.events-list .event {
  display: block;
  position: relative;
  min-height: 90px;
  margin-bottom: 1px;
}
.events-list .event:last-child {
  margin: 0;
}
.events-list .event .date {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  text-align: center;
  background-color: #5E89EF;
  color: white;
}
.events-list .event .date strong {
  font-size: 200%;
  font-weight: 700;
  display: inline-block;
  line-height: 30px;
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  z-index: 2;
}
.events-list .event .date span.month {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 80%;
  line-height: 20px;
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 2;
  right: 0;
  color: #ffffff;
}
.events-list .event .date span.details {
  position: absolute;
  display: block;
  
  top: 0;
  bottom: 0;
  left: 0px;
  width: 0px;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#42ffffff, endColorstr=#42ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#42ffffff, endColorstr=#42ffffff);
  background-color: rgba(255, 255, 255, 0.26);
  -webkit-transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.events-list .event .details {
	
  position: relative;
  min-height: 90px;
  margin-left: 61px;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff);
  background-color: #ffffff;
  padding: 10px 0px 0px 10px;
  -webkit-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: padding 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.events-list .event .details h1 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  color: #C24D2C;
  margin: 0;
  display: block;
  
}
.events-list .event .details h1 a {
	padding-top: 5px;
  color: #5E89EF;
}
.events-list .event .details h1 a:hover {
  color: #000000;
}
.events-list .event .details span {
	word-wrap: break-word;
  font-size: 14px;
  font-weight: bold;
  font-weight: normal;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  margin-top: 10px;
  
  
}




.events-list .event .details span i {
  color: #000000;
  margin-right: 6px;
}
.events-list .event:hover .date span.details {
  width: 60px;
}
.events-list .event:hover .details {
  padding-left: 15px;
}
.events-list .event .more-link {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 300;
  position: absolute;
  right: 0px;
  bottom: 10px;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), color 200ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), color 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.events-list .event .more-link:hover {
  color: #C24D2C;
}
.events-list .event:hover .more-link {
  right: 15px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.events-page .event {
  min-height: 120px;
}
.events-page .event .details {
  min-height: 120px;
}
.events-page .event .details .icon-time,
.events-page .event .details .icon-calendar {
  margin-left: 10px;
}
.events-page .event .details h1 {
  margin-right: 100px;
}
.events-page .event .details .rating {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  width: 100px;
  height: 10px;
  position: absolute;
  top: 20px;
  right: 10px;
}
.events-page .event .details .rating li {
  display: block;
  height: 10px;
  width: 10px;
  float: left;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  -o-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
}
.events-page .event .details .rating li.fill {
  background-color: #5E89EF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
}
.events-page .event .details .rating li:last-child {
  margin: 0;
}
.events-page .event .buttons {
  margin-top: 17px;
  height: 30px;
  width: 100%;
}
.events-page .event .buttons a {
  line-height: 27px;
  height: 27px;
  padding: 0 10px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.events-page .event .buttons a.default {
  -webkit-box-shadow: 0px 0px 0px 1px #C24D2C;
  -moz-box-shadow: 0px 0px 0px 1px #C24D2C;
  -o-box-shadow: 0px 0px 0px 1px #C24D2C;
  box-shadow: 0px 0px 0px 1px #C24D2C;
  color: #C24D2C;
}
.events-page .event .buttons a.default:hover {
  -webkit-box-shadow: 0px 0px 0px 1px #C24D2C;
  -moz-box-shadow: 0px 0px 0px 1px #C24D2C;
  -o-box-shadow: 0px 0px 0px 1px #C24D2C;
  box-shadow: 0px 0px 0px 1px #C24D2C;
  color: white;
  background-color: #C24D2C;
}
.events-page .event .buttons span {
  line-height: 27px;
  height: 27px;
  display: inline-block;
  float: left;
  text-transform: none;
  margin-right: 10px;
  font-weight: 400;
}
.events-page .event .buttons span.label-cancelled {
  padding: 0;
  color: #ef0038;
}
.events-page .event .buttons span.label-sold-out {
  padding: 0 10px;
  background-color: #63c2fe;
  color: white;
}
.events-page .cancelled .date {
  background-color: #3E4A61;
}
.events-single-page {
  margin-bottom: 30px;
  margin-left: -39px;
  position: relative;
  overflow: hidden;
}
.events-single-page > img {
  display: block;
  width: 100%;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.events-single-page section {
  bottom: 1px !important;
  right: 1px !important;
  left: 40px !important;
  position: absolute !important;
}
.events-single-page:hover > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/* END events */
/* BEGIN audio */
.audio-tracks-wrap > div {
  height: 60px;
  overflow: hidden;
  position: relative;
  padding-left: 61px;
  margin-bottom: 1px;
  width: 100%;
}
.audio-tracks-wrap2 > div {
  height: 30px;
  overflow: hidden;
  position: relative;
  padding-left: 61px;
  margin-bottom: 1px;
  width: 100%;
}

.audio-tracks-wrap > div:last-child {
  margin-bottom: 0;
}

.audio-tracks-wrap2 > div:last-child {
  margin-bottom: 0;
}
.audio-tracks-wrap > div .button {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  background-color: #5E89EF;
}

.audio-tracks-wrap2 > div .button2 {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  background-color: #5E89EF;
}
.audio-tracks-wrap > div .button:hover {
  background-color: #000000;
}

.audio-tracks-wrap2 > div .button2:hover {
  background-color: #000000;
}
.audio-tracks-wrap > div .details {
  height: 60px;
  width: 100%;
  padding: 0 10px 10px 10px;
  position: relative;
  background-color: #ffffff;
}
.audio-tracks-wrap2 > div .details2 {
  height: 30px;
  width: 100%;
  padding: 0 10px 10px 10px;
  position: relative;
  background-color: #ffffff;
}
.audio-tracks-wrap > div .details h4 {
  font-size: 110%;
  font-weight: normal;
  line-height: 20px;
  display: inline-block;
  margin-top: 13px;
}
.audio-tracks-wrap2 > div .details2 h4 {
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;
  display: inline-block;
  margin-top: 13px;
}
.audio-tracks-wrap > div .details .track-progress-bar {
  background-color: black;
  height: 6px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.audio-tracks-wrap2 > div .details2 .track-progress-bar2 {
  background-color: black;
  height: 6px;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 10px;
}

.audio-tracks-wrap > div .details .track-progress-bar a {
  display: block;
  margin: 1px;
  position: relative;
  height: 4px;
}
.audio-tracks-wrap2 > div .details2 .track-progress-bar2 a {
  display: block;
  margin: 1px;
  position: relative;
  height: 4px;
}


.audio-tracks-wrap > div .details .track-progress-bar span {
  display: block;
  height: 4px;
  background-color: #C24D2C;
}
.audio-tracks-wrap2 > div .details2 .track-progress-bar2 span {
  display: block;
  height: 4px;
  background-color: #C24D2C;
}
.audio-tracks-wrap2 > div .details2 .track-progress-bar2 .jp-play-bar span {
  display: block;
  
  height: 4px;
  bottom: 0px;
  left: 0px; 
  right: 10px;
  background-color: #C24D2C;
}
width: 100%; height: 100%; bottom: 0px; left: 0px; right: 10px;

.audio-tracks-wrap > div .button span {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: white;
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.audio-tracks-wrap2 > div .button2 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: white;
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.audio-tracks-wrap > div .button span:last-child {
  top: -60px;
}
.audio-tracks-wrap2 > div .button2 span:last-child {
  top: -30px;
}
.audio-tracks-wrap > div .button:hover span {
  top: 60px;
}
.audio-tracks-wrap2 > div .button2:hover span {
  top: 30px;
}
.audio-tracks-wrap > div .button:hover span:last-child {
  top: 0px;
}
.audio-tracks-wrap2 > div .button2:hover span:last-child {
  top: 0px;
}
.audio-tracks-wrap > div.current .button {
  background-color: black;
}
.audio-tracks-wrap2 > div.current .button2 {
  background-color: black;
}
.audio-page > div {
  padding-right: 271px;
}
.audio-page > div .buttons-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 271px;
  height: 60px;
  padding: 16px 6px 17px 0;
  text-align: right;
  background-color: #ffffff;
}
.audio-page > div .buttons-wrap a {
  line-height: 27px;
  height: 27px;
  padding: 0 10px;
  display: inline-block;
  margin-right: 10px;
  -webkit-box-shadow: 0px 0px 0px 1px #C24D2C;
  -moz-box-shadow: 0px 0px 0px 1px #C24D2C;
  -o-box-shadow: 0px 0px 0px 1px #C24D2C;
  box-shadow: 0px 0px 0px 1px #C24D2C;
  color: #C24D2C;
}
.audio-page > div .buttons-wrap a:hover {
  -webkit-box-shadow: 0px 0px 0px 1px #C24D2C;
  -moz-box-shadow: 0px 0px 0px 1px #C24D2C;
  -o-box-shadow: 0px 0px 0px 1px #C24D2C;
  box-shadow: 0px 0px 0px 1px #C24D2C;
  color: white;
  background-color: #C24D2C;
}
.audio-page > div.plus-number {
  padding-right: 271px;
}
.audio-page > div.plus-number .buttons-wrap {
  right: 61px;
  width: 210px;
}
.audio-page > div.plus-number .number {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  color: rgba(0, 0, 0, 0.12);
}
/* END audio */
/* BEGIN video */
.video-wrap {
  background-color: black;
  padding: 10px;
}
.video-wrap .video-container {
  width: 100%;
}
.video-wrap .video-container img {
  width: 100%;
  cursor: pointer;
}
/* END video */
/* BEGIN gallery */
.gallery-wrap {
  background-color: none;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.gallery-wrap .image-wrap {
  width: 100%;
}
.gallery-wrap .image-wrap a.image-link {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.gallery-wrap .image-wrap a.image-link img {
  display: block;
  width: 100%;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.gallery-wrap .image-wrap a.image-link .caption .image-details {
  display: block;
  width: 100%;
  padding: 20px;
  color: #fff;
  position: absolute;
  top: -15px;
  right: 0;
  left: 0px;
  bottom: 0;
   z-index: 3;
  text-align: center;
  background-color: #5E89EF;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}


 





/* generic css */

.gallery-wrap .image-wrap .view {
  
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default;
  background: #fff url(../images/bgimg.jpg) no-repeat center center;
}

.gallery-wrap .image-wrap .view .mask,
.gallery-wrap .image-wrap .view .content {
  width: 100%;
  height: 100%;
  background-color: rgba(58, 1, 132, 0.44);
  transition: all 0.4s ease-in-out;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 10000;  
}

.gallery-wrap .image-wrap .view img {
  display: block;
  position: relative
}

.gallery-wrap .image-wrap .view h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 100%;
  font-family: Raleway, serif;
  padding: 5px;
  /*background: rgba(0, 0, 0, 0.8);*/
  margin: 0px 0 0 0
}

.gallery-wrap .image-wrap .view p {
  font-family: Merriweather, serif;
  font-style: italic;
  font-size: 80%;
  position: relative;
  color: #fff;
  padding: 0px 10px 0px;
  text-align: center
}

.gallery-wrap .image-wrap .view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 3px 4px;
  background: #7799ea;
  color: #fff;
  font-family: Raleway, serif;
  
  box-shadow: 0 0 1px #7799ea;
  border-radius: 3px;
}

.gallery-wrap .image-wrap .view a.info:hover {
    background: #c24d30;
    color: #333;
    box-shadow: 0 0 5px #c24d30;
}


/*1*/

 .gallery-wrap .image-wrap .view-first img {
  /*1*/
  transition: all 0.2s linear;
  
}

.gallery-wrap .image-wrap .view-first .mask {
  opacity: 0;
  
}

.gallery-wrap .image-wrap .view-first h3 {
  transform: translateY(-25px);
  opacity: 0;
  font-family: Raleway, serif;
  transition: all 0.2s ease-in-out;
}

.gallery-wrap .image-wrap .view-first p {
  transform: translateY(25px);
  opacity: 0;
  transition: all 0.2s linear;
}

.gallery-wrap .image-wrap .view-first a.info {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}


/* */

.gallery-wrap .image-wrap .view-first:hover img {
  transform: scale(1.1);
}

.gallery-wrap .image-wrap .view-first:hover .mask {
  opacity: 1;
}

.gallery-wrap .image-wrap .view-first:hover h3,
.gallery-wrap .image-wrap .view-first:hover p,
.gallery-wrap .image-wrap .view-first:hover a.info {
  opacity: 1;
  transform: translateY(0px);
}

.gallery-wrap .image-wrap .view-first:hover p {
  transition-delay: 0.1s;
}

.gallery-wrap .image-wrap .view-first:hover a.info {
  transition-delay: 0.2s;
}


















.gallery-wrap .image-wrap a.image-link .caption .image-details {
  line-height: 1;
  font-weight: normal;
  font-size: 18px;
}



.gallery-wrap .image-wrap:focus:before,
.gallery-wrap .image-wrap:focus span, .gallery-wrap .image-wrap:hover:before,
.gallery-wrap .image-wrap:hover span {
  opacity: 1;
}
.gallery-wrap .image-wrap:focus:before, .gallery-wrap .image-wrap:hover:before {
  top: 0%;
}
.gallery-wrap .image-wrap:focus span, .gallery-wrap .image-wrap:hover span {
  top: 0px;
}
.gallery-wrap .image-wrap:focus .image-details, .gallery-wrap .image-wrap:hover .image-details {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}


.gallery-wrap .image-wrap a.image-link .caption .image-details:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
  filter: alpha(opacity=86);
  opacity: 0.86;
  cursor: url(images/zoom.svg) 15 15, pointer;
  cursor: url(images/plus.svg) 15 15, pointer;
  
}
.gallery-wrap .image-wrap .gallery-caption {
  position: absolute;
  left: 0px;
  bottom: -25px;
  right: 0px;
  padding: 16px 20px 16px 30px;
  background-color: #ffffff;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dbffffff, endColorstr=#dbffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dbffffff, endColorstr=#dbffffff);
  
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.gallery-wrap .image-wrap .gallery-caption h4 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 0px 0;
  text-transform: none;
  margin-bottom: 0px;
}
.gallery-wrap .image-wrap .gallery-caption span {
  font-size: 11px;
  text-transform: uppercase;
  padding: 0;
  color: #C24D2C;
  display: inline-block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.gallery-wrap .image-wrap .gallery-caption span a {
  color: #000;
  color: rgba(0, 0, 0, 0.5);
}

.gallery-wrap .image-wrap .gallery-caption span a:hover {
  color: #C24D2C;
  
}
.gallery-wrap .image-wrap .gallery-caption span a.more-link {
  float: right;
}
.gallery-wrap:hover .image-wrap .gallery-caption {
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffffffff);
  background-color: #ffffff;
  display: inline-block;
  bottom: 0px;
}
.gallery-wrap:hover .image-wrap .gallery-caption span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.gallery-wrap:hover a.image-link img {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.band-member .image-wrap a.image-link .image-details:hover {
  cursor: url(images/plus.svg) 15 15, pointer;
}
.band-member .image-wrap .gallery-caption {
  text-align: center;
  padding: 16px 20px 16px 20px;
}
.band-member .image-wrap .gallery-caption span {
  border-top: 1px solid #C24D2C;
  color: #C24D2C;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.band-member:hover .image-wrap .gallery-caption span {
  padding-top: 6px;
  margin-top: 7px;
}
/* END gallery */
/* BEGIN discography */
.album-wrap {
  overflow: hidden;
  position: relative;
}
.album-wrap img {
  width: 100%;
  display: block;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.album-wrap .tracks-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000);
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  -ms-transition: background-color 200ms;
  box-transition: background-color 200ms;
  background-image: url("../public/images/album-tracks.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.album-wrap .album-caption {
  padding: 18px 20px 16px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: white;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  -ms-transition: background-color 200ms;
  box-transition: background-color 200ms;
}
.album-wrap .album-caption h4 {
  color: white;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}
.album-wrap .album-caption h4 a {
  color: white;
}
.album-wrap .album-caption h4 a:hover {
  color: #C24D2C;
}
.album-wrap .album-caption span {
  margin-top: 1px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}
.album-wrap:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.album-wrap:hover .album-caption {
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#db000000, endColorstr=#db000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db000000, endColorstr=#db000000);
  background-color: rgba(0, 0, 0, 0.86);
}
.album-wrap:hover .tracks-list {
  -webkit-transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  -ms-transition: background-color 200ms;
  box-transition: background-color 200ms;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#42000000, endColorstr=#42000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#42000000, endColorstr=#42000000);
  background-color: rgba(0, 0, 0, 0.26);
}
.album-wrap:hover .tracks-list:hover {
  background-color: #C24D2C;
}
/* END discography */
/* BEGIN single band member */
.member-info-wrap {
  background-color: #ffffff;
  margin-left: -39px;
  padding: 17px 272px 20px 40px;
  min-height: 252px;
  margin-bottom: 20px;
  position: relative;
}
.member-info-wrap h2 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  margin: 0 0 10px 0;
  text-transform: none;
  text-transform: uppercase;
  display: block;
}
.member-info-wrap span.birthplace {
  display: block;
  text-transform: uppercase;
  margin-top: 4px;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.member-info-wrap span.birthplace i {
  margin-right: 6px;
}
.member-info-wrap .extra-info {
  position: absolute;
  left: 40px;
  bottom: 20px;
  right: 272px;
}
.member-info-wrap .extra-info .tags a {
  display: inline-block;
  margin-right: 6px;
}
.member-info-wrap .extra-info .tags i {
  margin-right: 6px;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.member-info-wrap .extra-info ul.social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  width: 100%;
}
.member-info-wrap .extra-info ul.social li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 16px 1px 1px 0px;
  float: left;
  text-align: center;
}
.member-info-wrap .extra-info ul.social li a {
  display: block;
  height: 30px;
  width: 30px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
  -o-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
}
.member-info-wrap .extra-info ul.social li a span {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  top: 0;
  left: 0;
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.member-info-wrap .extra-info ul.social li a span:last-child {
  top: -30px;
  color: white;
}
.member-info-wrap .extra-info ul.social li a:hover {
  background-color: #C24D2C;
}
.member-info-wrap .extra-info ul.social li a:hover span {
  top: 30px;
}
.member-info-wrap .extra-info ul.social li a:hover span:last-child {
  top: 0;
}
.member-info-wrap .member-pic {
  position: absolute;
  overflow: hidden;
  top: 1px;
  right: 1px;
  bottom: 1px;
}
.member-info-wrap .member-pic img {
  display: block;
  width: 100%;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.member-info-wrap .member-pic:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/* END single band member */
/* BEGIN album page */
.album-info-wrap {
  background-color: #ffffff;
  margin-left: -39px;
  padding: 17px 272px 20px 40px;
  min-height: 252px;
  margin-bottom: 20px;
  position: relative;
}
.album-info-wrap h2 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  margin: 0 0 10px 0;
  text-transform: none;
  text-transform: uppercase;
  display: block;
}
.album-info-wrap a.store-buttons {
  line-height: 27px;
  height: 27px;
  padding: 0 10px;
  display: inline-block;
  margin-right: 10px;
  -webkit-box-shadow: 0px 0px 0px 1px #C24D2C;
  -moz-box-shadow: 0px 0px 0px 1px #C24D2C;
  -o-box-shadow: 0px 0px 0px 1px #C24D2C;
  box-shadow: 0px 0px 0px 1px #C24D2C;
  color: #C24D2C;
}
.album-info-wrap a.store-buttons:hover {
  -webkit-box-shadow: 0px 0px 0px 1px #C24D2C;
  -moz-box-shadow: 0px 0px 0px 1px #C24D2C;
  -o-box-shadow: 0px 0px 0px 1px #C24D2C;
  box-shadow: 0px 0px 0px 1px #C24D2C;
  color: white;
  background-color: #C24D2C;
}
.album-info-wrap span.band {
  display: block;
  text-transform: uppercase;
  margin: 4px 0 17px 0;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.album-info-wrap span.band i {
  margin-right: 6px;
}
.album-info-wrap .extra-info {
  position: absolute;
  left: 40px;
  bottom: 20px;
  right: 272px;
}
.album-info-wrap .extra-info > div {
  margin-top: 9px;
}
.album-info-wrap .extra-info span {
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.album-info-wrap .album-cover {
  position: absolute;
  overflow: hidden;
  top: 1px;
  right: 1px;
  bottom: 1px;
}
.album-info-wrap .album-cover img {
  display: block;
  width: 100%;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.album-info-wrap .album-cover:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/* END album page */
/* BEGIN news list */
ul.news-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.news-list li {
  display: block;
  width: 100%;
  float: left;
}
ul.news-list li h4 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  text-transform: none;
  margin-bottom: 1px;
}
ul.news-list li span {
  font-size: 11px;
  text-transform: uppercase;
  padding: 0;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 20px;
}
ul.news-list li span a {
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
ul.news-list li span a.more-link {
  float: right;
}
ul.news-list li a.image-wrap {
  display: block;
  position: relative;
  margin: 0 20px 20px 0;
  width: 60px;
  float: left;
  
}
ul.news-list li a.image-wrap img {
  display: block;
  width: 100%;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
ul.news-list li a.image-wrap .image-details {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
ul.news-list li a.image-wrap .image-details:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
  filter: alpha(opacity=86);
  opacity: 0.86;
  cursor: url("../public/images/plus.svg") 15 15, pointer;
}
ul.news-list li a.image-wrap:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
ul.news-list.half-image li {
  position: relative;
  padding-bottom: 40px;
}
ul.news-list.half-image h4 {
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 20px;
}
ul.news-list.half-image p {
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 0 45px 180px;
}
ul.news-list.half-image a.image-wrap {
  width: 160px;
  margin: 0 20px 0 0;
}
.meta-line {
  font-size: 11px;
  text-transform: uppercase;
  padding: 2px 0 17px 0;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  border-color: #000000;
  zoom: 1;
  border-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000);
  border-color: rgba(0, 0, 0, 0.06);
  border-left: none;
  border-top: none;
  border-right: none;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  -o-transition: border-color 300ms;
  -ms-transition: border-color 300ms;
  box-transition: border-color 300ms;
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 180px;
}
.meta-line .post-date {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0px;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.meta-line i {
  margin-right: 6px;
}
.meta-line a {
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.meta-line a.more-link {
  float: right;
}
.meta-line a.more-link i {
  margin-right: 6px;
}
.meta-line a:hover {
  color: #C24D2C !important;
}
.meta-line .post-author {
  display: inline-block;
  margin-bottom: 0;
  position: absolute;
  left: -10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.news-list li:hover .meta-line {
  zoom: 1;
  border-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff000000, endColorstr=#ff000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff000000, endColorstr=#ff000000);
  border-color: #000000;
}
.news-list li:hover .meta-line .post-date {
  margin-right: -10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.news-list li:hover .meta-line a {
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.news-list li:hover .meta-line a.more-link {
  float: right;
}
.news-list li:hover .meta-line .post-author {
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.load-more-link {
  display: block;
  background-color: #ffffff;
  line-height: 60px;
  height: 60px;
  color: black;
  clear: both;
  width: 100%;
  text-align: center;
}
.bluebox-pagination {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  min-height: 30px;
  line-height: 30px;
  width: 100%;
  float: left;
}
.bluebox-pagination li {
  display: inline-block;
  height: 30px;
  float: left;
  min-width: 30px;
  margin: 0 1px 1px 0;
  text-align: center;
}
.bluebox-pagination li a {
  display: inline-block;
  min-width: 30px;
  padding: 0 10px;
  background-color: #ffffff;
}
.bluebox-pagination li a:hover {
  background-color: #C24D2C;
  color: white;
}
.bluebox-pagination li.current a {
  background-color: #5E89EF;
  color: white;
}
/* END news list */
/* BEGIN single blog post */
.bb-image-wrap {
  position: relative;
  margin-bottom: 14px;
}
.bb-image-wrap img {
  display: block;
  width: 100%;
}
.bb-image-wrap .arrow-links-wrap {
  position: absolute;
  right: 1px;
  bottom: 1px;
  height: 60px;
  width: 121px;
}
.bb-image-wrap .arrow-right-link,
.bb-image-wrap .arrow-left-link {
  position: relative;
  overflow: hidden;
  display: block;
  height: 60px;
  width: 60px;
  float: left;
}
.arrow-right-link:hover {color: #5E89EF;}
.bb-image-wrap .arrow-right-link span,
.bb-image-wrap .arrow-left-link span {
  display: block;
  height: 60px;
  width: 60px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
.bb-image-wrap .arrow-right-link span {
  background-image: url(images/arrow-right.svg);
  background-position: 24px center;
  -webkit-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-image-wrap .arrow-right-link span:last-child {
  left: -60px;
}
.bb-image-wrap .arrow-right-link:hover span {
  left: 60px;
}
.bb-image-wrap .arrow-right-link:hover span:last-child {
  left: 0;
}
.bb-image-wrap .arrow-left-link {
  margin-right: 1px;
}
.bb-image-wrap .arrow-left-link span {
  background-image: url("../public/images/arrow-left.svg");
  background-position: 6px center;
  -webkit-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-image-wrap .arrow-left-link span:last-child {
  right: -60px;
}
.bb-image-wrap .arrow-left-link:hover span {
  right: 60px;
}
.bb-image-wrap .arrow-left-link:hover span:last-child {
  right: 0;
}
.bb-image-wrap:hover .arrow-right-link,
.bb-image-wrap:hover .arrow-left-link {
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  background-color: rgba(0, 0, 0, 0.5);
}
.bb-image-wrap:hover .arrow-right-link:hover,
.bb-image-wrap:hover .arrow-left-link:hover {
  background-color: #5E89EF;
}
.blog-post-single .meta-line {
  position: relative !important;
  top: 0;
  left: 0;
  right: 0;
  margin-bottom: 13px;
}
.blog-post-single .meta-line .more-link {
  margin-left: 10px;
}
.blog-post-single h2.post-heading {
  font-size: 18px;
  font-size: 600;
  display: block;
  margin-top: 24px;
  margin-bottom: 20px;
}
/* END single blog post */
/* BEGIN comments */
ol.comment-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ol.comment-list li.comment {
  position: relative;
  padding: 0 0 30px 80px;
}
ol.comment-list li.comment .comment-body {
  padding-top: 10px;
}
ol.comment-list li.comment .comment-meta {
  margin-bottom: 10px;
  font-size: 12px;
}
ol.comment-list li.comment .comment-meta a {
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
ol.comment-list li.comment .comment-meta a:hover {
  color: #C24D2C;
}
ol.comment-list li.comment .comment-author {
  float: left;
}
ol.comment-list li.comment .comment-author .says {
  display: none;
}
ol.comment-list li.comment .comment-author cite {
  font-weight: 700;
  margin: 0 10px 10px 0;
}
ol.comment-list li.comment .vcard img {
  height: 60px;
  width: 60px;
  background-color: #fff;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
ol.comment-list li.comment:last-child {
  padding-bottom: 0;
}
ol.comment-list ul.children {
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
}
/* END comments */
/* BEGIN single video */
.bb-video-wrap {
  position: relative;
  margin-bottom: 14px;
  padding: 10px;
  background-color: black;
}
.bb-video-wrap img {
  display: block;
  width: 100%;
}
.blog-post-single .meta-line {
  position: relative !important;
  top: 0;
  left: 0;
  right: 0;
  margin-bottom: 13px;
}
.blog-post-single h2.post-heading {
  font-size: 18px;
  font-size: 600;
  display: block;
  margin-top: 24px;
  margin-bottom: 20px;
}
/* END single video */
/* BEGIN contact */
input[type="text"],
.bluebox-contact textarea,
input[type="text"]:focus,
.bluebox-contact textarea:focus {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  -o-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  background-image: none;
  
  width: 100%;
  margin-bottom: 0px;
  font-family: 'PT Serif', sans-serif;
  font-size: 13px;
  background-color: #ffffff;
  outline: none;
}
input[type="text"]:focus,
.bluebox-contact textarea:focus {
  -webkit-box-shadow: inset 0px 0px 0px 1px #5E89EF;
  -moz-box-shadow: inset 0px 0px 0px 1px #5E89EF;
  -o-box-shadow: inset 0px 0px 0px 1px #5E89EF;
  box-shadow: inset 0px 0px 0px 1px #5E89EF;
}

input[type="email"],
.bluebox-contact textarea,
input[type="email"]:focus,
.bluebox-contact textarea:focus {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  -o-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  background-image: none;
  padding: 12px 10px 11px 10px;
  width: 100%;
  margin-bottom: 0px;
  font-family: 'PT Serif', sans-serif;
  font-size: 13px;
  background-color: #ffffff;
  outline: none;
}
input[type="email"]:focus,
.bluebox-contact textarea:focus {
  -webkit-box-shadow: inset 0px 0px 0px 1px #5E89EF;
  -moz-box-shadow: inset 0px 0px 0px 1px #5E89EF;
  -o-box-shadow: inset 0px 0px 0px 1px #5E89EF;
  box-shadow: inset 0px 0px 0px 1px #5E89EF;
}
.default-button,
input[type="submit"] {
  line-height: 27px;
  height: 27px;
  padding: 0 10px !important;
  display: inline-block;
  float: left;
  margin-right: 10px;
  background-image: none !important;
  background-color: transparent;
  font-size: 13px;
  border-radius: 3px;
  border: none !important;
  -webkit-box-shadow: 0px 0px 0px 1px #5E89EF;
  -moz-box-shadow: 0px 0px 0px 1px #5E89EF;
  -o-box-shadow: 0px 0px 0px 1px #5E89EF;
  box-shadow: 0px 0px 0px 1px #5E89EF;
  color: #5E89EF;
  -webkit-transition: color 200ms, background-color 200ms;
  -moz-transition: color 200ms, background-color 200ms;
  -o-transition: color 200ms, background-color 200ms;
  -ms-transition: color 200ms, background-color 200ms;
  box-transition: color 200ms, background-color 200ms;
}
.default-button:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0px 0px 0px 1px #5E89EF;
  -moz-box-shadow: 0px 0px 0px 1px #5E89EF;
  -o-box-shadow: 0px 0px 0px 1px #5E89EF;
  box-shadow: 0px 0px 0px 1px #5E89EF;
  color: white;
  background-color: #5E89EF;
}
/* END contact */
/* BEGIN footer */
footer {
  padding: 37px 40px;
  -webkit-box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.3);
  box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.3);
}
footer .bluebox-heading {
  border: none;
}
footer .bluebox-heading h3 {
  color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding-bottom: 0;
}
footer ul.news-list li span {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}
footer .social-widget ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .social-widget ul li {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0px 1px 1px 0;
  text-align: center;
  float: left;
}
footer .social-widget ul li a {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
  background-color: black;
}
footer .social-widget ul li a:hover {
  background-color: #5E89EF;
}
footer .social-widget ul li a span {
  display: block;
  position: absolute;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  width: 60px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
footer .social-widget ul li a span:last-child {
  color: #ffffff;
  top: -60px;
}
footer .social-widget ul li a:hover span {
  top: 60px;
}
footer .social-widget ul li a:hover span:last-child {
  top: 0;
}
/* END footer */
/* BEGIN copyrights */
.copyrights-content {
  padding: 33px 40px 36px 40px;
  text-align: center;
  color: #ffffff;
  color: rgb(27, 27, 27);
  background-color: #2C2C2C;
}
/* END copyrights */
/* BEGIN footer logo */
.footer-logo {
  text-align: center;
  height: 100px;
  position: relative;
}
.footer-logo img {
  margin-top: 40px;
}
/* END footer logo */
/* BEGIN footer sticky player */
.sticky-button-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 499;
  display: block;
  height: 28px;
  width: 28px;
}
.sticky-button-wrap a {
  display: block;
  height: 28px;
  width: 28px;
  z-index: 499;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1fffffff, endColorstr=#1fffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1fffffff, endColorstr=#1fffffff);
  background-color: rgba(255, 255, 255, 0.12);
}
.sticky-button-wrap a span {
  display: block;
  height: 28px;
  width: 28px;
  position: absolute;
  text-align: center;
  line-height: 28px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0px;
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.sticky-button-wrap a span:last-child {
  color: white;
  top: -28px;
}
.sticky-button-wrap a:hover {
  background-color: #C24D2C;
}
.sticky-button-wrap a:last-child {
  margin: 0;
}
.sticky-button-wrap a:hover {
  background-color: #C24D2C;
}
.sticky-button-wrap a:hover span {
  top: 28px;
}
.sticky-button-wrap a:hover span:last-child {
  top: 0px;
}
.footer-sticky-player {
  z-index: 498;
  height: 100%;
  padding: 1px 0;
  background-color: #5E89EF;
  zoom: 1;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  width: 100%;
  color: white !important;
  margin-top: 20px;
}

.footer-sticky-player2 {
  z-index: 498;
  height: 70px;
  padding: 1px 0;
  background-color: #5E89EF;
  zoom: 1;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  width: 100%;
  color: white !important;
  margin-top: 20px;
}
.footer-sticky-player .player-wrap {
  position: relative;
  margin: 0 auto;
  padding: 17px 50% 0 182px;
  width: 100%;
  height: 100px;
  /*      .gumm-audio-player {
            position:absolute;
            top:0;
            left:0;
            bottom:0;
            right:0;
        }*/

}

.footer-sticky-player2 .player-wrap2 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  /*      .gumm-audio-player {
            position:absolute;
            top:0;
            left:0;
            bottom:0;
            right:0;
        }*/

}
.footer-sticky-player .player-wrap .track-image {
  width: 168px;
  
  position: absolute;
  top: 0px;
  left: 0px;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1fffffff, endColorstr=#1fffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1fffffff, endColorstr=#1fffffff);
  background-color: rgba(255, 255, 255, 0.12);
}
.footer-sticky-player .player-wrap .track-image img {
  display: block;
  width: 100%;
  height: 100px;
}
.footer-sticky-player .player-wrap h4 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  color: white;
  display: block;
}
.footer-sticky-player .player-wrap span.track-details,
.footer-sticky-player .player-wrap span.track-date {
  display: block;
  margin-top: 2px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}

.footer-sticky-player2 .player-wrap2 span.track-details,
.footer-sticky-player2 .player-wrap2 span.track-date {
  display: block;
  margin-top: 2px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}
.footer-sticky-player .player-wrap span.track-date {
  margin-top: 0;
}

.footer-sticky-player2 .player-wrap2 span.track-date {
  margin-top: 0;
}
.footer-sticky-player .player-wrap .buttons {
  position: absolute;
  right: 1px;
  top: 10px;
  height: 28px;
  width: 40%;
}

.footer-sticky-player2 .player-wrap2 .buttons {
  
 
  height: 100%;
  width: 80%;
}
.footer-sticky-player .player-wrap .buttons .track-progress {
  float: left;
  background-color: black;
  height: 6px;
  display: block;
  width: 80% !important;
  margin-top: 11px;
  padding: 1px;
  margin-left: 10px;
}

.footer-sticky-player2 .player-wrap2 .buttons .track-progress {
  float: left;
  background-color: black;
  height: 6px;
  display: block;
  width: 90% !important;
  margin-top: -15px;
  padding: 1px;
  margin-left: 25%;
}
.footer-sticky-player .player-wrap .buttons .track-progress span {
  display: block;
  width: 40%;
  height: 4px;
  background-color: #C24D2C;
}

.footer-sticky-player2 .player-wrap2 .buttons .track-progress span {
  display: block;
  width: 40%;
  height: 4px;
  background-color: #C24D2C;
}
.footer-sticky-player .player-wrap .buttons .volume {
  width: 90px;
  position: relative;
  top: 10px;
}

.footer-sticky-player2 .player-wrap2 .buttons .volume {
  width: 90px;
  position: relative;
  top: 10px;
  
}
.footer-sticky-player .player-wrap .buttons .volume a.volume-link {
  float: left;
  margin-right: 1px;
  display: block;
  height: 28px;
  width: 28px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1fffffff, endColorstr=#1fffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1fffffff, endColorstr=#1fffffff);
  background-color: rgba(255, 255, 255, 0.12);
}

.footer-sticky-player2 .player-wrap2 .buttons .volume a.volume-link {
  float: left;
  margin-right: 1px;
  display: block;
  height: 28px;
  width: 28px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1fffffff, endColorstr=#1fffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1fffffff, endColorstr=#1fffffff);
  background-color: rgba(255, 255, 255, 0.12);
}
.footer-sticky-player .player-wrap .buttons .volume a.volume-link span {
  display: block;
  height: 28px;
  width: 28px;
  position: absolute;
  text-align: center;
  line-height: 28px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0px;
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.footer-sticky-player2 .player-wrap2 .buttons .volume a.volume-link span {
  display: block;
  height: 28px;
  width: 28px;
  position: absolute;
  text-align: center;
  line-height: 28px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0px;
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.footer-sticky-player .player-wrap .buttons .volume a.volume-link span:last-child {
  color: white;
  top: -28px;
}

.footer-sticky-player2 .player-wrap2 .buttons .volume a.volume-link span:last-child {
  color: white;
  top: -28px;
}
.footer-sticky-player .player-wrap .buttons .volume a.volume-link:hover {
  background-color: #C24D2C;
}

.footer-sticky-player2 .player-wrap2 .buttons .volume a.volume-link:hover {
  background-color: #C24D2C;
}
.footer-sticky-player .player-wrap .buttons .volume a.volume-link:hover span {
  top: 28px;
}

.footer-sticky-player2 .player-wrap2 .buttons .volume a.volume-link:hover span {
  top: 28px;
}
.footer-sticky-player .player-wrap .buttons .volume a.volume-link:hover span:last-child {
  top: 0px;
}

.footer-sticky-player2 .player-wrap2 .buttons .volume a.volume-link:hover span:last-child {
  top: 0px;
}
.footer-sticky-player .player-wrap .buttons .volume .volume-bar {
  float: right;
  background-color: black;
  height: 6px;
  display: block;
  width: 51px;
  margin-top: 11px;
  padding: 1px;
  margin-left: 10px;
}

.footer-sticky-player2 .player-wrap2 .buttons .volume .volume-bar {
  float: left;
  background-color: black;
  height: 6px;
  display: block;
  width: 51px;
  margin-top: 11px;
  padding: 1px;
  margin-left: 10px;
  
}
.footer-sticky-player .player-wrap .buttons .volume .volume-bar span {
  display: block;
  width: 70%;
  height: 4px;
  background-color: #C24D2C;
}

.footer-sticky-player2 .player-wrap2 .buttons .volume .volume-bar span {
  display: block;
  width: 70%;
  height: 4px;
  background-color: #C24D2C;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap {
  width: 86px;
  height: 28px;
  float: left;
}

.footer-sticky-player2 .player-wrap2 .buttons .buttons-wrap {
  width: 86px;
  height: 28px;
  float: left;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a {
  float: left;
  margin-right: 1px;
  display: block;
  height: 28px;
  width: 28px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1fffffff, endColorstr=#1fffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1fffffff, endColorstr=#1fffffff);
  background-color: rgba(255, 255, 255, 0.12);
}

.footer-sticky-player2 .player-wrap2 .buttons .buttons-wrap a {
  float: left;
  margin-right: 1px;
  display: block;
  height: 28px;
  width: 28px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1fffffff, endColorstr=#1fffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1fffffff, endColorstr=#1fffffff);
  background-color: rgba(255, 255, 255, 0.12);
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a span {
  display: block;
  height: 28px;
  width: 28px;
  position: absolute;
  text-align: center;
  line-height: 28px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0px;
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.footer-sticky-player2 .player-wrap2 .buttons .buttons-wrap a span {
  display: block;
  height: 28px;
  width: 28px;
  position: absolute;
  text-align: center;
  line-height: 28px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0px;
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a span:last-child {
  color: white;
  top: -28px;
}

.footer-sticky-player2 .player-wrap2 .buttons .buttons-wrap a span:last-child {
  color: white;
  top: -28px;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a:hover {
  background-color: #C24D2C;
}

.footer-sticky-player2 .player-wrap2 .buttons .buttons-wrap a:hover {
  background-color: #C24D2C;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a:last-child {
  margin: 0;
}

.footer-sticky-player2 .player-wrap2 .buttons .buttons-wrap a:last-child {
  margin: 0;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a:hover span {
  top: 28px;
}

.footer-sticky-player2 .player-wrap2 .buttons .buttons-wrap a:hover span {
  top: 28px;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a:hover span:last-child {
  top: 0px;
}

.footer-sticky-player2 .player-wrap2 .buttons .buttons-wrap a:hover span:last-child {
  top: 0px;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a.forward span {
  left: 0;
  top: 0px;
  -webkit-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.footer-sticky-player2 .player-wrap2 .buttons .buttons-wrap a.forward span {
  left: 0;
  top: 0px;
  -webkit-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a.forward span:last-child {
  color: white;
  top: 0;
  left: -28px;
}

.footer-sticky-player2 .player-wrap2 .buttons .buttons-wrap a.forward span:last-child {
  color: white;
  top: 0;
  left: -28px;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a.forward:hover {
  background-color: #C24D2C;
}

.footer-sticky-player2 .player-wrap2 .buttons .buttons-wrap a.forward:hover {
  background-color: #C24D2C;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a.forward:hover span {
  top: 0px;
  left: 28px;
}

.footer-sticky-player2 .player-wrap2 .buttons .buttons-wrap a.forward:hover span {
  top: 0px;
  left: 28px;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a.forward:hover span:last-child {
  top: 0px;
  left: 0px;
}

.footer-sticky-player2 .player-wrap2 .buttons .buttons-wrap a.forward:hover span:last-child {
  top: 0px;
  left: 0px;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a.backward span {
  right: 0;
  top: 0px;
  left: inherit !important;
  -webkit-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.footer-sticky-player2 .player-wrap2 .buttons .buttons-wrap a.backward span {
  right: 0;
  top: 0px;
  left: inherit !important;
  -webkit-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a.backward span:last-child {
  color: white;
  top: 0;
  right: -28px;
}

.footer-sticky-player2 .player-wrap2 .buttons .buttons-wrap a.backward span:last-child {
  color: white;
  top: 0;
  right: -28px;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a.backward:hover {
  background-color: #C24D2C;
}

.footer-sticky-player2 .player-wrap2 .buttons .buttons-wrap a.backward:hover {
  background-color: #C24D2C;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a.backward:hover span {
  top: 0px;
  right: 28px;
}

.footer-sticky-player2 .player-wrap2 .buttons .buttons-wrap a.backward:hover span {
  top: 0px;
  right: 28px;
}
.footer-sticky-player .player-wrap .buttons .buttons-wrap a.backward:hover span:last-child {
  top: 0px;
  right: 0px;
}

.footer-sticky-player2 .player-wrap2 .buttons .buttons-wrap a.backward:hover span:last-child {
  top: 0px;
  right: 0px;
}
/* END footer sticky player */
/* BEGIN shortcodes */
.bb-button {
  line-height: 27px;
  margin: 0 3px;
  height: 27px;
  padding: 0 10px !important;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 0px 1px #C24D2C;
  -moz-box-shadow: 0px 0px 0px 1px #C24D2C;
  -o-box-shadow: 0px 0px 0px 1px #C24D2C;
  box-shadow: 0px 0px 0px 1px #C24D2C;
  color: #C24D2C;
}
.bb-button.bb-large {
  line-height: 35px;
  height: 35px;
  padding: 0 15px !important;
}
.bb-button.bb-round {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.bb-button:hover {
  color: white;
  background-color: #C24D2C;
}
.bb-button.bb-red {
  -webkit-box-shadow: 0px 0px 0px 1px #c0392b;
  -moz-box-shadow: 0px 0px 0px 1px #c0392b;
  -o-box-shadow: 0px 0px 0px 1px #c0392b;
  box-shadow: 0px 0px 0px 1px #c0392b;
  color: #c0392b;
}
.bb-button.bb-red:hover {
  background-color: #c0392b;
  color: white;
}
.bb-button.bb-orange {
  -webkit-box-shadow: 0px 0px 0px 1px #ef9200;
  -moz-box-shadow: 0px 0px 0px 1px #ef9200;
  -o-box-shadow: 0px 0px 0px 1px #ef9200;
  box-shadow: 0px 0px 0px 1px #ef9200;
  color: #ef9200;
}
.bb-button.bb-orange:hover {
  background-color: #ef9200;
  color: white;
}
.bb-button.bb-purple {
  -webkit-box-shadow: 0px 0px 0px 1px #8e44ad;
  -moz-box-shadow: 0px 0px 0px 1px #8e44ad;
  -o-box-shadow: 0px 0px 0px 1px #8e44ad;
  box-shadow: 0px 0px 0px 1px #8e44ad;
  color: #8e44ad;
}
.bb-button.bb-purple:hover {
  background-color: #8e44ad;
  color: white;
}
.bb-button.bb-grey {
  -webkit-box-shadow: 0px 0px 0px 1px #34495e;
  -moz-box-shadow: 0px 0px 0px 1px #34495e;
  -o-box-shadow: 0px 0px 0px 1px #34495e;
  box-shadow: 0px 0px 0px 1px #34495e;
  color: #34495e;
}
.bb-button.bb-grey:hover {
  background-color: #34495e;
  color: white;
}
.bb-button.bb-green {
  -webkit-box-shadow: 0px 0px 0px 1px #27ae60;
  -moz-box-shadow: 0px 0px 0px 1px #27ae60;
  -o-box-shadow: 0px 0px 0px 1px #27ae60;
  box-shadow: 0px 0px 0px 1px #27ae60;
  color: #27ae60;
}
.bb-button.bb-green:hover {
  background-color: #27ae60;
  color: white;
}
.bb-button.bb-blue {
  -webkit-box-shadow: 0px 0px 0px 1px #2980b9;
  -moz-box-shadow: 0px 0px 0px 1px #2980b9;
  -o-box-shadow: 0px 0px 0px 1px #2980b9;
  box-shadow: 0px 0px 0px 1px #2980b9;
  color: #2980b9;
}
.bb-button.bb-blue:hover {
  background-color: #2980b9;
  color: white;
}
.bb-button.bb-yellow {
  -webkit-box-shadow: 0px 0px 0px 1px #f1c40f;
  -moz-box-shadow: 0px 0px 0px 1px #f1c40f;
  -o-box-shadow: 0px 0px 0px 1px #f1c40f;
  box-shadow: 0px 0px 0px 1px #f1c40f;
  color: #f1c40f;
}
.bb-button.bb-yellow:hover {
  background-color: #f1c40f;
  color: white;
}
/* END shortcodes */
/* BEGIN 404 */
.error-404 p {
  padding: 60px 40px 100px 40px;
  text-align: center;
  border: 1px solid #C24D2C;
  color: #C24D2C;
  display: block;
}
.error-404 p i {
  color: #C24D2C;
  font-size: 48px;
  margin: 20px auto;
  display: block;
}
/* END 404 */
/* BEGIN demo panel */
.demo-panel {
  margin: 100px auto;
  position: relative;
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5);
  width: 200px;
  padding: 30px;
  background-color: #fff;
  /* begin raw */

  /* end raw */

  /* BEGIN sinote overwrite */

  /* END sinote overwrite */

}
.demo-panel .close-link {
  display: block;
  height: 21px;
  width: 21px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=26)";
  filter: alpha(opacity=26);
  opacity: 0.26;
  background-color: black;
  position: absolute;
  top: -10px;
  right: -10px;
  line-height: 21px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-image: url("../public/images/close-button.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.demo-panel:hover .close-link {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.demo-panel .bb-demo-label {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.42);
  display: block;
  font-weight: normal;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.demo-panel .switch-toggle {
  display: block;
  height: 30px;
  /* Outline the toggles when the inputs are focused
	 */

  position: relative;
  /* For callout panels in foundation
	 */

  padding: 0 !important;
  /* Generate styles for the multiple states */
}
.demo-panel .switch-toggle * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.demo-panel .switch-toggle a {
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.demo-panel .switch-toggle label,
.demo-panel .switch-toggle > span {
  line-height: 30px;
  vertical-align: middle;
}
.demo-panel .switch-toggle input:focus ~ a,
.demo-panel .switch-toggle input:focus + label {
  outline: 1px dotted #888888;
}
.demo-panel .switch-toggle input {
  position: absolute;
  opacity: 0;
}
.demo-panel .switch-toggle label {
  position: relative;
  z-index: 2;
  float: left;
  width: 50%;
  height: 100%;
  margin: 0;
  text-align: center;
}
.demo-panel .switch-toggle a {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
}
.demo-panel .switch-toggle input:last-of-type:checked ~ a {
  left: 50%;
}
.demo-panel .switch-toggle.switch-3 label,
.demo-panel .switch-toggle.switch-3 a {
  width: 33.33333%;
}
.demo-panel .switch-toggle.switch-3 input:checked:nth-of-type(2) ~ a {
  left: 33.33333%;
}
.demo-panel .switch-toggle.switch-3 input:checked:last-of-type ~ a {
  left: 66.66667%;
}
.demo-panel .switch-toggle.switch-4 label,
.demo-panel .switch-toggle.switch-4 a {
  width: 25%;
}
.demo-panel .switch-toggle.switch-4 input:checked:nth-of-type(2) ~ a {
  left: 25%;
}
.demo-panel .switch-toggle.switch-4 input:checked:nth-of-type(3) ~ a {
  left: 50%;
}
.demo-panel .switch-toggle.switch-4 input:checked:last-of-type ~ a {
  left: 75%;
}
.demo-panel .switch-toggle.switch-5 label,
.demo-panel .switch-toggle.switch-5 a {
  width: 20%;
}
.demo-panel .switch-toggle.switch-5 input:checked:nth-of-type(2) ~ a {
  left: 20%;
}
.demo-panel .switch-toggle.switch-5 input:checked:nth-of-type(3) ~ a {
  left: 40%;
}
.demo-panel .switch-toggle.switch-5 input:checked:nth-of-type(4) ~ a {
  left: 60%;
}
.demo-panel .switch-toggle.switch-5 input:checked:last-of-type ~ a {
  left: 80%;
}
.demo-panel .switch-toggle label,
.demo-panel .switch-toggle > span {
  line-height: 28px;
  vertical-align: middle;
  cursor: pointer;
  font-weight: lighter;
  font-weight: normal;
}
.demo-panel .switch-toggle input:focus ~ a,
.demo-panel .switch-toggle input:focus + label {
  outline: none;
}
.demo-panel .switch-toggle a {
  position: absolute;
  top: 0;
  left: 1px;
  padding: 0;
  z-index: 1;
  width: 50%;
  width: 119px;
  width: 69px;
  top: 1px;
  /* custom fix */

  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  height: 28px;
  background-color: white !important;
  border: none !important;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.26), 0px 0px 1px 1px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.26), 0px 0px 1px 1px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.26), 0px 0px 1px 1px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.26), 0px 0px 1px 1px rgba(0, 0, 0, 0.26);
  background: #ffffff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
  /* IE6-9 */

}
.demo-panel .well {
  background-color: #63badf;
  border: none;
  padding: 1px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.26);
  -o-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.26);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.26);
  margin-bottom: 30px;
}
.demo-panel .bb-slider-input {
  height: 3px;
  display: block;
  background-color: #63badf;
  position: relative;
  border: none;
  padding: 1px;
  margin-bottom: 30px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.26);
  -o-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.26);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.26);
}
.demo-panel .bb-slider-input a {
  position: absolute;
  top: -5px;
  display: block;
  height: 13px;
  width: 13px;
  background-color: white !important;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.26), 0px 0px 1px 1px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.26), 0px 0px 1px 1px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.26), 0px 0px 1px 1px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.26), 0px 0px 1px 1px rgba(0, 0, 0, 0.26);
  background: #ffffff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
  /* IE6-9 */

}
.demo-panel .bb-color-option-container {
  height: 60px;
  display: block;
  background-color: #26a95d;
  position: relative;
  border: none;
  padding: 1px;
  cursor: pointer;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.26);
  -o-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.26);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.26);
}
.demo-panel .bb-color-option-container span {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: white;
  font-size: 24px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
  -o-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
}
/* END demo panel */

.subnav ul a {color: #000 !important;}






#myFooter {
	background-color: #3E4A61;
    color: white;
    padding-top: 20px;
}

.footer-copyright {
    height: 40px;
    background-color: #333333;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.footer-copyright .copy {
    float: right;
    margin-right: 6.5%;
}

.footer-copyright .metrika {
    
}



#myFooter .row {
    margin-bottom: 30px;
}

#myFooter .navbar-brand {
    margin-top: 45px;
    height: 65px;
}

#myFooter .footer-copyright p {
    margin: 10px;
    color: #ccc;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 10px;
}

#myFooter h2 a{
    font-size: 50px;
    text-align: center;
    color: #fff;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .social-networks {
	margin-top: -15px;
    padding-top: 10px;
    padding-bottom: 16px;
}

.socright .social-networks2 {
	float: right;
    padding-top: 10px;
    
}

.socright .social-networks2 a {
	
    font-size: 32px;
    
    padding: 10px;
    transition: 0.2s;
}



.socright .social-networks2 a:hover {
    text-decoration: none;
	cursor: pointer;
}

.socright .fb {
    color:#3b5998;
}

.socright .fb:hover {
    color: #0077e2;
}

.socright .tw {
    color:#55acee;
}


.socright .tw:hover {
    color: #2795e9;
}

.socright .vk {
    color:#587ea3;
}

.socright .vk:hover {
    color: #466482;
}

.socright .tg {
    color:#55acee;
}


.socright .tg:hover {
    color: #2795e9;
}

.socright .wa {
    color:#1DAA61;
}


.socright .wa:hover {
    color: #00a884;
}

.socright .ok {
    color:#d76200;
}


.socright .ok:hover {
    color: #b7800a;
}



.socright .max-img {
    color: white; /* Цвет шрифта */
}

.socright .max-img:hover {
    color: #000;
}

.socright .fb i, .tw i, .vk i, .tg i, .wa i, .ok i {
    vertical-align: middle; /* Центрирование иконки */
}



.socright .btn {
	color: white;
    background-color: #C24D30;
    border-radius: 20px;
    border: none;
    width: 150px;
    margin-top: -10px;
    line-height: 25px;
}

.socright .btn:hover {
	background-color: #5E89EF;
}




#myFooter .social-networks a {
    font-size: 32px;
    
    padding: 10px;
    transition: 0.2s;
}

#myFooter .social-networks a:hover {
    text-decoration: none;
	cursor: pointer;
}

#myFooter .fb {
    color:#3b5998;
}

#myFooter .fb:hover {
    color: #0077e2;
}

#myFooter .tw {
    color:#55acee;
}

#myFooter .tw:hover {
    color: #2795e9;
}

#myFooter .vk {
    color:#587ea3;
}

#myFooter .vk:hover {
    color: #466482;
}

#myFooter .tg {
    color:#55acee;
}


#myFooter .tg:hover {
    color: #2795e9;
}

#myFooter .wa {
    color:#1DAA61;
}


#myFooter .wa:hover {
    color: #00a884;
}

#myFooter .ok {
    color:#d76200;
}


#myFooter .ok:hover {
    color: #b7800a;
}

#myFooter .max-img {
    color: white; /* Цвет шрифта */
}

 #myFooter .max-img:hover {
    color: #000;
}





#myFooter .btn {
    color: white;
    background-color: #C24D30;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
	text-align: left;
}

#myFooter .btn:hover {
	background-color: #1A2639;
}



/* Стили для Comments */

.puz {
	
	word-wrap: break-word;
 position: relative;
 background: #ffffff;
 padding:20px;
background-color: #fff;
 border: 1px solid #666;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 -webkit-box-shadow: 2px 2px 4px #666;
 -moz-box-shadow: 2px 2px 4px #666;
 box-shadow: 2px 2px 4px #666;
}
.puz:after, .puz:before {
 bottom: 100%;
 border: solid transparent;
 content: " ";
 height: 0;
 width: 0;
 position: absolute;
 pointer-events: none;
}
 
.puz:after {
 border-color: rgba(255, 255, 255, 0);
 border-bottom-color: #ffffff;
 border-width: 18px;
 left: 5%;
 margin-left: -18px;
}
.puz:before {
 border-color: rgba(125, 145, 133, 0);
 border-bottom-color: #7d9185;
 border-width: 20px;
 left: 5%;
 margin-left: -20px;
}

.avtor {
	font-size: 120%;
	padding-bottom: 10px;
	color: #c24d30;
}

/* Конец Стилей для Comments */


#navbox {
	display: none;
}

#navbox2 {
	display: none;
}

#navbox3 {
	display: none;
}

.data {
	float: right;
	color: #337AB7;
}

.yandex {
    
    margin-top: -10px;
}

.sp {
    
    margin-top: -10px;
}

.robo {
    
    margin-top: -10px;
}

.logotip2 {
	 margin-top: 20px;
 }

/* responsive */
@media only screen and (max-width: 992px) {
	.container {
	margin-left: 0px;
	
	}
  
  .nav.navbar-nav.navbar-right {
	  float: left;
  }
  .navbar-right {
	  margin-left: 15px;
  }
  
  .navbar-nav {
	  margin-left: 15px;
  }
  
  .footer-sticky-player,
  header.top-bar .center-info,
  .event-counter,
  .content-wrap .main-container header nav {
    
  }
  .content-wrap .main-container {
    padding-top: 40px;
  }
  
  .content-wrap .main-container content {
  float: left;
  width: 63%;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.content-wrap .main-container aside {
  float: right;
  width: 33%;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
 
content {
    margin-bottom: 40px;
  }
  .content-row > div,
  .widget-wrap > div {
    margin-bottom: 40px;
  }
  .content-row > div:last-child,
  .widget-wrap > div:last-child {
    margin-bottom: 0;
  }
  
  .top-banner-area {
  margin: 0px auto 30px auto;
  min-height: 60px;
  max-width: 1040px;
}

.socright {
	margin-top: -70px;
}
.bb-slider-2 .slider-caption h2 a {
	font-size: 70%;  
  }
  .details2 .jp-time-holder.pop {
    left: 10px;
	top: 0px;
    }
	
	.details2 .jp-time-holder {
    
    top: 0px;
    }
	.product_img {
    width: 50%;
    }
    
    #lhc_status_container .status-icon {
    height: 26px;
    width: 26px;
    }
}


@media (max-width: 840px) {

.content-wrap .main-container header nav #cssmenu {
    display: none;
}

#navbox {
	display: block;
	list-style: none;
	position: relative;
	float: left;
	margin-bottom: 10px;
	
}

#navbox ul.nav {
	position: relative;
	top: -10px;
	left: 15px;
    background-size: 50% 100%;
    -moz-background-size: 50% 100%;
    -o-background-size: 50% 100%;
	-webkit-background-size: 50% 100%;
}

#navbox li {
	margin: 7px 0 0 0;
	text-transform: uppercase;
}

#navbox ul.nav li a {
    transition: all 0.3s ease-out;
    background: #5e89ef;
    color: #fff;
    padding: 7px 10px 7px 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    display: block;
    text-decoration: none;
    box-shadow: 2px 2px 4px #888;
}

#navbox ul.nav li a:hover {
	background: #ebebeb;
	color: #67a5cd;
	width: 120%;
	}

 #navbox ul.nav li a.act {
    background: #ebebeb;
    color: #67a5cd;
}

#navbox2 {
	display: block;
	list-style: none;
	position: relative;
	float: left;
	margin-bottom: 10px;
	
}

#navbox2 ul.nav {
	position: relative;
	top: -10px;
	left: 45px;
    background-size: 50% 100%;
    -moz-background-size: 50% 100%;
    -o-background-size: 50% 100%;
	-webkit-background-size: 50% 100%;
}

#navbox2 li {
	margin: 7px 0 0 0;
	text-transform: uppercase;
}

#navbox2 ul.nav li a {
    transition: all 0.3s ease-out;
    background: #5e89ef;
    color: #fff;
    padding: 7px 10px 7px 10px;
	
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    display: block;
    text-decoration: none;
    box-shadow: 2px 2px 4px #888;
}

#navbox2 ul.nav li a:hover {
	background: #ebebeb;
	color: #67a5cd;
	width: 120%;
	}

 #navbox2 ul.nav li a.act {
    background: #ebebeb;
    color: #67a5cd;
}

#navbox3 {
	display: block;
	list-style: none;
	position: relative;
	float: right;
	margin-bottom: 10px;
	
}

#navbox3 ul.nav {
	position: relative;
	top: -10px;
	right: 15px;
    background-size: 50% 100%;
    -moz-background-size: 50% 100%;
    -o-background-size: 50% 100%;
	-webkit-background-size: 50% 100%;
}

#navbox3 li {
	margin: 7px 0 0 0;
	text-transform: uppercase;
}

#navbox3 ul.nav li a {
    transition: all 0.3s ease-out;
    background: #5e89ef;
    color: #fff;
    padding: 7px 10px 7px 10px;
	
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    display: block;
    text-decoration: none;
    box-shadow: 2px 2px 4px #888;
}

#navbox3 ul.nav li a:hover {
	background: #ebebeb;
	color: #67a5cd;
	width: 120%;
	}

 #navbox3 ul.nav li a.act {
    background: #ebebeb;
    color: #67a5cd;
}

.bb-slider-2 .slider-caption h2 a {
	font-size: 60%;  
  }
  
.footer-copyright {
    height: 60px;
    }
}

@media (max-width: 800px) {
.bluebox-heading span {
	float: left;
	}
.bb-slider-2 .slider-caption h2 a {
	font-size: 55%;  
  }
  
  .puz:after {
 left: 10%;
	}
.puz:before {
 left: 10%;
 }
 
 .footer-copyright {
    height: 60px;
    }

}
@media (max-width: 767px) {	
	
 .logotip {
	 width: 40%;
 }
 
 .logotip2 {
	 width: 70%;
 }
 
 #myFooter h5 {
		font-size: 90%;
	}
 
 .socright {
	margin-top: -55px;
	line-height: 15px;
}

.socright .btn {
    line-height: 15px;
}
	
  .bluebox-heading span {
	float: right;
	}
  .member-info-wrap .member-pic,
  .album-info-wrap .album-cover,
  .audio-page > div.plus-number .buttons-wrap,
  .events-page .event .details .rating {
    display: none;
  }
  .member-info-wrap,
  .album-info-wrap {
    padding: 17px 20px 20px 40px;
  }
  .member-info-wrap .extra-info,
  .album-info-wrap .extra-info {
    right: 20px;
  }
  .audio-page > div.plus-number {
    padding-right: 61px;
  }
  .bb-slider-2 .slider-caption h2 a {
	font-size: 50%;  
  }
  .bluebox-heading span {
	float: left;
	}
	
	.details2 .jp-time-holder.pop {
    left: 10px;
    }
	
	.details2 .jp-time-holder {
    left: 10px;
    top: 0px;
    }
	
	.footer-sticky-player .player-wrap .buttons .track-progress {
    width: 80% !important;
    }
	
	#navbox2 ul.nav {
	  left: 30px;
  }
  
  .puz:after {
 left: 10%;
	}
.puz:before {
 left: 10%;
 }
}

@media screen and (max-width: 900px) {

.footer-copyright {
    height: 50px;
}

#lhc_status_container .status-icon {
    height: 26px;
    width: 26px;
    }
}
@media screen and (max-width: 840px) {
    #myFooter {
        text-align: center;
    }
    
    ul.news-list li h4 {
    width: 220px;
}

#lhc_status_container .status-icon {
    height: 26px;
    width: 26px;
    }
    
}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }
    
    .footer-copyright .copy {
    float: left;
    text-align: left;
}

.footer-copyright .metrika {
    float: right;
}

.footer-copyright .pay {
    float: left;
    text-align: left;
}

.socright {
        text-align: center;
    }
    
 ul.news-list li h4 {
    width: 180px;
    font-size: 80%;
}

#lhc_status_container .status-icon {
    height: 26px;
    width: 26px;
    }
    
}



@media screen and (max-width: 740px) {
    .footer-sticky-player .player-wrap {
        height: auto;
    }
    
    #lhc_status_container .status-icon {
    height: 26px;
    width: 26px;
    }
}

@media screen and (max-width: 640px) {
	.footer-sticky-player .player-wrap .buttons {
	float: left;
    position: relative; 
    margin-left: 10px;
    margin-top: 10px; 
    height: 110px;
    width: 100%;
	}
	.jp-time-holder {
    line-height: 20px;
    right: 30px;
    top: 22px;
    }
	.top-banner-area {
		text-align: center;
	}
	
	.socright {
		float: left;
		margin-top: -10px;
		margin-left: 20%;
		
        
    }
	.content-wrap .main-container content {
  float: left;
  width: 65%;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.content-wrap .main-container aside {
  float: left;
  width: 35%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
	
.bb-slider-2 .slider-caption h2 a {
	font-size: 80%;  
  }
 

.footer-sticky-player .player-wrap {
    position: relative;
    margin: 0 auto;
    padding: 17px 250px 0 182px;
    width: 100%;
    height: auto;
}
.events-list .event .details h1 a {
	font-size: 100%;
}

.menu-dropdown-icon:before {
    padding: 5px 0px;
    right: 0px;
    }
	
	.bluebox-heading span {
	float: left;
	}
	
	.details2 .jp-time-holder.pop {
    left: 10px;
    }
	
	.details2 .jp-time-holder {
    left: 10px;
    top: 0px;
    }
	.audio-tracks-wrap > div .details h4 {
  font-size: 70%;
  }
  
  .details .jp-time-holder {
	right: 0px;
    top: 0px;
	font-size: 10px;
  }
  
  .bb-slider-2.bluebox-slider.mini img {
		width: 235px;
		height: 140px;
	}
	
	 #navbox2 ul.nav {
	  left: 15px;
  }
  
  .footer-sticky-player .player-wrap h4 {
      width: 300px;
  }
  
  .footer-sticky-player .player-wrap span.track-details, .footer-sticky-player .player-wrap span.track-date {
      width: 300px;
  }
  
  .korzina {
    width: 300px;  
  }
  
 #lhc_status_container .status-icon {
    height: 26px;
    width: 26px;
    }
  
}

@media screen and (max-width: 560px) {
	
	.footer-sticky-player .player-wrap .buttons .track-progress {
    float: left;
	z-index: 999;
	width: 80px !important;
    margin-top: 11px;
    padding: 1px;
    margin-left: 10px;
	}
	
	.top-banner-area {
		text-align: left;
	}
	
	.socright {
		float: left;
		margin-top: -10px;
		margin-left: 0%;
		}
.col-xs-6 {
	width: 100%;
}
.gallery-wrap .image-wrap a.image-link img {
  display: block;
  width: 50%;
  }
  
  .gallery-wrap .image-wrap a.image-link .image-details {
	 width: 50%; 
  }
	
.events-list .event .details h1 a {
	font-size: 100%;
}

.menu-dropdown-icon:before {
    padding: 10px 15px;
    right: 10px;
    }
	.bluebox-heading span {
	float: right;
	}
	.details2 .jp-time-holder.pop {
    left: 10px;
    }
	
	.details2 .jp-time-holder {
    left: 10px;
    }
	
	.audio-tracks-wrap > div .details h4 {
  font-size: 120%;
  }
	
	.bb-slider-2 .slider-caption h2 a {
	font-size: 70%;  
  }
  
  #navbox2 ul.nav {
	  left: 0px;
  }
  
  .data {
	float: left;
	}
	
	.puz:after {

 
 border-width: 8px;
 left: 5%;
 margin-left: -8px;
}
.puz:before {
 
 border-width: 10px;
 left: 5%;
 margin-left: -10px;
      
}

.footer-sticky-player .player-wrap h4 {
      width: 200px;
  }
  
  .footer-sticky-player .player-wrap span.track-details, .footer-sticky-player .player-wrap span.track-date {
      width: 200px;
  }
  
  .korzina {
    width: 200px;  
  }

 .resaizehits {
    width: 235px;
	
}

#lhc_status_container .status-icon {
    height: 26px;
    width: 26px;
    }
	
}

@media screen and (max-width: 480px) {
	
	
	.bb-slider-2 .slider-caption h2 a {
	font-size: 60%;  
  }
  
  .avtor {
	padding-bottom: 15px;
	}
	
	.jp-time-holder {
    left: 10px;
    }
    
    .footer-copyright {
    height: 90px;
    }
    
    .footer-sticky-player .player-wrap h4 {
      width: 190px;
  }
  
  .footer-sticky-player .player-wrap span.track-details, .footer-sticky-player .player-wrap span.track-date {
      width: 250px;
  }
  
  .korzina {
    width: 150px;  
  }
  
  .window p {
    font-size: 100%;
    }
    
    #lhc_status_container .status-icon {
    height: 21px;
    width: 21px;
    }
    
    .contact_form button {
    margin-left: 0px;
}




.arrow-links-wrap {
  position: absolute;
  right: 1px;
  bottom: 1px;
  height: 30px;
  width: 90px;
}
.arrow-right-link,
.arrow-left-link {
  position: relative;
  overflow: hidden;
  display: block;
  height: 30px;
  width: 30px;
  float: left;
}
.arrow-right-link span,
.arrow-left-link span {
  display: block;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
.arrow-right-link span {
  background-image: url(../images/arrow-right.svg);
  background-position: 10px center;
  -webkit-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.arrow-right-link span:last-child {
  left: -30px;
}
.arrow-right-link:hover span {
  left: 30px;
}
.arrow-right-link:hover span:last-child {
  left: 0;
}
.arrow-left-link {
  margin-right: 1px;
}
.arrow-left-link span {
  background-image: url(../images/arrow-left.svg);
  background-position: -10px center;
  -webkit-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.arrow-left-link span:last-child {
  right: -30px;
}
.arrow-left-link:hover span {
  right: 30px;
}
.arrow-left-link:hover span:last-child {
  right: 0;
}

.google-right {
    margin-top: 10px;
    margin-left: 10px;
}

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

@media screen and (max-width: 320px) {
	.socright .social.social-networks2 {
		float: left;
		margin-left: 0%;
	}
	
	.socright .btn.btn-default.left{
		float: left;
		margin-left: 15%;
		margin-top: 7px;
		}
		
		.col-xs-4 {
			width: 100%;
		}
		
		#navbox2 ul.nav {
		left: 15px;
		}
		
		#navbox3 {
		float: left;
		}

		#navbox3 ul.nav  {
		left: 15px;
		}
		
	    .puz:after {

 
 border-width: 3px;
 left: 10%;
 margin-left: -3px;
}
.puz:before {
 
 border-width: 5px;
 left: 10%;
 margin-left: -5px;
}

.avtor {
	font-size: 90%;
	padding-bottom: 35px;
	}
	
	.puz {
		padding: 5px;
	}
	
	.jp-time-holder {
    left: 10px;
    }
    
    .footer-copyright {
    height: 130px;
}

.footer-sticky-player .player-wrap {
    position: relative;
    margin: 0 auto;
    padding: 17px 250px 0 17px;
    width: 100%;
    height: auto;
    
}

.footer-sticky-player .player-wrap .track-image {
    position: static;
    width: 185px;
    
   }



.footer-sticky-player .player-wrap h4 {
    width: 170px;
}

.gallery-wrap .image-wrap a.image-link img {
    display: block;
    width: 235px;
}

 .footer-sticky-player .player-wrap h4 {
      width: 190px;
  }

.footer-sticky-player .player-wrap span.track-details, .footer-sticky-player .player-wrap span.track-date {
    width: 250px;
}

ul.news-list li h4 {
    width: 240px;
}

.window p {
    font-size: 80%;
    line-height: 14px;
    }
    
    #lhc_status_container .status-icon {
    height: 16px;
    width: 16px;
    }
    
.product_img {
    width: 235px;
    height: 140px;
}

.onas h1 {
    font-size: 1.2em;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 70%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.logotip {
    width: 50%;
}

.contact_form textarea {
    width: 150px;
}

.contact_form button {
    margin-left: 0px;
}

.yandex {
    width: 71px;
    height: 14;
    margin-top: -5px;
}

.sp {
    width: 71px;
    height: 14;
    margin-top: -5px;
}

.robo {
    width: 71px;
    height: 14;
    margin-top: -5px;
}






.arrow-links-wrap {
  position: absolute;
  right: 1px;
  bottom: 1px;
  height: 30px;
  width: 90px;
}
.arrow-right-link,
.arrow-left-link {
  position: relative;
  overflow: hidden;
  display: block;
  height: 30px;
  width: 30px;
  float: left;
}
.arrow-right-link span,
.arrow-left-link span {
  display: block;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
.arrow-right-link span {
  background-image: url(../images/arrow-right.svg);
  background-position: 10px center;
  -webkit-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.arrow-right-link span:last-child {
  left: -30px;
}
.arrow-right-link:hover span {
  left: 30px;
}
.arrow-right-link:hover span:last-child {
  left: 0;
}
.arrow-left-link {
  margin-right: 1px;
}
.arrow-left-link span {
  background-image: url(../images/arrow-left.svg);
  background-position: -10px center;
  -webkit-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
  box-transition: right 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.arrow-left-link span:last-child {
  right: -30px;
}
.arrow-left-link:hover span {
  right: 30px;
}
.arrow-left-link:hover span:last-child {
  right: 0;
}

.google-right {
    margin-top: 10px;
    margin-left: 10px;
}

.form_hint {
    margin-top: -162px;
    margin-left: -90px;
}

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

.content-wrap {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.02), inset 0 0px 0 0px #ffffff;
    -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.02), inset 0 0px 0 0px #ffffff;
    -o-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.02), inset 0 0px 0 0px #ffffff;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.02), inset 0 0px 0 0px #ffffff;
}
	
}




.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.sprypay {
    margin-top: 40px;
}

.bottom-slider {
	background: #fff;
	padding: 0px 0;
	height: auto;
}

.bottom-slider .imgslide {
    width: 121.5px;
	height: 73px;
	padding: 2px 0;
	-webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bottom-slider .imgslide:hover {
    opacity: 0.8;
}

.text-danger {
    cursor: pointer;
}

.product_desc {
    background: #FFF;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.reviews_img {
    width: 50px;
    height: 35px;
}

.bottom {
    margin-bottom: 10px;
}

#map{
   width: 100%;
   height: 400px;
   border: 1px solid #999;
   margin-bottom: 20px;
   border-radius: 3px;
}

.blockmap {
    display: block;
}

.nonemap {
    display: none;
}












