

 @font-face {
  font-family: "MyriadPro-Regular"; 
    src: url("/fonts/MYRIADPRO-REGULAR.woff2") format("woff2"); 
  font-weight: normal;
  font-style: normal;
}


 @font-face {
  font-family: "MyriadPro-Bold"; 
    src: url("/fonts/MYRIADPRO-BOLD.woff2") format("woff2");  
  font-weight: normal;
  font-style: normal;
}

 html {
  box-sizing: border-box; 
}
*, *:before, *:after {
  box-sizing: inherit;
}
* { margin: 0; padding: 0;    font-family: 'MyriadPro-Regular';  text-decoration: none; color: #333; list-style: none; }

#mobnav { display: none; } 
 
header {  display: block; width: 100%; height: 80px; position: absolute; z-index: 100;  background: #fff; box-shadow: 0px 0px 10px rgba(0,0,0,0.5);    min-width: 980px; }

section a { color: #222; }

section.about a, section.front a { color: #222; border: none; }

section.accounthome a { color: blue; border: none; }

h1 a { display: block; background-image: url(/images/Bankley-logo-23.png);  background-repeat: no-repeat; background-position: center; background-size: 100%; width: 500px; height: 50px; line-height: 50px; padding: 0; margin: 0 0 0 10px; text-indent: -9999px; font-size: 0.1em; }

header li { display: inline-block; margin: 0 20px 0 11px; }

section { padding: 110px 0 20px 0; width: 90%; margin: 0 auto;  overflow: hidden;  font-size: 1.15rem; }

section.front { padding: 0; width: 100%; }
section.front div:nth-of-type(1) { height: 66vh ; width: 50% ; float: left; }
section.front div:nth-of-type(2) { height: 66vh ; width: calc(50% - 1px); float: left; margin-left: 1px;  }


section.front div div { width: 100% !important;  background: rgba(255,255,255,0.5); }

section.front div {  position: relative;  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 
   }

 
   section.front div div a { 
      background: #eee; color: #333; 
      padding: 25px; border-radius: 10px;
      position: absolute;
      top: 50%;
      left: 50%;
    transform: translate(-50%, -50%);
      z-index: 1000;
      box-shadow: 0px 0px 10px rgba(0,0,0,0.5); 
      font-size: 3rem; 
   }

   section.front div div:hover a { 
    box-shadow: 0px 0px 20px rgba(0,0,0,0.77);   
      background: #333; color: #eee; 
      transition: all 111ms linear;
   }

   section.front div div:hover {   
      background: none; color: #eee; 
      transition: all 222ms linear;
   }

   section h2 { font-size: 3rem; letter-spacing: -0.05rem; padding: 0px 0px 0px 0px;   }
   section h3 { font-size: 2rem; padding: 20px 0px 20px 0px; }
   section p { line-height: 1.75; padding: 10px 0px;  }
   section p strong {  font-weight: 700; font-family: 'MyriadPro-Bold'; }
  /* section strong { display: block; font-size: 1.25rem; padding: 20px 0px 0px 0px; } */
   section.about div { padding: 0px 5vw 20px 0px; margin: 0; width: calc(50% - 5vw); }
 
section.abdout div { width: 50% ; float: left; } 

section.about a { border-bottom: 1px dashed #888; } 
section.about h2 a { border-bottom: none; } 
section.about   { line-height: 1.5; } 




section.galev   { max-width: 980px ; } 
 
section.galev .evgal  { overflow: hidden; margin-bottom: 30px; } 
section.galev .evgal:nth-of-type(odd)  { overflow: hidden; } 
 
.evgal img { float: left; margin: 0 15px 0 0; width: 250px; }
.evgal:nth-of-type(odd) img { float: right; margin: 0 0 0 15px; width: 250px; }


ul.artists { width: 100%; display: flex; flex-flow: row wrap; justify-content: space-evenly; }

ul.artists li {  flex: 1 0 20%; margin: 30px 1% 30px 1%;  height: 400px; }
ul.artists li.hide {  flex: 1 0 30%; margin: 30px 1% 0px 1%;  height: 0px; }

ul.artists li img { width: 100%; height: 350px; background-position: center center;   background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
ul.artists li a {  font-size: 2.5rem; font-weight: 300;  font-family: 'MyriadPro-Regular'; letter-spacing: -2px; }
 
.artmobimg { display: none; }

  
footer { clear: both; line-height: 100px; min-height: 100px;  background: #333;  }
footer h2 a {  color: #eee; }



.pgbutts {  list-style: none; padding: 0; height: 30px; margin: 0; float: right; }
.pgbutts li { float: left; margin-right: 4px; }
.pgbutts a { width: 45px; height: 28px; line-height: 28px; background: #aaa; color: white; display: block; text-decoration: none; text-align: center; font-weight: bold;  }
 .pgbutts a.seld { background: #0084b4 !important;  width: 55px; height: 28px;  }
  .pgbutts a.seld:hover { color: #fff; }
.pgbutts a:hover { background: #eee; color: black; }


.pgbutts span { display: none; }
.pgbutts a { width: 20px; height: 35px; line-height: 35px; background: #aaa; color: white; display: inline-block; text-decoration: none; text-align: center; font-weight: bold; letter-spacing: -0.1rem; font-weight: 300; padding: 0 2px 0 0; border-radius: 4px; }
.pgbutts a.seld { background: #0084b4 !important;  width: 25px; height: 35px;  }

.accounthome a { display: block; color: blue; font-size: 2rem; letter-spacing: -0.05rem; }


/*----- FORMS ----------*/

form { width: 600px;  }
 label { width: 150px; float: left; text-align: right; line-height: 36px; padding: 0 5px 0 0; font-size: 14px; color: #565a44; }
.inputs { float: left; width: 350px; text-align: left; line-height: 34px; padding: 2px 0 0 0; height: 1%; } 
.inputs span { display: block; line-height: 14px; color: #999; margin: 0 0 5px 0; } 
.inputs em { font-size: 1rem; color: #666; }
.inputs input { font-family: 'Roboto Condensed', sans-serif; font-size: 1.2rem; color: #666; width: 270px; padding: 2px 0 0 2px; height: 30px; border: 1px solid #aaa; border-radius: 6px; }
.inputs sup { font-size: 17px; }
.inputs input.x2 { font-size: 14px; color: #666; width: 40px; padding: 2px 0 0 8px; }
.inputs select { font-family: Arial, sans-serif; font-size: 14px; color: #666; width: 274px; border: 1px solid #aaa; height: 22px; padding: 1px 1px 1px 2px; margin: 0 0 3px 0; }
.inputs select.x1 { font-size: 20px; color: #666; width: 53px; padding: 0 0 0 2px; border: 1px solid #aaa; }
.inputs select.x { font-size: 16px; width: 80px; height: 24px; }
.inputs .nobor { border: 0; }
textarea { width: 272px; height: 100px; border: 1px solid #aaa; }
.addattr { width: 450px; height: 400px; }
.regminitext button, .regminitext .regbutton, .regminitext .submit, .regminitext #sub_addnews { font-family: 'Roboto Condensed', sans-serif; font-size: 1.2rem; margin-top: 10px; border: 1px solid #aaa; border-radius: 5px; line-height: 1.6; cursor: pointer; background: #eee; padding: 0 10px; }

.ddowns { line-height: 22px; margin: 1px 0 0 0; }
.regminitext { padding: 2px 6px 2px 155px; font-size: 0.9rem; }

form * { outline-style: none; }




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

ul.artists li {  flex: 1 0 30%; margin: 30px 1% 30px 1%;  height: 400px; }
 
  }



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

ul.artists li {  flex: 1 0 40%; margin: 30px 1% 30px 1%;  height: 400px; }
 
  }


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

  * { float: none ; }
header {  min-width: auto; height: 90px; }


  h1 {  background-image: url(/images/bankleylonglogo-compressor.png); background-repeat: no-repeat; background-size: 90% 25px; background-position: 5px 10px; width: 100%; height: 35px; padding: 10px; box-size; margin: 0 0 0px 0; font-size: 1em;  text-indent: initial; }
  h1 a {background-image: none;  text-indent: 100%; white-space: nowrap; overflow: hidden; display: block;  width: 100%; height: 27px; }

  ul#menu { display: none; height: 0; }

 

  #mobnav { display: block; width: 100%; margin: 8px 0; padding: 8px 0; background: none; border: none; line-height: 2; font-size: 1.5rem; font-family: Arial !important; color: #999; z-index: 1000; position: relative; } 

  section.front { padding: 0; width: 100%; }
  section.front div:nth-of-type(1) { height: calc(40vh - 45px) ; margin-top: 45px;  width: 100%;  }
  section.front div:nth-of-type(2) { height: calc(40vh - 45px) ;  width: 100%; margin-bottom: 1px;  }


  .artistpg { width: 100% !important; }
  .artistpg img { height: auto !important; width: 100% !important; }



  ul.artists { border: none; width: 100%;  padding: 0;  margin: 0; }
  ul.artists img { display: block; width: 100%;  height: 400px; }
ul.artists li {  flex: 1 0 100%; margin: 30px 1% 0px 1%;  height: 400px; }

  ul.artists li a { font-size: 1.6em; text-decoration: none; color: #555; line-height: 1.6; padding: 0; margin: 0; }
  ul.artists li a:hover { color: #a00; }

  ul.artists li .artmobimg { display: block; } 
  ul.artists li .artdeskimg { display: none; } 
 
  }


lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
 }
lite-youtube::before {
    content: "";
    display: block;
    position: absolute;
    top: 0; 
    background-position: top;
    background-repeat: repeat-x;
    height: 60px;
    padding-bottom: 50px;
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
lite-youtube > .lty-playbtn {
    width: 68px;
    height: 48px;
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;
    z-index: 1;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
    filter: grayscale(100%);
    transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
}
lite-youtube:hover > .lty-playbtn {
    filter: none;
}
lite-youtube.lyt-activated {
    cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
    opacity: 0;
    pointer-events: none;
}