* {
  /*-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;*/
}

input,
button,
*:focus {
  outline: none !important;
  /*-webkit-appearance: none !important;*/
  caret-color: #FFFFFF !important;
}

html,
body {
  position: relative;
  /*height: 100%;
  min-height: 100%;*/
}

body {
  margin: 0px;
  color: #FFFFFF;
  font-family: 'Libre Baskerville', serif;
  font-size: 17px;
  background: #808080;
}

body.no-scroll {
  overflow: hidden;
  margin-right: 17px;
  transition: all 0.5s ease-in-out;
}

body.container-light {
  color: #FFFFFF;
  background: #000000;
}

/*h1 {
  margin: 80px 0px 0px 0px;
  color: #FFFFFF;
  letter-spacing: 8px;
  font-family: 'Libre Baskerville', serif;
  font-size: 30px;
  font-weight: 400;
}

body.container-light h1 {
  color: #FFFFFF;
  font-size: 17px;
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h2 {
  margin: 0px;
  color: #FFFFFF;
  font-weight: 400;
}*/

h1 {
  margin: 80px 0 40px 0;
  font-size: 22px;
  line-height: 2rem;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

p {
  margin: 0 0 30px 0;
}

img {
  max-width: 100%;
  height: auto;
}

img.artist-img {
	max-width: 270px !important;
}

ul,
ol {
  line-height: 2em;
}

a,
a:hover {
  color: #FFFFFF;
}

/*body.container-light a,
body.container-light a:hover {
  color: #666666;
}*/

#main-menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  z-index: 4;
}

body.no-menu #main-menu-toggle {
	display: none;
}

#main-menu-button {
  position: relative;
  display: inline-block;
  /*width: 110px;
  height: 40px;*/
  width: 80px;
  height: 87px;
  line-height: 87px;
  font-size: 12px;
  cursor: pointer;
  perspective: 500px;
}

#main-menu-button-front,
#main-menu-button-back {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /*width: 110px;
  height: 40px;
  line-height: 40px;*/
  width: 80px;
  height: 87px;
  line-height: 87px;
  text-align: center;
  vertical-align: middle;
  background: url('/images/button-flower-gray-small.png') center center no-repeat;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  transition: all 0.2s ease-in;
}

/*#main-menu-button-front i,
#main-menu-button-back i {
  display: inline-block;
  height: 40px;
  margin: 0px 4px 0px 0px;
  line-height: 40px;
  text-align: center;
}*/

#main-menu-button.menu-open span#main-menu-button-front {
  transform: rotateY(180deg);
}

#main-menu-button.menu-closed span#main-menu-button-back {
  transform: rotateY(0deg);
}

#main-menu-button.menu-closed span#main-menu-button-back {
  transform: rotateY(-180deg);
}

#main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow: auto;
}

#main-menu-outer {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
}

#main-menu-inner {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  /*background: rgba(0, 0, 0, 0.9);*/
  /*background: rgba(80, 80, 80, 1);*/
  background: #101010;
}

ul.menu {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

ul.menu li {
  margin: 35px 0px;
  text-align: center;
}

ul.menu li a {
  color: #FFFFFF;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

ul.menu li a:hover {
  color: #CCCCCC;
}

#wrapper {
  /*height: 80vh;*/
  text-align: center;
}

#container {
  display: table;
  max-width: 960px;
  width: 100%;
  /*height: 100%;*/
  margin: auto;
  text-align: left;
  box-sizing: border-box;
}

body.container-full #container {
  max-width: 100%;
}

body.container-wide #container {
  max-width: 1160px;
}

body.container-narrow #container {
  max-width: 640px;
}

#footer {
  display: block;
  padding: 70px 0px 35px 0px;
  color: #000000;
  font-family: 'Biryani', sans-serif;
  font-size: 12px;
  text-align: center;
}

body.container-light #footer {
  /*color: #000000;*/
  color: #FFFFFF;
}

body.no-footer #footer {
	display: none;
}

#footer a {
  color: #FFFFFF;
  text-decoration: none;
}

/* Splash Page Styles */

#content.content-fixed {
  position: relative;
  /*display: table-cell;*/
  width: 100%;
  height: 100vh;
  padding: 0px;
  vertical-align: middle;
  overflow: hidden;
}

#link-menu {
  margin: 80px 0px 50px 0px;
  text-align: center;
}

#splash-logo {
  display: inline-block;
  position: relative;
  color: #FFFFFF;
  font-size: 13px;
}

#splash-logo img {
  max-height: 570px;
  width: auto;
  animation: pulse 4s infinite;
}

@keyframes pulse {
  0% {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  100% {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
}

#splash-logo span {
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
}

#splash-1 {
  display: table;
  position: relative;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
}

#splash-1 span {
  display: table-cell;
  margin: auto;
  vertical-align: middle;
}

#splash-1 img {
  width: 1160px;
  max-width: 100%;
}

#splash-2 {
  display: none;
  margin: auto;
  text-align: center;
}

/* Content Page Styles */

#content {
  padding: 0px 0px 35px 0px;
  line-height: 1.8rem;
}

p.quote {
  margin: 0px;
  padding: 45px 90px;
  color: #FFFFFF;
  font-family: 'Libre Baskerville', serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}

/*
p.quote-black {
  color: #000000;
}

p.quote-small {
  font-size: 18px;
}
*/

.logo-text {
  color: #000000;
  font-family: 'Biryani', sans-serif;
  font-size: 118px;
  font-weight: 200;
  letter-spacing: 20px;
}

a.logo-image {
  display: inline-block;
  width: auto;
  /*width: 193px;
  height: 211px;
  line-height: 211px;*/
  width: 80px;
  height: 87px;
  line-height: 87px;
  margin: 15px 0px 0px 0px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  background: url('/images/button-flower-gray-small.png') center center no-repeat;
  border: 0px;
  cursor: pointer;
}

a.link-thumbnail {
	display: block;
}

a.link-thumbnail span {
	display: block;
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
}

a.link-thumbnail span img {
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
	height: 400px;
	max-width: none;
}

/* Register Form Styles */

form.form-fancy {
}

form.form-fancy div.form-input {
  position: relative;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 30px 0px;
}

form.form-fancy div.form-input label {
  margin: 0px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

form.form-fancy div.form-input label.label-full {
  position: absolute;
  bottom: 0px;
  display: block;

}

form.form-fancy div.form-input span.form-required {
  color: #990000;
}

form.form-fancy div.form-input input,
form.form-fancy div.form-input select,
form.form-fancy div.form-input textarea,
form.form-fancy div.form-input button {
  position: relative;
  width: 100%;
  padding: 15px;
  color: #000000;
  font-family: 'Libre Baskerville', serif;
  font-size: 14px;
  background: #FFFFFF;
  border-color: #939498;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  caret-color: #000000 !important;
}

form.form-fancy div.form-input input[type="checkbox"] {
  width: auto;
}

form.form-fancy div.form-input input:focus,
form.form-fancy div.form-input select:focus,
form.form-fancy div.form-input textarea:focus {
  /*background: #111111;*/
  border-color: #000000;
}

form.form-fancy div.form-input input:focus + label,
form.form-fancy div.form-input select:focus + label,
form.form-fancy div.form-input textarea:focus + label {
  color: #FFFFFF;
}

form.form-fancy div.form-input button {
  width: auto;
  /*width: 193px;
  height: 211px;
  line-height: 211px;*/
  width: 80px;
  height: 87px;
  line-height: 87px;
  margin: 15px 0px 0px 0px;
  padding: 0px;
  color: #FFFFFF;
  font-family: 'Libre Baskerville', serif;
  font-size: 10px;
  text-align: center;
  background-color: transparent;
  background-image: url('/images/button-flower-gray-small.png');
  background-position: center center;
  background-repeat: no-repeat;
  /*background-size: 60%;*/
  border: 0px;
  cursor: pointer;
}

p.error {
  padding: 10px;
  background: rgba(102, 0, 0, 0.4);
}

/* Button Styles */

a.button-black {
  display: inline-block;
  padding: 5px 15px;
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
  /*background: #000000;*/
  background: #222222;
}

/* Misc Styles */

.no-margin {
  margin: 0px !important;
}

.no-padding {
  padding: 0px !important;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

img.img-frame {
  padding: 2px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
}

/* Responsive Styles */

@media only screen and (max-width: 1024px) {
  #wrapper {
    padding: 0px;
  }

  #link-menu img {
    max-width: 80px;
    height: auto;
  }
  
  #content {
  	padding-top: 40px;
  }

  #footer {
    padding: 15px;
  }
}

@media only screen and (max-width: 768px) {
  #container {
    padding: 0px 20px;
  }
}

@media only screen and (max-width: 640px) {
  #splash-logo span {
    top: 45%;
    max-height: 220px;
    width: auto;
    animation: pulse 4s infinite;
  }

  ul.menu li {
    margin: 15px 0px;
    text-align: center;
  }
}

@media only screen and (max-width: 568px) {
  p.quote {
    padding: 50px 25px;
    font-size: 22px;
  }
}

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

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

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