/* SCSS Mix Extendable for equal playfield amongst Full Screen Templates.  */
.input.icon {
  display: inline-block;
  margin: 15px 0 30px;
  height: auto; }
  .input.icon span {
    display: inline-block; }
  .input.icon .icon_container {
    display: inline-block;
    margin-right: 20px;
    height: auto; }
    .input.icon .icon_container label {
      margin: 10px 0;
      text-align: center; }
      .input.icon .icon_container label input {
        clear: both;
        display: inline-block;
        margin-top: -10px; }

/*	&.small {
		width: 10px;
		height: 10px;
		&:before {
			margin-top: -5px; 
			margin-left: -5px;
		}
	
	}
	&.large { 
		width: 60px; 
		height: 60px; 
		&:before {
			margin-top: -30px;
			margin-left: 30px;
		}	
	}
*/
/*&.square {
	border: 1px solid #ccc;
} */
.icon-down-round {
  margin: 0;
  padding: 0;
  line-height: 0;
  font-family: "Dashicons";
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  font-size: 30px;
  vertical-align: middle;
  border: 4px solid #ccc;
  color: #ccc;
  box-sizing: border-box;
  border-radius: 50%; }
  .icon-down-round:before {
    padding: 0;
    margin: 0;
    font-style: normal;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin-top: 22px; }
  .icon-down-round:before {
    content: "\f347"; }

.icon-down-square {
  margin: 0;
  padding: 0;
  line-height: 0;
  font-family: "Dashicons";
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  font-size: 30px;
  vertical-align: middle;
  border: 4px solid #ccc;
  color: #ccc;
  box-sizing: border-box; }
  .icon-down-square:before {
    padding: 0;
    margin: 0;
    font-style: normal;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin-top: 22px; }
  .icon-down-square:before {
    content: "\f347"; }

.icon-cross-round {
  margin: 0;
  padding: 0;
  line-height: 0;
  font-family: "Dashicons";
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  font-size: 30px;
  vertical-align: middle;
  border: 4px solid #ccc;
  color: #ccc;
  box-sizing: border-box;
  border-radius: 50%; }
  .icon-cross-round:before {
    padding: 0;
    margin: 0;
    font-style: normal;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin-top: 22px; }
  .icon-cross-round:before {
    content: "\f158"; }

.icon-cross-square {
  margin: 0;
  padding: 0;
  line-height: 0;
  font-family: "Dashicons";
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  font-size: 30px;
  vertical-align: middle;
  border: 4px solid #ccc;
  color: #ccc;
  box-sizing: border-box; }
  .icon-cross-square:before {
    padding: 0;
    margin: 0;
    font-style: normal;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin-top: 22px; }
  .icon-cross-square:before {
    content: "\f158"; }

.mib {
  font-size: 10px;
  line-height: 1;
  padding: 0;
  margin: 0; }
  .mib .background {
    width: inherit;
    height: inherit;
    background-image: url("../bg.jpg");
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .mib .subscription,
  .mib .subscription * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 1; }
  .mib .subscription {
    padding: 0 15px;
    width: 100%;
    position: absolute;
    margin: auto;
    z-index: 10;
    left: 50%;
    top: 50%;
    right: 0;
    bottom: 0;
    transform: translate(-50%, -50%); }
  .mib .field-wrap {
    margin-bottom: 14px; }
  .mib .subscription-inner {
    vertical-align: middle; }
  .mib button {
    border: 0;
    padding: 0;
    margin: 0;
    width: 48%;
    height: 3em;
    line-height: 56px;
    margin-right: 2%;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 250 ease-in-out;
    -moz-transition: all 250 ease-in-out;
    -o-transition: all 250 ease-in-out;
    -ms-transition: all 250 ease-in-out;
    transition: all 250 ease-in-out;
    cursor: pointer; }
    .mib button:last-child {
      margin-right: 0; }
  .mib input {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border-style: solid;
    border-width: 1px;
    border-color: #aaaaaa;
    background-color: white;
    width: 100%;
    height: 2.6em;
    font-size: 2.1em;
    margin-bottom: 1em;
    outline: none;
    padding: 0 5%;
    color: #000; }
  .mib label.mib-error {
    margin: 0 0 1em 0;
    font-size: 2em;
    color: #ff0000;
    display: block; }
  .mib input.mib-error {
    border: 1px solid #ff0000; }
  .mib a {
    text-decoration: none; }
  .mib .subscription-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 0; }

@media (max-width: 1024px) {
  .mib .subscription {
    font-size: 8px; } }
.mib .background {
  background-color: #000; }
.mib .mainheading {
  font-size: 30px;
  font-family: "Roboto";
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.1em;
  font-weight: 700; }
.mib .subheading {
  font-size: 40px;
  font-family: "Roboto";
  color: #f5bc00;
  line-height: 1.1em;
  text-align: center;
  margin-bottom: 35px;
  font-weight: 400; }
.mib .subscription-form {
  max-width: 480px;
  margin: 0 auto 25px; }
.mib input {
  height: 3em;
  font-size: 2.1em;
  margin-bottom: 0; }
  .mib input ::-webkit-input-placeholder {
    color: #696969; }
  .mib input :-moz-placeholder {
    color: #696969; }
  .mib input ::-moz-placeholder {
    color: #696969; }
  .mib input :-ms-input-placeholder {
    color: #696969; }
.mib button.button-agree {
  background-color: #f5bc00;
  color: #fff;
  font-family: "Roboto"; }
.mib button.button-agree:hover {
  background-color: #e6b103; }
.mib button.button-disagree {
  background-color: #2e3639;
  color: #fff;
  font-family: "Roboto";
  float: right; }
.mib button.button-disagree:hover {
  background-color: #000; }
.mib .subscription-arrow .icon.icon-down-round {
  border-color: #f5bc00;
  color: #f5bc00; }
.mib .vfix {
  height: 100%;
  width: 0px;
  display: inline-block;
  vertical-align: middle; }
