html,body {
  font-family: 'Cabin', sans-serif;
  font-size: 16px;
  background-color: #ffff;
  color: #000;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
/*common css*/
a {
	color: #53c4c9;
	transition: color .2s ease;
}
a:hover {
	text-decoration: none;
	color: #00a5b5;
}
h1, h2, h3, h4 {
	font-weight: bold;
}
h1 {
  font-size: 1.25rem;
}
h2 {
  font-size: 1.125rem;
}
h3, h4 {
	font-size: .75rem;
}
.btn {
  border: 0 none;
  box-shadow: none;
  background: linear-gradient(100deg, #84c4dd, #53c4c9), linear-gradient(#ffffff, #ffffff);
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 120px;
  height: 48px;
  line-height: 48px;
  padding: 0 1.5rem;
  border-radius: 24px;
  cursor: pointer;
  letter-spacing: 1px;
}
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn-alt {
  background-color: #f76161;
}
.btn:hover, .btn:focus {
  background-color: #53c4c9;
  color: #fff; 
}
.btn-alt:hover, .btn-alt:focus {
  background-color: #f76161;
  color: #fff; 
}
.btnFb {
  background: #3b5998;
  color: #fff;
}
.btnFb:hover, .btnFb:focus {
  background: #3b5998;
  color: #fff;
}
.btnWa {
  background: #34af23;
  color: #fff;
}
.btnWa:hover, .btnWa:focus {
  background: #34af23;
  color: #fff;
}
.btnSubmit {
	min-width: 196px;
}
.loader  {
 position: fixed;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 9999;
 background: url('/magicisontheapp/images/loader.svg') 50% 50% no-repeat rgba(0,0,0,.65);
 display: none;
}
.col-teal {
  color: #53c4c9;
}
.featuredImage {
  position: relative;
  overflow: hidden;
  display: block;
}
.featuredImage:before {
  background: #282827;
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.66667%;
}
/*center crop css*/
.featuredImage>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
}
.errorPage h2 {
  font-weight: 400;
}
.errorPage img {
  width: 100%;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto;
}
.container {
	padding-left: .75rem;
	padding-right: .75rem;
}
.giveaway {
	padding-top: .75rem;
	padding-bottom: .75rem;
}
/*giveaway header*/
.header-overlay {
	background: rgba(0, 0, 0, 0.15);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.header {
	/*background-color: rgba(0, 0, 0, 0.4);*/
	/*box-shadow: 0 1px 4px 0 rgba(151, 151, 151, 0.3);*/
	background-image: -webkit-radial-gradient(bottom, ellipse, #fa4616, #006272 75%);
    background-image: -o-radial-gradient(bottom, ellipse, #fa4616, #006272 75%);
    background-image: radial-gradient(ellipse at bottom, #fa4616, #006272 75%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: .75rem 0;
    min-height: 240px;
    position: relative;
	background-image: url('/magicisontheapp/images/banner-getApp-mobile@2x.jpg');
}
@media (min-width: 800px) {
	.header{
		background-image: url('/magicisontheapp/images/banner-getApp@2x.jpg');
		background-size: contain;
		height: 450px;
	}

}
.header__logo {
	/*position: absolute;*/
	left: auto;
	top: 1.5rem;
	padding: 16px 0;
	text-align: center;
}
.header__logo a {
	display: inline-block;
	color: #fff;
}
.header__logo svg, .header__logo span {
	vertical-align: middle;
}
.header__logo svg, .header__logo img {
	width: auto;
	height: 1.5rem;
}
.header__logo span {
	color: #fff;
	font-size: 1rem;
	font-style: italic;
}
.header__meta {
	color: #fff;
	position: absolute;
	bottom: .75rem;
	left: auto;
	z-index: 3;
}
.header__label, .giveaway__label {
	font-size: .75rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: .5rem;
}
.header__title, .giveaway__title {
	margin: .5rem 0 1.5rem;
	text-transform: capitalize;
}
.header__info, .giveaway__info {
	font-size: 1rem;
	margin-bottom: 1.5rem;
}
.header__date, .giveaway__date {
	font-size: 1rem;
	font-weight: 600;
	/*text-transform: uppercase;*/
	/*margin: .25rem 0 .5rem;*/
}
.btnWin {	
	display: flex;
	align-items: center;
	margin-top: .5rem;
	border-radius: 2px;
}
.btnWin svg {
	width: auto;
	height: 14px;
	margin-right: .275rem;
	/*display: none;*/
}
/*giveaway card*/
.sectionHeadline {
	color: #000;
	font-size: 1.75rem;
	font-weight: 300;
	line-height: 2;
	margin: 2.25rem 0 .75em;
}
.titleTop {
	margin-top: 0;
}
.c-giveaway {
	margin-bottom: 2rem;
}
.c-giveaway__meta {
	padding: .75rem 0;
}
.c-giveaway__name {
	margin: 0 0 1rem;
	font-size: 1.125rem;
	line-height: 1.5;
}
.c-giveaway__name a {
	color: #000;
}
.c-giveaway__name a:hover {
	color: #00a5b5;
}
.c-giveaway__desc {
	font-size: .875rem;
	margin-bottom: .5rem;
}
.c-giveaway__date {
	color: #53c4c9;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: .25rem;
	text-transform: uppercase;
}
.c-giveaway__action a {
	font-size: .75rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: .5rem;
}
.c-giveaway h4 {
	margin: .75rem 0 0;
	color: #53c4c9;
	font-weight: 600;
	font-size: 1rem;
	text-transform: uppercase;
}
ul.c-giveaway__winners {
	list-style: none;
    margin: 0;
    padding: 0;
}
.c-giveaway__winners li {
	display: inline-block;
	margin: .25rem .5rem 0 0;
}
.c-giveaway__winners img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}
/*modal common css*/
/*.modal {
	opacity: 1;
	display: block;
}*/
.modal {
	background-color: rgba(0, 0, 0, 0.95);
}
.modal.fade .modal-dialog {
	    transform: translate(0, 0) !important;
}
.modal-backdrop {
	background-color: transparent;
}
.modal-content {
	border-radius: 0px;
}
.modal-body {
	padding: 1.5rem 1rem .75rem;
}
.modal-header {
	border-bottom: 0;
	padding: 0 .5rem 0;
}
.modal__title {
	font-size: 1.25rem;
	margin: 0 0 .75rem;
	text-transform: uppercase;
}
.modal__decs {
	color: #9b9b9b;
	font-size: .875rem;
	margin-bottom: 1.5rem;
}
.modal__note {
	color: #9b9b9b;
	font-size: .625rem;
}
.modal__close {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
    height: 30px;
    z-index: 9;
}
.modal__close:focus {
	outline: 0;
}
.modal__action .btnFb {
	margin-bottom: 2.5rem;
}
.formError {
    left: auto!important;
    right: 0;
}
.loginModal {
	transition: height 0.3s ease;
}
.loginForm {
	transition: height 0.3s ease;
}
.loginSuccess {
	display: none;
	padding-top: 3rem;
	padding-bottom: 1rem;
	transition: height 0.3s ease;
}

/*modal form step2*/
.loginForm form {
	position: relative;
	text-align: left;
}
.loginForm .modal__action {
	text-align: center;
}
.form-group label {
	color: #000;
	font-size: .875rem;
	font-weight: bold;
	margin-bottom: 2px;
	text-transform: uppercase;
}
.form-group label sup {
	color: #f76161;
}
.custom-checkbox {
	margin-bottom: 1rem;
}
.custom-checkbox .custom-control-label {
	font-size: .625rem;
	color: #9b9b9b;
}
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
	width: .625rem;
	height: .625rem;
	border-radius: .125rem;
	top: 0.65rem;
}
.form-group .form-control {
	font-size: .875rem;
	border: 0;
	border-radius: 0;
    border-bottom: 1px solid #f6f6f6;
    padding: 0 0 .25rem;
    box-shadow: none;
}
.form-group .form-control::placeholder, 
.form-group .form-control:-ms-input-placeholder,
.form-group .form-control::-ms-input-placeholder {
	color: #9b9b9b;
}
/*modal success step3*/
.loginSuccess {
	position: relative;
}
.loginSuccess__msg {
	font-size: 1.125rem;
	margin-bottom: 1.5rem;
	padding: 0 1rem;
}
.loginSuccess__image {
	margin-top: -69px;
	margin-bottom: 1rem;
}
.loginSuccess__image svg {
	width: 120px;
  	height: 120px;
}
ul.modal__share {
	list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}
.modal__share li {
	display: inline-block;
	margin-right: .75rem;
	margin-bottom: .75rem;
}
.modal__share li:last-child {
	margin-right: 0px;
}
.modal__share a {
	display: flex;
    align-items: center;
    justify-content: center;
    padding-left: .75rem;
    padding-right: .75rem;
    min-width: 96px;
}
.modal__share a svg {
	width: auto;
	height: 1.125rem;
	margin-right: .5rem;
	flex: 0 0 1.125rem;
}
/*card view modal*/
.giveawayCardModal .modal-body {
	padding: .75rem;
}
.giveawayCardModal .modal__close {
	background: rgba(0, 0, 0, 0.25);
	color: #fff;
    font-weight: 300;
    opacity: 1;
}
.c-giveaway__image {
	position: relative;
}
.c-giveaway__image .header__meta {
	padding: .75rem;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
}
.btnStart {
	background-color: transparent;
	color: #53c4c9;
	border: 1px solid #53c4c9;
	margin-bottom: 1.5rem;
}
.btnStart:hover {
	background-color: transparent;
	color: #53c4c9;
}
.modal__descAlt {
	font-size: .875rem;
	margin-bottom: .875rem;
}
.terms {
	text-align: left;
}
.terms h4 {
	color: #9b9b9b;
	font-size: .75rem;
	margin-bottom: .375rem;
	text-transform: uppercase;
}
.terms ol {
	font-size: .875rem;
	padding-left: 1em;
	line-height: 1.71;
}
/*breakpoint css*/
@media (max-width: 800px) {
	.mob-hide {
		display: none !important;
	}
	.slider {
		position: relative;
	    -webkit-transform: translate(-50%, 0);
	    transform: translate(-50%, 0);
	    width: 100vw;
	    left: 50%;
	    background-color: #ffffff;
	    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	    padding: 1.5rem .75rem 0;
	    margin: 2.25rem 0 .75em;
	    overflow: hidden;
	}
	.slider .row::-webkit-scrollbar {
		display: none;
	}
	.slider .row{
		-webkit-flex-flow: nowrap;
	    -ms-flex-flow: nowrap;
	    flex-wrap: nowrap;
	    overflow-x: scroll;
    	overflow-y: hidden;
    	-webkit-overflow-scrolling: touch;
	}
	.slider .c-giveaway {
	    -webkit-flex: 1 0 90%;
	    -ms-flex: 1 0 90%;
	    flex: 1 0 90%;
	    margin-bottom: 0;
	}
	.slider .sectionHeadline {
	    margin-top: 0px;
	}
	/*card view css*/
	.giveawayCardModal .modal__close {
		right: auto;
		left: 0;
	}
	.giveawayCardModal .modal-dialog {
		/*margin: 0px;*/
	}
	.giveawayCardModal .modal-content {
		border: 0px;
	}
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 520px;
	}
}
@media (min-width: 768px) {
	h1 {
	  font-size: 2rem;
	}
	h2 {
	  font-size: 1.5rem;
	}
	h3, h4 {
		font-size: .875rem;
	}
	.desk-hide {
	   display: none !important;
	}
	/*giveaway header*/
	.header {
    	min-height: 380px;
    	padding: 1.5rem 0;
	}
	.header__logo {
		padding: 32px 0;
	}
	.header__logo svg, .header__logo img {
		width: auto;
		height: 2rem;
	}
	.header__logo span {
		font-size: 1.5rem;
	}
	.header__meta {
		bottom: 1.5rem;
	}
	.header__label, .giveaway__label {
		font-size: .875rem;
	}
	.header__info, .giveaway__info {
		font-size: 1.125rem;
	}
	.header__date, .giveaway__date {
		font-size: 1.125rem;
		/*margin:	1.25rem 0;*/
	}
	.btn {
		font-size: .875rem;
	}
	.btnWin svg {
		width: auto;
		height: 18px;
		margin-right: .5rem;
	}
	/*giveaway card*/
	.sectionHeadline {
		font-size: 2rem;
		margin: 3rem 0 .75rem;
	}
	.titleTop {
		margin-top: 0;
	}
	/*.c-giveaway__name {
		margin: 0 0 .5rem;
	}*/
	.c-giveaway__desc {
		/*font-size: 1.125rem;*/
		margin-bottom: .75rem;
	}
	.c-giveaway__date {
		font-size: 1rem;
	}
	.c-giveaway__action a {
		font-size: .875rem;
		margin-top: .75rem;
	}
	.c-giveaway__winners li {
		margin: .5rem .5rem 0 0;
	}
	.c-giveaway__winners img {
	    width: 60px;
	    height: 60px;
	}
	/*modal css*/
	.modal-body {
		padding: 1.5rem 1rem 1rem;
	}
	.modal__title {
		margin: 0 0 2rem;
	}
	.modal__decs {
		margin-bottom: 2rem;
	}
	.modal__action .btnFb {
		margin-bottom: 3rem;
	}
	.modal__note {
		font-size: .75rem;
	}
	.modal__share li { 
		margin-right: 1rem;
		margin-bottom: 1rem;
	}
	.modal__share li a {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	/*card view modal*/
	.giveawayCardModal .modal-body {
		padding: .875rem .75rem .75rem;
	}
	.modal__descAlt {
		font-size: 1.125rem;
		margin-bottom: 1.5rem;
	}
}

/*gate blocker css*/
.modalBlocker {
	position: fixed;
	width: 100%;
	height: 0%;
	bottom: 0;
	left: 0;
	z-index: 99992;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.95);
	/*transition: height 0.5s cubic-bezier(0.26, 0.87, 0.74, 0.93);*/
  	/*height: 100%;*/
  }
  .modalBlocker.show {
  	height: 100%;
  }
  .modalBlocker__close {
	position: absolute;
	top: .75rem;
	right: .75rem;
  }
  .modalBlocker__close svg {
	width: auto;
	height: 1rem;
  }
  @media (min-width: 768px) {
	.modalBlocker__close svg {
	  height: 1.125rem;
	}
  }
  
  /*gate download blocker css*/
  .button {
  	cursor: pointer;
    display: inline-block;
    background: #00a5b5;
    color: #f2f2f2;
    font-family: 'Cabin', sans-serif;
    margin: 0;
    padding: .75em 1.5em;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    text-transform: none;
    text-shadow: none;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    border-radius: .25rem;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,0.15) inset;
    -webkit-user-select: none;
    user-select: none;
  }
  .gateDownload {
	background-color: #fff;
	position: absolute;
	width: 95%;
	width: calc(100% -12px);
	left: 50%;
	bottom: 50%;
	transform: translate(-50%, 50%);
	text-align: center;
	overflow: hidden;
	line-height: 1.5;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  }
  @media (min-width: 768px) {
	.gateDownload {
	  width: 100%;
	  max-width: 520px;
	  min-height: 250px;
	}
  }
  .gateDownload .container {
	padding: 3rem 2rem;
  }
  @media (min-width: 768px) {
	.gateDownload .container {
	  max-width: 360px;
	  margin: 0 auto;
	}
  }
  .gateDownload h2.title {
	font-size: 1.75rem;
	font-weight: 900;
    color: #53c4c9;
	margin: 0 0 1.5rem;
	line-height: 1.4;
  }
  .gateDownload p {
	font-size: 1rem;
	color: #676767;
	margin: .5rem 0 1rem;
	line-height: 1.5;
  }
  @media (min-width: 768px) {
	.gateDownload p {
	  font-size: 1.125rem;
	  margin: .25rem 0 1rem;
	}
  }
  .gateDownload__image {
	margin: 1.25rem 0 0;
	align-self: flex-end;
  }
  @media (min-width: 768px) {
	.gateDownload__image {
	  flex: 0 0 240px;
	  margin: 0 0 0 48px;
	}
  }
  .gateDownload__image img {
	margin: 0 auto;
	width: 100%;
	max-width: 240px;
	margin-bottom: -3.5rem;
  }
  @media (min-width: 768px) {
	.gateDownload__image img {
	  margin-bottom: -1.5rem;
	}
  }
  .gateDownload .button {
	font-size: .75rem;
	font-weight: bold;
	padding: 0 1.5rem;
	border-radius: 2px;
	height: 35px;
	line-height: 35px;
	text-transform: uppercase;
  }
  .gateDownload .btnGetApp {
	background-color: #53c4c9;
	color: #ffffff;
  }
  .gateDownload__actionSms {
	margin-top: 1rem;
	padding: 0 1rem;
  }
  .gateDownload__actionSms form button, .gateDownload__actionSms form input {
	appearance: none;
  }
  .gateDownload__actionSms form input::-webkit-input-placeholder {
	color: #676767;
  }
  .gateDownload__actionSms form input::-moz-placeholder {
	color: #676767;
  }
  .gateDownload__actionSms form input:-ms-input-placeholder {
	color: #676767;
  }
  .gateDownload__actionSms form input:-moz-placeholder {
	color: #676767;
  }
  .gateDownload__actionSms form input.mobile {
	flex: 1;
	border: none;
	outline: none;
	background-color: transparent;
	font-size: .875rem;
	font-weight: 400;
	border: 1px solid #e5e5e5;
	padding: 0 .5rem;
	height: 35px;
	width: 100%;
  }
  .gateDownload__actionSms form .btnSent {
	background-color: #53c4c9;
	color: #ffffff;
	transition: background 0s;
	width: 100%;
  }
  .gateDownload__actionSms form .btnSent:disabled {
	opacity: .75;
	cursor: auto;
  }
  .gateDownload__actionSms form label {
	display: block;
	font-size: .75rem;
	color: #676767;
	margin: 0 0 .5rem;
  }
  .gateDownload__actionSms form .form-error {
	color: #53c4c9;
	font-size: .75rem;
	margin: 0 0 .5rem;
	height: 1rem;
  }
  .gateDownload__actionSms form .show-loader {
	background: #fff url(/magicisontheapp/images/loader_teal.svg) center;
	background-repeat: no-repeat;
	background-size: contain;
	color: rgba(255, 255, 255, 0);
	pointer-events: none;
	cursor: not-allowed;
  }
  .gateDownload__actionApp {
	margin-top: 1rem;
	display: flex;
	justify-content: center;
  }
  .gateDownload__actionApp a:first-child {
	margin-right: .5rem;
  }
  .gateDownload__actionApp a img {
	width: auto;
	height: 42px;
	max-width: 100%;
	object-fit: contain;
  }

/*overite css*/
.giveaway__meta {
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
}
.giveaway__action {
	display: flex;
	justify-content: center;
}

.giveaway__label {
	color: #f76161;
}

/*timer css*/
.giveaway__timer div {
  display: inline-block;
  line-height: 1.5;
  padding: 10px 8px;
  font-size: 1.5rem;
  color: #53c4c9;
  font-weight: bold;
}

.giveaway__timer span {
  display: block;
  color: #676767;
  font-size: .75rem;
  font-weight: 400;
}
.modal__action {
	display: flex;
	justify-content: center;
}
.btnView {
	margin-top: .5rem;
}
.btnWin {
	margin: 0 0 2rem;
}

@media (max-width: 767px) {
	.btnWin, .btnView {
		width: 100%;
	}
	.btnWin {
		justify-content: center;
	}
}
@media (min-width: 768px) {
	.giveaway__timer div {
		font-size: 2rem;
	}
	.giveaway__timer span {
		font-size: .875rem
	}
	.btnView {
		min-width: 250px;
	}
}
	
	.loginForm form .show-loader {
		background: #fff url(/magicisontheapp/images/loader_teal.svg) center;
		background-repeat: no-repeat;
		background-size: contain;
		color: rgba(255, 255, 255, 0);
		pointer-events: none;
		cursor: not-allowed;
	}

	.fbComments {
		text-align: center;
	}
.modal__gallery .card {
	margin-bottom: 1rem;
}
.giveawayCardModal .modalTitle {
	margin-bottom: 1.5rem;
}

.giveaway-end {
	display: none;
}
.alert-info {
	background-color: #53c4c9;
	color: #fff;
	border-color: transparent;
	font-weight: bold;
	margin: 1rem 0;
}
.perks-image {
	height: 40px;
}

.card-deck {
	-webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin: 0 -.4rem;
}
.card-deck .card {
	border: 0;
	-webkit-box-shadow: rgba(71,62,103,.1) 0 4px 10px 0;
    box-shadow: 0 4px 10px 0 rgba(71,62,103,.1);
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-flex: 0;
    flex: 0 auto;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px auto;
    flex: 0 0 140px;
    margin: 0 4px 8px;
}
.card-deck .card img {
	object-fit: cover;
}
.card-deck .card .image-full {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}
.card-deck .card .image-full img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
