@import url('https://fonts.googleapis.com/css?family=Roboto:400,900');

@font-face {
    font-family: 'regularFont';
    src: url('../fonts/regularFont.woff2') format('woff2'),
         url('../fonts/regularFont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'boldFont';
    src: url('../fonts/boldFont.woff2') format('woff2'),
         url('../fonts/boldFont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titleFont';
    src: url('../fonts/titleFont.woff2') format('woff2'),
         url('../fonts/titleFont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, 
body {
    height: 100%;
}

body {/*
	background: url(../images/main-bg.jpg) no-repeat center top #fcf9e7;
	background-size: contain;
    background-size: cover;*/
    background: #fef6e7;
	color: #4260A6;
	font-family: 'regularFont', 'Roboto', sans-serif;
}
body {
    position: relative;
    padding: 30px 0px;
    background: url(../images/main-bg.jpg) no-repeat center top #FFF;
    background-size: cover;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #4260A6;
    font-family: 'boldFont';
	font-weight: bold;
	margin: 0px;
}
.bold-font {
    font-family: 'boldFont';
}

img {
    max-width: 100%;
}

.mb-0 {
    margin-bottom: 0px;
}

.gallery .panel .panel-body::-webkit-scrollbar {
    width: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
 
.gallery .panel .panel-body::-webkit-scrollbar-track {
    width: 4px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.gallery .panel .panel-body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    /*outline: 2px solid slategrey;*/
}

.home .logo {
    padding: 0px 0px 20px;
}

.logo img {
    margin: 0px auto;
}
.logo img.landing-logo {
    display: inline-block;
}

.navbar-default {
	margin-top: 50px;
	background-color: #282829;
	border-color: #282829;
	margin-bottom: 0;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.navbar-default .navbar-nav>li>a {
	color: #939597;
	text-transform: uppercase;
	font-weight: bold;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	color: #2e368f;
    background-color: #ffcb09;
}
.btn-primary {
	color: #4260A6;
    background-color: #ffcb09;
    border-color: #ffffff;
    border-width: 2px;
    font-weight: bold;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.btn-lg {
	text-transform: uppercase;
    letter-spacing: 2px;
}
a {
	cursor: pointer;
	color: #4260A6;
	text-decoration: underline;
}
a:focus, a:hover {
	color: #4260A6;
}

footer {
    width: 100%;
	padding: 15px 30px;
    font-size: 14px;
    color: #6286AF;
	line-height: 30px;
    text-align: left;

    /*position: absolute;*/
    bottom: 0px;
    z-index: 1050;
}
.home footer {
    position: absolute;
    text-align: right;
}

footer.text-muted,
footer a,
footer a:hover,
footer a:focus {
    font-size: 16px;
	color: #6286AF;
}

.landing-thank-text {
  animation-delay: 1s;
}

.cheer { margin: 0 -15px; }
.cheer h1 {
	/*color: white;*/
	font-size: 100px;
	font-weight: bold;
	letter-spacing: -5px;
}
.cheer .bounceInLeft {
	animation-delay: 1s;
}
.modal.fade.in {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.modal-body {
	padding: 0px;
}

.modal-backdrop {
	background-color: transparent;
}
.modal-open .navbar-brand img {
/*
	position: fixed;
	top: 10px;
	left: 20px;
*/
	display: none;
}
div.modal-content {
    box-shadow: none;
    border: none;
}

.modal-backdrop {
    background: white;
}

.home .modal-body h1 {
    /*color: #000;*/
    font-size: 250px;
    font-family: 'titleFont';
}
.home .modal-body h4,
.home .modal-body a {
	/*color: #b53493;*/
}
.home .modal-body h4 {
	font-size: 60px;
}
.home .modal-body a {

}

.proceed-wrapper, 
.remove-wrapper {
    margin-top: 20px;
    transform: translateX(10%);
    transform: none;
}
.proceed-wrapper {
    margin-top: 30px;
}
.proceed-wrapper a.btn-ok {

}
.proceed-wrapper a.btn-ok img {
    width: 150px;
}


.home .modal-body a.opt-out {
    /* display: inline-block; */
    /*margin-top: 0px;*/
    /*padding: 0px 50px;*/
    /*font-size: 14px;*/
    text-decoration: underline;
    text-align: center;
    font-size: 16px;
}

.landing-text-wrapper {
    background: url(../images/landing-text-container.png) left top no-repeat;
    font-size: 30px;
    font-weight: bold;
    padding: 55px 40px 20px 30px;
    color: white;
    transform: rotate(3deg) translate(10%, 10px);
    transform: rotate(3deg) translate(0%, 10px);
}
.landing-text-wrapper .highlight {
    color: #C52D75;
}

.popup-bg-wrapper {
    background: url(../images/landing-content.png) left top no-repeat;
    background-size: 100% auto;
    width: 1600px;
    max-width: 100%;
    margin: 0px auto;
    padding: 5% 4% 5% 6%;
}

.counter-wrapper {
    position: relative;
    background: url(../images/counter-content.png) center top no-repeat;
    display: inline-block;
    min-width: 800px;
    height: 360px;
    padding: 60px 0px 50px;
    vertical-align: middle;
}
.counter-wrapper::before{
    content: '';
    width: 160px;
    height: 100%;
    background: url('../images/counter-left.png') left top no-repeat;

    position: absolute;
    left: 0px;
    top: 0px;
    transform: translateX(-100%);
}
.counter-wrapper::after{
    content: '';
    width: 160px;
    height: 100%;
    background: url('../images/counter-right.png') left top no-repeat;

    position: absolute;
    right: 0px;
    top: 0px;
    transform: translateX(100%);
}

.bear-wrapper {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1060;
}

.modal-backdrop.in { opacity: 0.5; }
.fullscreen .modal-content { background: none; }
.fullscreen .modal-header { border-bottom: none; }
.fullscreen .modal-header .close { color: white; opacity: .6; }
.fullscreen .modal-dialog {
	width: 100%;
    margin: 0 auto;
    /*max-width: 810px;*/
}
.modal-backdrop {
    background: transparent;
}

.form-control { border-radius: 0; }
.entryForm { margin: 0 auto; }
.entryForm textarea { max-width: 810px; margin: 0px auto 5px; font-size: 18px; }
/*.registerForm .tel { width: 70%; }*/

.register .title-image-wrapper {
    position: relative;
    padding-top: 100px;
}

.register .title-image-wrapper img.title {
    max-width: 300px;
}
.register .title-image-wrapper img {
    /*max-width: 300px;*/
    max-width: 400px;
}

.register-date {
    text-align: center;
    padding: 30px 0px;
}

.register h4,
.thank h4 {
    font-size: 40px;
}

.title-maju img {
    display: block;
    margin: 0px auto;
    width: 910px;
    max-width: 100%;
}

.register-inner-wrapper .form-group {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.register .container,
.share .container,
.thank .container,
.gallery .container {
	max-width: unset;
}
.gallery .container.min-height {
    /*min-height: 760px;*/
}

.register .title-fill-in {
	margin: 20px 0px 40px;
}

.register .title-how,
.register .title-beneficial {
	margin: 20px 0px 30px;
}

.checkbox label {
    font-size: 16px;
}

hr {
    border-color: #c5c5c5;
}

.user-detail input {
    height: 70px;
    /* line-height: 70px; */
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;

    border: white solid 1px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.user-detail input.invalid {
    color: red;
}

.registerForm .radio-inline {
    font-size: 20px;
    width: 33%;
    margin: 0px;
    height: 40px;
    /*line-height: 60px;*/

    line-height: 40px;
}

.radio-inline input[type=radio] {
    top: 50%;
    /* transform: translateY(-50%); */
    margin-top: -6px;

    top: 10px;
    margin-top: 0px;
}

/*
.registerForm .radio-inline.item-1,
.registerForm .radio-inline.item-3,
.registerForm .radio-inline.item-4 {
	line-height: 30px;
    padding-top: 10px;
}
/*
.registerForm .radio-inline.item-4 {
    min-width: 66%;
}
*/
.inner-form-wrapper {
    width: 810px;
    margin: 0px auto;
}
.user-detail + .inner-form-wrapper {
    width: 100%;
/*    margin-top: 20px;*/
    margin: 50px auto;
    background: white;
    padding: 30px;

    -webkit-box-shadow: inset 10px 10px 30px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 10px 10px 30px rgba(0,0,0,0.2);
    -ms-box-shadow: inset 10px 10px 30px rgba(0,0,0,0.2);
    -o-box-shadow: inset 10px 10px 30px rgba(0,0,0,0.2);
    box-shadow: inset 10px 10px 30px rgba(0,0,0,0.2);

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
.register-inner-wrapper .inner-form-wrapper .form-group {
    /*padding-left: 30px;*/
}

.registerForm .q1 .radio-inline {
    display: block;
    width: 100%;
    margin-left: 40px;
}

.registerForm .q2 .radio-inline {
    width: 50%;
}
.registerForm .q2 .radio-inline {
    margin-left: 40px;
    width: calc(49% - 40px);
}

.checkbox-inline input[type=checkbox] {
    margin-top: 10px;
}

.roundCheckbox {
    padding-left: 30px;
}
.roundCheckbox input[type=radio] {
    position: static;
}
.roundCheckbox input[type=checkbox],
.roundCheckbox input[type=radio] {
    width: 0px;
    height: 0px;
    margin: 0px;
    position: static;
}
.roundCheckbox input[type=checkbox]:after,
.roundCheckbox input[type=radio]:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: #acd373 solid 2px;
    background: transparent;
    
    position: absolute;
    left: 10px;
    top: 50%;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.roundCheckbox input[type=checkbox]:checked:after,
.roundCheckbox input[type=radio]:checked:after {
    background: #acd373;
}

input.other-detail {
    border: none;
    border-bottom: #b53493 solid 1px;
    line-height: 30px;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
    display: block;
    margin-top: -10px;
}

span.label-wrapper {
    padding: 5px 15px;
    background: #b86029;
    color: white;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

span.label-wrapper a {
    color: white;
}

.inner-form-wrapper.bottom-underline {
    padding-bottom: 30px;
    border-bottom: #000 solid 1px;
}

.entry-form {
    max-width: 1600px;
    margin: 0px auto;
}
.entry-form .shadow-wrapper {
    background: #ffffeb;
}

.cta-title-wrapper {
    color: white;
    font-size: 90px;
    text-transform: uppercase;
    background: #b9602a;
    width: 100%;
    max-width: unset;
    padding: 90px 20px;
    position: relative;
}
.cta-title-wrapper:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -49px;
    border-style: solid;
    border-width: 50px 50px 0 50px;
    border-color: #b9602a transparent transparent transparent;
    transform: translateX(-50%);
}

.sub-title {
    color: #543a28;
    font-size: 50px;
    padding: 80px 100px;
}

.language-select label.cta-title {
    font-size: 20px;
    color: #b9602a;
}
.entry-form .shadow-wrapper h4 {
    font-size: 24px;
    color: #b9602a;
    padding: 30px 0px;
}

.interested-wrapper, 
.prize-wrapper {
    padding: 30px 0px;
}
.prize-wrapper {
    padding-bottom: 60px;
}

.shadow-wrapper {
    margin-bottom: 30px;
    -webkit-box-shadow: 20px 20px 50px rgb(0 0 0 / 20%);
    -moz-box-shadow: 20px 20px 50px rgb(0 0 0 / 20%);
    -ms-box-shadow: 20px 20px 50px rgb(0 0 0 / 20%);
    -o-box-shadow: 20px 20px 50px rgb(0 0 0 / 20%);
    box-shadow: 20px 20px 50px rgb(0 0 0 / 20%);
}

.register .btn-primary,
.thank .shout-out {
    width: 360px;
    height: 180px;
    margin: 30px auto;
    text-indent: -9999px;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    background: url(../images/btn-submit.png) left top no-repeat;
    background-color: transparent !important;
}

.register .ng-invalid-required .btn-primary {
    filter: grayscale(100%);
    cursor: not-allowed;
}

.text-max {
	max-width: 810px;
	margin: 0px auto;
}

.form-group.language-select {
    margin: 0px;
    padding: 20px 0px;
}

.register-masthead {
    margin-top: -100px;
    margin-top: 0px;
}
.share-masthead.ng-scope {
    margin-top: -70px;
    margin-top: 0px;
}
.thank .title-image-wrapper {
    margin-top: -60px;
    margin-top: 0px;
}

a.btn-view-gallery {
    display: inline-block;
    padding: 10px 30px;
    font-size: 24px;
    margin: 30px 0px;
    color: white;
    background: #b9602a;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.share .radio-inline input[type=radio] {
    display: none;
}

.share .radio-inline+.radio-inline {
    margin-left: 0px;
}

.share .radio-inline img {
    /*opacity: 0.5;*/
    -webkit-filter: grayscale(100%) brightness(75%);
    -moz-filter: grayscale(100%) brightness(75%);
    -ms-filter: grayscale(100%) brightness(75%);
    -o-filter: grayscale(100%) brightness(75%);
    filter: grayscale(100%) brightness(75%);
}
.share .radio-inline input[type="radio"]:checked + img {
    /*opacity: 1;*/
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
/*
.share .header-wrapper {
    background: rgba(181, 52, 141, 0.2);
    background: rgba(237, 180, 222, 0.2);
    margin-bottom: 30px;
}*/

.header-wrapper {
    position: relative;
}

.scroll-down {
    width: 80px;
    height: auto;

    position: absolute;
    left: 50%;
    bottom: 10px;
    
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

img.title-thank-you {
    display: block;
    width: 1560px;
    max-width: 100%;
    margin: 0px auto;
}

.share .btn-group {
    width: 100%;
}

.share .btn-group>.btn {
    float: none;
    width: auto;
}

.share .button-wrapper {
    padding: 40px 0px;
}

.share .btn-primary {
    font-size: 20px;
    padding: 10px 20px;
    background: #b9602a !important;
    color: white;
    font-weight: normal;
    border-color: transparent !important;
    outline: none !important;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.share .btn-primary.btn-help {
	
}
.share .btn-primary.btn-next {
	
}

.entryForm .text-wrapper {
    width: 910px;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 50px;
    position: relative;
}

.arrow-right,
.arrow-left {
    position: absolute;
    left: 0px;
    top: 50%;

    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}
.arrow-right {
    left: auto;
    right: 0px;
    width: 0; 
    height: 0; 
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #b9602a;
}
.arrow-left {
    width: 0; 
    height: 0; 
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent; 
    border-right: 30px solid #b9602a; 
}

.share .btn-group {
    position: static;
}

.share .logo {
    padding-bottom: 0px;
}

.entryForm ul.dropdown-menu {
    left: 50%;
    top: auto;
    bottom: 10px;
    transform: translateX(-50%);
    width: 400px;
    margin-left: -150px;
}
.dropdown-menu>li>a {
	text-decoration: none;
}

.vote-btn, .vote-btn:hover, .vote-btn:focus,
.share-btn, .share-btn:hover, .share-btn:focus { text-decoration: none; margin-right: 20px; }
.vote-btn {
    width: 40px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-size: 90%;
    margin-right: 10px;

    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
}

.vote-wrapper {
    font-size: 18px;
}

.shout-out {
	width: 350px;
	margin: 0 auto;
}
.thank-you h2, .thank-you p {
	margin: 0px auto;
    padding: 30px 20px;
    font-size: 20px;
}
.thank-you h2 { max-width: 310px; }

.thank h4 {
    max-width: 1000px;
    margin: 0px auto;
    padding: 20px 20px 40px;
}

.thank .shout-out {
	width: 720px;
	height: 170px;
	background: url('../images/btn-share.png') left top no-repeat;
}
/*
.thank-you img {
    display: block;
    width: 100%;
    width: auto;
    max-height: 400px;
    margin: 0px auto;
    background: white;

    -webkit-box-shadow: 10px 10px 10px rgb(0 0 0 / 30%);
    -moz-box-shadow: 10px 10px 10px rgb(0 0 0 / 30%);
    -ms-box-shadow: 10px 10px 10px rgb(0 0 0 / 30%);
    -o-box-shadow: 10px 10px 10px rgb(0 0 0 / 30%);
    box-shadow: 10px 10px 10px rgb(0 0 0 / 30%);

    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
    border-radius: 34px;
}*/
.thank-you a.facebook img, 
.thank-you a.instagram img {
    border: none;
    background: transparent;
    display: inline-block;
    max-width: 140px;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
    border-radius: unset;
}
.social-wrapper {
    margin-top: -240px;
    padding-left: 200px;
    padding-right: 50px;
}
.social-wrapper a.facebook {
    margin-right: 20px;
}
.social-wrapper a{
    text-decoration: none;
}

.btn-view-gallery {
    padding: 10px;
    margin: 10px 0px;
    display: block;
}

.prize-img { margin: 40px auto; }
.main-container { padding: 0; }
.gallery .panel {
	border: none;
    background: none;
    background-repeat: no-repeat;
    color: black;
    width: 340px;
    height: 360px;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
	font-size: 12px;

	padding: 0px;
	box-shadow: none;
	padding: 75px 55px 60px 40px;
}/*
.gallery .panel-01 {
	background-image: url(../images/note-01.png);
}
.gallery .panel-02 {
	background-image: url(../images/note-02.png);
}/*
.gallery .panel-03 {
	background-image: url(../images/note-03.png);
}
.gallery .panel-01.row-1 {
	background-image: url(../images/note-04.png);
}
.gallery .panel-02.row-1 {
	background-image: url(../images/note-05.png);
}
.gallery .panel-03.row-1 {
	background-image: url(../images/note-06.png);
}/*
.gallery .panel-danger {
	background-image: url(../images/note-danger.png);
}
.gallery .panel-primary {
	background-image: url(../images/note-primary.png);
}
.gallery .panel-warning {
	background-image: url(../images/note-warning.png);
}*/
.gallery .panel dl { margin-bottom: 0; }
.gallery .panel hr {
	border-color: black;
	margin-top: 5px;
	margin-bottom: 5px;
}
.gallery .panel .panel-body {
	padding: 0;
    margin-top: 15px;
    overflow: auto;
    max-height: 110px;
    
    display: table-cell;
    vertical-align: middle;
}
.gallery .panel .panel-body {
    overflow: hidden;
    overflow-y: auto;
    display: block;
}
.panel-body .panel-content-wrapper {
    padding: 0px 15px;
}
.gallery .panel .panel-footer {
	background: none;
    border: none;
    padding-left: 0;
    position: absolute;
    width: 190px;
    bottom: 0;
}
.gallery .share-btn {
	color: black;
	font-weight: bold;
	font-size: 18px;
    vertical-align: middle;
}
.entryForm .gallery .share-btn:hover { color: #666; }
.entryForm .dropdown-menu { width: 230px; }
.dropdown-menu>li>a { white-space: normal; border-bottom: 1px solid #ccc; }
.dropdown-menu>li:last-child>a { border-bottom: none; }
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { background-color: #ccc; }

.gallery .panel .panel-body {
    margin-top: 0px;
    max-height: unset;
    height: 210px;
}

.gallery .panel .panel-footer {
    padding-left: 20px;
    bottom: 30px;
}

.panel h4 {
    font-size: 18px;
    font-family: 'regularFont';
    font-weight: bold;
    /*color: #000;*/
}

.panel p {
    font-size: 16px;
    padding-top: 10px;
}

.register img.title {
    display: block;
    margin: 0px auto;
}

.share .interested-wrapper, 
.share .prize-wrapper, 
.share .entry-form,
.register-date {
    width: 1000px;
    max-width: 100%;
    margin: 0px auto;
}
.cta-title-wrapper {
    font-size: 50px;
    padding: 40px 20px;
}
.sub-title {
    font-size: 32px;
}
.language-select img {
    max-height: 60px;
}
.register .btn-primary {
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 250px;
    height: 110px;
    background-size: 100% auto;
    background-position: center center;
}

@media (min-width: 768px) {
	.container {
		width: 100%;
		max-width: 810px;
	}
}
@media (max-width: 600px) {
	.navbar-brand img, .modal-logo {
		width: 70px;
		top: -20px;
	}
    /*
	footer {
		font-size: 8px;
	}*/
}

#confetti{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    display: none;
}

.modal-open #confetti,
.home #confetti,
.register #confetti,
#confetti.display{
    z-index: 1041;
    display: block;
}
.home #confetti,
.register #confetti {
    pointer-events: none;
}

.cheer .clearfix {
    visibility: hidden;
}

.thank .title-image-wrapper {
    padding: 0px 10px;
}

.thank .title-image-wrapper img {
    max-width: 100%;
    margin: 0px auto;
}

.gallery .text-center img {
    display: block;
    width: 480px;
    max-width: 100%;
    margin: 0px auto;
}

.gallery-masthead {
    padding: 20px 0px;
    /*margin-top: 30px;*/
}

.pager-wrapper {
    padding: 10px 70px 0px;
}

.pager-wrapper .pager-btn {
    font-size: 24px;
    color: #000 !important;
}
.pager-wrapper .pager-btn.pager-right {
    float: right;
}

.tnc h4.has-shadow {
    font-size: 22px;
    padding-top: 20px;
}

.tnc footer {
    position: static;
}

.tnc ul {
    list-style: none;
}

.tnc li {
    padding-bottom: 10px;
}

.tnc table {
    width: 100%;
}

.tnc th {
    font-weight: bold;
    background: #b53493;
    color: white;
}
td, th {
    border: #b53493 solid 1px;
    padding: 10px;
}

.tnc p, 
.tnc li {
    text-align: justify;
    text-align: left;
}

.tnc .main-container {
    padding: 0px 10px;
}

.share .form-wrapper .text-count {
    float: left;
}

.container .header-wrapper {
    padding-top: 50px;
}

.header-wrapper .image-reward,
.register-bg-wrapper .image-reward {
    margin-top: -100px;
    margin-bottom: -100px;/*
    position: relative;
    z-index: -1;*/
}
.register-bg-wrapper .register-masthead h4,
.register-bg-wrapper .register-masthead p {
    position: relative;
    z-index: 1;
}

.header-wrapper p {
    font-size: 24px;
}

.container.main-container,
.extra-gallery-wrapper,
footer {
    width: 1600px;
    margin: 0px auto;
}
.home footer {
    left: 50%;
    
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.register-bg-wrapper .inner-wrapper {
    width: 1600px;
    max-width: 100%;
    margin: 0px auto;
    padding: 18% 5% 12% 5%;
    background: url(../images/survey-bg.png) left top no-repeat;
/*    background: url(../images/notebook-bg-lg.png) left top no-repeat;*/
    background-size: 100% auto;
}

.registerForm .user-detail {
    width: 800px;
    max-width: 100%;
    margin: 0px auto;
    padding: 20px 0px 10px;
}
.register-inner-wrapper .form-group {
    padding: 10px 0px;
}
.user-detail input {
    border: none;
    border-radius: 40px;
    background: #E7B8D4
}
.user-detail input,
.user-detail input::placeholder {
    color: #C52D75;
}
.user-detail input#email,
.user-detail input#email::placeholder {
    color: #4260A4;
}
.user-detail input#email {
    background: #9BCAE5;
}
.user-detail input#mobile,
.user-detail input#mobile::placeholder {
    color: #6286AF;
}
.user-detail input#mobile {
    background: #DFF4FC;
}

.user-detail + .inner-form-wrapper {
    width: 1200px;
    max-width: 100%;
    padding-left: 300px;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

.register-inner-wrapper .inner-form-wrapper .form-group.other {
    padding-top: 0px;
}
.other .checkbox-inline input[type=checkbox] {
    width: 0px;
    height: 0px;
    margin: 0px;
}
.form-group.other label.checkbox-inline {
    margin-left: 40px;
    padding-left: 30px;
    padding-right: 10px;
    font-size: 20px;
    width: auto;
}
.register-inner-wrapper .inner-form-wrapper .form-group.q1 {
    padding-bottom: 0px;
}

.inner-form-group.others {
    padding-bottom: 40px;
}
.registerForm .q1 .others .radio-inline {
    width: auto;
    display: inline-block;
    padding-right: 20px;
    padding-left: 35px;
}
.others .other-input {
    display: inline-block;
    width: calc(100% - 200px);
}
input#brand_OtherText {
    border: none;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    
    border-bottom: #6285AE solid 1px;
}
.register .btn-primary {
    margin: 0px auto;
}
.inner-form-wrapper.bottom-underline {
    padding: 20px 0px;
    border-bottom: none;
}
.user-detail + .inner-form-wrapper {
    position: relative;
}
.user-detail + .inner-form-wrapper .bear-image-wrapper {
    pointer-events: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.user-detail + .inner-form-wrapper .bear-image-wrapper img {
    width: 400px;

    -webkit-transform: translate(-20%, 5%);
    -moz-transform: translate(-20%, 5%);
    -ms-transform: translate(-20%, 5%);
    -o-transform: translate(-20%, 5%);
    transform: translate(-20%, 5%);
}

.share-masthead {
    padding: 21% 18% 0% 36%;
    height: 650px;
    background: url('../images/prize-bg.png') left top no-repeat;
}
.share-masthead p {
    font-size: 36px;
    text-align: center;
    padding: 0px 100px;
}

.language-select label.cta-title {
    font-size: 30px;
    color: #6286AF;
    margin-bottom: 0px;
    line-height: 60px;
    vertical-align: middle;
}

.share .btn-primary {
    padding: 0px;
    background: transparent !important;
    border: none;
}

.entryForm .text-wrapper {
    background: url(../images/write-review-bg.png) left top no-repeat;
    background-size: 100% auto;
    padding-top: 130px;
    padding-left: 140px;
    padding-bottom: 50px;
}
.entryForm textarea {
    background: transparent;
    border: none;
    box-shadow: none;
    margin: 0px;
    height: 340px;
    box-shadow: none !important;
}

.cta-wrapper {
    padding: 30px 0px;
}

img.text-invite {
    margin: 60px 0px 20px;
}

.thank-you p {
    font-size: 30px;
}

.cta-wrapper ul {
    padding: 0px;
    margin: 0px;
}
.cta-wrapper li.btn-social {
    list-style: none;
    display: inline-block;
    padding: 0px 10px;
}

a.btn-view-gallery {
    padding: 0px;
    margin: 40px 0px;
    background: transparent;
}

.thank .container.main-container {
    position: relative;
}

.thank-you .bear-image-wrapper {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.thank-you .bear-image-wrapper img {
    height: 400px;
    width: auto;
}

.gallery footer {
    text-align: right;
}

.panel h4 {
    font-size: 30px;
    color: #6286AF;
}

.gallery .panel {
    background: url(../images/review-bg.png) left top no-repeat;
    background-size: 100% auto;
    width: auto;
    height: auto;
    margin: 0px;
    padding: 21% 13% 18% 12%;
}
.gallery .panel .panel-body {
    height: auto;
}
.panel-body .panel-content-wrapper {
    height: 320px;
}

.panel h4 {
    font-size: 30px;
    color: #6286AF;
    padding: 20px 0px;
    line-height: 40px;
    height: 80px;
}
.panel p.post-content {
    margin: 0px;
    padding: 20px 0px;
}

.gallery .panel.panel-01 {
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}
.pager-wrapper {
    width: 66%;
    margin-left: 33%;
}
.gallery .bear-image-wrapper {
    pointer-events: none;
    position: absolute;
    left: 50%;
    bottom: 0px;
    
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.arrow-right {
    right: -20px;
}

.video-wrapper {
    overflow: hidden;
    border-radius: 35px;
    width: 710px;
    max-width: 100%;
}
iframe#player {
    display: block;
}

@media (max-height: 1079px) {
    footer {
        position: static;
    }
    .home footer {
        position: absolute;
    }

    .landing-thank-text > img {
        width: 1000px;
    }

    .landing-thank-text .row .pack-shot img {
        width: 400px;
    }
}

@media (max-width: 810px) {
	#confetti {
	    left: 0px;
	    margin-left: 0px;
	}
}

@media (max-width: 1700px) {

    img.title-thank-you {
        width: 850px;
        max-width: 100%;
        padding: 0px 20px;
    }

    .language-select img {
        max-height: 60px;
    }

    .thank h4 {
        width: 850px;
        max-width: 100%;
    }

    .thank .shout-out {
        width: 600px;
        height: 145px;
        background-size: contain;
        margin: 0px auto;
    }
}

@media (max-width: 1440px) {\
    .logo img {
        width: 260px;
    }

    .popup-bg-wrapper {
        width: 1000px;
    }
    .counter-wrapper {
        min-width: unset;
        width: 400px;
        height: 200px;
        background-size: auto 100%;
    }
    .counter-wrapper::before, 
    .counter-wrapper::after {
        background-size: auto 100%;
        width: 80px;
    }
    .home .modal-body h1 {
        font-size: 100px;
        /*line-height: 100%;*/
    }

    .bear-wrapper {
        width: 400px;
        left: 8%;
    }

    footer {
        max-width: 100%;
    }

    .container.main-container, 
    .extra-gallery-wrapper, 
    footer {
        width: 100%;
    }
    .container .header-wrapper {
        padding-top: 30px;
    }
    .register h4, .thank h4 {
        font-size: 30px;
    }
    .register-bg-wrapper .inner-wrapper {
        background-size: 100% auto;
        padding-top: 18%;
        padding-bottom: 8%;
    }

    .share .container .header-wrapper,
    .thank .container .header-wrapper,
    .cta-wrapper {
        width: 1000px;
        margin: 0px auto;
    }
    .share-masthead {
        background-size: 100% auto;
        /* background-position: center top; */
        width: 1000px;
        height: 440px;
        margin: 0px auto;
        padding: 14% 6% 0% 26%;
    }
    .share-masthead p {
        padding: 0px;
    }

    .language-select label.cta-title {
        font-size: 20px;
    }

    .share .btn-primary img {
        width: 50%;
    }

    .share .button-wrapper {
        padding: 20px 0px;
    }

    img.text-invite {
        margin-top: 20px;
    }

    .thank .btn-share img {
        width: 50%;
    }

    .cta-wrapper li.btn-social {
        width: 100px;
    }

    .btn-view-gallery img {
        width: 70%;
    }

    .landing-text-wrapper {
        background-size: 100% auto;
        font-size: 20px;
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .proceed-wrapper a.btn-ok img {
        width: 120px;
    }

    .logo img.landing-logo {
        max-width: 300px;
    }

    .gallery-masthead {
        margin-top: 0px;
    }

    .entry-form {
        max-width: 100%;
        padding: 0px 50px;
    }

    .scroll-down {
        width: 60px;
    }

    .gallery .text-center img {
        width: 280px;
    }

    .gallery-wrapper.ng-scope {
        width: 1200px;
        margin: 0px auto;
    }
    .gallery .panel {
        padding: 15% 12% 0% 10%;
    }

    .pager-wrapper {
        padding-top: 0px;
    }
    .pager-wrapper .pager-btn {
        font-size: 18px;
    }

    .gallery .bear-image-wrapper {
        width: 360px;
        left: 30px;
        bottom: 0px;
        transform: none;
    }
}

@media (max-width: 1366px) {
    .cta-title-wrapper {
        font-size: 50px;
        padding: 40px 20px;
    }
    .sub-title {
        font-size: 28px;
    }

    .panel-body .panel-content-wrapper {
        padding: 0px;
    }
    .panel p {
        padding-top: 0px;
    }

    .gallery .panel {/*
        padding: 50px 40px 0px 30px;
        max-height: 250px;
        margin-bottom: 10px;*/
    }
    .gallery .panel .panel-body {
/*        height: 160px;*/
        padding: 0px 5px;
    }
}

@media (max-width: 1365px) {
    .logo img.landing-logo {
        max-width: 300px;
    }

    .landing-thank-text > img {
        width: 800px;
    }

    .pack-shot {
        left: -20px;
    }
    .landing-thank-text .row .pack-shot img {
        width: 300px;
    }

    .gallery .panel .panel-body {
/*        height: 135px;*/
    }

    
}

@media (max-width: 1024px) {
    .logo img.landing-logo {
        max-width: 300px;
    }

    .landing-thank-text > img {
        width: 800px;
    }
    .pack-shot {
        left: -20px;
    }
    .landing-thank-text .row .pack-shot img {
        width: 200px;
    }

    .prize-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .register-bg-wrapper .inner-wrapper {
        background: url(../images/notebook-bg-lg.png) left top no-repeat;
        background-size: 100% auto;
        padding: 18% 9% 8% 10%;
    }

    .user-detail + .inner-form-wrapper {
        margin: 30px auto;
    }

    .header-wrapper .image-reward, .register-bg-wrapper .image-reward {
        margin-top: -70px;
        margin-bottom: -70px;
    }

    .register-inner-wrapper .inner-form-wrapper .form-group.q1 {
        padding-top: 0px;
    }

    .registerForm .q1 .radio-inline {
        margin-left: 15px;
    }

    .registerForm .q1 .inner-form-group.others + .inner-form-group .radio-inline {
        height: auto;
        line-height: normal;
    }

    .registerForm .q1 .inner-form-group.others + .inner-form-group .radio-inline.roundCheckbox input[type=checkbox]:after, 
    .registerForm .q1 .inner-form-group.others + .inner-form-group .radio-inline.roundCheckbox input[type=radio]:after {
        top: 15px;
    }
}

@media (max-width: 768px) {
    body {
        background-color: #bdeafd;
    }

    .logo img.landing-logo {
        max-width: 200px;
    }

    .landing-thank-text > img {
        width: 600px;
    }
    .col-md-6.col-12.btn-join-wrapper, 
    .btn-sorry-wrapper {
        text-align: center;
    }

    .register-date img {
        width: 600px;
    }

    .register .inner-form-wrapper {
        width: auto;
    }

    .register .title-image-wrapper img {
        max-width: 320px;
    }

    .register .title-image-wrapper {
        padding-top: 120px;
    }

    input.other-detail {
        width: 100%;
    }

    .register footer {
        position: static;
    }

    .register img.title {
        display: block;
        margin: 0px auto;
    }

    .register-inner-wrapper .form-group {
        padding-top: 0px;
    }

    .share .radio-inline img {
        width: 100px;
    }

    .entryForm ul.dropdown-menu {
        transform: none;
    }

    .thank .title-image-wrapper {
        margin-top: -30px;
        margin-top: 0px;
    }

    .social-wrapper {
        margin-top: -170px;
        padding-left: 170px;
    }
    .thank-you a.facebook img, 
    .thank-you a.instagram img {
        max-width: 90px;
    }

    body.gallery {
        /*background: url(../images/gallery-bg-mobile.jpg) no-repeat left top #FFF;*/
        /*background-size: cover;*/
    }

    .gallery-masthead {
        padding-left: 200px;
        padding-right: 20px;
        height: 200px;
    }

    .gallery-item {
        padding: 10px;
    }

    .panel p, 
    .panel h4 {
        font-size: 14px;
    }

    .gallery .panel .panel-body {
        height: 150px;
    }

    .scroll-down{
        display: none !important;
    }

    .logo img {
        width: 200px;
    }

    .counter-wrapper {
        height: 150px;
        padding: 30px 0px 20px;
    }
    .home .modal-body h1 {
        font-size: 90px;
        line-height: 100px;
    }

    .counter-wrapper::before {
        background-position: right;
    }

    .popup-bg-wrapper {
        padding-top: 8%;
    }

    .landing-text-wrapper {
        width: 600px;
    }

    .proceed-wrapper {
        margin-top: 20px;
        transform: none;
    }

    .home .modal-body a.opt-out {
        font-size: 14px;
        padding: 10px 0px;
        display: inline-block;
    }

    footer.text-muted, footer a, footer a:hover, footer a:focus {
        font-size: 14px;
    }

    .bear-wrapper {
        width: 250px;
    }

    .container .header-wrapper {
        padding-top: 20px;
    }

    .header-wrapper .image-reward,
    .register-bg-wrapper .image-reward {
        margin-top: -50px;
        margin-bottom: -50px;
        width: 600px;
    }

    .header-wrapper p {
        font-size: 16px;
    }

    .register-bg-wrapper .inner-wrapper {
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 8%;
    }

    .registerForm .user-detail {
        padding: 20px 15px 10px;
    }

    .user-detail input {
        height: 50px;
        padding: 10px 20px;
        font-size: 16px;
    }

    .register-masthead img {
        width: 500px;
    }

    .register .inner-form-wrapper {
        padding: 10px 20px;
        padding-left: 200px;
        margin-top: 0px;
    }

    .register .title-how, .register .title-beneficial {
        margin: 0px;
        padding: 10px 0px;
        padding-left: 40px;
        font-size: 24px;
    }

    .registerForm .radio-inline {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
    }

    .inner-form-group.others {
        padding-bottom: 20px;
    }

    .registerForm .inner-form-group.others + .inner-form-group .radio-inline {
        line-height: normal;
        height: auto;
    }
    .roundCheckbox input[type=checkbox]:after, 
    .roundCheckbox input[type=radio]:after {
        left: 5px;
    }
    .registerForm .inner-form-group.others + .inner-form-group .radio-inline.roundCheckbox input[type=checkbox]:after, 
    .registerForm .inner-form-group.others + .inner-form-group .radio-inline.roundCheckbox input[type=radio]:after {
        top: 12px;
    }
    
    .user-detail + .inner-form-wrapper .bear-image-wrapper img {
        width: 300px;
    }

    .register .btn-primary {
        width: 200px;
        height: 60px;
    }

    .share .container .header-wrapper, 
    .thank .container .header-wrapper, 
    .cta-wrapper {
        max-width: 700px;
    }

    .share-masthead.ng-scope {
        width: 700px;
        height: 310px;
        padding: 20% 9% 0% 36%;
    }
    .share-masthead p {
        font-size: 20px;
    }

    .language-select .checkbox-inline, 
    .language-select .radio-inline {
        padding-left: 15px;
    }
    .share .radio-inline img {
        width: auto;
    }

    .entryForm .text-wrapper {
        width: 600px;
        padding-top: 80px;
        padding-left: 100px;
        padding-right: 30px;
    }
    .entryForm textarea {
        height: 210px;
        font-size: 16px;
    }

    .share .btn-primary img {
        width: 200px;
    }

    .share .button-wrapper {
        padding: 0px;
    }
    .entry-form .form-group {
        margin-bottom: 0px;
    }

    .thank a.btn-share {
        display: inline-block;
    }

    .thank-you p,
    .pager-wrapper .pager-btn {
        font-size: 16px;
    }

    .cta-wrapper li.btn-social {
        width: 80px;
    }

    a.btn-view-gallery {
        margin: 0px;
        margin-top: 20px;
    }
    .btn-view-gallery img {
        width: 400px;
    }
    .cta-wrapper {
        padding-bottom: 10px;
    }

    .thank-you .bear-image-wrapper img {
        height: 220px;
    }

    .gallery-wrapper.ng-scope {
        width: 100%;
    }
    .gallery-masthead {
        padding: 20px 0px;
        height: auto;
    }
    .gallery .text-center img {
       width: 200px;
    }

    .gallery .panel {
        padding: 40px 30px 40px 25px;
        max-height: unset;
    }

    .panel h4 {
        padding: 10px 0px;
        height: auto;
        line-height: 30px;
    }
    .panel p.post-content {
        padding: 10px 0px;
    }
    .gallery .panel .panel-body {
        height: 165px;
    }
    .panel-body .panel-content-wrapper {
        height: 100%;
    }
    .gallery .bear-image-wrapper {
        width: 280px;
    }
}

@media (max-width: 767px) {
    body {
        background-attachment: fixed;
    }
    
    .logo img {
        display: block;
        max-width: 100%;
    }

    .home .modal-body h4 {
        font-size: 40px;
        padding: 0px 20px;
    }

    .landing-thank-text > img {
        width: 400px;
        padding: 0px 10px;
    }

    .pack-shot {
        position: static;
        display: none;
        /*
        transform: none;
        margin-top: -20px;
        */
    }
    .pack-shot-mobile {
        display: block;
        margin-right: 0px;
    }
    .landing-thank-text .row .pack-shot.pack-shot-mobile img {
        width: 350px;
        max-width: 100%;
    }

    footer {
        position: static;
        line-height: normal;
        padding: 10px 15px;
    }
    .home footer {
        position: absolute;
    }

    input.other-detail {
        /*width: auto;*/
        margin-top: 0px;
    }

    .title-image-wrapper img {
        display: block;
        max-width: 100%;
    }

    .register-masthead {
        margin-top: -30px;
        margin-top: 0px;
    }

    .register-date img {
        width: 380px;
    }

    span.label-wrapper {
        display: inline-block;
        text-align: left;
    }

    .register .inner-form-wrapper {
        padding: 10px;
    }

    .register .title-how, 
    .register .title-beneficial {
        font-size: 20px;
    }

    .registerForm .q1 .radio-inline,
    .registerForm .q2 .radio-inline {
        margin-left: 0px;
    }
    .registerForm .q2 .radio-inline {
        width: 49%;
    }

    .register h4, .thank h4 {
        font-size: 30px;
    }

    .register .title-fill-in {
        margin: 10px 0px 20px;
    }

    .user-detail input {
        height: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .inner-form-wrapper {
        width: auto;
    }

    .radio-inline input[type=radio] {
        /*top: 50%;*/
        /*margin-top: -6px;*/
        top: 15px;
    }

    .registerForm .radio-inline {
        width: 100%;
        height: auto;
        line-height: normal;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .register .btn-primary {
        width: 300px;
        height: 90px;
        background-size: 100% auto;
        margin: 30px 0px;
    }

    .register .btn-primary {
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
        width: 250px;
        height: 110px;
        background-size: 100% auto;
        background-position: center center;
    }

    .register .title-image-wrapper img {
        position: static;
        max-width: 300px;
        margin: 0px auto;
    }

    .register .title-image-wrapper img.title {
        margin: 10px auto;
    }

    .register .title-image-wrapper {
        padding-top: 0px;
    }

    .register img.title {
        display: block;
        margin: 0px auto;
        max-width: 300px;
    }

    img.title-thank-you {
        display: block;
        max-width: 100%;
    }

    .share-masthead.ng-scope {
        margin-top: -50px;
        margin-top: 0px;
        padding: 64px 25px 0px 115px;
    }

    .entryForm {
        padding: 0px 10px;
    }

    .entryForm ul.dropdown-menu {
        margin-left: 0px;
        width: 300px;
    }

    .share img {
        display: block;
        max-width: 100%;
    }

    .form-group.language-select label {
        margin-right: 0px !important;
        margin-bottom: 0px;
    }

    .text-max {
        font-size: 12px;
    }

    footer {
        font-size: 12px;
    }

    .form-group.language-select {
        padding: 10px 0px;
    }

    .thank .shout-out {
        height: 70px;
        margin: 0px auto;
    }

    .thank-you h2, .thank-you p {
        padding: 20px;
    }

    .gallery .panel {
        width: 250px;
        height: 280px;
        background-size: 100% auto;
        padding: 67px 22px 0px 22px;
        margin-bottom: 10px;
    }

    .col-sm-4.gallery-item {
        padding: 0px;
    }

    .gallery .panel .panel-body {
        height: 150px;
    }

    .gallery .panel .panel-footer {
        bottom: 15px;
        padding: 0px;
    }

    .vote-btn {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 70%;
    }

    a.btn-view-gallery {
        max-width: 300px;
        margin: 20px auto;
        font-size: 16px;
    }

    .thank .title-image-wrapper {
        max-width: 300px;
        margin: -15px auto 0px;
        margin-top: 0px;
    }

    .thank .title-image-wrapper {
        padding: 0px 10px;
    }

    .thank h4 {
        font-size: 20px;
        padding: 20px 10px;
    }

    .social-wrapper {
        margin-top: -165px;
        padding-left: 140px;
        padding-right: 30px;
    }

    .col-sm-4.gallery-item {
        padding: 0px;
        width: 33%;
        float: left;
    }

    .gallery .panel .panel-body {
        padding: 0px 25px 0px 10px;
    }

    .entryForm .col-sm-12 {
        padding: 0px;
    }
    .entryForm .text-wrapper {
        padding: 0px 30px;
    }
    .arrow-left, 
    .arrow-right {
        border-width: 20px;
    }

    .tnc h4.has-shadow {
        font-size: 18px;
    }
    .tnc h4.has-shadow br {
        display: none;
    }

    .tnc th:first-child {
        width: 20%;
    }

    .counter-wrapper {
        width: 180px;
        height: 100px;
        padding: 20px 0px 10px;
    }
    .home .modal-body h1 {
        font-size: 60px;
        line-height: 60px;
        padding: 5px 0px;
    }

    .landing-text-wrapper {
        width: 300px;
        font-size: 13px;
        transform: rotate(3deg);
        padding: 10px;
        margin: 10px auto 20px;
    }

    .proceed-wrapper, 
    .remove-wrapper {
        margin-top: 0px;
        transform: none;
    }
    .home .modal-body a.opt-out {
        padding: 5px;
    }

    .home .modal-body a.opt-out,
    footer.text-muted, footer a, footer a:hover, footer a:focus,
    .header-wrapper p,
    .user-detail input, .entryForm textarea,
    .registerForm .q1 .radio-inline, .registerForm .q2 .radio-inline,
    .thank-you p,
    .pager-wrapper .pager-btn {
        font-size: 12px;
    }
    .pager-wrapper {
        width: 100%;
        margin: 0px;
    }

    .home .bear-wrapper {
        width: 150px;
        left: 15px;
        pointer-events: none;
        z-index: -1;
    }

    .register h4, .thank h4 {
        font-size: 20px;
    }

    .header-wrapper .image-reward,
    .register-bg-wrapper .image-reward {
        width: 300px;
        margin-top: -20px;
        margin-bottom: -20px;
    }

    .register-masthead img {
        width: 250px;
    }

    .user-detail + .inner-form-wrapper .bear-image-wrapper,
    .thank-you .bear-image-wrapper,
    .gallery .bear-image-wrapper {
        display: none;
    }

    .register .title-how {
        font-size: 16px;
        padding-left: 0px;
    }

    .register .inner-form-wrapper {
        border-radius: 30px;
        padding: 10px 15px;
    }

    .registerForm .q1 .others .radio-inline {
        padding-right: 10px;
    }
    .others .other-input {
        width: calc(100% - 100px);
    }
    .register .btn-primary {
        width: 200px;
        height: 60px;
        margin: 10px auto;
    }
    .register-bg-wrapper .inner-wrapper {
        padding-bottom: 0px;
    }

    .registerForm .inner-form-group.others + .inner-form-group .radio-inline.roundCheckbox input[type=checkbox]:after, 
    .registerForm .inner-form-group.others + .inner-form-group .radio-inline.roundCheckbox input[type=radio]:after {
        top: 20px;
    }

    .form-group.language-select label.cta-title {
        line-height: normal;
        font-size: 14px;
    }

    .language-select .checkbox-inline, 
    .language-select .radio-inline {
        padding: 0px 5px;
    }
    .share .radio-inline img {
        width: 50px;
    }

    .entryForm,
    .entry-form {
        padding: 0px;
    }
    .share .btn-group.col-xs-12 {
        padding: 0px;
    }
    .share .btn-primary.btn-help img {
        width: 300px;
    }

    .user-detail input, .entryForm textarea {
        padding: 0px;
    }
    .entryForm textarea {
        height: 120px;
        padding-left: 30px;
    }

    .register-masthead {
        padding: 10% 0px;
    }
    .registerForm .user-detail {
        margin-bottom: 32%;
    }
    .register .register-inner-wrapper .inner-form-wrapper {
        box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 10px;
    }

    .share .button-wrapper {
        padding: 10px 0px;
    }

    .share .btn-group.col-xs-12 {
        float: none;
    }
    .entryForm .text-wrapper {
        padding-top: 50px;
        width: 360px;
        max-width: 100%;
    }

    .arrow-left {
        left: 10px;
    }
    .arrow-right {
        right: 0px;
    }

    .thank .btn-share img {
        width: 300px;
    }

    .cta-wrapper .col-xs-12 a {
        display: block;
        /*padding: 10px 15px;*/
        margin-bottom: 15px;
    }
    .video-wrapper {
        border-radius: 25px;
    }

    .cta-wrapper li.btn-social {
        width: 60px;
        padding: 0px 5px;
    }

    a.btn-view-gallery {
        margin-bottom: 0px;
    }

    .col-sm-4.gallery-item {
        width: 100%;
        float: none;
        padding: 0px 15px;
    }

    .gallery .panel.panel-01 {
        transform: none;
    }

    .gallery .panel {
        width: 280px;
        height: 290px;
        margin: 0px auto 10px;
        padding: 50px 35px 0px 30px;
    }
    .gallery .panel .panel-body {
        padding-right: 10px;
        height: auto;
    }
    .panel p.post-content {
        height: 140px;
        overflow-y: scroll;
    }
}

@media (max-width: 450px) {
    .logo img.landing-logo {
        max-width: 150px;
    }

    .tnc a {
        display: inline-block;
        max-width: 260px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .register-masthead {
        margin-top: -15px;
        margin-top: 0px;
    }

    .register-date img {
        width: 280px;
    }

    .user-detail input,
    .entryForm textarea {
        /*font-size: 16px;*/
    }
    .register-inner-wrapper .inner-form-wrapper .form-group {
        /*padding-left: 10px;*/
    }

    .share-masthead.ng-scope {
        margin-top: -20px;
        margin-top: 0px;
    }

    .interested-wrapper img, 
    .prize-wrapper img {
        width: 300px;
        margin: 0px auto;
    }
    .interested-wrapper {
        padding-bottom: 0px;
    }
    .prize-wrapper {
        padding-bottom: 30px;
    }

    .entry-form {
        /*padding: 0px 20px;*/
    }

    .cta-title-wrapper:after {
        border-width: 25px 25px 0px 25px;
        bottom: -24px;
    }

    .form-group.language-select label.cta-title {
        display: block;
        padding-bottom: 10px;
    }
/*
    .form-group.language-select label {
        margin: 0px !important;
        padding: 0px 5px;
    }
*/
    .sub-title {
        padding: 40px;
        font-size: 20px;
    }

    .entry-form .shadow-wrapper h4 {
        font-size: 20px;
    }

    .cta-title-wrapper {
        font-size: 30px;
    }

    .share .btn-primary {
        width: 100%;
        padding: 5px 10px;
        font-size: 16px;
        white-space: normal;
    }

    .entryForm ul.dropdown-menu {
        left: -15px;
    }

    .social-wrapper {
        margin-top: -120px;
        padding-left: 110px;
    }

    .thank-you a.facebook img, 
    .thank-you a.instagram img {
        max-width: 60px;
    }

    .gallery-masthead {
        /*padding-left: 160px;*/
        /*height: 150px;*/
    }

    .col-sm-4.gallery-item {
        /*width: 50%;*/
    }
/*
    .gallery .panel {
        padding: 50px 38px 0px 30px;
        height: 250px;
        background-size: 100% 100%;
    }
    .gallery .panel .panel-body {
        padding: 0px;
    }
*/
    .pager-wrapper {
        padding: 10px 20px;
    }

    .share .container .header-wrapper, 
    .thank .container .header-wrapper, 
    .cta-wrapper {
        width: 320px;
    }

    .share-masthead.ng-scope {
        width: 300px;
        height: 140px;
    }
    .share-masthead p {
        font-size: 12px;
        line-height: 1.2;
    }
}

@media (max-width: 450px) and (max-height: 660px){
    .logo img.landing-logo {
        max-width: 120px;
    }
}

@media (max-width: 450px) and (max-height: 600px){
    .home .modal-dialog {
        padding-top: 30px;
    }
}

@media (max-width: 419px) {
    .landing-text-wrapper {
        margin-bottom: 5px;
    }
}

@media (max-width: 365px){
    .share .btn-primary {
        font-size: 13px;
        padding: 5px;
    }
}

@media (max-width: 320px){
    .share .radio-inline img {
        width: 70xpx;
    }/*
    .gallery .panel {
        padding: 50px 30px 0px 23px;
    }*/

    .register-masthead {
        padding: 5% 0px;
    }
    .registerForm .user-detail {
        margin-bottom: 20%;
    }
}