@media only screen and (min-width: 1600px) and (hover:hover) {

.iris {
    position: relative;
    top: -25px;
    left: 0px;
    
    width: 100%;
    height: 1094px;

    font-family: monospace;
	font-size: 20px;
	color: #ffffff;
	
	overflow: scroll;
	
	background-color: transparent;
}

.iris h1 {
    font-family: monospace;
	font-size: 20px;
	color: #ffffff;
}

input[type=text].iris-input, .iris input, .iris textarea, .iris select,
	.iris-input, .iris-select {
	position: relative;
	top: 0px;
	left: 0px;
	
    width: 892px;
    height: auto;
    
    padding: 8px 20px;

    font-family: monospace;
	font-size: 20px;
	
	border: 1px solid #ffffff;
	border-radius: 25px;
	
	box-sizing: border-box;
}

.iris input[type="checkbox"] {
    position: relative;
    top: -3px;
	width: auto;
}

.checkboxes .checkbox {
  display: inline-block;
  padding-right: 20px;
  white-space: nowrap;
}
.checkboxes input {
  width: auto;	
  vertical-align: middle;
  margin-left: 0;
  display: initial;
  opacity: initial;
  position: inherit;
  pointer-events: initial;  
}
.checkboxes .checkbox-label {
  vertical-align: middle;
  color: #ffffff;
}

.iris textarea, .iris-textarea {
    width: 892px;
}

.iris select, .iris-select {
	display: initial;
	height: 30px;
	background-color: transparent;
	padding: 2px 5px;
}

.iris button {
    position: relative;
    top: 0px;
    left: 50px;
    
    width: 333px;
	height: 80px;
    
	padding: 6px 0px;
	margin-top: 20px;
	font-size: 35px;
    font-family: monospace;
    font-weight: bolder;
	cursor: pointer;
	border-radius: 60px;
	background: transparent;
	
	color: #000000;
	border: #ffffff 0px solid;
	
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
    
    z-index: 1;
}

.buttongold img {
    position: absolute;
    top: 0px;
    left: 0px;
    
    width: 333px;
	height: 80px;
	
	overflow: hidden;
    
    margin-left: auto;
    margin-right: auto;
    
    -webkit-transform:scale(1.0);
    transform:scale(1.0);
    -webkit-transition: transform 0.1s ease;
    transition: transform 0.1s ease; 
    
    z-index: -1;
} 

.iris .iris-row {
	padding-top: 15px;
}

#iris-message {
    position: relative;
    
	margin: 20px 20px 5px 0;
	
	display: none;

	text-align: center;
	color: #ffffff;
	
	box-sizing: border-box;
}

.iris .error {
    position: relative;
    top: 0px;
    left: 100px;
	
    font-family: monospace;
	font-size: 20px;
	text-align: left;
	color: #CF3A35;
}

.iris .success {
    position: relative;
    top: 10px;
    left: -225px;
    
	width: 100%;
	height:100%; 
	
    font-family: monospace;
	font-size: 27px;
}

#iris-loader-icon {
    position: relative;
    top: 33px;
    
    width: 25px;
    height: 25px;
    
    margin-left: 102px;

    display:none;

    border-radius: 25px;
    animation: iris-loader-icon 2.0s infinite;
    transform-origin: 50% 50%;
}

@keyframes iris-loader-icon {
  0%, 100% {
    transform: scale(0.0);
    background: #ffffff;
    left: 50px;
  }
  14% {
    transform: scale(0.0);
    background: #ffffff;
    left: 50px;
  }
  24% {
    transform: scale(1.0);
  	background: #ffffff;
    left: 50px;
  }
  34% {
    transform: scale(0.0);
    background: #ffffff;
    left: 50px;
  }
  40% {
    transform: scale(0.0);
    background: #ffffff;
    left: 100px;
  }
  50% {
    transform: scale(1.0);
    background: #ffffff;
    left: 100px;
  }
  60% {
    transform: scale(0.0);
    background: #ffffff;
    left: 100px;
  }
  66% {
    transform: scale(0.0);
    background: #ffffff;
    left: 150px;
  }
  76% {
    transform: scale(1.0);
   	background: #ffffff;
    left: 150px;
  }
  86% {
    transform: scale(0.0);
    background: #ffffff;
    left: 150px;
  }
  
}

#iris-loader-ack-icon {
	color: #ffffff;
	font-weight: bold;
	padding: 6px 20px 6px 0;
	display: none;
	vertical-align: middle;
}

.iris .validation-message {
	color: #CF3A35;
	font-size: 20px;
	display: inline-block;
}

.iris .label {
	margin-bottom: 3px;
}

.iris-form {
	border: #ffffff 0px solid;
	padding: 0px 0px 0px 0px;
	border-radius: 3px;
}

.g-recaptcha {
	padding-top: 15px;
}

.iris .display-none {
	display: none;
}

.icon-add-more-attachemnt {
	cursor: pointer;
	font-style: normal;
	font-size: 20px;
	margin-left: 10px;
}

.attachment-row {
	margin-bottom: 5px;
}

.delete-attachment {
	display: none;
	cursor: pointer;
	font-style: normal;
	font-size: 20px;
	margin-left: 759px;
}

.inline-block {
	display: inline-block;
}  

body {
    width: 892px;
    -webkit-text-size-adjust:none;
}

.text-gold {
    background: -webkit-linear-gradient(#c9a700, #fff642);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.text-error {
    font-family: monospace;
	font-size: 20px;
	text-align: left;
	color: #CF3A35;
}  
    
}

@media only screen and (max-width: 1599px) and (hover:hover) {
    
.iris {
    position: relative;
    top: -23px;
    left: 0px;
    
    width: 100%;
    height: 820px;

    font-family: monospace;
	font-size: 15px;
	color: #ffffff;
    
	overflow: scroll;
	
	background-color: transparent;
}

.iris h1 {
    font-family: monospace;
	font-size: 15px;
	color: #ffffff;
}

input[type=text].iris-input, .iris input, .iris textarea, .iris select,
	.iris-input, .iris-select {
	position: relative;
	top: 0px;
	left: 0px;
	
    width: 598px;
    height: auto;
    
    padding: 5px 13px;

    font-family: monospace;
	font-size: 15px;
	
	border: 1px solid #ffffff;
	border-radius: 17px;
	
	box-sizing: border-box;
}

.iris input[type="checkbox"] {
    position: relative;
    top: 2px;
	width: auto;
}

.checkboxes .checkbox {
  display: inline-block;
  padding-right: 20px;
  white-space: nowrap;
}
.checkboxes input {
  width: auto;	
  vertical-align: middle;
  margin-left: 0;
  display: initial;
  opacity: initial;
  position: inherit;
  pointer-events: initial;  
}
.checkboxes .checkbox-label {
  vertical-align: middle;
  color: #ffffff;
}

.iris textarea, .iris-textarea {
    width: 598px;
}

.iris select, .iris-select {
	display: initial;
	height: 20px;
	background-color: transparent;
	padding: 2px 5px;
}

.iris button {
    position: relative;
    top: 0px;
    left: 29px;
    
    width: 250px;
	height: 60px;
    
	padding: 3px 0px;
	margin-top: 10px;
	font-size: 26px;
    font-family: monospace;
    font-weight: bolder;
	cursor: pointer;
	border-radius: 30px;
	background: transparent;
	
	color: #000000;
	border: #ffffff 0px solid;
	
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.buttongold img {
    position: absolute;
    top: 0px;
    left: 0px;
    
    width: 250px;
	height: 60px;
	
	overflow: hidden;
    
    margin-left: auto;
    margin-right: auto;
    
    -webkit-transform:scale(1.0);
    transform:scale(1.0);
    -webkit-transition: transform 0.1s ease;
    transition: transform 0.1s ease; 
    
    z-index: -1;
} 

.iris .iris-row {
	padding-top: 10px;
}

#iris-message {
    position: relative;
    
	margin: 13px 13px 4px 0;
	
	display: none;
	
	text-align: center;
	color: #ffffff;
	
	box-sizing: border-box;
}

.iris .error {
    position: relative;
    top: 0px;
    left: 60px;    
	
    font-family: monospace;
	font-size: 15px;
	text-align: left;
	color: #CF3A35;
}

.iris .success {
    position: relative;
    top: 3px;
    left: -140px;
    
	width: 100%;
	height:100%; 
	
    font-family: monospace;
	font-size: 20px;
}

#iris-loader-icon {
    position: relative;
    top: 26px;
    
    width: 15px;
    height: 15px;
    
    margin-left: 80px;

    display:none;

    border-radius: 17px;
    animation: iris-loader-icon 2.0s infinite;
    transform-origin: 50% 50%;
}

@keyframes iris-loader-icon {
  0%, 100% {
    transform: scale(0.0);
    background: #ffffff;
    left: 33px;
  }
  14% {
    transform: scale(0.0);
    background: #ffffff;
    left: 33px;
  }
  24% {
    transform: scale(1.0);
  	background: #ffffff;
    left: 33px;
  }
  34% {
    transform: scale(0.0);
    background: #ffffff;
    left: 33px;
  }
  40% {
    transform: scale(0.0);
    background: #ffffff;
    left: 66px;
  }
  50% {
    transform: scale(1.0);
    background: #ffffff;
    left: 66px;
  }
  60% {
    transform: scale(0.0);
    background: #ffffff;
    left: 66px;
  }
  66% {
    transform: scale(0.0);
    background: #ffffff;
    left: 99px;
  }
  76% {
    transform: scale(1.0);
   	background: #ffffff;
    left: 99px;
  }
  86% {
    transform: scale(0.0);
    background: #ffffff;
    left: 99px;
  }
  
}

#iris-loader-ack-icon {
	color: #ffffff;
	font-weight: bold;
	padding: 4px 13px 4px 0;
	display: none;
	vertical-align: middle;
}

.iris .validation-message {
	color: #CF3A35;
	font-size: 15px;
	display: inline-block;
}

.iris .label {
	margin-bottom: 3px;
}

.iris-form {
	border: #ffffff 0px solid;
	padding: 0px 0px 0px 0px;
	border-radius: 3px;
}

.g-recaptcha {
	padding-top: 7px;
}

.iris .display-none {
	display: none;
}

.icon-add-more-attachemnt {
	cursor: pointer;
	font-style: normal;
	font-size: 15px;
	margin-left: 7px;
}

.attachment-row {
	margin-bottom: 5px;
}

.delete-attachment {
	display: none;
	cursor: pointer;
	font-style: normal;
	font-size: 15px;
	margin-left: 508px;
}

.inline-block {
	display: inline-block;
} 

body {
    width: 598px;
    -webkit-text-size-adjust:none;
}

.text-gold {
    background: -webkit-linear-gradient(#c9a700, #fff642);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.text-error {
    font-family: monospace;
	font-size: 15px;
	text-align: left;
	color: #CF3A35;
} 
    
}

@media only screen and (min-width: 680px) and (hover:none) {
    
#detect-pixel {
    position: absolute;
    width: 0px;
    height: 0px;
    display: none;
}
    
.iris {
    position: relative;
    top: -25px;
    left: 0px;
    
    width: 100%;
    height: 608px;

    font-family: monospace;
	font-size: 10px;
	color: #ffffff;
    
	overflow: scroll;
	
	background-color: transparent;
}

.iris h1 {
    font-family: monospace;
	font-size: 10px;
	color: #ffffff;
}

input[type=text].iris-input, .iris input, .iris textarea, .iris select,
	.iris-input, .iris-select {
	position: relative;
	top: 0px;
	left: 0px;
	
    width: 480px;
    height: auto;
    
    padding: 4px 10px;

    font-family: monospace;
	font-size: 10px;
	
	border: 1px solid #ffffff;
	border-radius: 15px;
	
	box-sizing: border-box;
}

.iris input[type="checkbox"] {
    position: relative;
    top: 2px;
	width: auto;
}

.checkboxes .checkbox {
  display: inline-block;
  padding-right: 10px;
  white-space: nowrap;
}
.checkboxes input {
  width: auto;	
  vertical-align: middle;
  margin-left: 0;
  display: initial;
  opacity: initial;
  position: inherit;
  pointer-events: initial;  
}
.checkboxes .checkbox-label {
  vertical-align: middle;
  color: #ffffff;
}

.iris textarea, .iris-textarea {
    width: 480px;
}

.iris select, .iris-select {
	display: initial;
	height: 13px;
	background-color: transparent;
	padding: 1px 3px;
}

.iris button {
    position: relative;
    top: 0px;
    left: 25px;
    
    width: 167px;
	height: 40px;
    
	padding: 3px 0px;
	margin-top: 10px;
	font-size: 18px;
    font-family: monospace;
    font-weight: bolder;
	cursor: pointer;
	border-radius: 30px;
	background: transparent;
	
	color: #000000;
	border: #ffffff 0px solid;
	
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.buttongold img {
    position: absolute;
    top: 0px;
    left: 0px;
    
    width: 167px;
	height: 40px;
	
	overflow: hidden;
    
    margin-left: auto;
    margin-right: auto;
    
    -webkit-transform:scale(1.0);
    transform:scale(1.0);
    -webkit-transition: transform 0.1s ease;
    transition: transform 0.1s ease; 
    
    z-index: -1;
} 

.iris .iris-row {
	padding-top: 8px;
}

#iris-message {
    position: relative;
    
	margin: 10px 10px 3px 0;

	display: none;
	
	text-align: center;
	color: #ffffff;
	
	box-sizing: border-box;

}

.iris .error {
    position: relative;
    top: 0px;
    left: 50px; 
    
    font-family: monospace;
	font-size: 10px;
	text-align: left;
	color: #CF3A35;
}

.iris .success {
    position: relative;
    top: -1px;
    left: -125px;
    
	width: 100%;
	height:100%; 
	
    font-family: monospace;
	font-size: 17px;
}

#iris-loader-icon {
    position: relative;
    top: 15px;
    
    width: 15px;
    height: 15px;
    
    margin-left: 46px;

    display:none;

    border-radius: 15px;
    animation: iris-loader-icon 2.0s infinite;
    transform-origin: 50% 50%;
}

@keyframes iris-loader-icon {
  0%, 100% {
    transform: scale(0.0);
    background: #ffffff;
    left: 25px;
  }
  14% {
    transform: scale(0.0);
    background: #ffffff;
    left: 25px;
  }
  24% {
    transform: scale(1.0);
  	background: #ffffff;
    left: 25px;
  }
  34% {
    transform: scale(0.0);
    background: #ffffff;
    left: 25px;
  }
  40% {
    transform: scale(0.0);
    background: #ffffff;
    left: 50px;
  }
  50% {
    transform: scale(1.0);
    background: #ffffff;
    left: 50px;
  }
  60% {
    transform: scale(0.0);
    background: #ffffff;
    left: 50px;
  }
  66% {
    transform: scale(0.0);
    background: #ffffff;
    left: 75px;
  }
  76% {
    transform: scale(1.0);
   	background: #ffffff;
    left: 75px;
  }
  86% {
    transform: scale(0.0);
    background: #ffffff;
    left: 75px;
  }
  
}

#iris-loader-ack-icon {
	color: #ffffff;
	font-weight: bold;
	padding: 3px 10px 3px 0;
	display: none;
	vertical-align: middle;
}

.iris .validation-message {
	color: #CF3A35;
	font-size: 8px;
	display: inline-block;
}

.iris .label {
	margin-bottom: 2px;
}

.iris-form {
	border: #ffffff 0px solid;
	padding: 0px 0px 0px 0px;
	border-radius: 2px;
}

.g-recaptcha {
	padding-top: 8px;
}

.iris .display-none {
	display: none;
}

.icon-add-more-attachemnt {
	cursor: pointer;
	font-style: normal;
	font-size: 10px;
	margin-left: 5px;
}

.attachment-row {
	margin-bottom: 3px;
}

.delete-attachment {
	display: none;
	cursor: pointer;
	font-style: normal;
	font-size: 10px;
	margin-left: 402px;
}

.inline-block {
	display: inline-block;
}   

body {
    width: 480px;
    -webkit-text-size-adjust:none;
}

.text-gold {
    background: -webkit-linear-gradient(#c9a700, #fff642);
    -webkit-text-fill-color: #fff642;
    -webkit-background-clip: text;
}

.text-error {
    font-family: monospace;
	font-size: 10px;
	text-align: left;
	color: #CF3A35;
} 
    
}

@media only screen and (max-width: 679px) and (hover:none) {
    
#detect-pixel {
    position: absolute;
    width: 0px;
    height: 0px;
    display: none;
}

.iris {
    position: relative;
    top: -25px;
    left: 0px;
    
    width: 100%;
    height: 620px;

    font-family: monospace;
	font-size: 10px;
	color: #ffffff;
    
	overflow: scroll;
	
	background-color: transparent;
}

.iris h1 {
    font-family: monospace;
	font-size: 10px;
	color: #ffffff;
}

input[type=text].iris-input, .iris input, .iris textarea, .iris select,
	.iris-input, .iris-select {
	position: relative;
	top: 0px;
	left: 0px;
	
    width: 330px;
    height: auto;
    
    padding: 4px 10px;

    font-family: monospace;
	font-size: 10px;
	
	border: 1px solid #ffffff;
	border-radius: 15px;
	
	box-sizing: border-box;
}

.iris input[type="checkbox"] {
    position: relative;
    top: 2px;
	width: auto;
}

.checkboxes .checkbox {
  display: inline-block;
  padding-right: 10px;
  white-space: nowrap;
}
.checkboxes input {
  width: auto;	
  vertical-align: middle;
  margin-left: 0;
  display: initial;
  opacity: initial;
  position: inherit;
  pointer-events: initial;  
}
.checkboxes .checkbox-label {
  vertical-align: middle;
  color: #ffffff;
}

.iris textarea, .iris-textarea {
    width: 330px;
}

.iris select, .iris-select {
	display: initial;
	height: 15px;
	background-color: transparent;
	padding: 1px 3px;
}

.iris button {
    position: relative;
    top: 0px;
    left: 25px;
    
    width: 167px;
	height: 40px;
    
	padding: 3px 0px;
	margin-top: 10px;
	font-size: 18px;
    font-family: monospace;
    font-weight: bolder;
	cursor: pointer;
	border-radius: 30px;
	background: transparent;
	
	color: #000000;
	border: #ffffff 0px solid;
	
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.buttongold img {
    position: absolute;
    top: 0px;
    left: 0px;
    
    width: 167px;
	height: 40px;
	
	overflow: hidden;
    
    margin-left: auto;
    margin-right: auto;
    
    -webkit-transform:scale(1.0);
    transform:scale(1.0);
    -webkit-transition: transform 0.1s ease;
    transition: transform 0.1s ease; 
    
    z-index: -1;
} 

.iris .iris-row {
	padding-top: 8px;
}

#iris-message {
    position: relative;
    
	margin: 10px 10px 3px 0;
	
	display: none;
	
	text-align: center;
	color: #ffffff;
	
	box-sizing: border-box;
}

.iris .error {
    position: relative;
    top: 0px;
    left: 25px; 
    
    font-family: monospace;
	font-size: 10px;
	text-align: left;
	color: #CF3A35;
}

.iris .success {
    position: relative;
    top: -1px;
    left: -50px;
    
	width: 100%;
	height:100%; 
	
    font-family: monospace;
	font-size: 17px;
}

#iris-loader-icon {
    position: relative;
    top: 15px;
    
    width: 15px;
    height: 15px;
    
    margin-left: 46px;

    display:none;

    border-radius: 15px;
    animation: iris-loader-icon 2.0s infinite;
    transform-origin: 50% 50%;
}

@keyframes iris-loader-icon {
  0%, 100% {
    transform: scale(0.0);
    background: #ffffff;
    left: 25px;
  }
  14% {
    transform: scale(0.0);
    background: #ffffff;
    left: 25px;
  }
  24% {
    transform: scale(1.0);
  	background: #ffffff;
    left: 25px;
  }
  34% {
    transform: scale(0.0);
    background: #ffffff;
    left: 25px;
  }
  40% {
    transform: scale(0.0);
    background: #ffffff;
    left: 50px;
  }
  50% {
    transform: scale(1.0);
    background: #ffffff;
    left: 50px;
  }
  60% {
    transform: scale(0.0);
    background: #ffffff;
    left: 50px;
  }
  66% {
    transform: scale(0.0);
    background: #ffffff;
    left: 75px;
  }
  76% {
    transform: scale(1.0);
   	background: #ffffff;
    left: 75px;
  }
  86% {
    transform: scale(0.0);
    background: #ffffff;
    left: 75px;
  }
  
}

#iris-loader-ack-icon {
	color: #ffffff;
	font-weight: bold;
	padding: 3px 10px 3px 0;
	display: none;
	vertical-align: middle;
}

.iris .validation-message {
	color: #CF3A35;
	font-size: 8px;
	display: inline-block;
}

.iris .label {
	margin-bottom: 2px;
}

.iris-form {
	border: #ffffff 0px solid;
	padding: 0px 0px 0px 0px;
	border-radius: 2px;
}

.g-recaptcha {
	padding-top: 8px;
}

.iris .display-none {
	display: none;
}

.icon-add-more-attachemnt {
	cursor: pointer;
	font-style: normal;
	font-size: 10px;
	margin-left: 5px;
}

.attachment-row {
	margin-bottom: 3px;
}

.delete-attachment {
	display: none;
	cursor: pointer;
	font-style: normal;
	font-size: 10px;
	margin-left: 251px;
}

.inline-block {
	display: inline-block;
} 

body {
    width: 330px;
    -webkit-text-size-adjust:none;
}

.text-gold {
    background: -webkit-linear-gradient(#c9a700, #fff642);
    -webkit-text-fill-color: #fff642;
    -webkit-background-clip: text;
}

.text-error {
    font-family: monospace;
	font-size: 10px;
	text-align: left;
	color: #CF3A35;
} 
    
}
   

/* All Media Query --- No User Select */ 
body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    background-color: transparent;
    
    margin-left: auto;
    margin-right: auto;
    
    overflow: hidden;
}   