body {
    margin: 0 auto;
    width: 100%;
    display: block;
    position: relative;
	font-family: 'Open Sans', sans-serif;
}

* {
	box-sizing: border-box;
}

.clear{
	clear:both;
	position:relative;
	width:100%;
	display:block;
}
.btn,
.main-btn,
a {
	text-decoration: none !important;
	outline: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-mx-transition: all 0.5s ease;
	cursor: pointer; 
}

p {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	margin: 0;
	font-weight: bold;
}

h1 {
    font-size: 40px;
    line-height: 45px;
}
h2 {
    font-size: 36px;
    line-height: 46px;
}
h3 {
    font-size: 30px;
    line-height: 36px;
}
h4 {
    font-size: 22px;
    line-height: 30px;
}

.my-container {
	width: 100%;
	max-width: 1170px;
	display: block;
	margin: 0 auto;
}

form {
    display: block;
    margin: 0;
}

.main-btn {
    background-color: #c49351;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    padding: 8px 40px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #c49351;
    font-size: 16px;
    line-height: 22px;
	box-shadow: inset 0px 0 #805215;
}

.main-btn:hover,
.main-btn:focus {
    outline: none;
    box-shadow: inset 200px 0 #805215;
    color: #fff;
}

#home-content {
	display: block;
	width: 100%;
	padding: 50px 0;
	position: relative;
	overflow-x: hidden;
}

#draw-form h2 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 20px;
	display: none;
}

/*.home-images {
	width: 100%;
	display: flex !important;
	position: relative;
	z-index: 1;
	top: 0;
	height: 100%;
	overflow: hidden;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 0;
}
*/

.num-holes {
	display: block;
}

.home-images {
	position: relative;
	z-index: 1;
	top: 0;
	overflow: hidden;
	/*column-count: 10;
	column-gap: 0;*/
}


.left-img, .right-img {
    float: left;
    height: 100%;
    display: block;
    width: 25%;
    max-width: 100%;
}

.right-img {
    float: right;
}

.home-img-col {
    display: inline-block;
	/*width: 100%;
	height: 33%;*/
	cursor: pointer;
    height: 50%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bottom-box-surprize-img img {
    max-width: 180px;
}

.home-slider-bg {
	position: absolute !important;
	z-index: 1;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
    /*-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);*/
}


.form-message .msg-result {
	font-size: 30px;
	line-height: 36px;
	font-family: 'Oswald', sans-serif;
	font-style: italic;
    color: #fff;
    text-shadow: 0px 0px 7px #000;
}

.form-message {
	display: none;
	text-align: center;
	margin-bottom: 15px;
}

.home-img-col img {
	display: block;
	width: 100%;
}

#draw-form {
    display: block;
    margin: 0 auto;
    max-width: 500px;
}

#draw-form .input-form {
    margin-bottom: 15px;
}


.booking-calendar-top ul.booking-date {
	text-align: center;
	display: block;
	width: 100%;
	padding: 50px 0 30px;
}
.booking-calendar-top .booking-date li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 90px;
}

.booking-calendar-top .booking-date li a {
	padding: 10px;
	position: relative;
	background-color: #fff;
	border: 1px solid #f1f1f1;
	display: block;
	font-weight: 300;
	font-size: 16px;
    line-height: 1;
    height: 91px;
	font-family: 'Oswald', sans-serif;
	color: #666;
}

.booking-disabled input.player-count {
    display: none;
}
.barcode-htw {
    text-align: left;
    margin: 20px auto 0;
}

.htw-lsit {
	margin: 20px 0 0;
	display: block;
}

.htw-lsit li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}

.survey-questions-list .input-form {
    max-width: 100px;
}

#barcode-survey .form-title span {
	display: block;
	font-size: 21px;
	font-weight: 300;
	font-style: italic;
	line-height: 28px;
	max-width: 500px;
	margin: 8px auto 0;
}

#tc-content p {
	margin-bottom: 25px;
}

.booking-calendar-top .booking-date li span,
.booking-calendar-top .booking-date li strong {
    display: block;
    font-size: 27px;
    line-height: 1;
    margin: 5px auto;
}

.booking-calendar-top .booking-date li.calendar-icon * {
    font-size: 50px;
    line-height: 74px;
}

.booking-calendar-top .booking-date li.active a {
    background-color: #C39351;
    border-color: #C39351;
    color: #fff;
}

.booking-calendar-top .booking-date li.active a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 30px;
    border-width: 13px 13px 0;
    border-style: solid;
    border-color: #C39351 transparent;
    display: block;
    width: 0;
}

.booking-date li {
    display: table;
    width: 100%;
    margin: 0 auto 5px;
    border-spacing: 4px;
    font-family: 'Oswald', sans-serif;
    table-layout: fixed;
}

.booking-date li > div {
    display: table-cell;
    padding: 0px;
    color: #666;
    vertical-align: middle;
    background-color: #d0d0d0;
    position: relative;
}
input.player-count {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
}
.booking-date li .booking-time {
    color: #fff;
    background-color: #40444d;
    width: 25%;
    padding: 15px 10px;
}
.booking-date li .booking-time .booking-left {
	display: block;
	float: left;
	font-size: 25px;
	line-height: 31px;
	font-weight: 700;
	max-width: 48%;
}

.booking-date li .booking-time .booking-right {
	float: right;
	display: block;
	max-width: 48%;
	max-width: 130px;
    width: 100%;
}
.booking-date li .booking-time .booking-right .switch-option b {
	display: block;
	border-radius: 3px;
	border: 1px solid #2d3134;
	font-size: 12px;
	line-height: 1;
	padding: 6px 10px;
	font-weight: 700;
	float: left;
	background-color: #2d3134;
	color: #a4a4a4;
	width: 100%;
	text-align: center;
}

.booking-date li .booking-player.hover .booking-player-main,
.booking-date li .booking-player.hover.active .booking-player-main{
	background-color: #aeaeae;
	color: #fff;
}
.booking-date li .booking-player.active .booking-player-main {
	background-color: #c39351;
	color: #fff;
}
.booking-date li .booking-time .booking-right  input[type="radio"]:checked + b {
    background-color: #c39351;
	color: #fff;
}
.booking-date li .booking-time .booking-right .switch-option {
    display: block;
    background-color: #2d3134;
}
.booking-date li .booking-time .booking-right label {
    display: block;
    margin: 0;
    width: 50%;
    float: left;
    position: relative;
}
.booking-pay {
	display: block;
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}

.left-input, .right-input {
    display: block;
    width: 49%;
    float: left;
}

.right-input {
    float: right;
}

.clear-input {
	display: block;
	clear: both;
}

#draw-section1 .table-bordered br {
    display: block;
    margin: 10px 0;
}

#draw-section1 .table-bordered strong {
    display: block;
}

#draw-section1 .table-bordered td a:hover {
	text-decoration: underline !important;
}

.booking-date li .remove-player * {
    visibility: hidden;
    opacity: 0;
}

.hp-popup {
    position: absolute;
    top: 0;
    right: 91%;
    width: 100%;
    max-width: 200px;
    background-color: rgba(196, 147, 81, 0.81);
    border: 2px solid #c49351;
    padding: 20px;
    border-radius: 5px;
}

.hp-popup h6 {
    color: #fff;
    font-size: 23px;
    line-height: 27px;
    font-weight: 300;
}
.hp-popup h6 span {
    font-weight: 900;
}

.hp-popup .close-popup i {
    color: #c49351;
    font-size: 15px;
    line-height: 17px;
}

.hp-popup .close-popup {
	position: absolute;
	right: -8px;
	top: -10px;
	border-radius: 50%;
	width: 23px;
	height: 23px;
	background-color: #fff;
	display: block;
	border: 2px solid #c49351;
}

.hp-popup::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 25px solid #c49351;
	right: 100%;
	position: absolute;
	margin: auto;
	top: 20px;
}


.hp-popup.hide-popup {
    display: none;
}

#second-popup {
    left: 91%;
    right: auto;
    top: 20%;
}

#second-popup::before {
    border-left: 25px solid #c49351;
    border-right: 0;
    left: 100%;
    right: auto;
}

.hp-popup.top-popup {

}

.hp-popup.bottom-popup {
	top: auto !important;
	bottom: -10%;
}
.hp-popup.bottom-popup:before {
    top: auto;
    bottom: 30px;
}

#barcode-tc-modal .modal-body {
	text-align: center;
}

#barcode-tc-modal .modal-body h6 a {
    color: #c49351;
    font-style: italic;
}

#barcode-tc-modal .modal-body h6 {
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

.booking-pay .input-group-addon {
	font-family: 'Oswald', sans-serif;
	background-color: #c49351;
	color: #fff;
	border-color: #c49351;
	font-size: 15px;
	line-height: 21px;
}
.booking-pay input {
    font-size: 19px;
    line-height: 31px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    height: auto;
}
.booking-date li .booking-time .booking-right .booking-holes {
	margin-bottom: 5px;
}
.booking-date li .booking-time .booking-right .switch-option::after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
}

.booking-info {
    display: block;
    width: 100%;
    text-align: center;
}

.booking-info > div {
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.booking-info > div strong {
    display: block;
    font-size: 30px;
    line-height: 36px;
    padding: 3px 0;
}

.main-color-text {
    color: #C39351;
}
.booking-date li .booking-time .booking-right input[type="radio"] {
	display: block;
	opacity: 0;
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.booking-date li .booking-player span {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	border-bottom: 1px solid #d1d1d1;
	padding: 5px 0;
}

.booking-date li .booking-player span:last-child {
    border: none;
}

.booking-date li .booking-player span strong {
	font-size: 25px;
}

.booking-date li .booking-player .booking-player-main {
    padding: 15px 10px;
    background-color: #e7e7e7;
}

.booking-add-option {
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    margin: 20px auto 0;
    border-top: 1px solid #e5e5e5;
}

.booking-add-option h5 {
    font-size: 25px;
    line-height: 31px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.add-option-input label {
    position: relative;
    margin: 0 -2px;
    width: 100%;
    max-width: 100px;
}
.add-option-input label span {
    display: block;
    color: #fff;
    background-color: #333;
    padding: 10px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 30px;
    font-weight: 300;
}
.add-option-input label input.booking-input-money {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
}
#booking-calendar-form .modal-footer {
    text-align: center;
}
.add-option-input label input:checked + span {
    background-color: #c49351;
}

@keyframes slide{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    transform: translate3d(100%, 0, 0);
  }
}

#main-header {
	display: block;
	width: 100%;
	position: relative;
	background-image: url('images/headder-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#main-header .top-header {
    width: 100%;
    background-color: #333;
    padding: 20px 0;
}

#main-header .top-header .top-notice {
    text-align: center;
    display: block;
}

#main-header .top-header .top-notice h3 {
	display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
	font-style: italic;
    color: #c5c5c5;
}

#main-header .top-header .top-notice .btn {
	display: inline-block;
    vertical-align: middle;
}

#main-header .menu-header {
    display: block;
    width: 100%;
    padding: 15px 0;
	/*position: absolute;
    background-color: rgba(255, 255, 255, .65);*/
}

#main-header .logo-col {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
}

#main-header .logo-col a {
	display: inline-block;
}

#main-header .nav-col {
    width: 74%;
    display: inline-block;
    vertical-align: middle;
}

#main-header .nav-col .nav-menu {
    margin: 0;
    text-align: right;
    list-style: none;
    padding: 0;
}

#main-header .nav-col .nav-menu li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#main-header .nav-col .nav-menu li.has-child > .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 12em;
	background-color: #fff;
	border-top: 4px solid #c49351;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	text-align: left;
	z-index: 999;
	transform: translateX(-9999999px);
}

#main-header .nav-col .nav-menu > li.has-child > a {
    padding-right: 20px;
}

#main-header .nav-col .nav-menu li.has-child > a::before {
	content: "\f078";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: Fontawesome;
	font-size: 12px;
	line-height: 15px;
}

#main-header .nav-col .nav-menu li.has-child:hover > .sub-menu {
    transform: translateX(0);
}
#main-header .nav-col .nav-menu li.has-child > .sub-menu > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #c49351;
}

#main-header .nav-col .nav-menu li.has-child > .sub-menu > li > a {
    text-align: left;
}

#main-header .nav-col .nav-menu li.has-child > .sub-menu > li > a:after {
    display: none;
}

#main-header .nav-col .nav-menu li a {
    font-family: 'Oswald', sans-serif;
    color: #333;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    display: block;
    padding: 10px 13px;
    position: relative;
	text-align: center;
}

#home-surprize-prize .right-col div#draw h3 a {
    color: #c49351;
    border: 1px solid #fff;
    padding: 10px 20px 15px;
    line-height: 1;
    display: inline-block;
    background-color: #fff;
    border-radius: 13px;
}

#home-surprize-prize .right-col .prize p {
    color: #fff;
    font-style: italic;
}

.login-page .ui-state-error.ui-corner-all {
    background: rgb(255, 255, 255);
    box-shadow: none;
    margin-bottom: 35px;
    padding: 10px 20px;
    max-width: 450px;
}

.booking-calendar-top .booking-date li.calendar-icon .ui-datepicker-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}

.booking-calendar-top .booking-date li.calendar-icon .hasDatepicker {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 1;
	visibility: hidden;
}

.login-page .ui-state-error.ui-corner-all p {
    color: #cd0a0a;
    font-family: 'Oswald', sans-serif;
}

#main-header .nav-col .nav-menu li a.nav-btn {
	color: #fff;
}

#main-header .nav-col .nav-menu li a.nav-btn:after {
    display: none;
}

#main-header .nav-col .nav-menu li a:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: 5px;
    background-color: #c49351;
    left: 0;
    top: 100%;
    transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    transform-origin: center;
	transform: scale(0, 1);
}

#main-header .nav-col .nav-menu li a:hover {
	color: #c49351;
}

#main-header .nav-col .nav-menu li a:hover::after {
	transform: scale(1);
}

.tc-note {
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #fff;
	font-weight: 400;
	text-shadow: 1px 1px 5px #000;
	font-style: italic;
	margin-bottom: 10px;
}

.tc-note a {
    color: #efdb87;
    font-weight: 900;
}
/* HOME STYLES */

.home-column {
	background-image: url('images/sticker-design-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 20px 20px 70px;
	border: 20px solid #000;
	box-shadow: 0px 0px 20px #000;
	position: relative;
	z-index: 99;
	max-width: 700px;
	margin: 0 auto;
	width: 90%;
}

.invoice-wrap {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.invoice-top-logo img {
    max-width: 100px;
}

.invoice-top-logo {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
}
.invoice-top {
	display: block;
	margin: 0 auto 30px;
	background-color: #c39351;
    padding: 20px 15px;
}

.invoice-top-info {
	display: inline-block;
	text-align: right;
	vertical-align: middle;
	width: 79%;
}

.invoice-content h6 {
	text-align: center;
	font-size: 25px;
	line-height: 31px;
	font-weight: 300;
	color: #000;
}

.invoice-top-info p {
	font-size: 18px;
	line-height: 22px;
	margin: 5px 0 0;
	color: #fff;
}

.invoice-top-info h5 {
	text-transform: uppercase;
	font-size: 30px;
	color: #fff;
	line-height: 36px;
}

.invoice-table {
	display: block;
	width: 100%;
	margin: 30px auto 0;
}

.invoice-table table {
	width: 100%;
	table-layout: fixed;
}

.invoice-table h4 {
	text-align: left;
	padding: 0px 50px 20px 0;
	text-transform: uppercase;
	margin-bottom: 30px;
	display: inline-block;
	font-size: 26px;
	line-height: 1;
	color: #c39351;
	border-bottom: 4px solid #c39351;
}

.invoice-table table th {
	background-color: #c39351;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	padding: 15px 15px;
	border: 1px solid #c39351;
	border-right: 1px solid rgba(0, 0, 0, 0.18);
	font-weight: 900;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 26px;
}

.invoice-table table th:last-child {
    border: 1px solid #c39351;
}

.invoice-table table td {
	padding: 13px;
	border: 1px solid #c39351;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	color: #000;
}

.survery-quest {
	padding: 20px 10px;
	display: inline-block;
	vertical-align: top;
	width: 32%;
}

.survery-quest label {
	display: block;
	max-width: 100%;
	margin-bottom: 0;
	font-weight: 700;
}

.submit-list {
	text-align: center;
	margin-top: 30px;
}

#barcode-survey .modal-dialog {
	width: 90%;
	max-width: 900px;
}

.barcode-logo {
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
}

.barcode-logo img {
	max-width: 250px;
}

.barcode-content {
    display: block;
    text-align: center;
    width: 100%;
}

.barcode-content .barcode-left,
.barcode-content .barcode-right {
	display: inline-block;
	vertical-align: top;
	max-width: 40%;
	width: 100%;
	padding: 0 30px;
}

.barcode-content .barcode-left {
	padding-left: 0;
}

.barcode-content h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 8px;
	text-align: left;
}

.bf-input-wrap {
    display: block;
    float: left;
    width: 72%;
}

.bf-btn-wrap {
	float: right;
	width: 25%;
	display: block;
}

.bf-btn-wrap #bf-btn {
	width: 100%;
	text-align: center;
	font-size: 25px;
	line-height: 34px;
	padding: 12px 15px;
}

.barcode-form .bf-input {
	display: block;
	border: 3px solid #fff;
	background-color: transparent;
	box-shadow: 2px 2px 4px #000;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Oswald';
	font-size: 28px;
	line-height: 33px;
	width: 100%;
	font-weight: 500;
}

#barcode-user-survey .msg-result {
	color: #333;
	text-shadow: none;
	font-size: 24px;
	line-height: 36px;
	padding: 0 10px;
	font-weight: 400;
}

.barcode-form .bf-input::-webkit-input-placeholder { /* Edge */
    font-size: 20px;
    color: #fff;
    opacity: 1;
}

.barcode-form .bf-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 20px;
    color: #fff;
    opacity: 1;
}

.barcode-form .bf-input::placeholder {
    font-size: 20px;
    color: #fff;
    opacity: 1;
}

.survey-textbox #input-text-box {
	margin-bottom: 15px;
}

.barcode-gold-list li {
    display: block;
    margin-bottom: 10px;
    text-align: left;
}

.barcode-gold-list li::after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
}

.barcode-gold-list li .gold-btn-col {
	vertical-align: middle;
	width: 60px;
	height: 60px;
	background-image: url('images/gold-btn.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	float: left;
}

.barcode-gold-list li .gold-btn-col h6 {
	color: #000;
	font-size: 25px;
	line-height: 31px;
	display: block;
	text-align: center;
	width: 100%;
	padding: 10px;
}

.barcode-gold-list li .gold-text-col {
	float: right;
	text-align: left;
	width: 60%;
	padding: 15px 0 0;
}

.barcode-gold-list li h5 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 25px;
	line-height: 31px;
	text-shadow: 1px 2px 2px #000;
}

#home-banner {
    display: block;
    width: 100%;
    padding: 200px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/home-banner.jpg);
}

#home-banner .banner-col {
    display: block;
    margin: 0;
	width: 100%;
    max-width: 450px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 35px;
	box-shadow: 0px 0px 22px #424242;
	position: relative;
}

.draw-form-buy {
    position: absolute;
    right: -50px;
    top: -50px;
    background-color: #c29351;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    width: 100px;
    height: 100px;
    padding: 30px 10px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
	overflow: hidden;
}



img {
    max-width: 100%;
}

.input-wrap {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.input-form {
    display: block;
    width: 100%;
    border: 1px solid #c49351;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    color: #333;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
}

select.input-form {
    padding: 1px 1px;
}

#contact-section1 p {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	font-weight: 300;
}

.contact-wrapper {
	margin: 50px auto 0;
	display: block;
}

.contact-wrapper label.error,
.survery-quest label.error {
	font-style: italic;
	color: red;
	font-weight: 300;
	margin-top: 5px;
}

p.form-note {
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    font-weight: 400;
    margin-top: 20px;
    color: #000;
}

#login-submit{
    display: block;
    width: 100%;
    border: 1px solid #c49351;
    padding: 13px 20px;
    background-color: #c49351;
    color: #ffff;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    line-height: 24px;
    border-radius: 5px;
}
#login-submit:focus,
#login-submit:hover{ 
    cursor: pointer; 
    
}
#home-banner .banner-col label {
	display: block;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.forgot a {
	color: #333;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 10px;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}
.forgot {
	text-align: right;
}
.req {
	color: #f00;
	font-weight: 900;
	margin-left: 5px;
}
.login-page #main-header {
	background-image: none;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.7);
	top: 0;
	left: 0;
	width: 100%;
}
#home-banner .banner-col label.error {
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
	text-transform: none;
	font-weight: 300;
	margin-top: 5px;
	color: #ff2828;
}
.form-title {
    text-align: center;
    margin-bottom: 30px;
    color: #333;
    text-transform: uppercase;
}

.modal-title {
    margin-bottom: 0 !important;
}

.survey-questions-list .survery-quest p {
	margin: 10px 0 20px;
	font-size: 15px;
	line-height: 21px;
	min-height: 42px;
}

.section {
    display: block;
    width: 100%;
    padding: 50px 0;
    background-color: #fff;
}

.section-title {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    color: #c39351;
}

.section-title span {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 0 20px;
}

.section-title:after {
    content: '';
    display: block;
    width: 100%;
    max-width: 400px;
    z-index: 1;
    height: 4px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
    border-top: 2px solid #c39351;
    border-bottom: 2px solid #c39351;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.past-winner-list {
    display: block;
    text-align: center;
    width: 100%;
}

.past-winner-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -2px;
}

.past-winner-list li a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    text-transform: uppercase;
    background-color: #c29351;
    text-align: center;
    border: 1px solid #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 26px;
}

.box-col-left, .box-col-right {
    display: inline-block;
    width: 39%;
    vertical-align: middle;
    padding: 0 20px;
}

#countdown {
    font-family: 'Oswald', sans-serif;
    padding: 10px;
    font-size: 22px;
    line-height: 30px;
    color: #c49351;
    background-color: #fff;
    display: inline-block;
    margin: 20px 0;
    font-weight: 900;
}


.past-winner-list li a:hover {
	background-color: #805215;
}

#home-box-surprize {
    /*background-image: url(images/home-box-surpize-bg.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#home-box-surprize h4 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
}

#home-surprize-prize h3 {
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    color: #c49351;
    padding: 30px 40px;
    position: relative;
    font-size: 35px;
    line-height: 45px;
    text-shadow: 3px 4px 0 rgba(0, 0, 0, .1);
}

#home-surprize-prize h3:before,
#home-surprize-prize h3:after {
    content: '';
    display: block;
    position: absolute;
    width: 20%;
    height: 40%;
    border-color: #c49351;
    z-index: 1;
    border-style: solid;
}

#home-surprize-prize h3:before {
    top: 0;
    left: 0;
    border-width: 5px 0 0 5px;
    
}
#home-surprize-prize h3:after {
    right: 0;
    bottom: 0;
    border-width: 0 5px 5px 0;
}

#home-surprize-prize .left-col,
#home-surprize-prize .right-col {
    width: 50%;
    display: block;
    vertical-align: middle;
    z-index: 9;
    position: relative;
    float: left;
}

#home-surprize-prize .right-col {
    float: right;
    padding: 0 50px;
}

#home-surprize-prize .right-col h2 {
    color: #fff;
    font-size: 23px;
    line-height: 30px;
}

#home-surprize-prize .right-col h1 {
    color: #fff;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#home-surprize-prize .right-col div#draw {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 27px;
    line-height: 34px;
}

#home-surprize-prize:after {
    content: '';
    display: block;
    width: 50%;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #c49351;
    position: absolute;
    z-index: 1;
}
#home-surprize-prize {
    position: relative;
    background-color: #f6f6f6;
}   

.box-wrap-img img:hover {
    transform: scale(1.3);
}

.box-wrap-img img {
    margin-top: 25%;
    max-height: 150px;
    transition: all 0.5s ease;
}

.box-wrap-img:nth-child(2) {
    padding-top: 20%;
}

#draw-tc {
    text-align: center;
    background-color: #f6f6f6;
    box-shadow: -4px 0px 50px -10px rgba(0, 0, 0, 0.28);
}

#draw-tc h3 {
    margin-bottom: 20px;
}
.box-wrap-img {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
}

.secondary-title {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
    display: block;
}

.box-col {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
	position: relative;
}

.box-col .top-box-surprize-img img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
}

.box-col .top-box-surprize-img {
    border-radius: 50%;
    background-color: #fff;
    width: 100%;
    max-width: 300px;
    height: 234px;
    padding: 16px;
    border: 23px solid #4f862d;
    margin-bottom: -25px;
    z-index: 2;
    position: relative;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.box-col .box-surprize-btn {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 3;
    padding: 13px 10px;
    width: 100%;
    text-align: center;
}

.box-list {
    display: block;
    width: 100%;
    text-align: center;
}

/* FOOTER STYLES */

#main-footer {
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background-color: #c39351;
}
#main-footer .copyright-text a,
#main-footer .copyright-text {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #fff;
}

.footer-links {
    text-align: center;
    display: block;
    width: 100%;
	margin-bottom: 10px;
}

.footer-links li {
    display: inline-block;
    vertical-align: middle;
}

.footer-links li a {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    display: block;
}

.barcode-info {
    display: none;
    width: 100%;
    margin: 20px auto 0;
}

#barcode-tc-modal .modal-body p {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    line-height: 31px;
    color: #666;
    font-weight: 300;
    padding: 20px 0;
}

#booking-calendar-details {
    display: none;
}

#booking-calendar-details h3 {
    text-align: center;
    margin-bottom: 20px;
    color: #c49351;
    font-style: italic;
}

#draw-section1,
#draw-section1 .section-title span {
    background-color: #efefef;
}

#draw-section1 .table-bordered *,
#draw-section1 .table-bordered {
    border-color: #c29351;
}

#draw-section1 .table-bordered td,
#draw-section1 .table-bordered th {
    padding: 13px 15px;
}

#draw-section1 .table-bordered {
    background-color: #fff;
}

#draw-section1 .table-bordered thead th {
    background-color: #c29351;
    color: #fff;
}

#draw-section1 .table-bordered thead th {
    background-color: #c29351;
    color: #fff;
    border-right-color: rgba(0, 0, 0, 0.15);
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: 900;
}

#draw-section1 .table-bordered thead th:last-child {
    border-color: #c29351;
}

#draw-section1 .table-bordered h5 a {
    color: #333;
}

#draw-section1 .table-bordered h5 a:hover {
    color: #c29351;
    text-decoration: underline !important;;
}

#draw-section1 .table-bordered h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}

#draw-section1 .table-bordered img {
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width: 200px;
}

#draw-section1 .table-bordered td {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

#draw-section1 .table-bordered td .main-btn {
    
}

/** PRE LOADER **/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #3498db;
	-webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
	z-index: 1001;
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #e74c3c;

	-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #f9c922;

	-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	  animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}
@keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}

#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #333;
	z-index: 1000;
	-webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(0);  /* IE 9 */
	transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
	left: 0;
}

#loader-wrapper .loader-section.section-right {
	right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: translateX(-100%);  /* IE 9 */
			transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
			transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: translateX(100%);  /* IE 9 */
			transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;  
			transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
	visibility: hidden;

	-webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: translateY(-100%);  /* IE 9 */
			transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

	-webkit-transition: all 0.3s 1s ease-out;  
			transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
	display: none;
}

.nav-icon-wrapper{
    display:none;
}
#home-content .home-img-col {
    border: 5px solid #c39351;
}

/*#home-content .left-img .home-img-col:first-child,
#home-content .right-img .home-img-col:first-child{
    margin-bottom:10px;
}*/

#home-content .home-img-col h3 {
    text-shadow: 1px 1px 5px #000;
    margin: 5px;
    color: #fff;
}
#booking-time-prize .modal-content {
    padding: 20px;
    box-sizing: border-box;
}
#booking-time-prize .modal-content h3 {
    text-align: center;
}
#note-form {
    padding: 20px;
    text-align: center;
    margin: 0 auto;
}
#note-form  textarea {
    width: 100%;
    display: block;
    margin: 20px 0;
}
#note-form .note-btn{
    background-color: #c49351;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
}
#acc-details ul li h4, 
#acc-details ul li p {
    display: inline-block;
    vertical-align: bottom;
    width: auto;
}
#acc-details ul li h4 {
    margin-right: 10px;
    width: 200px;
}
#acc-details ul {
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
}
#acc-details ul li {
    border-bottom: 1px solid #000;
    padding: 10px;
}
.draw-img {
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 20px;
}
.draw-img img {
    max-width: 500px;
    width:100%;
}
.booking-player:hover, 
.booking-player.active {
    background: #C39351 !important;
}
.booking-date li .booking-player .booking-player-main {
    background: transparent !important;
}
/* RESPONSIVE STYLES */

@media screen and (max-width: 1200px) {
    .my-container {
    	max-width: 960px;
    }
    #main-header .logo-col {
        width: 25%;
    }
    #main-header .nav-col {
    	width: 74%;
    }
    #main-header .nav-col .nav-menu li a {
    	font-size: 16px;
    	line-height: 24px;
    	padding: 10px 12px;
    }
    .past-winner-list li {
        width: 15%;
    }
    .booking-calendar .nav-icon-wrapper {
        float: right;
        padding: 10px;
        background: #fff;
        display: block;
        margin-top: 5px;
        border-radius: 10px;
        border: 2px solid #c39351;
         z-index: 101;
         position:relative;
    }
    .booking-calendar #nav-icon {
        width: 40px;
        height: auto;
        position: relative;
        margin: 0px auto 16px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        padding: 10px;
    
    }
    .booking-calendar #nav-icon span {
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        background: #c49351;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .booking-calendar #nav-icon span:nth-child(1) {
      top: 5px;
    }
    
    .booking-calendar #nav-icon span:nth-child(2) {
      top: 15px;
    }
    
   .booking-calendar  #nav-icon span:nth-child(3) {
      top: 25px;
    }
    
    .booking-calendar #nav-icon.open span:nth-child(1) {
      top: 18px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
    }
    
    .booking-calendar #nav-icon.open span:nth-child(2) {
      opacity: 0;
      left: -60px;
    }
    
    .booking-calendar #nav-icon.open span:nth-child(3) {
      top: 18px;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg);
    }
    .booking-calendar .nav-menu {
        position: fixed;
        left: 0;
        width: 100%;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s;
        background: #fff;
        left: 0;
        top: 0;
        bottom: 0;
        padding: 50px 20px !important;
        z-index: 100;
        text-align: left !important;
        opacity: 1;
        transform: translateX(-100%);
    }
    .booking-calendar .nav-menu.active-nav {
        transform: translateX(0);
    }
    .booking-calendar #main-header .nav-col .nav-menu li {
        display: block;
        vertical-align: middle;
        position: relative;
        text-align: left;
    }
    .booking-calendar .nav-logout {
        width: 200px;
        margin: 0 auto;
        color: #fff !important;
        margin-top:20px;
    }
    .booking-calendar #main-header .logo-col {
        max-width: 300px;
        width:100%;
    }
    .booking-calendar #main-header .nav-col .nav-menu li.has-child > .sub-menu {
        position: relative;
        top: 0;
        width: 100%;
        background-color: #fff;
        border-top: none;
        box-shadow: none;
        transform: none;
    }
    .booking-calendar  #main-header .nav-col .nav-menu li.has-child > .sub-menu > li {
        border-bottom: none;
    }
    .booking-calendar  #main-header .nav-col .nav-menu li.has-child > a::before {
        opacity: 0;
    }
    #main-header .nav-col .nav-menu li.has-child > .sub-menu {
        left: auto;
        width: 100%;
        text-align: center;
    }
    #main-header .nav-col .nav-menu li.has-child > .sub-menu > li > a {
        text-align: center;
    }
    .booking-calendar-top .booking-date li {
        max-width: 60px;
    }
    .booking-date li .booking-time .booking-right {
        float: none;
        display: block;
        width: 100%;
        margin-top: 10px;
    }
    .booking-date li .booking-time .booking-left {
        display: block;
        float: none;
        max-width: 100%;
    }
    .booking-calendar-top .booking-date li.active a:after {
        left: 16px;
    }
    #home-surprize-prize .left-col, #home-surprize-prize .right-col {
        width: 40%;
    }
}

@media screen and (max-width: 980px) {
    .my-container {
    	max-width: 747px;
    }
    .hp-popup {
    	right: auto;
    	left: 0;
    }
    .hp-popup.bottom-popup {
        top: 0 !important;
        bottom: auto;
    }
    #second-popup {
    	left: auto;
    	right: 0;
    	bottom: 0 !important;
    	top: auto !important;
    }
    .hp-popup h6 {
    	font-size: 18px;
    	line-height: 26px;
    }
    #home-surprize-prize .right-col {
        padding: 0 20px;
    }
    .box-col-left, .box-col-right {
        padding: 0;
    }
    .box-wrap-img {
        width: 100%;
        padding: 0;
    }
    .box-wrap-img img {
        max-height: 145px;
        transition: all 0.5s ease;
        margin: 0 auto;
    }
    .box-wrap-img:nth-child(2) {
        padding-top: 0;
    }
    .box-col .top-box-surprize-img {
        height: 160px;
    }
    .bottom-box-surprize-img img {
        max-width: 150px;
    }
}

@media screen and (max-width: 768px) {
    .my-container {
    	max-width: 620px;
    }
    .nav-icon-wrapper {
        float: right;
        padding: 10px;
        background: #fff;
        display: block;
        margin-top: 5px;
        border-radius: 10px;
        border: 2px solid #c39351;
         z-index: 101;
         position:relative;
    }
    #nav-icon {
    
        width: 40px;
        height: auto;
        position: relative;
        margin: 0px auto 16px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        padding: 10px;
    
    }
    #main-header .nav-col .nav-menu li.has-child > .sub-menu {
        position: relative;
        top: 0;
        width: 100%;
        background-color: #fff;
        border-top: none;
        box-shadow: none;
        transform: none;
    }
    #main-header .nav-col .nav-menu li.has-child > .sub-menu > li {
        border-bottom: none;
    }
    #main-header .nav-col .nav-menu li.has-child > a::before {
        opacity: 0;
    }
    #nav-icon span {
    
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        background: #c49351;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    
    }
    #nav-icon span:nth-child(1) {
      top: 5px;
    }
    
    #nav-icon span:nth-child(2) {
      top: 15px;
    }
    
    #nav-icon span:nth-child(3) {
      top: 25px;
    }
    
    #nav-icon.open span:nth-child(1) {
      top: 18px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
    }
    
    #nav-icon.open span:nth-child(2) {
      opacity: 0;
      left: -60px;
    }
    
    #nav-icon.open span:nth-child(3) {
      top: 18px;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg);
    }
    .nav-menu {
        position: fixed;
        left: 0;
        width: 100%;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s;
        background: #fff;
        left: 0;
        top: 0;
        bottom: 0;
        padding: 50px 20px !important;
        z-index: 100;
        text-align: left !important;
        opacity: 1;
        transform: translateX(-100%);
    }
    .nav-menu.active-nav {
       transform: translateX(0);
    }
    #main-header .nav-col .nav-menu li {
        display: block;
        vertical-align: middle;
        position: relative;
        text-align: left;
    }
    .nav-logout {
        width: 200px;
        margin: 0 auto;
        color: #fff !important;
        margin-top:20px;
    }
    #main-header .logo-col {
        max-width: 300px;
        width:100%;
    }
    .barcode-content .barcode-left, 
    .barcode-content .barcode-right {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    .barcode-logo {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .barcode-gold-list li .gold-text-col {
        float: left;
        text-align: left;
        width: auto;
        padding: 15px 0 0;
        margin-left: 20px;
    }
    .barcode-gold-list {
        width: 50%;
        float: right;
    }
    .past-winner-list li {
        width: 22%;
    }
    #draw-section1 thead {
        display: none;
    }
    #draw-section1 .table-bordered td {
        width: 100% !important;
        display: block;
        text-align: center;
    }
    #draw-section1 tr{
        margin-bottom:20px;
    }
    #draw-section1 tbody {
        border: none;
    }
    #draw-section1 td::before {
        margin-bottom: 15px !important;
        position: relative;
        display: block;
        font-size: 20px;
        line-height: 25px;
        background-color: #c29351;
        padding: 10px;
        color: #fff;
    }
    #draw-section1 td:nth-child(2)::before {
        content: "Draw Name";
    }
    #draw-section1 td:nth-child(3)::before {
        content: "Draw End Date";
    }
    #draw-section1 td:nth-child(4)::before {
        content: "Draw Details";
    }
    #draw-section1.past-draw-sec td:nth-child(2)::before {
        content: "Draw Name";
    }
    #draw-section1.past-draw-sec td:nth-child(3)::before {
        content: "Draw Date";
    }
    #draw-section1.past-draw-sec td:nth-child(4)::before {
        content: "Winner Name";
    }
    .login-page #home-banner .banner-col {
        margin: 0 auto;
    }
   .booking-calendar-top .booking-date li {
        max-width: 50px;
    }
    .booking-calendar-top .booking-date li.active a:after {
        left: 12px;
    }
    .booking-date li .booking-time .booking-left {
        font-size: 20px;
        line-height: 26px;
    }
    .booking-date li .booking-player span strong {
        font-size: 19px;
    }
    .booking-date li .booking-player .booking-player-main {
        padding: 20px 10px;
    }
    #home-surprize-prize::after {
        background-color: fff;
    }
    #home-surprize-prize .right-col {
        float: right;
        background: #c49351;
        padding: 20px;
        margin: 20px 0;
    }
    #home-box-surprize .box-col-left, 
    #home-box-surprize .box-col-right {
        display: inline-block;
        width: 49%;
        vertical-align: middle;
    }
    .box-col {
        width: 160px;
    }
    .modal-dialog {
        width: 600px;
        margin: 0 auto;
    }
    #home-surprize-prize .left-col, 
    #home-surprize-prize .right-col {
        width: 100%;
    }
    #home-surprize-prize {
        position: relative;
        background-color: #fff;
    }
    #home-box-surprize .box-col {
        display: none;
    }
   #home-box-surprize .box-col-left {
        margin-top: -25px;
    }
    .left-img, .right-img {
        width: 50%;
    }
    
    .barcode-gold-list {
        width: auto;
        float: none;
        display: inline-block;
        max-width: 100%;
    }
    
    .barcode-form .bf-input {
    	background-color: rgba(0, 0, 0, 0.3);
    }
    
    .home-column {
    	border: 10px solid #000;
    	width: 100%;
    	background-image: url('images/mobile-sticker-bg.jpg');
    	background-position: right center;
    	padding: 20px;
    }
   .barcode-htw {
        text-align: center;
        margin: 20px auto 0;
    }
    .barcode-htw .main-btn {
        padding: 15px 40px;
    }
}

@media screen and (max-width: 640px) {
    .my-container {
    	max-width: 420px;
    }
    .survery-quest {
    	padding: 10px;
    	width: 100%;
    	text-align: center;
    }
    .survey-questions-list .input-form {
    	margin: 0 auto;
    	text-align: center;
    }
    .survey-questions-list .survery-quest p {
    	margin: 10px 0;
    	font-size: 15px;
    	line-height: 21px;
    	min-height: auto;
    }
    .past-winner-list li {
        width: 30%;
    }
    .booking-calendar-top .booking-date li {
        max-width: 65px;
        margin-bottom: 15px;
    }
    .booking-date li .booking-time .booking-left {
        font-size: 15px;
        line-height: 24px;
    }
    .booking-date li .booking-player .booking-player-main {
        padding: 30px 5px;
    }
    .booking-date li .booking-player span {
        font-size: 14px;
    }
    .booking-date li .booking-player span strong {
        font-size: 15px;
    }
    .booking-calendar-top .booking-date li span, 
    .booking-calendar-top .booking-date li strong {
        font-size: 20px;
    }
    .booking-calendar-top .booking-date li.active a:after {
        left: 19px;
    }
    .booking-date li .booking-time {
        display: block;
        width: 100%;
        text-align: center;
    }
    .booking-date li > div {
        display: inline-block;
        width: 50%;
        float: left;
    }
    .modal-dialog {
        width: 400px;
    }
    .modal-title {
        font-size: 22px;
    }
    .booking-info > div strong {
        font-size: 21px;
        line-height: 30px;
    }
    .booking-add-option h5 {
        font-size: 19px;
        line-height: 26px;
    }
    .booking-date li > div {
        display: inline-block;
        width: 100%;
        margin-bottom: 2px;
    }
    .booking-date li .booking-time .booking-right {
        margin: 0 auto;
    }
    #home-box-surprize .box-col-left, 
    #home-box-surprizee .box-col-right {
        display: block;
        width: 100%;
        vertical-align: middle;
    }
   #home-box-surprize  .box-col-left {
        margin-top: 0;
    }
    p,
    .htw-lsit li {
        font-size: 14px;
        line-height: 22px;
    }
}
@media screen and (max-width: 440px) {
    .my-container {
    	max-width: 90%;
    }
    #main-header .logo-col {
        max-width: 250px !important;
        margin-top: 10px !important;
        width: 100% !important;
    }
    .nav-icon-wrapper {
        padding: 5px;
        margin-top: 12px;
    }
    .booking-calendar-top .booking-date li {
        max-width: 60px;
    }
    .booking-date li .booking-time .booking-right {
        max-width: 80%;
        margin: 10px auto 0;
    }
    .booking-date li .booking-player .booking-player-main {
        padding: 30px 15px;
    }
    .modal-dialog {
        width: 280px;
    }
    .booking-info > div {
        padding: 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .booking-info > div strong {
        font-size: 18px;
        line-height: 26px;
    }
    .modal-title {
        font-size: 18px;
    }
    .booking-add-option h5 {
        font-size: 15px;
        line-height: 22px;
    }
    .left-input, 
    .right-input {
        display: block;
        width: 100%;
        float: none;
    }
    .input-form {
        padding: 5px 10px;
        font-size: 14px;
        line-height: 22px;
    }
    .bf-input-wrap {
    	float: none;
    	width: 100%;
    	margin-bottom: 20px;
    }
    .bf-btn-wrap {
        width: 20%;
    }
    
    .bf-btn-wrap {
    	float: none;
    	width: 100%;
    }
    
    .bf-btn-wrap #bf-btn {
    	width: 100%;
    	font-size: 18px;
    	line-height: 23px;
    	padding: 9px 15px;
    	max-width: 139px;
    }
    #bf-btn {
        padding: 15px 40px !important;
    }

}

@media screen and (max-width: 420px) {
    .booking-calendar-top .booking-date li {
        max-width: 85px;
    }
    .booking-calendar-top .booking-date li.active a:after {
        left: 30px;
    }
}

@media screen and (max-width: 370px) {
    .past-winner-list li {
        width: 26%;
    }
}
@media screen and (max-width: 340px) {
    #main-header .logo-col {
        max-width: 200px !important;
    } 
}



/*-----20.09.2019------*/


.booking-player input {
	color: #000;
	padding: 4px 7px 7px 40px;
	border: none;
	border-radius: 3px;
	margin: 0 auto 10px;
	display: inline-block;
}
.booking-player button.save_barcode_tel, .booking-player button.edit_barcode_tel{
    background: #666;
    border: none;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 3px;
}
.booking-date li .booking-player .country_code span {
	display: inline-block;
	border: none;
	position: absolute;
	color: #aaa;
	border-right: 1px solid #aaa;
	padding-right: 5px;
    padding-left: 5px;
    border-radius: 3px 0 0 3px;
}