<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*CSS Document*/


/*-------Media------*/


@media only screen and (min-width: 600px) and (max-width: 799px)  {


/*Styles for Home*/

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-align: left;
  color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
	font-weight: 300;
  background-position: top center;
  background-size: cover;
  white-space: normal;
  -webkit-text-size-adjust: 100%;
}

header {
  width: 100%;
  height: 150px;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

section {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

footer  {
  width: 100%;
  height: auto;
  margin: 25px 0;
  padding: 0;
  text-align: center;
  position: relative;
  float: left;
  bottom: 0;
}

p {
  margin: 0;
  padding: 0;
}

#wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  float: none;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
  box-shadow: none;
  border-color: initial;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.bgGradient  {
  background-image: linear-gradient(#002133, #02384b);
}

.bgPlain  {
  background: #021728;
}

.top  {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

#back-top {
	position: fixed;
  right: 1.25%;
	bottom: 22.5%;
	margin-right: 0;
}

#back-top a {
  width: 20px;
	display: block;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
  opacity: 0.5;
}

#back-top a:hover {
	opacity: 1.0;
}

a, a:link, a:visited, a:hover, a:active {
  color: inherit;
	text-decoration: none;
  border: none;
  outline: none;
}

a img {
  border:none;
  outline:none;
}

.heading_1 {
  margin: 0;
  padding: 0;
  color: #fff;
	font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
}

.heading_2 {
  margin: 0;
  padding: 0;
  color: #c7752b;
	font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.heading_3 {
  margin: 0;
  padding: 0;
  color: #fff;
	font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
}

.heading_4 {
  margin: 0;
  padding: 0;
  color: #fff;
	font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
}

.heading_4a {
  margin: 0;
  padding: 0;
  color: #fff;
	font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.heading_5 {
  margin: 0;
  padding: 0;
  color: #c7752b;
	font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
}

.navigation  {
  width: 90%;
  height: 90px;
  margin: 0 5%;
  padding: 0;
  position: relative;
  float: left;
}

.logoFld  {
  width: 60px;
  height: auto;
  margin: 30px 0 0 0;
  padding: 0;
  position: relative;
  float: left;
}

.logo {
  width: 60px;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  float: left;
}

.tlFld  {
  margin: 52px 0 0 10px;
  padding: 0;
  font-size: 35px;
  font-weight: 400;
  position: relative;
  float: left;
}

.menu  {
  width: 30px;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  float: right;
  right: 0;
  top: -50%;
}

.menuFld  {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  position: relative;
  float: right;
}

.menuFldRes  {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 7px 0;
  position: fixed;
  float: left;
  bottom: 0;
  background: #002133;
  z-index: 3;
}

#searchBox {
  display: none;
}

#searchBoxRes {
  width: 47.5vw;
  height: 30px;
  margin: 10px 0;
  padding: 0;
  position: absolute;
  float: right;
  right: 10.5vw;
}

input[type="text"] {
  height: 30px;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
	font-weight: 300;
  border: none;
  outline: none;
  color: #fff;
  padding: 3px;
  padding-right: 30px;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

input[type="text"]:focus:hover {
  border-bottom: 1px solid #BBB;
}

input[type="text"]:focus {
  width: 42.5vw;
  z-index: 1;
  border-bottom: 1px solid #BBB;
  cursor: text;
}

input[type="submit"] {
  height: 30px;
  width: 30px;
  display: inline-block;
  float: right;
  background: url(../images/searchIcn.png) center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity .4s ease;
}

input[type="text"]:hover {
  opacity: 1.0;
}

input[type="submit"]:hover {
  opacity: 1.0;
}

.socFld  {
  display: none;
}

.socFldRes  {
  display: block;
  height: 30px;
  margin: 10px 0 10px 5%;
  padding: 0;
  position: relative;
  float: left;
}

.socIcn  {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  padding: 0;
  opacity: 0.5;
  position: relative;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.socIcn:hover  {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  padding: 0;
  opacity: 1.0;
  position: relative;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.lang   {
  display: none;
}

.langRes  {
  display: block;
  width: 25px;
  height: 30px;
  margin: 10px 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  opacity: 0.5;
  position: absolute;
  float: right;
  right: 5%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.langRes:hover  {
  display: block;
  width: 25px;
  height: 30px;
  margin: 10px 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  opacity: 1.0;
  position: absolute;
  float: right;
  right: 5%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.menuImg {
  width: 30px;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: right;
}

.sidenav {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  background: #002133;
  opacity: 0.85;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 110px;
}

.sidenavCls {
  width: 0;
  height: 100%;
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  background: #002133;
  opacity: 0.85;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 5%;
}

.sidenav a {
  padding: 5px 10px 5px 5%;
  text-decoration: none;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #809daa;
}

.sidenav .closebtn {
  position: absolute;
  top: 55px;
  right: 25px;
  font-size: 30px;
  font-weight: 500;
}

a.tabAct {
  color: #c7752b;
}

a.newsLt {
  margin: 55px 20px 0 0;
  padding: 0;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

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

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 25px;}
  .sidenav a {font-size: 20px;}
}

.shpTl  {
  width: 170px;
  margin: 25px 0 0 0;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  float: left;
  left: 0;
}

.shpTl:hover  {
  width: 170px;
  margin: 25px 0 0 0;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  color: #c7752b;
  text-transform: uppercase;
  position: absolute;
  float: left;
  left: 0;
}

.hidden {
  display: none;
}

.shpTl:hover .visible {
  display: none;
}

.shpTl:hover .hidden  {
  display: inline-block;
}

.arrow  {
  width: 45px;
  height: auto;
  margin: 5px 0 0 5px;
  padding: 0;
  position: relative;
  float: right;
}

.arrowH  {
  width: 40px;
  height: auto;
  margin: 0 0 0 5px;
  padding: 0;
  position: absolute;
  float: right;
  right: 3.5%;
  bottom: 6.5%;
}

.containerAside  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: right;
}

.albums  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  z-index: 1;
}

.albumImgFld  {
  width: 33.333%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.albumImg  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.albumImgFld img  {
  display: block;
}

span.hoverArrow {
  width: 100%;
  height: 32.5vw;
  margin: 0;
  padding: 0;
  background: rgba(199,117,43,0.75);
  cursor: pointer;
  display: block;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

div.albumImgFld:hover span.hoverArrow {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.container {
  width: 100%;
  height: auto;
  margin: 0 0 27.5vw 0;
  padding: 0;
  position: relative;
  float: left;
}

.infoTxt {
  width: 90%;
  height: auto;
  margin: 25px 5%;
  padding: 0;
  font-size: 18px;
  line-height: 1.35;
  position: relative;
  float: left;
}

.footFld  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.newsLtFld  {
  margin: 0 0 0 5%;
  padding: 0;
  opacity: 0.75;
  font-size: 18px;
  line-height: 1.3;
  position: absolute;
  float: left;
  bottom: 22.5vw;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.newsLtFld:hover  {
  margin: 0 0 0 5%;
  padding: 0;
  opacity: 1.0;
  font-size: 18px;
  line-height: 1.3;
  position: absolute;
  float: left;
  bottom: 22.5vw;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.copy  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  position: absolute;
  float: left;
  bottom: 12.5vw;
}

.design  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: center;
  position: absolute;
  float: left;
  bottom: 10vw;
}


/*Styles for About*/

.headings {
  width: 90%;
  height: auto;
  margin: 25px 5%;
  padding: 0;
  position: relative;
  float: left;
}

.aboutTxt {
  width: 90%;
  height: auto;
  margin: 0 5% 0 0;
  padding: 25px 5%;
  font-size: 18px;
  line-height: 1.35;
  background: rgba(3,55,75,0.75);
  position: relative;
  float: left;
}


/*Styles for Artists, Artists-Page*/

.artLn  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.artImgFld  {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.artImgFld img {
  display: block;
}

.artImg  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

span.hoverArtArrow {
  width: 80%;
  height: auto;
  margin: 0;
  padding: 2.5% 17.5% 2.5% 2.5%;
  background: rgba(199,117,43,0.75);
  cursor: pointer;
  display: block;
  right: 0;
  bottom: 0;
  opacity: 1;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

div.artImgFld:hover span.hoverArtArrow {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.arrowA  {
  width: 35px;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  float: right;
  right: 7px;
  bottom: 10px;
}

.artTl  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.25;
  text-transform: uppercase;
  position: relative;
  float: left;
}


.artHeroFld  {
  width: 100%;
  height: auto;
  margin: 0 0 2.5% 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  float: left;
}

.artHeroImg  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.artHeroFld img  {
  display: block;
}

.artBox  {
  width: 90%;
  height: auto;
  margin: 0 5%;
  padding: 0;
  position: relative;
  float: left;
}

.videoBox  {
  width: 100%;
  height: auto;
  margin: 5% 0 0 0;
  padding: 0;
  position: relative;
  float: left;
}

.videoBoxN  {
  width: 70%;
  height: auto;
  margin: 5% 15%;
  padding: 0;
  position: relative;
  float: left;
}

.videoBoxNDuo  {
  width: 100%;
  height: auto;
  margin: 5% 0;
  padding: 0;
  position: relative;
  float: left;
}

.video-responsive  {
  width: 100%;
  height: 38.5vw;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.video-responsiveL  {
  width: 48.75%;
  height: 32.5vw;
  margin: 0 1.25% 1.5% 0;
  padding: 0;
  position: relative;
  float: left;
}

.video-responsiveNL  {
  width: 48.75%;
  height: auto;
  margin: 0 1.25% 1.5% 0;
  padding: 0;
  position: relative;
  float: left;
}

.video-responsiveR  {
  width: 48.75%;
  height: 32.5vw;
  margin: 0 0 1.5% 1.25%;
  padding: 0;
  position: relative;
  float: left;
}

.video-responsiveNR  {
  width: 48.75%;
  height: auto;
  margin: 0 0 1.5% 1.25%;
  padding: 0;
  position: relative;
  float: left;
}

.video-responsive iframe  {
  width: 100%;
  height: 38.5vw;
  margin: 0;
  padding: 0;
}

.video-responsiveL iframe  {
  width: 100%;
  height: 32.5vw;
  margin: 0;
  padding: 0;
}

.video-responsiveR iframe  {
  width: 100%;
  height: 32.5vw;
  margin: 0;
  padding: 0;
}

.video-responsiveNL iframe  {
  width: 100%;
  height: 32.5vw;
  margin: 0;
  padding: 0;
}

.video-responsiveNR iframe  {
  width: 100%;
  height: 32.5vw;
  margin: 0;
  padding: 0;
}

.artistTxt {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2.5% 0;
  font-size: 18px;
  line-height: 1.35;
  position: relative;
  float: left;
}

.artistTxt a:link, .artistTxt a:visited {
  color: #c7752b;
  font-weight: 400;
}

.artAlbFld  {
  display: none;
}

.artAlbFldRes  {
  display: block;
  width: 100%;
  height: auto;
  margin: 5% 0 0 0;
  padding: 0;
  position: relative;
  float: right;
}

.artAlbImg  {
  width: 33.333%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.artAlbFld img {
  display: block;
}

.albArtTl  {
  left: 3.5%;
  bottom: 5%;
  margin: 0;
  padding: 0 22.5% 0 0;
  position: absolute;
}

span.hoverArrowArt {
  width: 100%;
  height: 16.1vw;
  margin: 0;
  padding: 0;
  background: rgba(199,117,43,0.75);
  cursor: pointer;
  display: block;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

div.artAlbImg:hover span.hoverArrowArt {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.socLnkBox  {
  width: 100%;
  height: auto;
  margin: 2.5% 0 0 0;
  padding: 0;
  line-height: 1.2;
  position: relative;
  float: left;
}

.socLnk  {
  margin: 0 0.5%;
  padding: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.socLnk:hover  {
  margin: 0 0.5%;
  padding: 0;
  color: #c7752b;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.arrowS  {
  width: 35px;
  height: auto;
  margin: 3px 1.25% 0 0;
  padding: 0;
  position: relative;
  float: left;
}


/*Styles for Releases, Releases-Page*/

.relLn  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.relImgFld  {
  width: 33.333%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.relImgFld img {
  display: block;
}

.relImg  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.albRelTl  {
  left: 3.5%;
  bottom: 7.5%;
  margin: 0;
  padding: 0 22.5% 0 0;
  font-size: 15px;
  line-height: 1.25;
  position: absolute;
}

span.hoverArrowRel {
  width: 100%;
  height: 45%;
  margin: 0;
  padding: 0;
  background: rgba(199,117,43,0.75);
  cursor: pointer;
  display: block;
  left: 0;
  top: 55%;
  opacity: 1;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 1;
}

div.relImgFld:hover span.hoverArrowRel {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.relPageLn {
  width: 60%;
  height: auto;
  margin: 0 35% 0 5%;
  padding: 0;
  position: relative;
  float: left;
}

.relAlbFld {
  width: 49%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.relAlbImg  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.relAlbFld img  {
  display: block;
}

.relOrdFld  {
  width: 90%;
  height: auto;
  margin: 5%;
  padding: 0;
  position: relative;
  float: left;
}

.orderFld  {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  float: left;
}

.orderFld:hover  {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  color: #c7752b;
  position: relative;
  float: left;
}

.orderFld:hover .visible {
  display: none;
}

.orderFld:hover .hidden  {
  display: inline-block;
}

.lnkFld  {
  width: 100%;
  height: auto;
  margin: 5% 0;
  padding: 0;
  position: relative;
  float: left;
}

.lnkBtn  {
  width: auto;
  height: auto;
  margin: 0;
  padding: 2% 3%;
  color: #c7752b;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.0;
  border: 1px solid #c7752b;
  position: absolute;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.lnkBtn:hover  {
  width: auto;
  height: auto;
  margin: 0;
  padding: 2% 3%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.0;
  border: 1px solid #fff;
  position: absolute;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.lnkBtnG  {
  width: 135px;
  height: 35px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  line-height: 2.25;
  border: 1px solid #fff;
  position: absolute;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.lnkBtnG:hover  {
  width: 135px;
  height: 35px;
  margin: 0;
  padding: 0;
  color: #c7752b;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  line-height: 2.25;
  border: 1px solid #c7752b;
  position: absolute;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.rslides_containerR {
  width: 49%;
  height: auto;
	margin: 0 0 0 2%;
  padding: 0;
	position: relative;
  float: left;
  -webkit-transform: translateZ(0);
  z-index: 1;
}

.rslidesR {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.rslidesR li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslidesR li:first-child {
  position: relative;
  display: block;
  float: none;
}

.rslidesR img {
  display: block;
  height: auto;
  float: none;
  width: 100%;
  border: 0;
  margin: 0;
}

.centered-btnsR_nav {
  display:none;
}

.centered-btnsR_nav:active {
  display:none;
}

.centered-btnsR_nav.next {
  display:none;
}

.centered-btnR_tabs {
  display:none;
}

.centered-btnR_tabs li {
  display:none;
}

.centered-btnR_tabs a {
  display:none;
}

.centered-btnR_tabs a:hover {
  display:none;
}

.relBox  {
  width: 90%;
  height: auto;
  margin: 2.5% 5%;
  padding: 0;
  position: relative;
  float: left;
}

.relTl  {
  width: 100%;
  height: auto;
  margin: 2.5% 0;
  padding: 0;
  color: #c7752b;
	font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  float: left;
}

.relTxt  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.35;
  position: relative;
  float: left;
}

.relTxt a:link, .relTxt a:visited {
  color: #c7752b;
  font-weight: 400;
}


/*Styles for Platform*/

.blueFilter {
  width: 200%;
  height: 350%;
  margin: 0;
  padding: 0;
  position: absolute;
  float: left;
  background: rgba(3,55,75,0.75);
  top: -25%;
  left: -50%;
}

.bgImgPFld  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: fixed;
  float: left;
  top: 0;
}

.bgImgPFld img  {
  display: block;
}

.bgImgP  {
  width: 150%;
  height: auto;
  margin: -25% 0 0 -25%;
  padding: 0;
}

#overlay {
  filter: blur(25px);
  -webkit-filter: blur(25px);
  -moz-filter: blur(25px);
  -o-filter: blur(25px);
  -ms-filter: blur(25px);
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='svgMask'&gt;&lt;feGaussianBlur stdDeviation='10' /&gt;&lt;/filter&gt;&lt;/svg&gt;#svgMask");
}

.containerP  {
  width: 50%;
  height: auto;
  margin: 0 25%;
  padding: 0;
  position: relative;
  float: left;
}

.platformFld  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  float: left;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.65);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.65);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.65);
}

.containerLnP {
  margin: 5% 0 0 0;
  padding: 0;
  line-height: 1.2;
  position: relative;
  float: right;
  right: 5%;
  bottom: 1.5vw;
}

.platAlbFld {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.platAlbFld img  {
  display: block;
}

.platAlbImg  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.playBtnIcn  {
  width: 20%;
  height: auto;
  margin: 40%;
  padding: 0;
  opacity: 0.85;
  position: absolute;
  float: left;
  display: block;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.playBtnIcn:hover  {
  width: 20%;
  height: auto;
  margin: 40%;
  padding: 0;
  opacity: 1.0;
  position: absolute;
  float: left;
  display: block;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.profilePFld  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.profileDgtPlat  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.platLnTop  {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 1.125rem 0;
  border-top: 1px solid #fff;
  position: relative;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.platLnTop:hover  {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 1.125rem 0;
  border-top: 1px solid #e4ebee;
  background: #e4ebee;
  position: relative;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.platLn  {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 1.125rem 0;
  border-top: 1px solid #e4ebee;
  position: relative;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.platLn:hover  {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 1.125rem 0;
  border-top: 1px solid #e4ebee;
  background: #e4ebee;
  position: relative;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.playerImg  {
  width: 130px;
  height: 40px;
  margin: 0 0 0 25px;
  padding: 0;
  position: relative;
  float: left;
}

.playerImg img  {
  display: block;
}

.playerIcn  {
  width: 130px;
  height: auto;
  margin: 0;
  padding: 0;
}

.playBtnImg  {
  width: 55px;
  height: 20px;
  margin: 10px 25px 10px 0;
  padding: 0;
  position: relative;
  float: right;
}

.playBtn  {
  width: 55px;
  height: 20px;
  margin: 0;
  padding: 0;
}

.playBtnImg:hover .visible {
  display: none;
}

.playBtnImg:hover .hidden  {
  display: inline-block;
}


/*Styles for Live*/

.liveLnTop {
  width: 90%;
  height: auto;
  margin: 0 5%;
  padding: 0 0 1.5% 0;
  position: relative;
  float: left;
  display: flex;
}

.liveLn {
  width: 90%;
  height: auto;
  margin: 0 5%;
  padding: 1.5% 0;
  border-top: 1px solid #fff;
  position: relative;
  float: left;
  display: flex;
}

.liveDateFld  {
  width: 10%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  float: left;
}

.date  {
  font-size: 35px;
  font-weight: 700;
}

.name  {
  font-size: 18px;
  font-weight: 400;
}

.venue  {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.liveEventLnFld  {
  width: 90%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.liveEventFld  {
  width: 30%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  float: left;
}


/*Styles for Jazz-Fest*/

.rslides_container {
  width: 100%;
  height: auto;
	margin: 0;
  padding: 0;
	position: relative;
  float: left;
  -webkit-transform: translateZ(0);
  z-index: 1;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: none;
}

.rslides img {
  display: block;
  height: auto;
  float: none;
  width: 100%;
  border: 0;
  margin: 0;
}

.centered-btns_nav {
  display:none;
}

.centered-btns_nav:active {
  display:none;
}

.centered-btns_nav.next {
  display:none;
}

.centered-btn_tabs {
  margin-top: -5%;
  text-align: center;
  position: relative;
  float: none;
  z-index: 2;
}

.centered-btn_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 3px;
}

.centered-btn_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #064f64;
  display: inline-block;
  _display: block;
  *display: block;
  width: 5px;
  height: 5px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.centered-btn_tabs a:hover {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #c7752b;
  opacity: 1.0;
  display: inline-block;
  _display: block;
  *display: block;
  width: 7px;
  height: 7px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.caption  {
  display: none;
}

.caption:hover  {
  display: none;
}

.jazzfestTl {
  width: 100%;
  height: auto;
  margin: 0 0 2.5% 0;
  padding: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  float: left;
}

.jazzfestSubTl {
  width: 100%;
  height: auto;
  margin: 1.0% 0 2.5% 0;
  padding: 0;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  position: relative;
  float: left;
}

.containerJF  {
  width: 100%;
  height: auto;
  margin: 0 0 2.5% 0;
  padding: 0;
  position: relative;
  float: left;
}

.jazzfestTxt {
  width: 90%;
  height: auto;
  margin: 0 5%;
  padding: 0;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  float: left;
}

.newsJFFldRes  {
  display: block;
  width: 90%;
  height: auto;
  margin: 5%;
  padding: 0;
  position: relative;
  float: left;
}

.jazzfestLive {
  width: 90%;
  height: auto;
  margin: 5%;
  padding: 0;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  float: left;
}

.containerLn {
  width: 100%;
  height: auto;
  margin: 0 0 2.5% 0;
  padding: 0;
  line-height: 1.2;
  position: relative;
  float: left;
}

.jazzfestLn  {
  width: 100%;
  height: auto;
  margin: 2.5% 0;
  padding: 0;
  font-size: 18px;
  position: relative;
  float: left;
}

.jazzfestDate {
  width: 100%;
  height: auto;
  margin: 1.0% 0 2.5% 0;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
  position: relative;
  float: left;
}

.jazzfestTime {
  margin: 0 15px 0 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.archFld  {
  width: 100%;
  height: auto;
  margin: 5% 0 0 0;
  padding: 0;
  position: relative;
  float: left;
}

.containerAsideF  {
  display: none;
}

.newsJFLn  {
  width: 100%;
  height: auto;
  margin: 0 0 5% 0;
  padding: 0;
  position: relative;
  float: left;
  z-index: 1;
}

.newsJFFld  {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.newsJFImg  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.newsJFFld img  {
  display: block;
}

span.newsJFTl {
  width: 90%;
  min-height: 3.5vw;
  margin: 0;
  padding: 5%;
  background: rgba(199,117,43,0.65);
  font-size: 16px;
  cursor: pointer;
  display: block;
  left: 0;
  bottom: 0;
  overflow: hidden;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

span.newsJFTl:hover {
  width: 90%;
  min-height: 3.5vw;
  margin: 0;
  padding: 5%;
  background: rgba(199,117,43,0.85);
  font-size: 16px;
  cursor: pointer;
  display: block;
  left: 0;
  bottom: 0;
  overflow: hidden;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.arrowNJ  {
  width: 35px;
  height: auto;
  margin: 5px 0 0 0;
  padding: 0;
  position: relative;
  float: right;
}

.linkFld  {
  margin: 5% 0;
  padding: 0;
  line-height: 1.3;
  position: relative;
  float: left;
}

.linkFld:hover  {
  margin: 5% 0;
  padding: 0;
  color: #c7752b;
  line-height: 1.3;
  position: relative;
  float: left;
}

.linkFld:hover .visible {
  display: none;
}

.linkFld:hover .hidden  {
  display: inline-block;
}

.arrowN  {
  width: 45px;
  height: auto;
  margin: 5px 0 0 10px;
  padding: 0;
  position: relative;
  float: right;
}

span.hoverNewsJFArrow {
  width: 90%;
  height: 17.85vw;
  margin: 0;
  padding: 5%;
  background: rgba(199,117,43,0.75);
  cursor: pointer;
  display: block;
  right: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

div.newsJFFld:hover span.hoverNewsJFArrow {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.newsJFGTl  {
  width: 90%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.25;
  text-transform: uppercase;
  position: absolute;
  float: left;
  bottom: 5%;
}

.arrowG  {
  width: 35px;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  float: right;
  right: 20px;
  bottom: 6.5%;
}


/*Styles for News, News-Page*/

.nwsHImg  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.nwsHImg img {
  display: block;
}

.nTlHV01  {
  width: 100%;
  height: 32px;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  float: left;
}

.nTxtHV01  {
  width: 100%;
  height: 58px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  float: left;
}

span.newsTlHV01 {
  width: 90%;
  height: 105px;
  margin: 0;
  padding: 5%;
  background: rgba(3,55,75,0.65);
  font-size: 12px;
  cursor: pointer;
  display: block;
  left: 0;
  bottom: 0;
  overflow: hidden;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

span.newsTlHV01:hover {
  width: 90%;
  height: 105px;
  margin: 0;
  padding: 5%;
  background: rgba(3,55,75,0.9);
  font-size: 12px;
  cursor: pointer;
  display: block;
  left: 0;
  bottom: 0;
  overflow: hidden;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.nTlV01  {
  width: 100%;
  height: 32px;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  float: left;
}

.nTxtV01  {
  width: 100%;
  height: 42px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  float: left;
}

span.newsTlV01 {
  width: 90%;
  height: 95px;
  margin: 0;
  padding: 5%;
  background: rgba(3,55,75,0.65);
  font-size: 12px;
  cursor: pointer;
  display: block;
  left: 0;
  bottom: 0;
  overflow: hidden;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

span.newsTlV01:hover {
  width: 90%;
  height: 95px;
  margin: 0;
  padding: 5%;
  background: rgba(3,55,75,0.9);
  font-size: 12px;
  cursor: pointer;
  display: block;
  left: 0;
  bottom: 0;
  overflow: hidden;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.arrowNAV01  {
  width: 40px;
  height: 12px;
  margin: 0;
  padding: 0;
  position: absolute;
  float: right;
  right: 5%;
  bottom: 8.5%;
}

.newsDateV01 {
  width: 100%;
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 10px;
  font-weight: 300;
  color: #fff;
  text-align: left;
  position: absolute;
  float: left;
  left: 5%;
  bottom: 8.5%;
}

.newsImgFld  {
  width: 40%;
  height: 19.85vw;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  float: left;
  display: block;
}

.newsImg  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.newsImgFld img {
  display: block;
}

.arrowNA1  {
  width: 45px;
  height: 15px;
  margin: 0;
  padding: 0;
  position: absolute;
  float: right;
  right: 5%;
  bottom: 7.5%;
}

.newsDate1 {
  width: 100%;
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  text-align: left;
  position: absolute;
  float: left;
  left: 5%;
  bottom: 7.5%;
}

ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 2.5% 0 0 0;
  font-size: 16px;
}

ul.pagination li {display: inline;}

ul.pagination li a {
  float: left;
  padding: 10px 15px;
  text-decoration: none;
  transition: color 0.2s;
  border: none;
}

ul.pagination li a.active {
  color: #c7752b;
  font-weight: 700;
  border: none;
}

ul.pagination li a:hover:not(.active) {color: #086680;}

div.center {text-align: center;}

.newsTxt {
  width: 90%;
  height: auto;
  margin: 50px 5% 0 5%;
  padding: 0;
  font-size: 18px;
  line-height: 1.35;
  position: relative;
  float: left;
}

.newsFld  {
  width: 100%;
  height: auto;
  margin: 0 0 5% 0;
  padding: 0;
  position: relative;
  float: left;
}

.newsFld p  {
  line-height: 1.25;
}

.nwsSubTlMain  {
  width: 100%;
  height: auto;
  margin: 2.5% 0 0 0;
  padding: 0;
  line-height: 1.5;
	font-weight: 300;
  font-size: 18px;
  color: #a0afb5;
  position: relative;
  float: left;
}

.newsLn  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.newsImgFldP  {
  width: 70%;
  height: auto;
  margin: 5% 15%;
  padding: 0;
  position: relative;
  float: left;
}

.newsPImg  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.newsImgFldP img  {
  display: block;
}

.newsDateP {
  width: 100%;
  height: auto;
  margin: 10px 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.0;
  color: #a0afb5;
  position: relative;
  float: left;
}

.playFldTxt  {
  width: 100%;
  height: auto;
  margin: 5% 0;
  padding: 0;
  text-align: center;
  position: relative;
  float: left;
  display: flex;
}

.playFldTxtCont  {
  margin: 0 auto;
  padding: 0;
  position: relative;
  float: none;
}

.playImgFld  {
  width: 30px;
  height: auto;
  margin: -5px 10px 0 0;
  padding: 0;
  position: relative;
  float: left;
}

.playImg  {
  width: 30px;
  height: auto;
  margin: 0;
  padding: 0;
}

.playImgFld:hover .visible {
  display: none;
}

.playImgFld:hover .hidden  {
  display: inline-block;
}

.playImgFld .hidden {
  display: none;
}

.playImgTl  {
  font-style: italic;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.playImgTl:hover  {
  color: #c7752b;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.newsFldImg2 {
  width: 100%;
  height: auto;
  margin: 5% 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  float: left;
}

.newsImg2L  {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  display: block;
}

.newsImg2R  {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  display: block;
}

.quoteNews  {
  width: 90%;
  height: auto;
  margin: 5%;
  padding: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  color: #c7752b;
  text-align: center;
  position: relative;
  float: left;
}

.author  {
  font-size: 16px;
}

.popup-gallery {
  width: 100%;
  height: auto;
  margin: 5% 0;
  padding: 0;
  position: relative;
  float: left;
  z-index: 1;
}

.gThmbNews  {
  width: 20%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.gThmbNews:hover  {
  opacity: 0.75;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.newsFld a:link, .newsFld a:visited {
  color: #c7752b;
  font-weight: 400;
}


/*Styles for Gallery, Gallery-Page*/

.gallLn  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.gallImgFld  {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.gallImgFld img {
  display: block;
}

.gallImg  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

span.hoverArrowGall {
  width: 100%;
  height: 30%;
  margin: 0;
  padding: 0;
  background: rgba(199,117,43,0.75);
  cursor: pointer;
  display: block;
  left: 0;
  top: 70%;
  opacity: 1;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 1;
}

div.gallImgFld:hover span.hoverArrowGall {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.gallTl  {
  left: 3.5%;
  bottom: 7.5%;
  margin: 0;
  padding: 0 22.5% 0 0;
  position: absolute;
}

.gallDate {
  width: 100%;
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  text-align: left;
  position: relative;
  float: left;
}

.gallFld  {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.gallLn  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.popup-galleryG {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  z-index: 1;
}

.containerLnG {
  width: 90%;
  height: auto;
  margin: 2.5% 5%;
  padding: 0;
  line-height: 1.2;
  position: relative;
  float: left;
}


/*Styles for Playlists, Playlists-Page*/

.plSubTlMain  {
  width: 90%;
  height: auto;
  margin: 0 5%;
  padding: 0;
  line-height: 1.0;
	font-weight: 300;
  font-size: 22px;
  font-style: italic;
  position: relative;
  float: left;
}

.plSubTlMain1  {
  width: 90%;
  height: auto;
  margin: 0 5%;
  padding: 0;
  line-height: 1.0;
	font-weight: 300;
  font-size: 16px;
  font-style: italic;
  position: relative;
  float: left;
}

.plSubTxt  {
  width: 90%;
  height: auto;
  margin: 5% 5% -2.5% 5%;
  padding: 0;
  position: relative;
  float: left;
}

.plHLn  {
  width: 100%;
  height: auto;
  margin: 0 0 10% 0;
  padding: 0;
  position: relative;
  float: left;
}

.plLn  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.plHFld  {
  width: 70%;
  height: auto;
  margin: 0 15%;
  padding: 0;
  position: relative;
  float: left;
}

.plFld  {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.plFldP  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.plHImg  {
  width: 100%;
  height: auto;
  margin: -0.35vw 0 0 0;
  padding: 0;
  position: relative;
  float: left;
}

.plHImg:hover .visible {
  display: none;
}

.plHImg:hover .hidden  {
  display: inline-block;
}

.plHIcn  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.plHTl  {
  width: 95%;
  height: auto;
  margin: 0;
  padding: 0;
  line-height: 1.0;
	font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  position: absolute;
  float: left;
  left: 10%;
  top: 5%;
  z-index: 1;
}

.plTl  {
  width: 95%;
  height: auto;
  margin: 0;
  padding: 0;
  line-height: 1.0;
	font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  position: absolute;
  float: left;
  left: 5%;
  top: 5%;
  z-index: 1;
}

.plHSubTl  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.25;
  position: relative;
  float: left;
}

.plHSubTl1  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.25;
  position: relative;
  float: left;
}

.plSubTl  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.25;
  position: relative;
  float: left;
}

.plSubTl1  {
  width: 100%;
  height: 32px;
  margin: 2px 0 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.25;
  overflow: hidden;
  position: relative;
  float: left;
}

span.hoverPlHArrow {
  width: 95%;
  height: auto;
  margin: 0;
  padding: 2.5% 2.5% 4.5% 2.5%;
  background: rgba(3,55,75,0.75);
  cursor: pointer;
  display: block;
  right: 0;
  bottom: 0.25vw;
  opacity: 1;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

span.hoverPlArrow {
  width: 80%;
  height: 8.5vw;
  margin: 0;
  padding: 2.5% 17.75% 2.5% 2.5%;
  background: rgba(3,55,75,0.75);
  cursor: pointer;
  display: block;
  right: 0;
  bottom: 0.25vw;
  opacity: 1;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

div.plHFld:hover span.hoverPlHArrow {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

div.plFld:hover span.hoverPlArrow {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.plFldList  {
  width: 90%;
  height: auto;
  margin: 5% 5% 0 5%;
  padding: 0;
  position: relative;
  float: left;
}

.plListLn  {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.plListLn a:hover {
  color: #c7752b;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}


/*Styles for Contact*/

.contFld  {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.contFormFld  {
  width: 80%;
  height: auto;
  margin: -25% 5% 0 5%;
  padding: 5%;
  background: rgba(0,33,51,0.95);
  position: relative;
  float: left;
}

.contInfoFld  {
  width: 32.5%;
  margin: 1.25% 0 0 0;
  padding: 0;
  font-size: 16px;
  position: relative;
  float: left;
}

#contForm {
  width: 57.5%;
  height: auto;
  margin: 0 10% 0 0;
  padding: 0;
  position: relative;
  float: left;
}

input.inputLn, input.inputLn:focus  {
  width: 100%;
  height: 20px;
  margin: 0;
  padding: 10px 0 10px 0;
  color: #fff;
  text-align: left;
  line-height: 1.0;
	font-weight: 300;
  font-size: 16px;
  border-radius: 0;
  border-bottom: 1px solid #a0afb5;
  cursor: text;
  position: relative;
  float: left;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  opacity:  0.85;
  color: #a0afb5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  opacity:  0.85;
  color: #a0afb5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  opacity:  0.85;
  color: #a0afb5;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity:  0.85;
  color: #a0afb5;
}
::-ms-input-placeholder { /* Microsoft Edge */
  opacity:  0.85;
  color: #a0afb5;
}

::placeholder { /* Most modern browsers support this now. */
  opacity:  0.85;
  color: #a0afb5;
}

.messageCon  {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

textarea.textM  {
  width: 100%;
  height: 105px;
  margin: 0 0 5% 0;
  padding: 10px 0 10px 0;
  font-size: 16px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #a0afb5;
  background: transparent;
  resize: none;
  position: relative;
  float: left;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
  box-shadow: none;
  border-color: initial;
  -moz-appearance: none;
  -webkit-appearance: none;
}

#map {
  width: 100%;
  height: 600px;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}


/*Styles for Licensing*/

#mask {
  position:absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0,25,38,0.85);
  display: none;
  width: 100%;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 3;
  padding: 0;
}

#boxes #boxContForm1 {
  width: 80%;
  height: 35.75em;
  margin: -7.5em 0 0 -5%;
  padding: 0 5% 0 5%;
  background: rgba(0,25,38,1.0);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.5);
}

#boxes #boxContForm2 {
  width: 80%;
  height: 42.5em;
  margin: -10em 0 0 -5%;
  padding: 0 5% 0 5%;
  background: rgba(0,25,38,1.0);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.5);
}

.cancIcn  {
  width: 13px;
  height: 14px;
  margin: 25px 0 0 0;
  padding: 0;
  display: block;
  border: none;
  outline: none;
  position: relative;
  float: right;
  z-index: 1;
}

.lcnBtn  {
  width: 50%;
  height: 30px;
  margin: 25px 25% 0 25%;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  line-height: 2.25;
  border: 1px solid #fff;
  position: relative;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.lcnBtn:hover  {
  width: 50%;
  height: 30px;
  margin: 25px 25% 0 25%;
  padding: 0;
  color: #c7752b;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  line-height: 2.25;
  border: 1px solid #c7752b;
  position: relative;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#licenseForm {
  width: 100%;
  height: auto;
  margin: 5% 0 0 0;
  padding: 0;
  position: relative;
  float: left;
}

input.inputLnL, input.inputLnL:focus  {
  width: 100%;
  height: 15px;
  margin: 0;
  padding: 7px 0 7px 0;
  color: #fff;
  text-align: left;
  line-height: 1.0;
	font-weight: 300;
  font-size: 14px;
  border-radius: 0;
  border-bottom: 1px solid #a0afb5;
  cursor: text;
  position: relative;
  float: left;
}

.messageConL  {
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

textarea.textML  {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 7px 0 7px 0;
  font-size: 14px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #a0afb5;
  background: transparent;
  resize: none;
  position: relative;
  float: left;
}

.licenseNote  {
  width: 100%;
  height: auto;
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  color: #c7752b;
  position: relative;
  float: left;
}

.linkFldL  {
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 14px;
  position: relative;
  float: left;
}

.linkFldL:hover  {
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 14px;
  color: #c7752b;
  position: relative;
  float: left;
}

.linkFldL:hover .visible {
  display: none;
}

.linkFldL:hover .hidden  {
  display: inline-block;
}

.arrowL  {
  width: 30px;
  height: 11px;
  margin: 3px 0 0 5px;
  padding: 0;
  position: relative;
  float: right;
}


/*Styles for Search*/

.searchRsltLn  {
  width: 100%;
  height: auto;
  margin: 0 0 25px 0;
  padding: 0;
  position: relative;
  float: left;
}

.srchCat  {
  width: 10%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 2.25;
  text-transform: uppercase;
  position: relative;
  float: left;
}

.srchTl  {
  width: 75%;
  height: auto;
  margin: 0 2.5%;
  padding: 0;
  font-weight: 500;
  position: relative;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.srchTl:hover  {
  width: 75%;
  height: auto;
  margin: 0 2.5%;
  padding: 0;
  font-weight: 500;
  color: #c7752b;
  position: relative;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.srchDate  {
  width: 10%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 2.45;
  position: relative;
  float: left;
}

}
</pre></body></html>