@charset "UTF-8";
/* CSS Document */
/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;700&display=swap');
/* CSS RESET */
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
body {
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  padding: 0px;
  margin: 0px;
}
#root, #__next {
  isolation: isolate;
}
html, body {
  font-family: 'Noto Sans', sans-serif;
  overscroll-behavior-y: none;
  overscroll-behavior-x: none;
  color: #000000;
	background-color: #FFFFFF;
	overflow-x: hidden;
}
button {
  border: none;
  outline: none;
}
a {
  text-decoration: none;
  outline: none;
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

/* ANIMATION TRANSITIONS */
header, nav, nav ul , nav ul li, nav ul li a, nav ul li span, #scrolldown, .linkbutton, .footcolumn a, #signoff a, .slider-button, .question, .answer, #contactform fieldset, #contactform input, #contactform select, #contactform textarea, #refresh-captcha, #locationsholder a, .connecticon, #connectmenu a, .nexteventleft, .nexteventright {
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
#sectionimage, #sectioncolumn, #connectmenu {
  -o-transition: 2s;
  -ms-transition: 2s;
  -moz-transition: 2s;
  -webkit-transition: 2s;
  transition: 2s;
}

/* CSS STARTS */

header {
  width: 100%;
  padding: 30px 60px;
  background: rgb(88, 24, 102);
  background: -webkit-linear-gradient(top left, rgba(88, 24, 102, 1) 50%, rgba(44, 1, 46, 1) 100%);
  background: -o-linear-gradient(top left, rgba(88, 24, 102, 1) 50%, rgba(44, 1, 46, 1) 100%);
  background: linear-gradient(to bottom right, rgba(88, 24, 102, 1) 50%, rgba(44, 1, 46, 1) 100%);
  filter: drop-shadow(0px 2px 4px #000);
  position: fixed;
  z-index: 500;
}
nav {
  width: 1160px;
  height: 90px;
  margin: 0px auto;
  background: top left no-repeat url("../images/majestic-header-logo.png");
  background-size: contain;
}
nav ul {
  list-style-type: none;
  text-align: right;
}
nav ul li {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}
nav ul li a, nav ul li span {
  display: block;
  padding: 71px 20px 0px;
  color: #ACA4AC;
}
nav ul li a:last-of-type {
  /* padding-right: 0px; */
}
nav ul li a:hover, nav ul li span {
  color: #FFFFFF;
}
#mobilemenubutton {
	display: none;
}

/* SCROLLED NAVIGATION */

.scrolled {
  padding: 10px 60px;
}
.scrolled nav {
  height: 50px;
}
.scrolled nav ul li {
  font-size: 14px;
}
.scrolled nav ul li a, .scrolled nav ul li span {
  padding: 21px 20px 0px;
}
.scrolled nav ul li a:last-of-type {
	/* padding-right: 0px; */
}

/* CONNECT MENU */

#connectmenu {
	position: fixed;
    right: -100px;
    top: 40%;
    width: 364px;
    height: 88px;
	border-radius: 44px 0 0 44px;
    background: rgb(222, 201, 150);
    background: linear-gradient(180deg, rgba(222, 201, 150, 1) 50%, rgba(195, 157, 69, 1) 100%);
	filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.5));
	z-index: 5000;
    }
.menustart {
	right: -300px!important;
}
.connecticon {
	display: block;
    float: left;
	width: 64px;
    height: 88px;
    background: top left no-repeat url(../images/connect_icon.png);
    opacity: 0.6;
    }
#connectmenu:hover .connecticon, #connectmenu a:hover, #footerconnect a:hover { 
	opacity: 1;
    }
#connectmenu a {
	display: block;
	width: 45px;
	height: 88px;
    float: left;
    opacity: 0.6;
	text-indent: -32000px;
}
#footerconnect a {
	display: block;
	width: 35px;
	height: 34px;
    float: left;
    opacity: 0.6;
    margin-right: 6px;
}
.emaillink {
	background: center center no-repeat url(../images/email_icon.png);
}   
.facebooklink {
	background: center center no-repeat url(../images/facebook_icon.png);
}   
.tiktoklink {
	background: center center no-repeat url(../images/tiktok_icon.png);
}   
.instagramlink {
	background: center center no-repeat url(../images/instagram_icon.png);
}   

/* MAIN CONTENT */

#contentpage {
  width: 100%;
  min-width: 1280px;
  padding-top: 150px;
}
#vidintro {
  margin: 30px auto;
  height: 590px;
  width: 1220px;
  background: center center no-repeat #240330;
  background-size: cover;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
video {
object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0px;
}
#introholder {
  width: 560px;
  margin: 0px auto;
  padding: 60px 0px;
	position: absolute;
	top: 0px;
  text-align: left;
}
#introholder h1 {
  display: block;
  width: 321px;
  height: 132px;
  text-indent: -32000px;
  background: top left no-repeat url("../images/majestic-intro-logo.png");
  background-size: cover;
}
#introholder h2 {
  font-size: 24px;
  font-weight: 300;
  color: #FFFFFF;
}
#introholder h2:before {
  content: "";
  display: block;
  width: 560px;
  margin: 0px auto;
  height: 80px;
  background: center left no-repeat url("../images/intro-underline.png");
  background-size: 424px 11px;
}
#scrolldown {
  width: 100%;
  height: 80px;
  position: absolute;
  margin: 0px auto;
  bottom: 30px;
  background: center center no-repeat url("../images/scrolldown.png");
  background-size: 560px 80px;
  text-indent: -32000px;
  cursor: pointer;
  opacity: .6;
}
#scrolldown:hover {
  opacity: 1;
}
@-webkit-keyframes bounce {
  0% {
    transform: translate(0, 5px);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 5px);
  }
}
.bounce {
  -webkit-animation: bounce 3s infinite;
  transition-timing-function: ease-out;
}
#classesholder{
  margin: 30px auto 0px;
  width: 1160px;
}
#classesholder h3, #teachersholder h3 {
  font-weight: 700;
  font-size: 36px;
  background: rgb(195, 157, 69);
  background: -webkit-linear-gradient(top left, rgba(195, 157, 69, 1) 0%, rgba(222, 201, 150, 1) 50%, rgba(195, 157, 69, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#classesholder h3:after, #teachersholder h3:after {
  content: "";
  display: block;
  width: 1160px;
  margin: 0px auto 20px;
  height: 60px;
  background: center left no-repeat url("../images/purple-fullwidth-underline.png");
  background-size: 1160px 13px;
}
#teachersholder h3:after {
  background-size: 840px auto;
}
#classescolumns {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: left;
  width: 1200px;
  margin-left: -20px;
}
.classcolumn {
  width: 260px;
  margin: 0px 20px 60px 20px;
  padding-bottom: 80px;
  position: relative;
}
.classcolumn h4 {
  font-weight: 700;
  font-size: 30px;
  background: rgb(195, 157, 69);
  background: linear-gradient(135deg, rgba(195, 157, 69, 1) 0%, rgba(222, 201, 150, 1) 50%, rgba(195, 157, 69, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 290px;
}
.classcolumn h4:after {
  content: "";
  display: block;
  width: 260px;
  margin: 0px auto;
  height: 40px;
  background: center left no-repeat url("../images/small-purple-underline.png");
  background-size: 160px auto;
}
.classcolumn p, a p {
  font-size: 16px;
  font-weight: 300;
  margin: 0px 0px 5px 0px;
  color: #000000;
}
.nexteventholder {
  background: rgb(222, 201, 150);
  background: url("../images/ballroom-white-repeat.png") center top repeat-x, linear-gradient(135deg, rgba(222, 201, 150, 1) 50%, rgba(195, 157, 69, 1) 100%);
}
.nexteventholder h3, .nextcourseholder h3 {
  display: block;
  width: 900px;
  font-weight: 700;
  font-size: 36px;
  padding-top: 90px;
  margin: 0px auto;
  color: #581866;
}
.nexteventholder h3:after, .nextcourseholder h3:after {
  content: "";
  display: block;
  width: 900px;
  margin: 0px auto;
  height: 75px;
  background: center left no-repeat url("../images/event-white-underline.png");
  background-size: 900px auto;
}
.nextevent {
  width: 900px;
  margin: 0px auto;
  color: #581866;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.nexteventleft, .nexteventright {
  width: 440px;
  margin-bottom: 90px;
  position: relative;
}
.nexteventleft {
  float: left;
}
.nexteventright {
  float: right;
}
.nexteventimage {
	width: 440px;
	height: 440px;
    mask-image: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 90%);
	background-size: 440px auto;
}
.nextevent h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.nextevent h5 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}
.nextevent h6 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}
.nextevent p {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}
.eventbutton {
	margin-top: 30px;
}
.nextevent p.smalltext {
  font-size: 18px;
  margin-bottom: 10px;
}

.nextcourseholder {
  background: rgb(222, 201, 150);
  background: url("../images/ballroom-white-repeat.png") center top repeat-x, linear-gradient(135deg, rgba(44, 1, 46, 1) 50%, rgba(88, 24, 102, 1) 100%);
}
.nextcourseholder h3, .nextcourseholder .nextevent h4, .nextcourseholder .nextevent h5, .nextcourseholder .nextevent h6, .nextcourseholder .nextevent p {
  color: #FFFFFF!important;
}


footer {
  background: rgb(88, 24, 102);
  background: url("../images/latin-gold-repeat.png") center bottom repeat-x, linear-gradient(to bottom right, rgba(88, 24, 102, 1) 50%, rgba(44, 1, 46, 1) 100%);
  padding-bottom: 80px;
}
#signupholder {
  width: 100%;
  background: top right no-repeat url("../images/sign-up-background.png");
  background-size: 625px 280px;
}
#signup {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  width: 900px;
  margin: 0px auto;
  padding: 45px 0px;
}
.signupcolumn {
  width: 150px;
  position: relative;
  float: left;
}
.px300 {
  width: 300px;
}
.px340 {
  width: 340px;
}
.px180 {
  width: 180px;
}
.signupcolumn h4 {
  font-weight: 700;
  font-size: 30px;
  background: rgb(195, 157, 69);
  background: linear-gradient(135deg, rgba(195, 157, 69, 1) 0%, rgba(222, 201, 150, 1) 50%, rgba(195, 157, 69, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.signupcolumn h4:after {
  content: "";
  display: block;
  width: 300px;
  margin: 0px auto;
  height: 40px;
  background: center left no-repeat url("../images/signup-header-underline.png");
  background-size: 212px auto;
}
.signupcolumn p {
  font-size: 16px;
  font-weight: 300;
  margin: 0px;
  color: #FFFFFF;
}
.signupcolumn .linkbutton {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
	width: 180px;
}
#emailfield {
  position: absolute;
  bottom: 0px;
}
label {
  display: block;
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 10px;
	margin-top: 15px;
  font-size: 16px;
}
input {
  padding: 15px;
  border-radius: 5px;
  outline: none;
  border: none;
  width: 340px;
  font-size: 16px;
  color: #581866;
}
.displaynone {
	display: none;
}
.bothide {
    position: absolute;
	left: -5000px;
}
#footlinks h2 {
  display: block;
  width: 60px;
  height: 60px;
  text-indent: -32000px;
  background: top left no-repeat url("../images/majestic-footer-roundel.png");
  background-size: 60px 60px;
  margin-bottom: 60px;
}
#footlinks h2:after {
  content: "";
  display: block;
  width: 1160px;
  height: 120px;
  background: center left no-repeat url("../images/fullwidth-gold-underline.png");
  background-size: 1160px auto;
}
#footlinks {
  width: 1160px;
  margin: 0px auto;
  padding-top: 50px;
}
.footcolumn {
  float: left;
  margin-right: 50px;
  font-size: 14px;
}
.footcolumn:last-of-type {
  float: right;
  text-align: right;
  margin-right: 0px;
}
.footcolumn a {
  color: #ABA3AB;
  font-weight: 700;
  display: block;
  padding: 10px 0px;
}
.footcolumn a:hover, .footcolumn span {
  color: #FFFFFF;
}
.footcolumn span {
  display: block;
  font-weight: 700;
  padding: 10px 0px;
}
.footcolumn p {
  color: #ABA3AB;
  font-weight: 300;
  padding: 10px 0px;
}
.footcolumn p strong {
  font-weight: 700;
}
#signoff {
  display: block;
  width: 1160px;
  margin: 0px auto;
  color: #ABA3AB;
  padding: 20px 0px;
	font-size: 12px;
}
.signoffright {
	float: right;
}
#signoff a {
	color: #DEC996;
	font-weight: 300;
}
#signoff a:hover {
	color: #FFFFFF;
}
/* BUTTONS */
.linkbutton {
  padding: 15px 25px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 5px;
  display: inline-block;
}
.rightbutton {
  right: 0px;
}
.classcolumn .linkbutton, .nexteventright .linkbutton, .teachercolumn .linkbutton {
  position: absolute;
  bottom: 0px;
}
.gold {
  color: #FFFFFF;
  background-color: #DEC996;
}
.gold:hover {
  background-color: #C39D45;
}
.purple, .classcolumn:hover>.gold {
  color: #FFFFFF;
  background-color: #581866;
}
.purple:hover {
  color: #581866;
  background-color: #FFFFFF;
}
.white {
  color: #581866;
  background-color: #FFFFFF;
}
.white:hover {
  color: #FFFFFF;
  background-color: #581866;
}
.topsection {
	width: 100%;
  padding: 40px 0px 70px;
	overflow: hidden!important;
	background: #FFFF00;
}
.majestic {
  background: rgb(88, 24, 102);
  background: url("../images/majestic-repeat-purple.png") center center, linear-gradient(to bottom right, rgba(88, 24, 102, 1) 50%, rgba(44, 1, 46, 1) 100%);
	background-attachment: fixed;
}
.latin {
  background: rgb(88, 24, 102);
  background: url("../images/latin-repeat-purple.png") center center, linear-gradient(to bottom right, rgba(88, 24, 102, 1) 50%, rgba(44, 1, 46, 1) 100%);
	background-attachment: fixed;
}
.ballroom {
  background: rgb(88, 24, 102);
  background: url("../images/ballroom-repeat-purple.png") center center, linear-gradient(to bottom right, rgba(88, 24, 102, 1) 50%, rgba(44, 1, 46, 1) 100%);
	background-attachment: fixed;
}
.sectioncontent {
	width: 880px;
	margin: 0px auto;
	position: relative;
}
#sectionimage {
    width: 590px;
	height: auto;
	position: absolute;
	right: 0px;
	top: 150px;
}
#sectionimage.initial {
	right: -400px;
	opacity: 0;
}
#sectioncolumn {
	width: 420px;
  color: #FFFFFF;
}
#sectioncolumn.initial {
	margin-left: -400px;
	opacity: 0;
}
#sectioncolumn h2 {
  font-weight: 700;
  font-size: 44px;
  background: rgb(195, 157, 69);
  background: -webkit-linear-gradient(top left, rgba(195, 157, 69, 1) 0%, rgba(222, 201, 150, 1) 50%, rgba(195, 157, 69, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#sectioncolumn h2:after {
  content: "";
  display: block;
  width: 420px;
  margin: 0px auto;
  height: 80px;
  background: center left no-repeat url("../images/intro-underline.png");
  background-size: 420px auto;
}
#sectioncolumn h3 {
  font-size: 24px;
  font-weight: 300;
	margin-bottom: 10px;
}
#sectioncolumn p {
  font-size: 16px;
  font-weight: 300;
	margin-bottom: 10px;
}
#sectioncolumn ul {
	list-style-type: none;
  font-size: 16px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
  font-weight: 300;
}
#sectioncolumn li {
	margin: 0px 0px 5px 15px;
	padding: 0px;
}
#sectioncolumn ul li::before {
  content: "\2022";
  color: #DEC996;
  font-weight: bold;
  display: inline-block;
  width: 12px;
  margin-left: -12px;
}
.sectioncentred {
    margin: 0px auto;
	width: 600px!important;
}
.sectioncentred p {
	width: 600px!important;
}
.pxtop40 {
	margin-top: 40px;
}
.slider-button {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 200px;
  background-color: #000000;
  cursor: pointer;
  border-radius: 5px;
  text-indent: -32000px;
}
.prevpage {
  left: 25px;
  background: center center no-repeat url("../images/next-arrow.png") #C39D45;
}
.nextpage {
  right: 25px;
  background: center center no-repeat url("../images/previous-arrow.png") #C39D45;
}
.nextpage, .prevpage {
  background-size: auto 24px;
  opacity: 0.6;
}
.nextpage:hover, .prevpage:hover {
  opacity: 1;
}

#teachersholder {
  margin: 30px auto 0px;
	width: 840px;
}
.goldsection {
  background: rgb(222, 201, 150);
  background: url("../images/ballroom-white-repeat.png") center top repeat-x, linear-gradient(135deg, rgba(222, 201, 150, 1) 50%, rgba(195, 157, 69, 1) 100%);
}
#teacherscolumns {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  text-align: left;
  width: 880px;
  margin-left: -20px;
}
.teachercolumn {
  width: 400px;
  margin: 0px 0px 60px 0px;
  padding-bottom: 80px;
  position: relative;
}
.leftteacher, .rightteacher {
	positiomn: relative;
}
.leftteacher img, .rightteacher img {
	width: 260px;
	border-radius: 130px;
	height: auto;
	margin: 0px auto 20px 0px;
}
.leftteacher:before {
	background-image: url("../images/teachers/teacher-overlay-left.png");
}
.rightteacher:before {
	background-image: url("../images/teachers/teacher-overlay-right.png");
}
.leftteacher:before, .rightteacher:before {
  content: "";
  display: block;
  width: 260px;
  height: 260px;
  position: absolute;
  top: 0px;
  margin: 0px auto;
  background-size: 260px auto;
}
.teachercolumn h4 {
  font-weight: 700;
  font-size: 30px;
  background: rgb(195, 157, 69);
  background: linear-gradient(135deg, rgba(195, 157, 69, 1) 0%, rgba(222, 201, 150, 1) 50%, rgba(195, 157, 69, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.teachercolumn h4:after {
  content: "";
  display: block;
  width: 400px;
  margin: 0px auto;
  height: 40px;
  background: center left no-repeat url("../images/small-purple-underline.png");
  background-size: 160px auto;
}
.teachercolumn p, a p {
  font-size: 16px;
  font-weight: 300;
  margin: 0px 0px 10px 0px;
  color: #000000
}
#locationsholder {
  margin: 30px auto 0px;
	width: 480px;
}
#locationsholder h3 {
  display: block;
  width: 480px;
  font-weight: 700;
  font-size: 36px;
  padding-top: 90px;
  margin: 0px auto;
  color: #581866;
}
#locationsholder h3:after {
  content: "";
  display: block;
  width: 480px;
  margin: 0px auto;
  height: 75px;
  background: center left no-repeat url("../images/event-white-underline.png");
  background-size: 480px auto;
}
#mapwrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  text-align: left;
  width: 480px;
  margin-left: 0px;
}
.mapcolumn {
	width: 480px;
	padding-bottom: 40px;
}
iframe {
	width: 480px;
	height: 450px;
}
#locationsholder h4 {
  font-weight: 700;
  font-size: 24px;
	color: #FFFFFF;
  margin-top: 20px;
}
#locationsholder h4:after {
  content: "";
  display: block;
  width: 480px;
  margin: 0px auto;
  height: 40px;
  background: center left no-repeat url("../images/small-purple-underline.png");
  background-size: 160px auto;
}
#locationsholder p {
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0px 20px 0px;
  color: #000000;
}
#locationsholder a {
	color: #000000;
}
#locationsholder a:hover {
	color: #FFFFFF;
}
.question, .answer {
	width: 420px;
	margin: 0px;
}
.question:before {
content: "";
  display: block;
  width: 420px;
  margin: 0px auto;
  height: 40px;
  background: center left no-repeat url("../images/small-white-underline.png");
  background-size: 160px auto;
}
.question {
	color: #DEC996;
}
.initialquestion, .nextevent .initialleft {
	margin-left: -200px;
	opacity: 0;
}
.initialanswer, .initialanswer ul li, .nextevent .initialright {
	margin-left: 200px!important;
	opacity: 0;
}
#contactform {
	width: 420px;
	margin: 20px auto;
}
#contactform fieldset {
	margin: 0px auto 10px auto;
	border: 1px solid #DEC996;
	padding: 5px;
	border-radius: 5px;
}
#contactform fieldset p {
	text-align: left;
	padding: 10px 0px 0px 0px;
	color: #FFFFFF;
}
.error {
	font-size: 21px;
	color: #DEC996!important;
}
#contactform fieldset:hover {
	border: 1px solid #FFFFFF;
}
#contactform fieldset div {
	padding: 10px;
	clear: both;
}
#contactform fieldset label {
	text-align: left;
	margin-bottom: 5px;
	width: 100%;
}
#contactform legend {
	font-size: 21px;
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
	font-weight: 300;
	color: #FFFFFF;
	text-align: left;
}
#contactform label {
	font-size: 21px;
	float: left;
	font-weight: 300;
	color: #FFFFFF;
	text-align: left;
	margin: 10px 10px 0px 0px;
	padding-bottom: 5px;
}
#contactform input, textarea {
	padding: 10px;
	width: 388px;
	border: 1px solid #FFFFFF;
	background: #581866;
	font-size: 21px;
	font-weight: 400;
	color: #DEC996;
	font-family: inherit;
}
#contactform textarea {
	max-width: 388px;
	min-width: 388px;
	border-radius: 5px;
}
.required {
	border-color: #C39D45;
	color: #DEC996;
}
#contactform input:hover, #contactform input:focus, #contactform textarea:hover, #contactform textarea:focus, #contactform select:hover, #contactform select:focus {
	border-color: #FFFFFF;
	background-color: #DEC996;
	color: #581866;
}
#contactform select {
	display: block;
	font-size: 21px;
	font-weight: 300;
	color: #FFFFFF;
	padding: 10px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #FFFFFF;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #581866;
	background-image: url(../images/select_arrow.png);
	background-repeat: no-repeat;
	background-position: right 15px top 50%, 0 0;
	background-size: .65em auto, 100%;border-radius: 5px;
}
#contactform .select-css::-ms-expand {
 display: none;
}
#contactform .select option {
	font-weight: 300;
}
#contactform #captcha-image {
	float: left;
}
#contactform #refresh-captcha {
	display: block;
	float: right;
	width: 50px;
	height: 50px;
	background: center center no-repeat url(../images/refresh.png);
	background-size: 50px auto;
	cursor: pointer;
	margin-left: 15px;
	margin-bottom: 15px;
	opacity: 0.6;
	text-indent: -32000px;
}
#contactform #refresh-captcha:hover {
	opacity: 1;
}