@font-face {
	font-family: 'CenturyGothic';
	src: url("fonts/CenturyGothic/CenturyGothic.eot");
	src: url("fonts/CenturyGothic/CenturyGothic.eot?#iefix") format("embedded-opentype"),
	url("fonts/CenturyGothic/CenturyGothic.ttf") format("truetype"),
	url("fonts/CenturyGothic/CenturyGothic.woff") format("woff"),
	url('fonts/CenturyGothic/CenturyGothic.svg') format('svg');
    font-weight: normal;
	  font-style: normal;
}

@font-face {
	font-family: 'FoglihtenNo07';
	src: url("fonts/FoglihtenNo07/FoglihtenNo07.eot");
	src: url("fonts/FoglihtenNo07/FoglihtenNo07.eot?#iefix") format("embedded-opentype"),
	url("fonts/FoglihtenNo07/FoglihtenNo07.ttf") format("truetype"),
	url("fonts/FoglihtenNo07/FoglihtenNo07.woff") format("woff"),
	url('fonts/FoglihtenNo07/FoglihtenNo07.svg') format('svg');
    font-weight: normal;
	  font-style: normal;
}

@font-face {
	font-family: 'FoglihtenNo07';
	src: url("fonts/FoglihtenNo07/FoglihtenNo07.eot");
	src: url("fonts/FoglihtenNo07/FoglihtenNo07.eot?#iefix") format("embedded-opentype"),
	url("fonts/FoglihtenNo07/FoglihtenNo07.ttf") format("truetype"),
	url("fonts/FoglihtenNo07/FoglihtenNo07.woff") format("woff"),
	url('fonts/FoglihtenNo07/FoglihtenNo07.svg') format('svg');
    font-weight: normal;
	  font-style: normal;
}


@font-face {
	font-family: 'HelveticaNeueCondensed';
	src: url("fonts/HelveticaNeueLT/HelveticaNeueCondensed.eot");
	src: url("fonts/HelveticaNeueLT/HelveticaNeueCondensed.eot?#iefix") format("embedded-opentype"),
	url("fonts/HelveticaNeueLT/HelveticaNeueCondensed.ttf") format("truetype"),
	url("fonts/HelveticaNeueLT/HelveticaNeueCondensed.woff") format("woff"),
	url('fonts/HelveticaNeueLT/HelveticaNeueCondensed.svg') format('svg');
    font-weight: normal;
	  font-style: normal;
}


body{
	font-family: "CenturyGothic" !important;
	font-size: 17px !important;
	line-height: 1.60 !important;
	font-style: normal;
	font-weight: normal;
	font-variant: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	outline: 0;

}

a,a:active, a:focus, button:focus, select:focus, input:focus{outline : none; text-decoration: none !important;}

a:hover{color:#C1A02D; text-decoration: none !important;}

a img {outline : none;}

select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
}


.h1{
	font-size: 46px !important;
	margin-bottom: 30px !important;
	margin-top: 0px !important;
	font-family: 'FoglihtenNo07' !important;
	text-transform: uppercase;
}

.h1-sm{
	font-size: 40px !important;
	margin-bottom: 30px !important;
	margin-top: 0px !important;
	font-family: 'FoglihtenNo07' !important;
	text-transform: uppercase;
}


.h2{
	font-size: 26px !important;
  font-weight: 900 !important;
  margin-top: 0px !important;
  font-family: 'CenturyGothic' !important;
}

.h2-sm{
	font-size: 20px !important;
	margin-bottom: 15px !important;
	margin-top: 0px !important;
	font-family: 'FoglihtenNo07' !important;
}


.h3-lg{
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 20px !important;
	margin-top: 0px !important;
	/* font-family: 'FoglihtenNo07' !important; */
}

.h3{
	font-size: 22px !important;
	font-weight: 600 !important;
	line-height: 1.6!important;
	margin-top: 10px !important;
	/* font-family: 'FoglihtenNo07' !important; */
}

.h4{
	font-size: 17px;
	font-weight: 600;
}

.defcolor{
	color: #652F16!important;
}

.defcolorlightbrown{
  color:#E5D0B5 !important;;
}

.defcolorbrown{
  color:#9e815b !important;;
}


.defcolorblue{
	color :#0068B7;
}

.white{
	color: #fff !important;
}

.grey{
	color: #BDBEC1;
}

.black{
	color: #000 !important;
}

.gold{
	color: #BDA858;
}

.bg-white{
	background-color: #FFF !important;
}


.bg-black{
	background-color: #000 !important;
}

.bg-grey{
	background-color : #f5f5f5 !important;
}

.bg-blue{
	background-color:#283A87;
}

.bg-dark{
	background-color:#0E1D2F;
}

.invisible{
	 border: 1px solid transparent;
}

.relative {
    position: relative;
    z-index: 1;
}

.fl{
	float:left;
}

.fr{
	float:right;
}


.left{
	text-align:left;
}

.right{
	text-align:right;
}

.center{
	text-align:center;
}

.wd100 {
    width: 100%;
}

.maxw800{
	max-width: 800px;
	width: 100%;
	padding: 0px 15px;
	margin: auto;
}

.maxw900{
	max-width: 900px;
	width: 100%;
	padding: 0px 15px;
	margin: auto;
}

.maxw1000{
	padding: 0px 10%;
	margin: auto;
}

.maxw600{
	width: 100%;
	max-width: 500px;
	margin: auto;
}

.maxw500{
	width: 100%;
	max-width: 500px;
	margin: auto;
}


.rowgap{
	margin-bottom: 30px;
}

.text-13{
  font-size: 13px !important;
}

.text-14{
  font-size: 14px !important;
}

.text-15{
  font-size: 15px !important;
}

.text-16{
  font-size: 16px !important;
}

.text-17{
  font-size: 17px !important;
}


.text-18{
  font-size: 18px !important;
}


.text-space{
   letter-spacing: 2px;
}

.text-italic{
	font-style: italic !important;
}

.bold{
	font-weight: bold !important;
}

.text-center{
	text-align: center !important;
}

.text-right{
	text-align: right !important;
}

.text-left{
	text-align: left !important;
}


.form-control{
	padding: 6px 15px !important;
	border: 1px solid #231F20 !important;
	width: 100% !important;
	position: relative;
	text-align: center!important;
	text-align-last: center!important;
	color: #231F20!important;
	min-height: 42px !important;
  font-size: 18px !important;
	border-radius: 0px !important;
}


.form-control::placeholder, .intl-tel-input::placeholder{
  text-align:center;
  color: #AFA7A7;
	font-size: 18px !important;
	font-style: normal;

}

.form-control::-webkit-input-placeholder {
   text-align:center;
   color: #AFA7A7;
	 font-size: 18px !important;
   font-style: normal;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   text-align:center;
   color: #AFA7A7;
	 font-size: 18px !important;
   font-style: normal;
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   text-align:center;
   color: #AFA7A7;
	 font-size: 18px !important;
   font-style: normal;
}

.form-control:-ms-input-placeholder {
   text-align:center;
   color: #AFA7A7;
	 font-size: 18px !important;
   font-style: normal;
}

.form-control::-webkit-input-placeholder {
   text-align: center;
   color: #AFA7A7;
	 font-size: 18px !important;
   font-style: normal;
}

.form-control:-moz-placeholder { /* Firefox 18- */
	text-align: center;
	color: #AFA7A7;
	font-size: 18px !important;
	font-style: normal;
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;
}

.form-control:-ms-input-placeholder {
   text-align: center;
}


.inputcont{
	text-align: center;
	margin: auto;
	position: relative;
	max-width: 500px;
}



.inputcont2{
	text-align: center;
	margin: auto;
	position: relative;
}

.form-mb{
	margin-bottom:10px;
}

.login-compulsary{
	font-size: 16px;
	letter-spacing: 2px;
}

.input-group-addon{
	padding: 8px 12px;
	border-radius:0;
	background-color:black;
	color:#FFF;
	font-size: 18px;
	min-width:200px;
	text-align:left;
}



select.custominput{
	padding: 0.5em 3.5em 0.5em 1em;
	border: 1px solid #E2E2E2;
	font-size: 16px;
	width: 100%;
  font-size: 18px;
	color: #231F20;
  -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
}

select.custominput {
  background-image:
    linear-gradient(45deg, transparent 50%, #1A2F59 50%),
    linear-gradient(135deg, #1A2F59 50%, transparent 50%),
    linear-gradient(to right, white, white);
    background-position:
    calc(100% - 20px) calc(1em + 1px),
    calc(100% - 15px) calc(1em + 1px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}




.logininput{
	padding: 10px;
	border: 1px solid #E2E2Ef !important;
	width: 100%;
	position: relative;
	text-align: center;
	color: #231F20;
}

select.logininput{
	padding: 15px 10px;
}

.logininput::placeholder, .intl-tel-input::placeholder{
  text-align:center;
  color: #AFA7A7;
  font-style: italic;

}

.logininput::-webkit-input-placeholder {
   text-align:center;
   color: #AFA7A7;
   font-style: italic;
}

.logininput:-moz-placeholder { /* Firefox 18- */
   text-align:center;
   color: #AFA7A7;
   font-style: italic;
}

.logininput::-moz-placeholder {  /* Firefox 19+ */
   text-align:center;
   color: #AFA7A7;
   font-style: italic;
}

.logininput:-ms-input-placeholder {
   text-align:center;
   color: #AFA7A7;
   font-style: italic;
}


.logininput::-webkit-input-placeholder {
   text-align: center;
   color: #AFA7A7;
   font-style: italic;
}



.logininput:-moz-placeholder { /* Firefox 18- */
   text-align: center;
}



.logininput::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;
}



.logininput:-ms-input-placeholder {
   text-align: center;
}


.input-group-append {
    position: absolute;
    top: 15px;
    z-index: 5;
    left: initial;
    right: 20px;
}


.required{
	position: absolute;
	color: #ee4036;
	top: 5px;
	right: 10px;
}



.logininput{
  text-align: center;
  text-align-last: center;
}

.logininput option{
  text-align: left;
  text-align-last: left;
}

.control {
	font-size: 16px;
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-left: 30px;
	cursor: pointer;
  font-weight: normal;
}

.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #FFF;
	border:1px solid #949599;
	border-radius: 3px;
}

.control--radio .control__indicator {
	border-radius: 50%;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
	background: #ccc;
}

/* Checked state */
.control input:checked ~ .control__indicator {
	background: #D8D8D8;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
	background: #9e815b;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
	pointer-events: none;
	opacity: .6;
}

/* Check mark */
.control__indicator:after {
	position: absolute;
	display: none;
	content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
	display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
	top: 4px;
	left: 8px;
	width: 3px;
	height: 8px;
	transform: rotate(45deg);
	border: solid #000;
	border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}

/* Radio button inner circle */
.control--radio .control__indicator:after {
	top: 7px;
	left: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
}

/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
	background: #7b7b7b;
}


.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #d8d8d8;
    padding: 10px 20px;
    font-size: 18px;
    border: 1px solid #A9ABAE;
    border-radius: 4px;
		min-width: 65%;
		min-height: 65px;
}
.radio-toolbar input[type="radio"]:checked + label {
    background-color:#9e815b;
    border-color: #9e815b;
		color : #FFF !important;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 1px solid #A9ABAE;
}

.input-group-addon{
  background-color: #000 !important;
  color:#FFF !important;
}

label.container-checkbox{
  font-weight: normal !important;
  font-style: italic;
}

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #000;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #000;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #0D325F;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* form error */
form label.error, label.error {
	color: red;
	font-style: italic;
	font-weight:300;
	font-size:13px;
}

input.error, textarea.error, select.error{ border: 1px solid red; }





.loginbtn:hover{
	background: #AFA7A7;
	color: #FFF;

}

.loginbtnsm{
	background: #9e815b;
	color: #FFF;
	padding: 5px 20px;
	text-align: center;
	border:none;
	border-radius: 3px;
	margin-bottom: 5px;
}

.loginbtnsm:hover{
	background: #AFA7A7;
	color: #FFF;

}


.btn-radius{
  border-radius: 5px;
}

.btn-sm-padding{
  padding: 8px 5px!important;
}

.btn-sm{
  padding: 8px 5px!important;
	font-size: 14px!important;
}

.btn-lg{
  padding: 14px 0!important;
  color:black;
  font-size: 18px!important;
}

.btn-default.btn-file{
  border-radius: 0 !important;
  color: #ffffff;
  background: #0D325F;
  border-color: #cccccc;
  text-shadow : none;
}

.btn-main {
    background-color: transparent !important ;
    border: 1px solid #9e815b !important;
    color: #000 !important;
		font-size: 19px;
		padding: 10px 40px ;
		border-radius: 0px !important;
		text-transform: uppercase;
		line-height: 1.1 !important;
}

.btn-main:hover {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    color: #FFF !important;
}

.btn-main-white {
    background-color: transparent !important ;
    border: 1px solid #fff !important;
    color: #FFF !important;
		font-size: 19px !important;
		padding: 10px 40px !important;
		border-radius: 0px !important;
		text-transform: uppercase;
		line-height: 1.1 !important;
}

.btn-main-white:hover {
    background-color: #FFF !important;
    border: 1px solid #FFF !important;
    color: #000 !important;
}


.btn-main-lg {
    background-color: #9e815b !important ;
    border: 1px solid #9e815b !important;
    color: #FFF !important;
		font-size: 20px !important;
		text-align: center;
		border-radius: 0px !important;
		display: inline-block;
    width: 100%;
		padding: 10px 0px;
		text-transform: uppercase;
		line-height: 1.1 !important;
}

.btn-main-lg:hover {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    color: #FFF !important;
}



.btn-main-sm {
    background-color: transparent !important ;
    border: 1px solid #000 !important;
    color: #000 !important;
		font-size: 16px !important;
		padding: 8px 30px !important;
		border-radius: 0px !important;
}

.btn-main-sm:hover {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    color: #FFF !important;
}


.btn-main-dark {
    background-color: #652F16 !important ;
    border: 1px solid #652F16 !important;
    color: #FFF !important;
		font-size: 19px !important;
		padding: 10px 40px !important;
		border-radius: 0px !important;
		text-transform: uppercase;
		line-height: 1.1 !important;
}

.btn-main-dark:hover {
    background-color: transparent !important;
    border: 1px solid #652F16 !important;
    color: #652F16 !important;
}



.btn-link{
    cursor: pointer;
		background-color: transparent;
		border: 1px solid #000;
		padding: 6px 20px;
		font-size: 16px;
}

.btn-link:hover{
	color: #FFF;
	background: #000;
}


.btn-link.full{
	width: 100%;
	font-size: 18px !important;
	display: block;
	margin: 0px !important;
}



a.btn-link{
    color: #FFF !important;
		text-align: center;
		border: 1px solid #9e815b;
		padding: 10px 10px;
		background: #9e815b  !important
}



a.btn-link:hover{
	  border: 1px solid #9e815b;
    color: #9e815b!important;
		background: #FFF!important;
}

.paymentbtn{
	background: #A9ABAE;
	color: #000;
	padding: 10px 30px;
	text-align: center;
	border:none;
	margin-bottom: 10px;
	width:100%;
}

.paymentbtn:hover, .paymentbtn:active, .paymentbtn:focus{
	background: #9e815b;
	color: #FFF !important;
}

.btn-save{
	background: #FFF;
	border: 1px solid #000;
	padding: 5px 30px;
	color: #000;
}

.btn-save:hover{
	background: #000;
	color: #FFF;
}

a.remove-md {padding:8px 5px; background-color:#DD4335 !important; color:#FFF !important;}
a.remove-md:hover{ background-color:red !important; color:#FFF !important;}

a.remove { background-color:#DD4335 !important; color:#FFF !important;}
a.remove:hover{ background-color:red !important; color:#FFF !important;}

div.tooltip-winner {
  position: relative;
}

div.tooltip-winner span {
  display: none;
}

div.tooltip-winner:hover span {
  display: block;
  font-size: 12px;
  position: absolute;
  bottom: 2em;
  padding: 0.3em;
  color: #FFFFFF;
  background: #000;
  border: 0.1em solid #000;
  /* round the corners */
  border-radius: 0.5em;
  /* prevent too wide tooltip */
  max-width: 265px;
}


.btn-default.active, .btn-default:active{
	background-color:#1B2E58!important;
  color:#FFF!important;
}

.alert-success, .alert-danger, .alert-warning{
	background-color:#FFFFFF !important;
	background-image : linear-gradient(to bottom,#FFFFFF 0,#EAEAEA 100%);
}

a.page-link-sm {
    color: #000000;
	text-decoration:none;
	font-size:16px;
}


.p-none {
	padding: 0 !important;
}

.pr-xs{
	padding-right:2px !important;
}

.pl-xs{
	padding-left:2px !important;
}

.m-none{
 margin:  0 !important;
}

.mt-xs{
	margin-top:2px;
}


.mt-sm{
	margin-top:10px !important;
}

.mt-md{
	margin-top:30px !important;
}

.mt-lg{
	margin-top:50px !important;
}

.mt-xlg{
	margin-top:80px !important;
}

.mb-xs{
	margin-bottom:6px  !important;
}

.mb-sm{
	margin-bottom:10px !important;
}

.mb-md{
	margin-bottom:30px !important;
}

.mb-lg{
	margin-bottom:50px !important;
}

.mb-xlg{
	margin-bottom:80px !important;
}

.m-0{
	margin: 0 !important;
}

.mr-xs{
	margin-right: -10px !important;
}

.ml-xs{
	margin-left:-10px !important;
}

.pt-sm{
	padding-top:10px !important;
}

.pt-md{
	padding-top:20px !important;
}


.pt-lg{
	padding-top:50px !important;
}

.pb-lg{
	padding-bottom:50px !important;
}

.pl-none{
	padding-left:0 !important;
}

.pr-none{
	padding-right:0 !important;
}

.pr-sm{
	padding-right:5px !important;
}

.pr-md{
	padding-right:20px !important;
}

.pr-lg{
	padding-right:50px !important;
}

.pl-sm{
	padding-left:5px !important;
}

.spacing_15{
	height: 15px;
}



.spacing_30{
	height: 30px;
}



.spacing_50{
	height: 50px;
}



.spacing_80{
	height: 80px;
}



.spacing_100{
	height: 100px;
}


@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
  -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}



@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
  -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@media(min-width: 1200px){
  .container{
  width: 1180px;
  padding-left: 10px;
  padding-right: 10px;
  }

.container.container-wide {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
 }

 .container.container-wide-lg {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

}

@media(min-width: 1300px){
  .container{
  width: 1270px;
  padding-left: 15px;
  padding-right: 15px;
  }
}

@media(min-width: 1400px){
  .container{
  width: 1370px;
  padding-left: 15px;
  padding-right: 15px;
  }
}


/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}



/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
}

.loader {
  border: 10px solid white;
  border-radius: 50%;
  border-top: 10px solid #9e815b;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;

}

.spinner {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



/*navbar*/

.logo-container{
	position: relative;
	float: left;
	padding: 2px 15px 8px 15px;
	z-index: 1;
}

.sticky{
	top:0;
}



#logo{
	transition: 0.5s;
	max-height: 55px;
  margin-top: 3px;
}

#mynavbar{
	background-color: #000;
	margin: auto;
	border:none !important;
	z-index: 10;
	border-radius: 0px !important;
	min-height: 50px !important;
	background-image: none !important;
}



.sticky{
	top:0;
	position: fixed !important;
  width: 100%;
}

.sticky #mynavbar {
    min-height: 46px !important;
}


.sticky#mynavbar .navbar-header{
	padding: 4px 10px !important;
}


.sticky .navbar-header{
	padding: 0px 10px;
}

.sticky .navbar-nav > li{
	padding: 0px !important;
}


.sticky #logo {
	max-height: 40px;
	margin-top: 0;
}

.sticky #mynavbar .logo-container {
    position: relative;
    float: left;
    padding: 3px 15px;
    z-index: 1;
}

.sticky #mynavbar .navbar-nav > li > .dropdown-menu {
    margin-top: 0px !important;
}

.sticky #mynavbar .navbar-nav > li{
	margin: 0;
}


.sticky .acc-icon{
 	height:35px;
	width: 35px;
	border: 1px solid #9e815b;
}

.sticky #mynavbar .navbar-nav > li.profile{
	padding: 3px 0px !important;
}

.sticky .top-nav{
		font-size: 13px;
}

.sticky .top-nav .label-program{
	padding: 3px 10px;
}

.sticky .top-nav.nav>li>a{
	padding: 3px 15px;
	transition: 0.5s;
}

#navbarcontainer{
  background-color: #231F20;
	position: relative;
	z-index: 200;
}


.top-nav{
	background-color:#000;
	font-size:14px;
	border-bottom: 1px solid #444444;
	font-weight:200;
  display:block;

}

.top-nav .label-program{
	float:left;
	color:#f2f2f2;
	padding:9px 10px;
	transition: 0.5s;
}


.top-nav li{
	float: left !important;
	padding: 0px;
}

.top-nav li .dropdown-menu>li{
	width: 100%;
	padding: 0px !important;
}

.nav.top-nav>li>a:focus, .nav.top-nav>li>a:hover{
 background-color: #000 !important;
}

.top-nav a{
	color:#f2f2f2 !important;
	text-decoration:none;
}

.top-nav a:hover, .top-nav a:focus{
	color:#FFF;
}

.top-nav .dropdown-menu>li>a{
	color:#FFF !important;
	padding: 8px 30px !important;
	background-color: #000 !important;
	font-size: 14px;
}

.program-item {
    height: 28px;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    transform: skew(-45deg);
    background: transparent;
    color:#000;
	float:left;
	border-left : 1px solid #444444;
	border-right : 1px solid #444444;
}

.program-item-active {
    height: 28px;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    transform: skew(-45deg);
    background: #444444;
    color:#FFF;
	float:left;
	border : 1px solid #444444;
}

.program-item-text{
    height: 28px;
    margin:0px auto;
    -webkit-transform: skew(45deg);
    -moz-transform: skew(45deg);
    transform: skew(45deg);
	 padding:6px 8px;
	text-align:center;
}




.program-item .program-item-text a:hover, .program-item .program-item-text a:active,.program-item:hover, .label-program:hover{
	color:#f2f2f2;
	text-decoration:none;
	background: #222222;
}

.program-item-active .program-item-text a{
	color:#f2f2f2;
	tex-decoration:none;
}




.navbar{
	min-height:42px !important;
	border: none !important;
}

.navbar-toggle .icon-bar + .icon-bar{
	margin-top: 6px;
}



.navbar-toggle .icon-bar {
    height: 1px;
    width: 25px;
}


.navbar-toggle {
    padding: 6px;
}

.navbar-inverse .navbar-toggle .icon-bar{
    background-color: #fff;
}

.navbar-brand{
		position: absolute;
    width: 100%;
    left: 10px;
    text-align: center;
		text-align: -webkit-center;
    margin: 0 auto;
    padding: 5px 5px !important;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a{
	background: #0C315C; /* Old browsers */
}


.navbar-inverse .navbar-nav > li.homeactive{
	background-color: #9e815b;
}

.navbar-inverse .navbar-nav > li.profile{
	padding:0 4px !important;
}

.navbar-inverse .navbar-nav > li{
	font-size: 16px;
	margin: 10px 0;
	transition: 0.5s;
}


.navbar-inverse .navbar-nav > li > a{
	color: #FFF !important;
	padding: 15px 15px;
	font-family: 'CenturyGothic';
	font-size: 15px;

}

.navbar-inverse .navbar-nav > li > a:hover{
	 color : #fff;
}

.navbar-nav > li > .dropdown-menu{
	border-radius: 0;
	margin-top: 10px !important;
	transition: 0.5s;

}

.navbar-inverse .navbar-nav > .home-active{
	background: #9e815b;
}



.menubar {
    background-color: #ee4036;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 5px;
}



.navbar-header{
	padding: 5px 10px;
}



.navbtnholder {
    width: 100%;
    text-align: center;
}


.my-nav-button{
	float: left;
	margin: 15px;
}


.dropdown-menu{
	padding: 0px !important;
	border: none !important;
	box-shadow : none !important;
}


.dropdown-menu>li{
	text-align: center !important;

}

.dropdown-menu>li>a{
	color:#FFF !important;
	padding: 10px 30px !important;
	background-color: #000 !important;
	font-size: 16px;
	border: #3A3435 solid 1px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background-color: #FFF !important;
	text-decoration: none;
	background-image: none !important;
	color:#131A27 !important;
}



/*howtocarousel*/

#myCarousel{
    position: absolute;
	width: 100%;
    height: 100%;
    z-index: 1;
}


#customDots{
	text-align: center;
	display: inline-block;
}

.acc-icon{
 border: 1px solid #9e815b;
 margin-top:5px;
 height:40px;
 width: 40px;
 margin-left: 10px;
}


#videocontainer{
	position: relative;
	overflow: hidden;
	z-index:2;
  width: 100%;
}


#videocontainer-new{
	position: relative;
	overflow: hidden;
	z-index:2;
  margin-top:0px;
  width: 100%;
	height: 720px;
}

#videocontainer-new iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
}

#videocontainer-new .text-wrap {
    position: absolute;
    top: 30%;
    left: 42%;
    z-index: 3;
    text-align: center;
}

#videocontainer-new .text-wrap .subtitle {
    font-size: 18px;
    color: #FFF;
}

#videocontainer-new .text-wrap h2 {
    text-transform: uppercase;
    font-size: 52px;
    color: #FFF;
    font-family: 'FoglihtenNo07' !important;
    margin-bottom: 30px;
}

#videocontainer-new .text-wrap .btn-play {
    font-size: 60px;
    color: #FFF;
}


.item{
	width: 100%;
	position: relative;
}


.carousel-indicators .active{
	background: #C1A02D;
	width: 15px;
	height: 15px;
	border: none;
}



.carousel-indicators li{
	width: 15px;
	height: 15px;
	background-color: #FFF;
	border: none;

}


.carousel-indicators{
	margin-bottom: 0px;
	font-size: 24px;
}


#bannercontainer{
    position: relative;
    bottom: 0px;
    background-color: #9e815b;
    width: 100%;
    padding: 15px 0px 10px 0px;
    text-align: center;
}

#bannercontainer .entry-text {
    color: #FFF;
    font-size: 34px;
    font-family: 'FoglihtenNo07' !important;
		line-height: 1 !important;
}

.section-page{
		padding-bottom: 80px;
}

.section-page h2{
	font-family: 'FoglihtenNo07' !important;
	font-size: 26px !important;
}

.section-page h2.h2-lg{
	font-family: 'FoglihtenNo07' !important;
	font-size: 26px !important;
	margin-bottom: 15px !important;
}

.about-noble-world-hotel{
	background-color: #000;
	padding: 80px 0px 80px 0px;
	color:#000;
	text-align: center;
}

.noble-world-hotel-awards-program{
	background-color: #fff;
	padding: 80px 0px 80px 0px;
	color:#000;
}

.parallax1 {
    background-image: url(../images/NHA-Parallax-Image-1-v2.jpg);
    min-height: 700px;
    background-attachment: fixed;
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax2 {
    background-image: url(../images/NHA-Parallax-Image-2-v2.jpg);
    min-height: 700px;
    background-attachment: fixed;
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax3 {
    background-image: url(../images/NHA-Parallax-Image-3-v2.jpg);
    min-height: 700px;
    background-attachment: fixed;
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax4 {
    background-image: url(../images/NHA-Parallax-Image-4-v2.jpg);
    min-height: 700px;
    background-attachment: fixed;
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.category-item{
	float: left;
	padding: 5px;
	position: relative;
}

.category-item-2{
	width: 49.5% !important;
}

.category-item-3{
	width: 33% !important;
}

.category-item-long{
	width: 56% !important;
}

.category-item-short {
	width: 44% !important;
}

.category-item-center-long {
	width: 38.2% !important;
}

.category-item-center-short {
	width: 30.9% !important;
}


.plus-btn {
    height: 100%;
    width: 100%;
    color: #fff;
    margin: auto;
		background-color: rgb(0, 0, 0, 0.6) !important;
}

.category-item .category-image{
	position: relative;
}


.category-item .category-image .hover-category {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    right: 0px;
    text-align: center;
		z-index: 5;
		-webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
		background-color: rgb(0, 0, 0, 0.55) !important;
}

.category-item .category-image h2 {
		position: absolute;
		font-size: 20px;
		text-align: right;
		text-transform: uppercase;
		bottom: 0;
		right: 0;
		padding: 3px 40px;
		margin-right: 50px;
		margin-bottom: 40px;
		border-right: 1px solid #fff;
		transition: 0.5s;
}

.category-item .category-image:hover h2 {
		font-size: 26px;
		text-align: center;
		color: #fff !important;
		padding: 0;
		border-right: 0;
		margin-right: 0;
		font-family: 'FoglihtenNo07' !important;
		z-index:10;
		top: 55%;
	  left: 50%;
	  -ms-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
}


.category-item .category-content{
  padding: 20px 15px 16px 15px;
	background-color: #FFF;
	border-bottom: 2px solid #AD8334;
}

.category-item .category-content .category-title{
font-family: 'FoglihtenNo07' !important;
font-size: 28px;
margin-bottom: 12px;
line-height: 1 !important;
}

.category-item .category-content .category-title a{
	color: #9e815b !important;
}

.category-item .category-content .category-title a:hover{
	color: #000  !important;
}


.category-item:hover .category-image .hover-category {
    opacity: 1;
}

.category-item .category-content .category-desc{
	min-height: 80px;
  font-size: 17px !important;
  line-height: 1.45 !important;
}


.programs-container{
  position: relative;
	width: 100%;
}

.program-box{
	float: left;
	width: 50%;
	height: 450px;
	position: relative;
}


.program-box .program-inner{
	padding: 10% 16%;
}

.program-box .program-inner h2{
	font-size: 40px !important;
  margin-bottom: 0px !important;
  font-family: 'FoglihtenNo07' !important;
	margin-top: 0px !important;
}

.program-box .program-inner h3{
	font-size: 25px !important;
  margin-bottom: 0px !important;
	margin-top: 5px !important;
}

.program-box .program-inner .text{
	font-size: 17px !important;
	margin-top: 8px;
	min-height: 80px;
}

.program-box .program-inner .line-yellow{
	height: 4px;
	background-color: #D3AD4F;
	width: 15%;
	margin-top: 10px;
	margin-bottom: 15px;
}



.noble-world-hotel-dateline{
	position: relative;
	background:#9e815b;
	padding: 80px 0px 80px 0px;
}



.noble-world-hotel-dateline .dateline-innerbox{
	padding: 5px 0px;
	margin-top: 10px;

}

.noble-world-hotel-dateline .date-box{
	background-image:url('../images/NHA-Deadline-Vector.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto;
	padding-top: 180px;
	height: 350px;
	margin-bottom: 60px;
}

.noble-world-hotel-dateline .date-box .seperator{
	border-top: 1px solid #B38436;
	width: 10%;
	margin-left: 45%;
	margin-bottom: 15px;
}

.noble-world-hotel-dateline .date-box h2{
	font-size: 21px;
	font-weight: 500;
	line-height: 1;
	margin-top: 0px !important;
	margin-bottom: 8px !important;
	font-family: 'FoglihtenNo07';
	line-height: 1.2;
	letter-spacing: 1px !important;
	text-transform: uppercase;
}

.noble-world-hotel-dateline .date-box h4{
	margin-top: 0px !important;
	margin-bottom: 20px !important;
}


.noble-world-hotel-dateline .dateline{
	font-size: 18px;
	color: #000;
	line-height: 1.25;
}

.noble-world-hotel-dateline .countdown-box{
		padding: 28px 0px;
		margin-top: 40px;
}



.noble-world-hotel-dateline .countdown-box .timeel{
   font-size: 82px;
	 color : #9e815b;
	 font-weight: 500;
	 letter-spacing: 3px;
	 line-height: 1.1 !important;
	 font-family: 'FoglihtenNo07' !important;
	 letter-spacing: 2px !important;
}

.highlighted-winners{
	padding: 80px 0px 80px 0px;
	position: relative;
	background-color: #F3EBE8;

}

.highlighted-winners .h3{
	font-size: 28px !important;
	font-weight: normal !important;
	font-family: 'CenturyGothic' !important;
}

.projects.four.isotope{
	position: relative;
	overflow: hidden;


}
.project{
	position:relative;
	text-align:center;
	color:#fff;
	overflow:hidden;
	cursor:pointer;
	max-height:350px;
}
.four .project{
	width:24.97%;
	float:left;
}

.three .project{
	width:33%;
	float:left;
}


.project img{
	width:100%;
	height:auto;
}

.project .hover{
	position:absolute;
	width:100%;
	left:0;
	top:0;
	background: rgba(0,0,0,0.65);
	font-size:17px;
	opacity:0;
	filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}

.project:hover .hover{
	height: 100%;
	opacity:1;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}

.project:hover h3{
	color:#FFF !important;
}

.project h3{
	font-size:21px;
	font-family: 'FoglihtenNo07' !important;
	margin-top:0;
	text-transform:capitalize;
}

.project .hover-inner{
	position:relative;
	top:50%;
	margin-top:-54px;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition:all 500ms ease-in-out 0s;
	-moz-transition:all 500ms ease-in-out 0s;
	-o-transition:all 500ms ease-in-out 0s;
	-ms-transition:all 500ms ease-in-out 0s;
}

.project:hover .hover-inner{
	top:50%;
	color:white;
}



.project ul{
	margin:0 0 5px;
	padding:0;
}

.project li{
	display:inline-block;
}

.highlighted-boutique-hotels{
	padding: 80px 0px 80px 0px;
	position: relative;
	background-color: #000;
}

.highlighted-boutique-hotels .h3{
	font-size: 28px !important;
	font-weight: normal !important;
	font-family: 'CenturyGothic' !important;
}

.feature-brands{
	padding: 80px 0px 80px 0px;
	position: relative;
	background-color: #FFF;
}

.noble-statuette{
	background-color: #FFF;
	padding: 80px 0px 80px 0px;
	background-image: url('../images/NHA-Statuette-v2.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 750px;
}



.about-iaa {
    background-color: #000;
    padding-top: 80px;
    padding-bottom: 80px;
		background-image:url('../images/NHA-IAA-Section-Background-v2.jpg');
	  background-position: center center;
	  background-repeat: no-repeat;
	 	background-size: cover;
}

.about-iaa .iaa-logo{
	width:160px;
	margin-bottom:40px;
}

.about-iaa .whitebox{
	background-image:url('../images/NHA-IAA-Section-Circle.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto 15px;
	height: 270px;
}

.noble-account{
	background: #E8E8E8;
	padding: 80px 0px;
	position: relative;
}

.noble-account .h4{
	font-size: 22px!important;
}


.noble-newletter{
	background: #fff;
	padding: 80px 0px 80px 0px;
}


#noble-theme{
	color: #fff;
	position: relative;
	z-index: 1;
	padding: 75px 0px 0px 0px;
}



#about-ceremony{
	background-color: #221E1F;
	padding-top: 85px;
	padding-bottom: 90px;
}

.noble-world-hotel-theme{
	background-color: #000;
	padding: 80px 0px 80px 0px;
}



.noble-world-hotel-classification{
	background-color: #fff;
	padding: 80px 0px 80px 0px;
	color:#000;
}

.noble-world-hotel-classification .table {
  border:0.5px solid #000;
}

.noble-world-hotel-classification .column.four {
  float: left;
  width: 25%;
	border:0.5px solid #000;
	text-align: center;
	padding: 8px 0px 3px 0px;
}

.noble-world-hotel-classification .column.three {
  float: left;
  width: 33.33%;
	border:0.5px solid #000;
	text-align: center;
	padding: 8px 0px 3px 0px;
}

.noble-world-hotel-classification .column.two {
  float: left;
  width: 50%;
	border:1px solid #000;
	text-align: center;
	padding: 8px 0px 3px 0px;
}



.noble-world-hotel-classification .column a{
	display: block;
	color:#000 !important;
	font-size: 18px;
}

.noble-world-hotel-classification .column:hover{
	background-color: #000 !important;
}

.noble-world-hotel-classification .column:hover a{
	color:#FFF !important;
}


.noble-world-hotel-categories {
	background-color: #E8E8E8;
	padding: 80px 0px 80px 0px;
	position: relative;
}



.noble-world-hotel-categories .tab-border{
 border: 1px solid #000;
}

.noble-world-hotel-categories .nav-pills{
	min-height: 1000px;
	border-right : 1px solid #000;
}

.noble-world-hotel-categories .nav-pills>li.active>a, .noble-world-hotel-categories .nav-pills>li.active>a:focus, .noble-world-hotel-categories .nav-pills>li.active>a:hover {
    color: #fff !important;
		background:#9e815b;
		border-radius: 0px;

}


.noble-world-hotel-categories .nav-stacked>li+li {
    margin-top: 0px !important;
}

.noble-world-hotel-categories .nav-pills.nav>li {
	border-bottom: 1px solid #000;
}

.noble-world-hotel-categories .nav-pills.nav>li:last-child {
	border-bottom: none !important;
}



.noble-world-hotel-categories .nav-pills.nav>li>a {
    position: relative;
    display: block;
    padding: 30px 15px;
		color : #000;
		font-size: 18px !important;
		font-weight: 600;
}

.noble-world-hotel-categories .nav-pills.nav>li>a:hover {
	background: #9e815b;
	color: #fff !important;
	border-radius: 0px;
}


.noble-world-hotel-categories .tab-content .tab-pane {
	  padding: 30px 20px !important;
    color: #000 !important;
    text-align: left;
		line-height: 1.60;
		font-size: 17px;
}




.noble-world-hotel-categories .tab-content .tab-pane{
	background-color: transparent !important;
}

.noble-world-hotel-categories .tab-content .tab-pane ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0px !important;
    margin-block-end: 0px  !important;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px !important;
}


.noble-world-hotel-categories .tab-content .tab-pane ul li{
	margin-bottom: 10px;
}

.categories-deadline-fees{
  background-color: #000;
 	padding: 80px 0px 80px 0px;
}

.tbl-category-white{
  background-color: transparent;
	border : 1px solid #fff;
}

.tbl-category-white th{
	padding:10px 12px;
}

.tbl-category-white td{
  padding: 30px 20px;
	color : #fff;
}

.tbl-category-white td .h1{
  font-size: 25px!important;
}


.noble-recognition{
	padding: 80px 0px 80px 0px;
	color: #FFF;
	position: relative;
	overflow: hidden;
	background: #131A27;
}

.noble-recognition .item{
	padding-right: 30px;
	height:  280px;
}

.noble-recognition .item .item-line{
	height: 8px;
	border-top: 2px solid #C8AB5E;
	border-bottom: 2px solid #C8AB5E;
	margin-bottom: 20px;
	width: 60%;
}

.noble-recognition .item h3.title{
	font-family: 'FoglihtenNo07' !important;
	font-size: 27px;
	margin-bottom: 20px;
	color : #C8AB5E;
}

.noble-submission{
	background-color: #E8E8E8;
	padding: 80px 0px 80px 0px;
	position: relative;
}

.noble-submission .line{
	height: 8px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}

.noble-submission .step-box {
    height: 320px;
		background-image: url(../images/submission-frame.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 100%;
    padding: 35px 50px;
}

.noble-submission .step-box .h3{
    font-family: 'FoglihtenNo07' !important;
    font-size: 26px !important;
		text-transform: uppercase;
		color:#9e815b;
    margin-bottom: 12px !important;
}
.noble-submission .step-box .step-line img{
	width: 100%;
}



#about_bg{
	background-image:url('../images/background-enter.jpg');
	padding-top: 60px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height:950px;

}

#enter_bg{

	background-image:url('../images/bg-timesquare.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height:950px;
	padding-top: 20px;

}

#about2 .text-title {
    font-size: 35px;
		font-family: 'FoglihtenNo07' !important;
		line-height: 1;
}

#about2 .about-content {
    color: #FFF;
    margin: auto;
    padding-left: 50px;
    padding-right: 50px;
}



h2.bignum{
	font-size: 50px;
	font-weight: bold;
	font-family: 'FoglihtenNo07' !important;
	margin-top: 30px;
	padding-top: 95px;
}

.whitebox .title-sm{
   font-size: 15px;
}

h2.prizes-title{
	font-size: 22px;
	font-family: 'FoglihtenNo07' !important;
}

.prizes-whitebox{
   margin-top: 10px;
   border:1px solid #4E4E4E;
	 padding: 10px 0px;
	 height: 195px;
}

.prizes-whitebox .pd{ padding: 10px;}
.prizes-whitebox .desc{font-size: 15px;}

.lineyellow{
 border:2px solid #9e815b;
 width:30%
}

.linegold{
 border:2px solid #9e815b;
 width:30%
}



.about-h1{
	  font-size: 47px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 0px;
		font-family: 'FoglihtenNo07' !important;
}

.about-h2{
	  font-size: 28px;
    color: #fff;
		letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 0px;
		font-family: 'FoglihtenNo07' !important;
}

.about-h2-sm{
	  font-size: 25px;
    color: #fff;
		letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 0px;
		font-family: 'FoglihtenNo07' !important;
}

#div_price h2{font-size: 30px !important;}



.list-style-type-none{

	list-style-type: none;

	padding-left:0px;

}



#profile-gallery .owl-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
}

#profile-gallery .owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    right: 15px;
    display: block !important;
    border:0px solid black;
}

#profile-gallery .owl-prev i, #profile-gallery .owl-next i{
	font-size: 30px;
}


#howtoenter{
	padding: 80px 0px 80px 0px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

#howtoenter .tab-border{
 border: 1px solid #000;
}

#howtoenter .nav-pills{
	min-height: 660px;
}

#howtoenter .nav-pills>li.active>a, #howtoenter .nav-pills>li.active>a:focus, #howtoenter .nav-pills>li.active>a:hover {
    color: #fff !important;
		background:#9e815b;
		border-radius: 0px;

}


#howtoenter .nav-stacked>li+li {
    margin-top: 0px !important;
}

#howtoenter .nav-pills.nav>li {
	border-bottom: 1px solid #000;
}

#howtoenter .nav-pills.nav>li:last-child {
	border-bottom: none !important;
}




#howtoenter .nav-pills.nav>li>a {
    position: relative;
    display: block;
    padding: 40px 15px;
		color : #000;
		font-size: 18px !important;
		font-weight: 600;
}

#howtoenter .nav-pills.nav>li>a:hover {
	background: #9e815b;
	color: #fff !important;
	border-radius: 0px;
}

#howtoenter .tab-content {
	border-left: 1px solid #000;
	padding: 0 25px;
	min-height: 660px;
}


#howtoenter .tab-content .tab-pane {
	  padding: 50px 20px !important;
    color: #000 !important;
    text-align: left;
		line-height: 1.60;
		font-size: 17px;
}


#howtoenter .step-thumb img {
    max-width: 120px;
    margin: auto;
}

#howtoenter .step-count {
    margin-top: 35px !important;
}


#howtoenter .step-title {
    font-size: 19px;
		font-weight: bold;
}

#howtoenter .tab-content .tab-pane{
	background-color: transparent !important;
}

#howtoenter .tab-content .tab-pane ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0px !important;
    margin-block-end: 0px  !important;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px !important;
}


#howtoenter .tab-content .tab-pane ul li{
	margin-bottom: 10px;
}

#howtoenter div.panel-faq{
	background-color: transparent !important;
}

#howtoenter .rating li{
margin-bottom: 0px !important;
}

#owl-demo{
	position: relative;
	margin: auto;
	margin-top: 5px;
	color: #bcbec0;
	z-index: 1;
}

#customDots { width: 100%; }


#the-proccess{
	padding: 80px 0px 80px 0px;
}

#the-proccess .step-count{
	font-weight: bold;
}

#the-proccess .step-thumb img{
	max-width: 120px;
}



#the-proccess .step-title{
	font-family: 'FoglihtenNo07' !important;
	font-size: 21px;
	margin-top:10px;
	line-height: 26px;
}

#the-proccess .owl-theme{
	min-height: 50px;
}

#the-proccess .owl-dot{
	color:#000;
  padding: 10px 5%;
  margin: auto;
  display: inline-block;
  cursor:pointer;
}

#the-proccess .owl-dot .step-count{
	font-size: 16px !important;
}
#the-proccess #customDots { width: 100%; }

#the-proccess .owl-theme .owl-dots .owl-dot span {background: none !important;}


#the-proccess .owl-dot.active{
	position: relative;
}

#the-proccess .owl-dot.active .step-title{
	background-color: #9e815b;
	padding:0px 10px;
	color:#fff !important;
}


#the-proccess .owl-dot2{
	color:#000;
  padding: 10px 4%;
  margin: auto;
  display: inline-block;
  cursor:pointer;
}

#the-proccess .owl-dot2 .step-thumb img {

}

#the-proccess .owl-dot2.active .step-thumb img {
	filter: contrast(1.8);
}

#the-proccess .owl-dot2 .step-count{
	font-size: 16px !important;
}
#the-proccess #customDots { width: 100%; }

#the-proccess .owl-theme .owl-dots .owl-dot2 span {background: none !important;}


#the-proccess .owl-dot2.active{
	position: relative;
}

#the-proccess .owl-dot2.active .step-title{
	padding:0px 10px;
	color:#fff !important;
}


#the-proccess .owl-item{
	padding: 30px 0px;
	color:#FFF;
}



#the-proccess .owl-prev{
	position: absolute;
	top: 45%;
	left: -50px;
}



#the-proccess .owl-next{
	position: absolute;
	top: 45%;
	right: -50px;
}



#the-proccess .owl-theme .owl-nav [class*="owl-"]{
  background: rgba(214,214,214,0.5)!important;
}

#the-proccess .owl-theme .owl-nav [class*="owl-"]{
	background: transparent !important;
}



#about-ceremony .about-content{
	color: #FFF;
	margin: 0px auto 30px auto;
  padding-left: 100px;
  padding-right: 100px;
}

#about-noblehotel .about-content, #the-proccess .about-content{
	color: #000;
	margin: 0px auto 30px auto;
  padding-left: 100px;
  padding-right: 100px;
}

#the-proccess .sub-title{
	color: #000;
	margin: 30px auto 10px auto;
  padding-left: 100px;
  padding-right: 100px;
	font-weight: bold;
	font-family: 'FoglihtenNo07' !important;
	font-size: 23px;
}

#the-proccess ul{
	color: #000;
	margin: 0px auto 20px auto;
  padding-left: 150px;
  padding-right: 100px;
}


#owl-proccess{
	position: relative;
	margin: auto;
	margin-top: 5px;
	color: #bcbec0;
	z-index: 1;
}

.owl-theme .owl-nav [class*="owl-"]{
  background: rgba(214,214,214,0.5)!important;
}

.owl-theme .owl-nav{
  position: absolute;
  top:50%;
  width:100%;
}

.owl-theme .owl-nav .owl-prev{
  position: absolute;
  left:3%;
}

.owl-theme .owl-nav .owl-next{
  position: absolute;
  right:3%;
}



.why-noble-hotel{
	padding: 80px 0px 80px 0px;
	color: #000;
	position: relative;
	overflow: hidden;
	background: #FFF;
}

.why-noble-hotel .why-item{
	padding-right: 30px;
	min-height:  250px;
}

.why-noble-hotel .why-item .why-item-line{
	margin-bottom: 25px;
}

.why-noble-hotel .why-item .why-item-line img{
		width: 95%;
}


.why-noble-hotel .why-item h3.criteria-title{
	font-family: 'FoglihtenNo07' !important;
	font-size: 24px;
	margin-bottom: 20px;
	color : #9e815b;
}

.why-noble-hotel ol{
	margin-top: 20px;
	border-top: 6px solid black;

}

.why-noble-hotel ol li{
  font-size: 22px !important;
	font-weight: bold;
	min-height: 160px;
	padding-top:10px;
	font-family: 'FoglihtenNo07' !important;
}

.why-noble-hotel ol li .criteria-title{
	line-height: 1.2 !important;
}

.why-noble-hotel ol li p {
    font-size: 15px !important;
		font-weight: normal;
		font-family: 'CenturyGothic' !important;
}

.why-row{padding:0 5%;}




/*gallery*/

#thegallery{
  background-color: #231F20;
 	padding-top: 75px;
  padding-bottom:80px;

}

#feature-gallery {
    background: rgb(51,50,51);
    background: -moz-linear-gradient(left, rgba(51,50,51,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,50,51,1)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(left, rgba(51,50,51,1) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(left, rgba(51,50,51,1) 0%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(51,50,51,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to right, rgba(51,50,51,1) 0%,rgba(0,0,0,1) 100%);
    padding-top: 75px;
}

.noble-deadline-fees{
  background-color: #9e815b;
 	padding: 80px 0px 80px 0px;
}

.parallax-winner-benefits {
  background-image: url("../images/winner-benefits-background.jpg");
  min-height: 700px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.winner-benefits{
  background-color: #fff;
 	padding: 80px 0px 80px 0px;
}

.benefits-checkmark{
	width:26px;
}


.parallax-why-noble-hotel {
  background-image: url("../images/why-noble-world-hotel-background.jpg");
  min-height: 680px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


#thecategory{
 background: url("../images/bg-category.jpg") no-repeat left top;
 background-color: #231F20;
 background-size: cover;
 min-height: 550px;
 padding-top: 0px;
 background-attachment: fixed;
}

#thecategory .about-h1{
	margin-top: 15px !important;
}


#about-noble{
 background-image: -webkit-gradient(90deg, #302E57 0%, #113259 51%, #000015 75%);
 background-image: -webkit-linear-gradient(left, #302E57 0%, #113259 51%, #000015 75%);
 background-image:    -moz-linear-gradient(left, #302E57 0%, #113259 51%, #000015 75%);
 background-image:      -o-linear-gradient(left, #302E57 0%, #113259 51%, #000015 75%);
 background-image:         linear-gradient(left, #302E57 0%, #113259 51%, #000015 75%);
 padding: 75px 0px 65px 0px;
}

#thesubcategory{
 background-image: -webkit-gradient(90deg, #302E57 0%, #113259 51%, #000015 75%);
 background-image: -webkit-linear-gradient(left, #302E57 0%, #113259 51%, #000015 75%);
 background-image:    -moz-linear-gradient(left, #302E57 0%, #113259 51%, #000015 75%);
 background-image:      -o-linear-gradient(left, #302E57 0%, #113259 51%, #000015 75%);
 background-image:         linear-gradient(left, #302E57 0%, #113259 51%, #000015 75%);
 padding: 65px 0px 65px 0px;
}

#thesubcategory h3{ color:#9e815b; font-size: 18px;line-height: 30px}


#the-program-category{
 background-image: -webkit-gradient(right, #302E57 0%, #113259 51%, #000015 75%);
 background-image: -webkit-linear-gradient(right, #302E57 0%, #113259 51%, #000015 75%);
 background-image:    -moz-linear-gradient(right, #302E57 0%, #113259 51%, #000015 75%);
 background-image:      -o-linear-gradient(right, #302E57 0%, #113259 51%, #000015 75%);
 background-image:         linear-gradient(right, #302E57 0%, #113259 51%, #000015 75%);
 padding: 75px 0px 90px 0px;
}



#entry-highlight{
 background-color:  #283A87;
 padding: 50px 0px 100px 0px;
}

#entry-highlight .container{
  width: 92% !important;
}

.trophy-img{
  max-width: 265px;
	margin-bottom: 28px;
	margin-left: 10px;
}

.hand-img{
position: absolute;
right: 0px;
bottom: 0px;
height: 100%;
}

.div-info{
	border-top : 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding:25px 0;
}

.div-fees{
  background-color: #C9CACA;
  padding:30px 50px!important;
}

.tbl-category{
  background-color: transparent;
	/* border : 1px solid #000; */
}

.tbl-category th{
	padding:10px 12px;
}

.tbl-category td{
  padding: 18px 30px;
	color : #000;
}


.category-winner{
  height: 400px;
  background-color: #413D3C;
  width: 100%;
  margin: 0 5px;
}

a.main{
  padding:10px 0;
}


.modal-dialog{
	width: 95% !important;
	max-width: 1000px !important;
	margin: 6% auto !important;
}



.ekko-lightbox-container iframe{
	width: 100%;
	height: 500px;
}





.gallery_button{
	list-style-type: none;
	padding-left: 0px;
	display: inline-block;
	max-width: 1200px;
	margin: auto;
}



.gallery_button>li{
	float: left;
	padding: 0px 15px;
	font-size: 16px;

}

/*Footer*/

#footer{
  background-color: #000;
  overflow: hidden;
	padding: 80px 15px 75px 15px;
	color: #fff;
}

#footer .item{
	display: flex;
  justify-content: center;
}

.footer-link{
	color: #FFF;
	text-decoration: none;
}

.footer-link:hover, .footer-link:active, .footer-link:focus{
	color: #9e815b !important;
	text-decoration: none;

}

.footer-logo .left-line{
	height:30px;
	border-bottom:1px solid #7A7A7A;
	width:32%;
	display:inline-block;
	position:absolute;
	top:0
}

.footer-logo .right-line{
	height:30px;
	border-bottom:1px solid #7A7A7A;
	width:32%;
	display:inline-block;
	position:absolute;
	top:0;
	right:0px
}

.flogo {
	width: 300px;
	position: absolute;
	top: -20px;
	left: 38%;
}

.social-icon{
	list-style-type: none;
	padding-left: 0px;
	display: inline-block;
}



.social-icon li{
	float: left;
	padding: 5px;
	font-weight: bold;
}



.social-icon i{
    font-size: 20px;
    height: 40px;
    width: 40px;
    padding-top: 10px;
		border: 1px solid #9e815b;
	  color: #9e815b;
}


.social-icon i:hover {
  color: #fff;
  border: 1px solid #fff;
}


.footerbot{
	width: 100%;
	max-width: 1600px;
	padding: 0px 30px;
	margin: auto;
}



.copyright{
	margin-top: 20px;
	font-size: 12px;
}

.copyright a{
	color: #fff;
}

.copyright a:hover{
	color: #fff;
}

.copyright p{
	margin: 0px;
}


.logo-bottom{
	margin-bottom: 30px;
	display: initial;
}


.table-border-white{
	border:1px solid white;
}
.table-border-white th{
	border-bottom:1px solid white;
	padding:5px 30px;
}
.table-border-white td{
	padding:5px 30px;
}

.mobile-tb{
  display:none;
}
.desktop-tb{
  display:block;
}
.title-entry{
  font-size: 21px
}



/*affliates*/

.affliate-top{
	background-position: center;
	background-size: cover;
	background-image: url('../images/affliate_bg.png');
	padding-top: 50px;
	text-align: center;
	color: black;
	padding-bottom: 5px;
}



.autho_affliate{
	letter-spacing: 5px;
	font-size: 24px;
	color: #231F20;
	text-transform: uppercase;
	margin-bottom: 0;

}




.spacing_100{
	height: 100px;
}



.affliate-name{
	font-size: 12px;
	letter-spacing: 2px;
	color: #939598;

}



.affliate-tb{
	margin-bottom: 15px;
	font-size: 14px;
	color: #939598;
}



.affliate-tb .div_td_sm{
	border: 1px solid #A0A0A0;
	padding: 35px 25px;
}


p.accordion {
		border: 1px solid #D3D3D3 !important;
		background: transparent;
		color: #000;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom:10px;
}

/* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
p.accordion.active, p.accordion:hover {
      color: #9e815b !important;
}

/* Unicode character for "plus" sign (+) */
p.accordion:after {
     content: '\002B';
    color: #9e815b;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

/* Unicode character for "minus" sign (-) */
p.accordion.active:after {
     content: "\2212";
}


p.accordion.category{
	border: 1px solid #D3D3D3 !important;
	background: transparent;
	color: #000;
	cursor: pointer;
	padding: 10px;
	width: 100%;
	text-align: center;
	border: none;
	outline: none;
	transition: 0.4s;
	margin-bottom:10px;
}

p.accordion.category.active{
	color: #000 !important
}

p.accordion.category:after {
    color: #000 !important;
}

/* Style the element that is used for the panel class */
div.panel-faq {
    padding: 5px 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    opacity: 0;
    margin-bottom:10px;
}

div.panel-faq.show {
    opacity: 1;
		padding: 15px 18px !important;
    max-height: 4000px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}


p.accordion-howtoenter {
    background: transparent;
		border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    color: #000;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: center;
    outline: none;
    transition: 0.4s;
    margin-bottom:0px;
}

p.accordion-howtoenter.last, .panel-howtoenter.last{
  border-bottom: 1px solid #000;
}

/* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
p.accordion-howtoenter.active{
    color: #FFF !important;
    background: #9e815b !important;
}
p.accordion-howtoenter.active{
  border-bottom: 1px solid #000;
}


/* Unicode character for "plus" sign (+) */
p.accordion-howtoenter:after {
     content: '\002B';
    color: #;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

/* Unicode character for "minus" sign (-) */
p.accordion-howtoenter.active:after {
     content: "\2212";
}

/* Style the element that is used for the panel class */
div.panel-howtoenter {
    padding: 0px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    opacity: 0;
    margin-bottom:0px;
    text-align: center;
}

div.panel-howtoenter.show {
    opacity: 1 !important;
    max-height: 2000px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

div.panel-howtoenter .howtoenter-content{
  padding: 20px;
}

div.panel-howtoenter .howtoenter-content p.accordion{
	text-align: center;
	padding: 10px 2px;
}

/*login-register*/

.loginlink{
	list-style-type: none;
	min-height: 30px;
	position: relative;
}


.panel-actions {
    right: 30px;
    position: absolute;
    top: 15px;
}

 .orders{
   font-size: 16px;
 }

 a.order-code{
   color:#1A2F59;
   font-size: 20px;
   font-weight: bold;
 }

 a.order-code:hover{
   color:#1A2F59;
 }

.order-status{
  font-size:16px;
  color:#333;
  margin-right:10px;
}
 .order-date{
   font-size:13px;
 }



.loginlink li{
	float: left;
	width: 50%;
}

.steplink{
	list-style-type: none;
	min-height: 28px;
	position: relative;
	padding-left: 0px;
}


.steplink li{
	float: left;
	width: 25%;
	padding:2px;
}

.steplink li .step{
	font-style: italic;
	margin-bottom:5px;
	font-weight:600;
}

.steplink-store{
	list-style-type: none;
	min-height: 28px;
	position: relative;
	padding-left: 0px;
}

.steplink-store li{
	float: left;
	width: 33.333%;
	padding:2px;
}

.steplink-store li .step{
	font-style: italic;
	margin-bottom:5px;
	font-weight:600;
}


.loginoption div{
	padding: 3px;
	line-height: 1;
	max-width: 100%;
	margin: auto;
	text-align: center;
}



.loginoption:hover, .loginoption:focus, .loginoption:active{
	text-decoration: none;
}


.bigoption{
	color: #9e815b;
	font-size: 19px;
	margin: 0;
  padding:12px 10px;
	letter-spacing: 1px;
	background-color:#FFF;
	border: 1px solid #9e815b;
}



.bigoption:hover{
	color: #FFF;
	background-color:#9e815b;
}



.bigoption.active{
	color: #FFF;
	background-color:#9e815b;
}


.loginbtn{
	background: #9e815b;
	color: #FFF;
	padding: 10px 30px;
	text-align: center;
	border:none;
	margin-bottom: 10px;
	width:100%;
	text-transform: uppercase;
	line-height: 1.1 !important;
}


.buybtnsm{
 border:1px solid #c2d562;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 padding: 3px 10px;
 text-decoration:none;
 display:inline-block;
 color: #333333;
 background-color: #D3E18E; background-image: -webkit-gradient(linear, left top, left bottom, from(#D3E18E), to(#96c56f));
 background-image: -webkit-linear-gradient(top, #D3E18E, #96c56f);
 background-image: -moz-linear-gradient(top, #D3E18E, #96c56f);
 background-image: -ms-linear-gradient(top, #D3E18E, #96c56f);
 background-image: -o-linear-gradient(top, #D3E18E, #96c56f);
 background-image: linear-gradient(to bottom, #D3E18E, #96c56f);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#D3E18E, endColorstr=#96c56f);
 font-size: 13px;
}

.buybtnsm:hover{
	 border:1px solid #b4cc3d;
	 background-color: #c3d666; background-image: -webkit-gradient(linear, left top, left bottom, from(#c3d666), to(#7bb64b));
	 background-image: -webkit-linear-gradient(top, #c3d666, #7bb64b);
	 background-image: -moz-linear-gradient(top, #c3d666, #7bb64b);
	 background-image: -ms-linear-gradient(top, #c3d666, #7bb64b);
	 background-image: -o-linear-gradient(top, #c3d666, #7bb64b);
	 background-image: linear-gradient(to bottom, #c3d666, #7bb64b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c3d666, endColorstr=#7bb64b);
   color: #333333;
}


.alert-won{
	 background-color: #a9db80; background-image: -webkit-gradient(linear, left top, left bottom, from(#a9db80), to(#7EB428));
	 background-image: -webkit-linear-gradient(top, #a9db80, #7EB428);
	 background-image: -moz-linear-gradient(top, #a9db80, #7EB428);
	 background-image: -ms-linear-gradient(top, #a9db80, #7EB428);
	 background-image: -o-linear-gradient(top, #a9db80, #7EB428);
	 background-image: linear-gradient(to bottom, #a9db80, #7EB428);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a9db80, endColorstr=#7EB428);
	 color:#FFF;
	 border:1px solid #7EB428;
}


.paybtn{
  background: #9e815b;
	color:#FFF;
	padding: 5px 20px !important;
	border:1px solid #000015;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
}

.paybtn:hover{
	color:#FFF !important;
}


.chkbtn{
	background: #0D325F;
	color: #FFF;
	padding: 10px 30px;
	text-align: center;
	border:none;
	margin-bottom: 10px;
}

.chkbtn:hover{
	background: #AFA7A7;
	color: #FFF;

}

.quick-link{
	list-style-type: none;
	padding-left: 0px;
	display: inline-block;
}


.quick-link li:first-child{
  float: left;
	padding: 5px 0 0 0;
}

.quick-link li{
	float: left;
  color: #9e815b !important;
  padding: 5px 0 0 10px;
  font-size: 18px;
}

.quick-link li.link-dot:before {
	content: "•";
	padding: 0 10px 0 0;
	font-size: 18px;
}

.quick-link li a{
  color: #9e815b !important;
}

.quick-link li a:hover{
	text-decoration:underline !important;
}



.lostpwd{
	font-size: 18px;
	color: #ee4036;
	letter-spacing: 2px;
}



.atc{
	background: #9e815b;
	color: #fff;
	width: 100%;
	max-width: 500px;
	padding: 10px;
	margin: auto;
	margin-top: 10px;
	border:none;
	text-transform: uppercase;
	line-height: 1.1 !important;
}



.login_heading{
	color: #231F20;
	font-size: 32px;
}



.loginform{
	min-height: 600px;
	margin-top: 50px;
}

div.link-box{
	float:left;
}

div.blue-box{
	float:left;
	background-color:#9e815b;
	padding:8px;
	font-size:15px;
	color:#FFF;
	line-height:16px;

}

#add_url, #add_credit{
  color:#1A305B;
}

#add_url:hover, #add_credit:hover{
	text-decoration:none;
	color:#2E34FF;
}

.toggle-check-input {
  width: 1px;
  height: 1px;
  position: absolute;
  margin:4px 0 0 5px!important;
}

.toggle-check-text {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  background: #CCC;
  padding: 0.25em 0.5em 0.25em 2em;
  border-radius: 1em;
  min-width: 2em;
  color: #FFF;
  cursor: pointer;
  transition: background-color 0.15s;
  font-size:16px;
}

.toggle-check-text:after {
  content: ' ';
  display: block;
  background: #FFF;
  width: 1.1em;
  height: 1.1em;
  border-radius: 1em;
  position: absolute;
  left: 0.3em;
  top: 0.25em;
  transition: left 0.15s, margin-left 0.15s;
}

.toggle-check-text:before {
  content: 'No';
}

.toggle-check-input:checked ~ .toggle-check-text {
  background: #1CDBE5;
  padding-left: 0.5em;
  padding-right: 2em;
}

.toggle-check-input:checked ~ .toggle-check-text:before {
  content: 'Yes';
}

.toggle-check-input:checked ~ .toggle-check-text:after {
  left: 100%;
  margin-left: -1.4em;
}

.basket,
.basket-module,
.basket-labels,
.basket-action,
.basket-title,
.basket-category,
.basket-type,
.basket-qty,
.basket-unit,
.basket-price,
.basket-total,
.basket-value,
.basket-product,
.basket-title-file,
.basket-category-file,
.basket-upload-file,
.basket-thumbnail,
.basket-info,
.basket-add,
.basket-entries {
  float: left;
}

.basket{
	margin: 0 30px;
	font-size:15px;
}

.basket-width{
  width:95%;
}

.basket-labels {
  border-bottom: 1px solid #333;
  margin-top: 1.625rem;
  width:100%
}

.basket-labels label{
 font-size:18px;
}


.basket-action { width: 14%; }
.basket-title { width: 30%; margin-left:3%;}
.basket-category { width: 37%; }
.basket-type { width: 15%; }
.basket-qty { width: 10%; }
.basket-unit { width: 13%; }
.basket-price { width: 15%; }
.basket-total { width: 85%; }
.basket-value { width: 15%; }
.basket-title-file { width: 30%;}
.basket-category-file { width: 30%; }
.basket-upload-file { width: 20%;}
.basket-thumbnail { width: 20%;}
.basket-info{width:80%}
.basket-add{width:100%}
.basket-entries{width: 35%; margin-left:3%;}


.basket-product {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  position: relative;
  width:100%;
}

.basket-title p{
  padding:0;
  margin:0;
}

.basket-action a, a.action{
   background-color:#A9ABAE;
   padding: 5px 10px;
   margin-right:2px;
   color:#FFF;
   cursor:pointer;
}



.backet-action-item{
  background-color:#A9ABAE;
  padding-right: 5px;
  color:#FFF;
}

.backet-action-item a{
	color:#FFF;
	padding: 0 5px;
}

.backet-action-item a:hover, .backet-action-item a:focus, .backet-action-item a:active{
	 text-decoration:none;
}




.payment_paypal{
	background-color:#000;
	color:white;
}




.page-not-found h2 {
    font-size: 120px;
    font-weight: 600;
    letter-spacing: -8px;
    line-height: 140px;
}



#cart-icon{
	position: fixed;
	top:20%;
	right:0;
	background-color: #9e815b;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-right:-100px;
	padding:10px 15px 10px 10px;
	list-style-type: none;
	z-index:100;
}

#cart-icon i{
	margin-right: 25px;
}

#cart-icon:hover{
	margin-right: -10px;-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;transition: all 0.3s;
}

.circle-icon {
    background: #FFF;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 8px;
    color:black;
}

#cart-icon a{
   color:#FFF;
}

#cart-icon a:hover, #cart-icon a:active, #cart-icon a:focus{
   text-decoration:none
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper .btn {
  border: 1px solid black;
  color: black;
  background-color: white;
  padding: 3px 20px;
  border-radius: 4px;
  font-size: 20px;
}


.upload-btn-wrapper input[type=file] {
  font-size: 25px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.upload-btn-wrapper2 {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper2 .btn {
  border: 1px solid #1CDBE5;
  color: black;
  background-color: #1CDBE5;
  padding: 3px 20px;
  font-size: 16px;
}


.upload-btn-wrapper2 input[type=file] {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border:1px solid #333;
  background-color: #FFF;
}






.fileupload-preview{
  display:inline !important;
}



#imgArea {
	display: inline-block;
	margin: 0 auto;
	width: 200px;
	height: 200px;
	position: relative;
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#imgArea img {
	outline: medium none;
	vertical-align: middle;
	width: 100%;
}
#imgChange {
	background-color: rgba(94, 50, 26, 0.75);
	bottom: 0;
	color: #FFFFFF;
	display: block;
	height: 30px;
	left: 0;
	line-height: 32px;
	position: absolute;
	text-align: center;
	width: 100%;
}
#imgChange input[type="file"] {
	bottom: 0;
	cursor: pointer;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}


.imgArea {
	display: inline-block;
	margin: 0 auto;
	width: 300px;
	height: 210px;
	position: relative;
	background-color: #eee;
	font-size: 14px;
}
.imgArea img {
	outline: medium none;
	vertical-align: middle;
	width: 100%;
}
.imgChange {
	background-color: rgba(158, 129, 91, 0.75);
	bottom: 0;
	color: #FFFFFF;
	display: block;
	height: 35px;
	left: 0;
	line-height: 35px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.imgChange input[type="file"] {
	bottom: 0;
	cursor: pointer;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

#logoArea {
	display: inline-block;
	margin: 0 auto;
	width: 200px;
	height: 200px;
	position: relative;
	background-color: #eee;
	font-size: 13px;
}
#logoArea img {
	outline: medium none;
	vertical-align: middle;
	width: 100%;
}
#logoChange {
	background-color: rgba(158, 129, 91, 0.75);
	bottom: 0;
	color: #FFFFFF;
	display: block;
	height: 30px;
	line-height: 32px;
	margin: 0 auto;
	text-align: center;
	width: 200px;
}
#logoChange input[type="file"] {
	bottom: 0;
	cursor: pointer;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}


#coverArea {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	height: 200px;
	position: relative;
	background-color: #eee;
	font-size: 13px;
}
.coverArea img {
	outline: medium none;
	vertical-align: middle;
	width: 100%;
}
#coverChange {
	background-color: rgba(94, 50, 26, 0.75);
	bottom: 0;
	color: #FFFFFF;
	display: block;
	height: 30px;
	line-height: 32px;
	margin: 0 auto;
	text-align: center;
	width: 200px;
}
#coverChange input[type="file"] {
	bottom: 0;
	cursor: pointer;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.cover-none{
	background:#FFF;
	height:280px;
	text-align:center;
}

.cover-none p {
	position: absolute;
	top:45%;
	text-align:center;
	color:#B1B4B9;
	width: 96%;
	font-size:16px;
}



.coverChange {
	background-color: rgba(158, 129, 91, 0.75);
	bottom: 0;
	color: #FFFFFF;
	display: block;
	height: 38px;
	left: 0;
	line-height: 38px;
	position: absolute;
	text-align: center;
	width: 96.5%;
	margin: 0 15px;
}
.coverChange input[type="file"] {
	bottom: 0;
	cursor: pointer;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}


/* Progressbar */
.progressBar {
	background: none repeat scroll 0 0 #E0E0E0;
	left: 0;
	padding: 3px 0;
	position: absolute;
	top: 50%;
	width: 100%;
	display: none;
}
.progressBar .bar {
	background-color: #FF6C67;
	width: 0%;
	height: 14px;
}
.progressBar .percent {
	display: inline-block;
	left: 0;
	position: absolute;
	text-align: center;
	top: 2px;
	width: 100%;
}


a.catname{
  color:#000;

}

a.catname:hover{
  color:#9e815b;
  text-decoration: none;
}


a.filelink{
  font-size:14spx;
  color:#0C315C;
}

a.pay-link{
  color:#32B1E7 !important;
	text-decoration: none !important;
}

a.pay-link:hover{
  text-decoration: underline !important;
}

a.press-link{
  color:#fff;

}

a.press-link:hover, a.press-link:focus, a.press-link:active{
  color:#9e815b;
  text-decoration: none;
}

.hide{
	display: none!important
}


/*Judge*/

.row.evaluate-bg{
	margin-left: 0px !important;
  margin-right: 0px  !important;
}

.evaluate-bg{
  background: #9e815b;
  margin:0 0 80px 0 !important;

}

.evaluate-bg h3{
	color:#FFF;
}

.evaluate-bg h4{
	color:#9e815b;
}

.evaluate-bg-title{
  padding: 30px;
}

label{
  font-weight: normal;
}

.judge-select {
    border: 0;
    width: 100%;
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #FFF
}

.profile-btn{
	background-color: #9e815b;
	color: #FFF;
	border: none;
	padding: 8px 20px;

}

.profile-btn:hover{
	color: #FFF !important;
}

#judge-entry-desc h3{
	font-size: 20px !important;
}

.judgeForm{
	margin-top: 45px;
	margin-left: 20px;

}

#thumbArea {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	border : 1px solid #E8E8E8;
}
#thumbArea img {
	outline: medium none;
	vertical-align: middle;
	width: 100%;
}

#judgeImageTab a{
	font-size: 20px !important;
}
.judge-entry-desc-cont {
    height: 230px;
    max-height: 230px;
    overflow: scroll;
    overflow-x: hidden;
}

.judge-entry-scroll{
  color:#aaaaaa;
}

.text-lighter{
  font-weight: 200;
}

.text-ucase{
text-transform: uppercase;
}

a.judge-redirect-link{
  color:#000;
}

a.judge-redirect-link:hover, a.judge-redirect-link:focus{
  text-decoration: none;
}

.judge-iframe {
    width: 100%;
    height: 600px;
    border: 1px solid #98A3A1;
}

.judge-redirect-row {
    padding: 15px 0;
}

.judge-range-slider {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: #AAAAAA;
    height: 2px;
    border-radius: 2px;
    border: none;
    margin-top: 10px;
    width: 65% !important;
    float: left;
}

.judge-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #231F20;
  height:15px;
  width:15px;
  border-radius: 15px;
  background: #231F20;
  cursor: pointer;
  margin-top: 0; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */

}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background:#231F20;
    border: 1px solid #231F20;
    height:15px;
    width:15px;
    border-radius: 15px;
}

input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #231F20, 0px 0px 1px #231F20;
  border: 1px solid #231F20;
  height:15px;
  width:15px;
  border-radius: 15px;
  background: #ffffff;
}


.judge-input-score {
    float: right;
    border: 1px solid #9e815b;
    width: 25%;
    max-width: 80px;
    margin-top: 2px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

.judge-final-score {
    width: 100%;
    margin:30px 0 15px 0;
}

.judge-final-score .text-right{
    font-style: italic;
    font-size: 24px;
}

.judge-comment{
  border-radius: 5px;
  border:0;
  width:100%;
  padding:5px;
}

.judge-onebtn {
    clear: both;
    background-color: black;
    color: #fff;
    width: 100%;
    margin-top: 8px;
    padding: 10px;
    border-radius: 5px;
    border: none;
}

.judge-onebtn-sm {
    clear: both;
    background-color: black;
    color: #fff;
    margin-top: 8px;
    padding: 10px;
    border-radius: 5px;
    border: none;
    width:28%;
}

#judgeUrlTab td, #judgeUrlTab th{
    padding: 5px;
}

.nav-tabs {
    border-bottom: 1px solid #FFF !important;
}

.nav-tabs li:not(:first-child) {
    border-left: 1px solid #9e815b;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background: #0E1D2F  !important;
	background-color : #0E1D2F !important;
	border-radius: 0 !important;
  border: 1px solid transparent !important;
	color:#FFF !important;
}

.nav-tabs>li>a {
    margin-right: 0px !important;
		border-bottom: 1px solid #9e815b !important;
		border-radius: 0 !important;
	}


	.tab-content .tab-pane {
    padding: 30px 25px;
    font-size: 16px;
    color: #828282;
    text-align: left;
    line-height: 24px;
    text-align: justify;
		background-color: white !important;
}



.judge_left{
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	height: 380px;
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	/*margin-left: -15px;*/
}

.judge_small_img{
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	margin: auto;
}

.judge_row{
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: black;
}

.judge_right{
	padding: 20px;
	background-color: black;
	overflow: auto;
	height: 320px;
	width: 100%;
}

.judge_right::-webkit-scrollbar {
    width: 5px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.judge_right::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.judge_right::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 5px;
}


.judge_writeup{
	color: #b2b2b2;
	max-width: 90%;
	margin-top: 20px;
}

.judge_name{
	color: #fff;
	font-size: 35px;
	margin-bottom: 10px;
	line-height: 1;
}

.judge_title_company{
	color: #9e815b;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 25px;
}

.judge_country{
	color: #fff;
	margin-bottom: 20px;
	font-size: 19px;
	position: relative;
}

.judge_country:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 3px;
	width: 25px;
	background-color: #9e815b;
}

.gradient_top{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a0202+58,d8d8d8+100&0.72+58,0+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1OCUiIHN0b3AtY29sb3I9IiMwYTAyMDIiIHN0b3Atb3BhY2l0eT0iMC43MiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDhkOGQ4IiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(10,2,2,0.72) 58%, rgba(216,216,216,0) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(58%,rgba(10,2,2,0.72)), color-stop(100%,rgba(216,216,216,0))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top,  rgba(10,2,2,0.72) 58%,rgba(216,216,216,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top,  rgba(10,2,2,0.72) 58%,rgba(216,216,216,0) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top,  rgba(10,2,2,0.72) 58%,rgba(216,216,216,0) 100%); /* IE10 preview */
	background: linear-gradient(to bottom,  rgba(10,2,2,0.72) 58%,rgba(216,216,216,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b80a0202', endColorstr='#00d8d8d8',GradientType=0 ); /* IE6-8 */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 1;
}

.gradient_bottom{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8d8d8+0,0a0202+37&0+0,0.72+37 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzBhMDIwMiIgc3RvcC1vcGFjaXR5PSIwLjcyIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(216,216,216,0) 0%, rgba(10,2,2,0.72) 37%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,216,216,0)), color-stop(37%,rgba(10,2,2,0.72))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top,  rgba(216,216,216,0) 0%,rgba(10,2,2,0.72) 37%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top,  rgba(216,216,216,0) 0%,rgba(10,2,2,0.72) 37%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top,  rgba(216,216,216,0) 0%,rgba(10,2,2,0.72) 37%); /* IE10 preview */
	background: linear-gradient(to bottom,  rgba(216,216,216,0) 0%,rgba(10,2,2,0.72) 37%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d8d8d8', endColorstr='#b80a0202',GradientType=0 ); /* IE6-8 */
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 1;

}

.judge_search{
	padding: 5px 15px;
	width: 100%;
	border: 1px solid #cccccc;
	height: 40px;
}

.judge_search_submit{
	/*width: 100%;*/
	background-color: #ee4036;
	color: #fff;
	padding: 5px 35px;
	font-size: 18px;
	border: none;
	float: right;
	margin-bottom: 5px;
	height: 40px;
}

.judge_search{
	margin-bottom: 5px;
}


.judge_social_media{
	padding-left: 0px;
	list-style-type: none;
	margin-top: 25px;
	margin-bottom: 25px;
}

.judge_social_media > li:hover{
	background-color: #9e815b;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
	cursor: pointer;
}

.judge_social_media > li:hover > a{
	color: #fff;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}

.judge_social_media_link{
	color: #C2A02E;
}




.store_page{
	margin:0;
	padding-top: 30px;
	padding-bottom: 100px;
	color: #000;
	background: radial-gradient(#07315D, #000123);
    background-image: -webkit-gradient(left, #000015 0%, #113259 48%, #302E57 90%);
    background-image: -webkit-linear-gradient(left, #000015 0%, #113259 48%, #302E57 90%);
    background-image: -moz-linear-gradient(left, #000015 0%, #113259 48%, #302E57 90%);
    background-image: -o-linear-gradient(left, #000015 0%, #113259 48%, #302E57 90%);
    background-image: linear-gradient(left, #000015 0%, #113259 48%, #302E57 90%);
}
/*media*/
.media-dl{
	list-style-type: none;
	padding-left: 0px;
	display: inline-block;
}
.media-dl-long{
	font-size: 15px;
  float: right;
  padding-right: 40px;
  margin-bottom: 0;
}

.media-dl-long span{
  padding-right: 10px;
}

.media-dl li{
	padding: 5px 11px;
	float: left;
	position: relative;
}

.media-dl li a{
	color: #9e815b;
}

.media-dl li:not(:last-child):after{
	content: '';
	position: absolute;
	width: 1px;
	background-color: #9e815b;
	height: 15px;
	top: 10px;
	right: 0;
}

.margin-auto{
	margin: auto;
}


.media-img{
	max-width: 65%;
}

.media-cont {
    background-color: #ebebeb;
    margin-top: 20px;
    padding: 15px 15px;
    text-align: center;
    border: 1px solid #ebebeb;
		min-height: 2000px;
  }



.media-cont h3{
  text-transform: uppercase;
  height: 65px;
	color:#5E321A;
	font-family: 'FoglihtenNo07' !important;
}

.media-cont img {
    margin-top: 15px;
}

.media-stat-choose {
    float: left;
    max-width: 50%;
    opacity: 0.6;
}

.media-item {
    margin-top: 30px;
    font-size: 16px;
    margin-bottom: 0px;
}
.graphic_container{
	padding: 30px;
}




/*store.php*/



.store-choose-cont{
	padding: 15px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	background-color:#FFF;
}



.store-welcome{
	line-height: 2;
	margin-bottom: 30px;
	font-size: 16px;
}



.store-bot-text{
	color: #000;
	height: 30px;
	text-align: center;
  font-weight: normal;
  font-size: 18px;
	margin-top: 55px;
}



.store-form{
  padding: 30px 0px;
	color: #000;
}



.store-input{
	width: 100%;
	border: 1px solid #000;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance:none;
  color:#000;

}

.store-input option{
  color:#000 !important;
}



.store-top-big{
	color: #9e815b;

}



.store-top-small{

	font-size: 14px;

}



.store-top-spacing{
	margin-top: 10px;
}




.store-qty{
	border: 1px solid #000;
	padding: 3px 5px;

}



.store-login{

	color: #216db4;

	border: 1px solid #216db4;

	text-align: center;

	padding: 5px 15px;

	margin-top: 30px;

	font-size: 16px;

	-webkit-transition-duration:0.5s;

	-moz-transition-duration:0.5s;

	-webkit-transition-duration:0.5s;

	-o-transition-duration:0.5s;

	transition-duration:0.5s;

}



.store-login:hover{
	cursor: pointer;
	background-color: #216db4;
	color: #fff;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}



.storesubmit{
	text-align: center;
	color: #fff;
	background-color: #216db4;
	padding: 5px 15px;
	font-size: 32px;
	cursor: pointer;
}



.content-extra{

	display: none;

	position: absolute;

	top: 100%;

	left: 0;

	z-index: 1;

	background-color: black;

}




.store-noread{

	color: #C2A02E;

    float: right;

    font-size: 48px;

}



#store-price{

	font-size: 32px;

}



#store-status{

	font-size: 18px;

}


#store{
	margin: 30px 0;
}





.store-left{

	position: relative;
	padding: 25px 80px;

}



.sample-text{
	color: black;
	line-height: 1;
}

.stat_sample_yy{
		position: absolute;
		top: 148px;
		width: 226px;
		left: 122px;
		text-align: center;
		font-size: 26px;
		line-height: 1.2;
		height: 38px;
		background-color: #000;
		color: #FFF;
		padding: 4px;
		letter-spacing: 2px;
		font-family: 'HelveticaNeueCondensed';
}


.stat_sample_text{
		position: absolute;
		top: 188px;
		width: 280px;
		left: 98px;
		text-align: center;
		font-size: 16px;
		font-family: 'HelveticaNeueCondensed';

}

.stat_sample_text p{
  margin: 0 0 5px !important;
}





.cert_sample_text{
	position: absolute;
	top: 435px;
  left: 32px;
  text-align: center;
  font-size: 15px;
	width: 88%;
}

.cert_sample_text_1{
	position: absolute;
	top: 420px;
	left: 32px;
	text-align: center;
	font-size: 15px;
	width: 88%;
}

.cert_sample_text_2{
	position: absolute;
	top: 300px;
	left: 32px;
	text-align: center;
	font-size: 15px;
	width: 88%;
}

.cert_sample_text p{
	margin-bottom: 6px;
}



.cert-text-left{
	color: #fff;
  max-width: 80%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 80px;
  line-height: 2;
  font-size: 16px;
}



.store-sel-up{
  	color: #000;
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 0px 5px;
}



.store-sel-down{
	color: #000;
  position: absolute;
  right: 1px;
  bottom: 1px;
  padding: 0px 5px;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.store-left{
	float: left;
	width: 58%;
}



.store-right{
	width: 42%;
	float: left;
	padding: 15px;
}

.store-right .store-p{
	margin: 0 0 18px !important;
}



.store-product{
	max-width: 1250px;
	margin: auto;
}


.store_product_heading{
	color: #5E321A;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 500 !important;
	font-family: 'FoglihtenNo07';
	line-height: 1.2;
}



.store-read{
	color: #C2A02E;
}



.store-read:hover{
	text-decoration: none;
	color: #C2A02E;
}



#cert-popup{
	margin: auto;
}



.cert-popup-left{
	width: 100%;
	max-width: 500px;
	padding: 20px;
	background-color: #fff;
  margin-top: 200px;
	text-align: center;

}



/*winner.php*/

#win-form-2017{
	margin-bottom: 45px;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.win-search{
	list-style-type: none;
	padding-left: 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
}

.win-search li{
	float: left;
	padding: 0px 20px 0px 50px;
	text-align: left;
}

.win-form-submit{
	display: block;
	margin-bottom: 5px;
	background-color: transparent;
	color: #000;
	min-width: 80px;
	border: 1px solid #9e815b ;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}

.win-form-submit:hover, .win-form-submit:focus{
	background-color: #000;
	color: #FFF;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}

.win-form-type{
	color: #000 !important;
}

.win-form-down{
	position: absolute;
    color: #000;
    right: 5px;
    top: -4px;
    font-size: 27px;
    z-index:-1;
}

.win-2017-logo{
	position: absolute;
	top: 0;
	right: 10px;
}

.pagination-cont{
	width: 100%;
	text-align: center;
	margin-top: 100px;
}

.product-list-pagination{
	list-style-type: none;
	padding-left: none;
	display: inline-block;
}

.product-list-pagination li{
	float: left;
	padding: 10px;
	font-size: 22px;
}

.product-list-pagination .active a{
	color: black;
}

.product-list-pagination li a{
	color: #939597;
}



.winner-container, .media-container {
		max-width: 96%;
		margin: auto;
}





.winselect{
	width: 95%;
	color: #939597;
	font-size: 16px;
	border:none;
	background-color: transparent;
  -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;

}



.winselect::-webkit-input-placeholder{
	display: none;
}



.wininput{

	width:100%;

	border: 1px solid #C1A02E;

	border-radius: 5px;

	padding: 10px;

	background-color: transparent;

}



#winsearchico{

	position: absolute;

	right: 10px;

	z-index: -1;

	top: 10px;

}



.win-form-down{
  	position: absolute;
    color: #000;
    right: 5px;
    top: -4px;
    font-size: 27px !important;
    z-index:-1;
}



.winner-thumbnail, .highlight-thumbnail{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}



.winner-row{
	display: flex;
	flex-wrap: wrap;
}

.flex-row{
	display: flex;
	flex-wrap: wrap;
}

.box {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 100%;
}

.stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}




.winner-info-cont{
	background-color: #f7f8f8;
	padding: 15px;
	padding-top: 0px;
	min-height: 300px;
	position: relative;
	margin-bottom: 25px;
}

.winner-cont-left{
	  float: left;
    width: 68%;
}



.artwork-name{
	float: left;
	margin-top: 10px;
	margin-bottom: 1px;
	min-height: 90px;

}



.artwork-name a{
	font-size: 16px;
	line-height: 20px;
	color: #231f20;

}



.artwork-name a:hover, .artwork-name a:focus{
	text-decoration: none;
	color: #007ABF;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;

}

.winner-buy{
 margin-top: 18px;
}

.winner-button{
	list-style-type: none;
	margin-block-start: 0px !important;
  margin-block-end: 0px !important;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px !important;
}




.winner-button li{
	float: left;
	padding: 3px 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #9e815b;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
	display: block;
	width: 48.5%;
	text-align: center !important;
}



.winner-button li:hover{
	background-color: #9e815b;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
	color:#FFF !important;
}

.winner-button li a{
	color: #9e815b;
	font-size: 14px;

}

.winner-button li a:hover{
	color:#FFF !important;
}





.winner-button li:not(:first-child):hover{
	background-color: #9e815b;
	color: #fff;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}


.winner-social{

	position: absolute;

	right: 15px;

	bottom: 15px;

	list-style-type: none;

}



.winner-social li{

	float: left;
	padding: 5px 8px;
	margin-left: 3px;
	border: 1px solid #9e815b;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;

}



.winner-social li:hover{
	background-color: #9e815b;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;

}



.winner-social li:hover .winglobe{
	color: #fff;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}

/*winner_info*/

.winner_info_cont{
  	background-color: #fff;
    padding-bottom: 50px;
    border: 1px solid #CECEBF;
		margin-top: 60px;
}



.winner_row_1{

	padding: 0px 25px;

	border-bottom: 1px solid #CECEBF;

	padding-bottom: 10px;

}



.winner_info_art_name{

	color:black;

	font-size: 24px;

	letter-spacing: 3px;

	margin-top: 25px;

	margin-bottom: 25px;

}



.winner_info_1{
	margin-bottom: 0px;
	letter-spacing: 1px;
}



.winner_info_2{
	font-size: 18px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	color: #939597;
}



.winner_info_topleft{
	margin-top: 10px;
	margin-right: 15px;
	font-size: 16px;

}



.winner_info_topleft p{
	margin-bottom: 10px;
	margin-top: 20px;
}



.winner_row_2{
	padding: 15px 25px;
}



.winner_info_info{
	color: #939597;
	font-size: 18px;
	margin-bottom: 50px;
}



.credit_name{
	padding: 0px 25px;
	font-size: 16px;
}



.credit_table{
	padding: 0px 25px;
}



.winner_info_title{
	float: left;
	min-width: 250px;
	font-size: 14px;
}



.winner_info_extra_name{
	float: left;
	color: #888888;
	font-weight: bold;
	font-size: 14px;
}



.extra_info_row{
	padding: 15px 25px;
	color: #939597;
	font-size: 18px;
}



.more_winner{
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 18px;
}



.share-ul{
	list-style-type: none;
	padding-left: 10px;
}



.share-ul li{
	float: left;
}



.share-ul li{
	padding: 5px 8px;
	border: 1px solid #C2A02E;
	color: #C2A02E;
	margin-left: 5px;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
	position: relative;
	overflow: hidden;
}



.share-ul li:hover, .share-ul li:focus{
	background-color: #C2A02E;
	color: #fff;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
	cursor: pointer;
}



.winner_share{

	margin-top: 15px;

	margin-bottom: 15px;

	padding: 0px 25px;

	float: right;

}



.share-left{
	font-size: 16px;
	color: #939597;
	margin-bottom: 0px;
	margin-top: 5px;
}



.fb-share-button{
	position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
}



.twitter-share-button{
   position: absolute !important;
  top: 0;
  left: 0;
  margin-top: 5px;
  opacity: 0;
}



.share-ul li span, .share-ul li div{
	position: absolute !important;
  top: 0;
  left: 0;
  margin-top: 2px;
  opacity: 0;
}



.winner_info_video{
	width: 100% !important;
}


.winner_website{
	width: 100%;
	height: 600px;
	border: none;
}



.website_click_view{
	padding: 15px;
	font-size: 18px;
}



.website_click_view a{
	color: #939597;
	font-size: 18px;
}



.credit-row{
	margin-top: 50px;
	border-top: 1px solid #CECEBF;
	padding-top: 30px;
}



.winner_info_bg_section{
	background-color: #f5f5f5;
  margin-top: -30px;
  padding-top: 30px;
  margin-bottom: -30px;
  padding-bottom: 30px;
}



.website-row{
	padding-top: 30px;
}



.winner_info_section_seperator{
	margin-top: 50px;
	width: 100%;
	height: 1px;
	background-color: 	#CECEBF;
}



.highlight-info-cont{
	background-color: #000;
	padding: 20px;
	padding-top: 0px;
	height: 100%;
	position: relative;
	margin-bottom: 25px;
}

.highlight-info-cont.lg{
	min-height: 370px !important;
}

.highlight-cont-left{
	  float: left;
    width: 70%;
}



.highlight-entertype {
	position: relative;
	width: 28%;
	padding: 6px 10px;
	color: #fff;
	background-color: #000;
	font-size: 14px;
	float: left;
}

.highlight-entertype:after {
    content: '';
    position: absolute;
		top: 0px;
		right: 0;
		width: 0;
		height: 0;
		border-top: 35px solid transparent;
		border-right: 35px solid #9e815b;
		transform: rotate(270deg);
}

.highlight-country {
	position: relative;
	width: 72%;
	padding: 6px 10px 6px 5px;
	color: #fff;
	text-align: right;
	background-color: #9e815b;
	font-size: 14px;
	float: left;
	text-align: right;
}

.highlight-info1{
	font-size: 15px;
	color: #FFF;
	margin-bottom: 2px;
}


.highlight-info2{
	font-size: 15px;
	color: #949599;
	margin-bottom: 8px;
	line-height: 1.3 !important;
}

.highlight-name{
	color: #9e815b;
	float: left;
	font-size: 22px;
	font-family: 'FoglihtenNo07' !important;
	font-weight: 500;
	line-height: 24px;
	margin-top: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
	width: 100%;
}

.highlight-name a{
	color : #9e815b;
}


.highlight-name a:hover, .highlight-name a:focus{
	text-decoration: none;
	color: #FCD392 !important;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}


.winner-info-cont{
	background-color: #F7F7F8;
	padding: 15px;
	padding-top: 0px;
	min-height: 300px;
	position: relative;
	margin-bottom: 25px;
}





.winner_box_bg{
	background-color: #000;
}


.winner-logo{
    float: right;
  	max-height: 160px;
		margin-right: -5px;
}



.winner-info1{
	font-size: 14px;
	color: #0068B7;
	margin-bottom: 2px;
}


.winner-info2{
	font-size: 14px;
	color: #939597;
	margin-bottom: 18px;
}

.winner-info-details{
	color: #0068B7;
	margin-bottom: 2px;
  letter-spacing: 1px;
}

.winn-button{
	position: absolute;
	font-size: 16px;
	left: 15px;
	bottom: 28px;
	color: #9e815b;
	border: 1px solid #9e815b;
	padding: 1px 5px;
}

.winn-button:hover{
	color: #fff;
	background-color: #9e815b;
	border: 1px solid #9e815b;
}

.winner-social{
	position: absolute;
	right: 15px;
	bottom: 15px;
	list-style-type: none;
	padding: 0px;

}



.winner-social li{
	float: right;
	padding: 5px 8px;
	margin-left: 3px;
	line-height: 1;
	border: 1px solid #9e815b;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}


.winner-social li a{
	color: #9e815b;
}





.winner-social li:not(:first-child):hover{
	background-color: #9e815b;
	color: #fff;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}



.winner-social li:hover .winglobe{
	color: #fff;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}



.winner-entertype{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	padding: 5px;
	color: #fff;
	background-color: black;
	border-bottom: 5px solid #19345B;
	font-size: 14px;
}



.winner-country {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    padding: 5px;
    color: #fff;
    text-align: right;
    background-color: #19345B;
    border-top: 5px solid black;
		font-size: 14px;
}

.winner-country:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 25px solid black;
    border-right: 25px solid transparent;
}



.winner_box_top{
	padding: 0;

}




/*winner_info*/

.winner_info_cont{
	background-color: #fff;
  padding-bottom: 50px;
  border: 1px solid #CECEBF;

}



.winner_row_1{
	padding: 0px 25px;
	border-bottom: 1px solid #CECEBF;
	padding-bottom: 10px;
}



.winner_info_art_name{
  color:black;
	font-size: 24px;
	letter-spacing: 3px;
	margin-top: 25px;
	margin-bottom: 25px;
}



.winner_info_1{
	margin-bottom: 0px;
	letter-spacing: 1px;
}



.winner_info_2{
	font-size: 18px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	color: #939597;
}



.winner_profile_1{
	margin-bottom: 0px;
	letter-spacing: 1px;
}



.winner_profile{
	font-size: 18px;
	margin: 0px 0px 5px 0px;
	color: #9e815b;
}

.winner_profile_info{
	font-size: 17px;
	margin: 0px 0px 30px 0px;
	color: #FFF !important;
}



.winner_info_topleft{
	margin-top: 10px;
	margin-right: 15px;
	font-size: 18px;
}



.winner_info_topleft p{
	margin-bottom: 10px;
	margin-top: 20px;
}



.winner_row_2{
	padding: 15px 25px;
}



.winner_info_info{
	color: #939597;
	font-size: 18px;
	margin-bottom: 50px;
}



.credit_name{
	padding: 0px 25px;
	font-size: 20px;
}



.credit_table{
	padding: 0px 25px;
}



.winner_info_title{
	min-width: 250px;
	font-size: 14px;
	color: #929497;
	font-size: 18px;
}



.winner_info_extra_name{
  color: #231F20;
	font-weight: bold;
	font-size: 24px;
}



.winner_info_seperator{
	margin: 0;
	border: none;
	height: 1px;
	background-color: #CECEBF;
}


.more_winner{
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 18px;
}


.share-ul{
	list-style-type: none;
	padding-left: 10px;

}


.share-ul li{
	float: left;
}


.share-ul li{
	padding: 5px 8px;
	border: 1px solid #0068B7;
	color: #0068B7;
	margin-left: 5px;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
	position: relative;
	overflow: hidden;
}



.share-ul li:hover, .share-ul li:focus{
	background-color: #0068B7;
	color: #fff;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
	cursor: pointer;
}


.winner_share{
	margin-bottom: 15px;
	padding: 0px 25px;
	float: right;
}


.share-left{
	font-size: 16px;
	color: #939597;
	margin-bottom: 0px;
	margin-top: 5px;
}



.fb-share-button{
	position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
}



.twitter-share-button{
	position: absolute !important;
  top: 0;
  left: 0;
  margin-top: 5px;
  opacity: 0;
}



.share-ul li span, .share-ul li div{
	position: absolute !important;
  top: 0;
  left: 0;
  margin-top: 2px;
  opacity: 0;
}



.winner_info_video{
	width: 100% !important;
}






a.view-link{
   color:#AFAAAB;
}

a..view-link:hover, a..view-link:active, a.view-link:focus{
   color:#AFAAAB;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
   border-color: #9e815b !important;
   background-color: #9e815b !important;
	 color: #FFF !important;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
   color:#72002F !important;
}

.pagination > li > a, .pagination > li > span{
  color:#72002F !important;
}

.pagination > li:first-child > a, .pagination > li:first-child > span{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {

    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;

}

.popupopa{
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	display: none;
	z-index: 999;
	overflow: auto;
}

.popupclose{
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
}

.popupcontent{
	width: 100%;
	max-width: 1000px;
	margin: auto;
	margin-top: 10%;
	overflow: auto;
	background-color: #fff;
	padding: 40px 20px;
	z-index: 1;
	position: relative;
}

.login_popup{
		background-image: url('../images/store/2025/Noble-Hotel-Awards-Statuette.png');
		background-position: 15%;
		background-size: auto 100%;
		background-repeat:no-repeat;
		max-width: 1000px;
		min-height: 450px;
	}

	.login_popup2{
			background-image: url('../images/store/2025/Noble-Hotel-Awards-Certificate-2025.jpg');
			background-position: 10%;
			background-size: auto 100%;
			background-repeat:no-repeat;
			max-width: 1000px;
			min-height: 450px;
		}

#closebtn{
	position: absolute;
	top: 10px;
	right: 10px;
}

#closebtn:hover{
	cursor: pointer;
}

.gallery-highlight{
	background-color: #113259;
	background-image: -webkit-gradient(90deg, #000015 0%, #113259 51%, #302E57 75%);
  background-image: -webkit-linear-gradient(left, #000015 0%, #113259 51%, #302E57 75%);
  background-image:    -moz-linear-gradient(left, #000015 0%, #113259 51%, #302E57 75%);
  background-image:      -o-linear-gradient(left, #000015 0%, #113259 51%, #302E57 75%);
  background-image:         linear-gradient(left, #000015 0%, #113259 51%, #302E57 75%);
  margin-bottom:45px;
  border-top-left-radius: 50px;
  padding-left:0px !important;
  padding-right: 0px !important;
  border-bottom-right-radius: 50px;
  overflow:hidden;
	min-height: 360px;
}

.gallery-thumbnail{
  height: 265px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomright: 50px;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
}

.gallery-info{
  padding:15px 50px 15px 20px;
}

.gallery-title{
	 min-height: 46px;
}

.gallery-info .gallery-title a{
  color:#FFF;
  letter-spacing: 2px;
	text-transform: uppercase;
}

.gallery-info .gallery-title a:hover{
text-decoration: none;
}

.gallery-info .gallery-name{
  color:#9e815b;
  font-size: 13px;
  margin-top:3px;
}

.gallery-highlight .gallery-more{
   text-align:right;
}

.gallery-highlight .gallery-more a{
  width: 120px;
  height: 45px;
  padding-top:2px;
  display: inline-block;
  color:#002C41;
   letter-spacing:2px;
  background-color: #C0842A;
  background-image: -webkit-gradient(90deg, #EDD18D 0%, #F4E8D8 30%, #C0842A 50%, #E0B271 75%);
	background-image: -webkit-linear-gradient(left, #EDD18D 0%, #F4E8D8 30%, #C0842A 50%, #E0B271 75%);
	background-image:    -moz-linear-gradient(left, #EDD18D 0%, #F4E8D8 30%, #C0842A 50%, #E0B271 75%);
	background-image:      -o-linear-gradient(left, #EDD18D 0%, #F4E8D8 30%, #C0842A 50%, #E0B271 75%);
	background-image:         linear-gradient(left, #EDD18D 0%, #F4E8D8 30%, #C0842A 50%, #E0B271 75%);

  -webkit-transform:rotate(-40deg);
   -moz-transform:rotate(-40deg);
   -o-transform:rotate(-40deg);
  transform:rotate(-40deg);
  margin-top: -30px;
  margin-right: -30px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  -moz-border-radius-bottomleft: 50px;
  -moz-border-radius-bottomright: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  font-weight: 300;
  text-align: center;
}

.gallery-highlight .gallery-more a:hover, .gallery-highlight .gallery-more a:focus{
   text-decoration: none;
   background-color: #F18900;
}

#filters{
  padding: 0;
  margin: 0px 0 0px 0;
  text-align: center;
  position: relative;
	background-color: #9e815b;
	background-color: #9e815b;
	background-image: -webkit-gradient(left, #EBC17D, #A47D30);
	background-image: -webkit-linear-gradient(left, #EBC17D, #A47D30);
	background-image: -moz-linear-gradient(left, #EBC17D, #A47D30);
	background-image: -o-linear-gradient(left, #EBC17D, #A47D30);
	background-image: linear-gradient(left, #EBC17D, #A47D30);
	margin-block-start: 0px !important;
	margin-block-end: 0px !important;
	margin-inline-start: 0px !important;
	margin-inline-end: 0px !important;
	padding-inline-start: 0px !important;
}

#filters li {
    padding: 0;
    display: inline-block;
    margin: 8px 2%;
}

#filters li a{
  color:#000;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 18px;
	font-weight: lighter;
}

#filters li a:hover{
  color:#FFF;
  text-decoration: none;
}
#filters .selected{
    text-decoration: none;
    position: relative;
    color:#FFF;
}



.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}


.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0;
		border-top: 0 !important;
}

.table-sm td, .table-sm th {
}

.image-upload{
  padding-bottom: 15px;
}

.image-upload .action{
	background-color: #9e815b;
}

.image-upload .thumbnail-wrapper{
	overflow: hidden;
  position: relative;
  height: 150px;
  width: 100%;
	background-color: #f2f7ed;
}

.image-upload img{
	width: 100%;
	vertical-align: middle;
	position: relative;
	margin: auto;
  display: block;
}

.image-upload .action a{
	color: #FFF;
}

.image-upload .action a:hover{
	color: #9e815b;
}



.filter-ul {
  list-style-type: none;
  margin: 35px 0;
  padding: 0;
  overflow: hidden;
	display: inline-block;
	max-width: 1300px;
}

.filter-ul li:first-child {
  float: left;
	border-left: 0px solid #949599;
}

.filter-ul li {
  float: left;
	border-left: 1px solid #949599;
}

.filter-ul li a {
  display: block;
  text-align: center;
  padding: 0px 20px;
  text-decoration: none;
	color: #949599;
	cursor: pointer;
}

.filter-ul li.active a, .filter-ul li a:hover {
	color: #9e815b;
	text-decoration: underline !important;

}

.qq-gallery.qq-uploader:before {
    font-size: 17px !important;

}

.qq-gallery.qq-uploader{
	border: 1px dashed #767777 !important;
}

#profile-banner{
	min-height: 700px;
	background-color: #000;
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}


.profile-info{
	background-color: #000;
}

.profile-info .h1{
	font-family: 'FoglihtenNo07' !important;
	font-size: 40px !important;
	text-transform: uppercase;
}

.profile-info ul.social {
    list-style-type: none;
    float: right;
		margin-top: 20px;
}

.profile-info ul.social li {
    padding: 5px 10px;
    margin-left: 10px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: relative;
    overflow: hidden;
		float: left;
		font-size: 20px;
		border: 1px solid #9e815b;
		border-radius: 50%;
		width: 42px;
		height: 42px;
		text-align: center;
}

.profile-info ul.social li:hover {
    background-color: #9e815b;
}

.profile-info ul.social li a{
  color: #9e815b !important;
}

.profile-info ul.social li:hover a{
  color: #fff !important;
}


.profile-brief{
	background-color: #FFF;
	padding: 60px 0px;
}

.profile-brief ul.collection {
	list-style: none;
  margin-block-start: 0px !important;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px !important;
}

.profile-brief ul.collection li{
  display: inline-block;
	border:1px solid #444;
	padding: 5px 12px;
	margin-left: 8px;
	margin-bottom: 5px;
	font-size: 16px;
}

.profile-brief .share-label{
	text-align: right;
}

.profile-features{
	background-color: #F1E9E6;
	padding: 60px 0px;
}



.profile-features .features-box{
	border:1px solid #AFAFAF;
	text-align: center;
	background-color: #FFF;
	padding: 10px;
  min-height: 175px;
}

.profile-features .features-box .features-icon{
	padding: 10px;
}
.profile-features .features-box .features-icon img{
	max-width: 80px !important;
	margin: auto;
}

.profile-features .features-box .text{
	font-size: 14px;
}

.profile-gallery{
	background-color: #000;
	padding: 60px 0px;
}

.profile-gallery .masonry {
	column-count: 4;
	column-gap: 16px;
}

.profile-gallery .masonry .mItem {
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}

.profile-gallery .masonry .mItem img {
  width: 100%;
}



.profile-location{
	background-color: #F1E9E6;
	padding: 60px 0px;
	font-size: 19px;
}

.profile-location .locate{
	list-style: none;
	margin-block-start: 0px !important;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px !important;
}

.profile-location .locate li{
		margin-bottom: 15px;
}

.profile-location .locate li a{
	color: #000 !important;
}

.profile-location .locate a i{
	color: #9e815b!important;
	width: 25px;
}

.profile-features .h2, .profile-brief .h2, .profile-gallery .h2, .profile-location .h2{
	font-family: 'FoglihtenNo07' !important;
	font-size: 38px !important;
	text-transform: uppercase;
}

.profile-winners{
	background-color: #FFF;
	padding: 60px 0px 90px 0px;
}

#profile{
	background-color: #000;
}



#profile .container, #agoda .container {
    width: 90% !important;
}

#profile .location{
	color: #9e815b;
}

#profile .name{
	color: #FFF;
	font-size: 45px;
	font-family: 'FoglihtenNo07' !important;
  letter-spacing: 2px !important;
	margin-top: 10px;
}

#profile .address{
	color: #949599;
	font-size: 20px;
}

#profile ul.locate {
    list-style-type: none;
    float: right;
}

#profile ul.locate li {
    padding: 5px 10px;
    margin-left: 5px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: relative;
    overflow: hidden;
		float: left;
		font-size: 18px;
}

#profile ul.locate li a{
       color: #9e815b !important;
}

#profile ul.social {
    list-style-type: none;
    float: right;
		margin-top: 20px;
}

#profile ul.social li {
    padding: 5px 10px;
    margin-left: 10px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: relative;
    overflow: hidden;
		float: left;
		font-size: 20px;
		border: 1px solid #B0802B;
		border-radius: 50%;
		width: 42px;
		height: 42px;
		text-align: center;
}

#profile ul.social li a{
  color: #B0802B !important;
}


.brief-row{
	min-height: 310px;
}

#profile-winner{
	top: 0px;
	display: block;
	width: 100%;
	text-align: right;
}

#profile-winner img{
   max-width: 125px;
	 margin: auto;
}

.brief{
	text-align: left;
	padding-right: 5%;
	font-size: 18px;
}

.fecilities{
	background-color: #B8CBEA;
	padding: 80px 0px;
}

.fecilities h3{
	font-size: 34px !important;
	font-family: 'FoglihtenNo07' !important;
	margin-top: 8px !important;
	margin-left: 65px !important;
}

.fecilities h5{
	color:#A39880;
	margin-top: 0px !important;
  margin-bottom: 3px !important;
	margin-left: 65px !important;
	font-size: 16px !important;
}

.fecilities ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
	margin-left: 20px;
}

.fecilities ul li {
  list-style: none;
  width: 33.333333%;
	padding: 2px 0;
	font-size: 14px;
}

.fecilities ul li .fa{
	color: #A39880;
	padding-right: 10px;
}

#profile-gallery{
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.profile_video{
	height: 600px !important;
	width: 100%;
  border: none;
}

#timeline{
	background-color: #CECCCD;
	padding: 20px 0px 50px 0px;
}

.gallery-img{
	height: 700px !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#vote{
	padding-bottom: 100px;
}

#vote .container{
  width: 95% !important;
	padding-left: 0px !important;
}

#vote .featured-section .featured-content {
    list-style: none;
    margin: 0;
    padding: 0;
}


#vote .featured-section .featured-content li {
    width: 25%;
    float: left;
    line-height: 0;
    position: relative;
}



.layer {
    background-color: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#vote .featured-section .featured-content .featured {
    height: 300px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    position: relative;
    display: inline-block;
		background: rgba(0, 0, 0, 0.5);
		background-size: cover;
}


#vote .featured-section .featured-content .content, #vote .featured-section .featured-content .card .full-width, .card #vote .featured-section .featured-content .full-width {
    position: absolute;
    top: 0;
    padding: 20% 10% 0 8%;
    width: 100%;
}


#vote .featured-section .featured-content .content h2{
    color: #fff;
    font-size: 28px;
    margin: 0;
		font-family: 'CenturyGothic';
}

.btn-vote{
    cursor: pointer;
    margin-top: 50px;
    text-align: center;
    max-width: 80px;
		background-color: #EDD18D;
		background-image: linear-gradient(141deg, #EDD18D 0%, #E5CAA5 30%, #C0842A 50%, #E0B271 75%);
  	padding: 6px 20px;
	  color: #321814;
		text-decoration:none;
}

#voteModal h2{
	font-size: 28px !important;
	font-family: 'CenturyGothic' !important;
	margin-top: 0px !important;
}

#voteModal h4{
	margin-top: 5px !important;
  margin-bottom: 5px !important;
}

#voteModal p{
	font-size: 14px !important;
}

#voteModal .modal-content{
  border-radius: 0px !important;
}

#voteModal .modal-body{
	padding: 0px !important;
}

#voteModal .modal-title {
    width: 90%;
    float: left;
		text-align: center;;
}

#voteModal .vote-bg {
	height: 520px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
}

#voteModal .note{
	 font-size: 12px !important;
}


#agoda{
	background-color: #231F20;
	padding: 50px 0px 50px 0px;
}

.agoda_website{
	width: 100%;
  height: 690px;
  border: none;
}





.StripeElement {
    background-color: white;
    padding: 8px 12px;
    border: 1px solid #949599;
}
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
    border-color: #fa755a;
}
.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#card-errors{
  color:red;
	margin-top: 8px;
	font-style: italic;
}

.form-xsp:first-child{
	padding-left: 15px !important;
}

.form-xsp{
	padding-right: 0px !important;
	padding-left: 5px !important;
}

.div-tbl{
  margin: 20px 0px;
	display: none;
}

#link-nominate{
	cursor:pointer;
}

.tbl-nomination{
	background-color: #7C7D79;
	width: 100%;
}

.tbl-nomination tr td{
	padding: 5px 10px;
	color: white;
	border: 1px solid #E9EBED;
}

.lbl-interview{
	font-weight: 500;
	font-size: 17px;
}

.interviewinput{
	height: 150px;
	padding: 10px;
	border: 1px solid #000;
	width: 100%;
	position: relative;
	color: #231F20;
}



.interview-info-cont{
	background-color: #f2f2f2;
	padding: 20px;
	padding-top: 0px;
	min-height: 315px;
	position: relative;
	margin-bottom: 25px;
	border-bottom: 8px solid #9e815b;
}

.interview-info-cont .interview-name{
  margin-top: 10px !important;
}

.interview-info-cont .interview-name a{
	font-size: 20px;
	color:#9e815b;
}


.interview-info-cont .interview-company{
	font-size: 16px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.interview-info-cont hr{
	border-top: 1px solid #AAAAAA;
	margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.interview-link{
  color: #000;
	border: 1px solid #000;
	font-size: 15px;
	padding: 3px 15px;
	border-radius: 0px;
}

.interview-link:hover{
  background-color: #000;
  color: #fff !important;
}

.interview-info{
 font-size: 15px;
 margin-top: 10px;
 padding: 10px 0;
}

.story-info{
	padding-left: 20px;
}

.story-info .h1{
	margin: 0px !important;
	line-height: 1.1 !important;
  font-size: 52px !important;
}

.story-info .company{
	font-size: 19px;
	margin-top: 20px !important;
	font-weight: 500 !important;
	margin-bottom: 10px !important;
}


.story-info hr.seperator{
	margin-top: 10px;
  margin-bottom: 25px;
	margin-left: 0px;
  border: 0;
  border-top: 2px solid #9e815b !important;
	width: 200px;
}


.interview-social{
	padding-top:  20px;
	list-style-type: none;
	margin-block-start: 0px !important;
  margin-block-end: 0px !important;
 margin-inline-start: 0px;
 margin-inline-end: 0px;
 padding-inline-start: 20px !important;

}



.interview-social li{
	float: left;
	padding: 8px 0px;
	text-align: center;
	width: 40px;
	height: 40px;
	margin-right: 4px;
	border: 1px solid #9e815b;
   display: inline-block;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;

}

.interview-social li a{
	color : #9e815b !important;
  font-size: 20px;
}


.interview-social li:hover{
	background-color: #9e815b;
  color : #FFF !important;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;

}


.interview-social li:hover .winglobe{
	color: #fff;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}


p.accordion.interview {
    background: #FFF;
		border-top:none !important;
		border-left:none !important;
		border-right:none !important;
		border-bottom: 3px solid #000;
    cursor: pointer;
    padding: 15px 0px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin-bottom:0px;
}


p.accordion.interview .number{
	color: #9e815b;
	font-size: 28px;
  font-weight: bold !important;
	line-height: 0.8 !important;
	padding: 0 14px;
	float: left;
	font-family: 'FoglihtenNo07' !important;
}

p.accordion.interview .question{
	float: left;
}



/* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
p.accordion.interview.active, p.accordion.interview:hover {
      color: #000 !important;
			background: #FFF !important;
}



div.panel-faq.interview p {
    margin-bottom: 0px;
    color: #000!important;
}

div.panel-faq.interview{
  	padding: 20px;
    background-color: #FFF;
    transition: 0.4s ease-in-out;
    opacity: 0;
    margin-bottom: 15px;
}

div.panel-faq.interview.show{
opacity: 1 !important;
}

p.accordion.interview.active:after {
    content: "\2212";
}
/* Unicode character for "plus" sign (+) */
p.accordion.interview:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}


.dataTables_wrapper{
	font-size: 14px !important;
}

.dataTables_wrapper .dataTables_filter input{
	border: 1px solid #E2E2E2 !important;
	padding: 5px 8px !important;
}


.media-entertype-bar{
	padding: 10px 0px;
	background-color: #9e815b;
	font-size: 15px;
	color:#FFF;
}


.media-country {
    width: 50%;
    padding: 6px;
    color: #FFF;
    text-align: right;
    background-color: #19345B;
		font-size: 15px;
		float:left;
		position: relative;
}


.media-date {
    color: #000;
		font-size: 16px;
		margin-top: 10px;
}

.media-title a{
	color: #9e815b !important;
	font-size: 16px;
	line-height: 1.4 !important;
}

.media-info{
 font-size: 14px;
 border-top: 1px solid #DBDCDD;
 margin-top: 10px;
 padding: 10px 0;
}

.media-info-cont{
	background-color: #FFF;
	padding: 15px;
	padding-top: 0px;
	min-height: 275px;
	position: relative;
	margin-bottom: 25px;
	border: 1px solid #DBDCDD;
}

.media-link{
  color: #FFF !important;
	border: 1px solid #9e815b;
	background-color: #9e815b;
	font-size: 15px;
	padding: 3px 15px;
	border-radius: 5px;
}

.media-link:hover{
  background-color: #FFF;
	color: #9e815b !important;
}


@media(min-width: 992px){

	.winner_info_video{
		height: 750px !important;
	}

	.winner_website{
		height: 750px !important;
	}

	.lostpwd{
		line-height: 110px;
	}

	.judge_left{
		background-size: cover;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			z-index: 1;
	}

	.judge_right{
		padding: 20px;
		background-color: black;
		overflow: auto;
		height: 320px;
		width: 100%;
		margin-top: 30px;
		margin-bottom: 30px;
	}


	.judge_social_media > li{
		  display: inline;
		  border: 1px solid #9e815b;
			color: #9e815b;
			padding: 9px 0px;
			margin-right: 8px;
			width: 38px;
			height: 38px;
			text-align: center;
			float: left;
	}

	.judge_social_media > li a{
		text-align: center;
	}

	#judge_select{
		margin-left: -15px;
	}

	.cert-popup-items{
		float: left;
	}


	#cert-popup{
		max-width: 1000px;
	}

	.store-choose-cont{
		min-height: 550px;
	}

	.win-search li:nth-child(1){
		border-right: 1px solid #DDDDDD;
		padding: 35px 25px 35px 0px !important;
	}
	.win-search li:nth-child(2){
		border-right: 1px solid #DDDDDD;
	}
	.win-search li:nth-child(3){
		border-right: 1px solid #DDDDDD;
	}
	.win-search li{
		width: 20%;
		padding: 35px 25px;
	}

	.win-search li:last-child {
    padding: 24px 0px 24px 25px;
  }


	.winner-thumbnail, .highlight-thumbnail{
		height: 200px;
		margin-top: 36px;
	}

	.media-thumbnail{
		 height: 300px;
		 background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.winner_info_video{

		height: 750px !important;

	}



	.winner_website{

		height: 750px !important;

	}

}






/* media 992px */
@media(max-width: 992px){

	.winner-thumbnail, .highlight-thumbnail, .media-thumbnail{
		background-image: none !important;
	}

	#cert-popup{
		max-width: 500px;
	}

	.win-search li:nth-child(1){
		border-bottom: 1px solid #FFF;
	}
	.win-search li:nth-child(2){
		border-bottom: 1px solid #FFF;
	}
	.win-search li:nth-child(3){
		border-bottom: 1px solid #FFF;
	}
	.win-search li{
		width: 100%;
		padding: 10px;
	}

	#the-proccess .owl-prev{
		display: none;
	}



	#the-proccess .owl-next{
		display: none;
	}

	#statl{
		z-index:-1;
	}



	#statr{
		z-index:-1;
	}

	.judge_row{
		background-color: black;
	}

	.judge_right{
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.judge_social_media > li{
	    float: left;
	    padding: 5px 10px;
	    margin-bottom: 15px;
	    margin-right: 15px;
	    border: 1px solid #9e815b;
	    color: #9e815b;
	}

}



/* Mobile 768px */
@media(max-width: 768px){

	.h3{
		font-size: 20px !important;
	}

.mobile-row{
	padding : 5px 18px
}

.mt-lg {
	margin-top: 35px !important;
}


.container-fluid{
 padding-right: 0px !important;
 padding-left: 0px !important;
 }

 .navbar-nav .dropdown-menu > li{
	 text-align:center;
 }

 .navbar-inverse .navbar-nav > .home-active{
		 display: none;
 }

 .navbar-collapse.collapse.in {
	 background-color: #000;
 }




.navbar-nav > li > .dropdown-menu{
 border-radius: 0;
 margin-top: 0 !important;

}



.logo-container{
 max-width: 160px;
 padding: 0px 5px;
}

#navbarcontainer{
 background-color: #231F20;
 height: 75px;
}

.navbar-header {
	padding: 5px 10px;
	width: 100%;
}

.input-group .input-group-addon{
 min-width: 155px;
}


.my-nav-button{
 float: right;
}


.top-nav{
	display:none;
}
.navbar-nav{
	margin: 0 !important;
}

#bannercontainer{
	padding: 5px 0px !important;
}


#bannercontainer .entry-text{
	font-size: 26px;
}


#owl-proccess{
 font-size: 16px;
}

.about-content, .enter-content{
	padding-left: 0px;
	padding-right: 0px;
}

#about-noblehotel .about-content, #the-proccess .about-content, #about-ceremony .about-content{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.why-noble-hotel .about-content{
	padding-left: 0px;
	padding-right: 0px;
}

#the-proccess .sub-title{
	padding-left: 0px;
	padding-right: 0px;
}

#the-proccess ul{
	padding-left: 15px;
	padding-right: 0px;
}

#the-proccess .owl-dot{
 width: 22%;
 text-align: center;
 font-size: 14px;
 border: none !important;
 padding:10px 0px;
}

#the-proccess .step-thumb img{
 max-width : 40px !important;
}


#the-proccess .owl-dot .step-title{
 display:none;
}



#the-proccess .owl-dot.active{

 font-weight: bold;
 color: #9e815b !important;
}

#the-proccess .owl-dot.active:after{
 content:'';
 position: absolute;
 bottom: 0px;
 left: 0px;
 height: 2px;
 width: 30%;
 margin-left: 30%;
 background: #9e815b; /* Old browsers */
}

#myCarousel{
	position: initial;
}



.about-noble-world-hotel{
	padding: 40px 0px 40px 0px;
  position: relative;
	text-align: center;

}

h2.prizes-title {
	font-size: 20px;
}

.prizes-whitebox{
	margin-top: 18px; height: 175px;
}

.prizes-whitebox .pd{
	padding: 18px;
}

.prizes-whitebox .desc {
		font-size: 16px;
}

	#howtoenter_bg{

		background-size: 1400px 2000px;

	}

	.why-noble-hotel ol {
		margin-top: 30px;
		border-top: 4px solid black;
}

	.why-noble-hotel ol li{
		font-size: 22px !important;
		font-weight: bold;
		min-height: 120px;
		padding-top:10px;
	}

	.why-noble-hotel ol li p {
			font-size: 14px !important;
			font-weight: normal;
	}

	 #thecategory{
	 background: url("../images/bg-category-m.jpg") no-repeat center top;
	 background-color: #0D0D0D;
	 background-size: cover;
	 min-height: 650px;
	 padding-top: 20px;
	}

	.tbl-category td{
	font-size: 14px;
	}


	.grid-item{
		width: 100%;
	}


	.social-icon li{
		text-align: center;
	}

	.logo-bottom{
		max-width: 125px;
		margin: auto;
		margin-bottom: 30px;
	}

	.mobile-tb{
		display:block;
	}
	.desktop-tb{
		display:none;
	}

	.table-border-white th{
		border-bottom:1px solid white;
		padding:2px 5px;
	}
	.table-border-white td{
		padding:2px 5px;
	}

	.section-page{
		padding-bottom: 180px;
	}

	.bigoption{
		font-size: 14px;
		min-height: 45px;
		padding: 10px 5px;
	}

	.login_heading{
		font-size: 24px;
	}

	.judge-onebtn-sm {
		width:50%;
	}

	.cert_sample_text{
		position: absolute;
		bottom: 215px;
    left: 38px;
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
    display: none;
	}

	.store-choose-cont{
		min-height: 400px;
		max-width: 350px;
		margin:auto;
		margin-bottom: 15px;
	}

	.winner_info_video{
		height: 400px !important;
	}



	.winner_website{
		height: 400px !important;
	}

	#howtoenter .owl-item{
		padding: 30px 25px;
		padding-top: 20px;
	}

	#howtoenter .owl-dot{
		width: 100%;
		text-align: center;
		font-size: 16px;
		border: none !important;
	}



	#howtoenter .owl-dot.active{
		font-weight: bold;
	}

	#howtoenter .owl-dot.active:after{
		content:'';
		position: absolute;
		bottom: 0px;
		left: 0px;
		height: 2px;
		width: 20%;
		margin-left: 40%;
		background: #9e815b; /* Old browsers */
	}

		#owl-demo{
			font-size: 16px;
		}

		#the-proccess .owl-item{
			padding: 30px 25px;
			padding-top: 20px;
	 }

	#videocontainer-new {
			height: 420px;
	}

	#videocontainer-new iframe{
			 width: 100vw;
			 height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
			 min-height: 100vh;
			 min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	}

}



/* Mobile 468px */
@media screen and (max-width: 468px) {



	body{
		font-size: 15px !important;
	}

	.h1{
		font-size: 33px !important;
		margin-bottom: 20px !important;
	}

	.h3 {
	    font-size: 17px !important;
			line-height: 1.5 !important;
	}

	.h2{
	font-size: 22px !important;
   }


 	.h3-lg{
   	font-size: 17px;
		line-height: 1.5 !important;
    }


	 .text-15{
		 font-size: 13px !important;
	 }

	.btn-main, .btn-main-white, .btn-main-dark {
			display: block;
			width: 100%;
			font-size: 16px !important;
			text-align: center;
			padding: 12px 25px !important;
			margin-bottom: 20px;
	}

	.mb-md {
    margin-bottom: 10px !important;
  }

	.mt-md {
    margin-top: 20px !important;
  }

	.navbar-inverse .navbar-nav > li > a{
	 padding: 20px 15px;
	}


	.navbar-inverse .navbar-nav > li{
		font-size: 16px;
		border-bottom: 0.5px solid #fff;
		padding: 0;
		margin:0;
  }

	#navbarcontainer {
        height: auto;
  }

	 #mynavbar {
    min-height: 40px !important;
  }

	 #navbarcontainer.sticky{
    background-color: #231F20;
    height: 40px;
  }

	 #logo {
    max-height: 45px;
   }

	 .sticky #logo{
		 margin-top: 10px;
	 }

	 .navbar-brand {
		 margin-top: -60px;
		 left: 0;
		 width: auto;
	 }

	 .sticky #mynavbar .navbar-nav > li{
	 	margin: 0;
	 }

	 .sticky #mynavbar .logo-container {
    position: relative;
    float: left;
    padding:8px 15px 8px 25px;
    z-index: 1;
  }

	.sticky .navbar-header {
    padding: 0px 0px 0px 10px;
  }

	 .logo-container {
    max-width: 100px;
    padding: 5px 20px;
   }

	 .navbar-toggle {
    padding: 8px 5px !important;
 }

 .navbar-inverse .navbar-toggle {
    margin-top: 10px !important;
    margin-right: 5px !important;
 }

	#bannercontainer{
		padding: 5px 0px !important;
	}

	#bannercontainer .entry-text{
		font-size: 20px;
	}

	.noble-world-hotel-awards-program{
		  padding: 40px 0px 40px 0px;
  }

	.parallax1 {
	    display: none;
	}

	.parallax2 {
	   display: none;
	}

	.parallax3 {
	   display: none;
	}

	.parallax4 {
	   display: none;
	}

	.category-item{
		float: left;
		padding: 5px;
		position: relative;
	}

	.category-item-2{
		width: 100% !important;
	}

	.category-item-3{
		width: 100% !important;
	}

	.category-item-long{
		width: 100% !important;
	}

	.category-item-short {
		width: 100%!important;
	}

	.category-item-center-long {
		width: 100% !important;
	}

	.category-item-center-short {
		width: 100% !important;
	}

	.category-item .category-image h2 {
			font-size: 16px;
			padding: 3px 20px;
			margin-right: 20px;
			margin-bottom: 20px;

	}

	.category-item .category-image:hover h2 {
			font-size: 18px;
			top: 40%;
			-ms-transform: translateX(-50%);
  		transform: translateX(-50%);
	}

	.category-item .category-content .category-title {
    font-family: 'FoglihtenNo07' !important;
    font-size: 21px;
    margin-bottom: 8px;
		line-height: 1.45 !important;
  }

	.category-item .category-content .category-desc {
    font-size: 15px !important;
    line-height: 1.45 !important;
 }

	.noble-world-hotel-dateline{
		padding: 40px 0px 40px 0px;
	}



	.noble-world-hotel-dateline .date-box{
		padding: 45px 0 0 0 !important;
    background-size: contain;
    margin: auto 20px;
    height: 400px;
    margin-bottom: 40px;
	}

	.noble-world-hotel-dateline .dateline {
		font-size: 22px;
	}

	.noble-world-hotel-dateline .date-box h2{
		font-size: 24px !important;
		padding: 0px 20px
	}

	.noble-world-hotel-dateline .date-box h2.h2-mt{
		margin-top: 160px !important;
	}

	.noble-world-hotel-dateline .dateline-innerbox {
		padding: 5px 0px;
		margin-top: 15px;
  }

	.noble-world-hotel-dateline .mt-xlg.enter{
		margin-top: 5px !important;
	}

  .noble-world-hotel-dateline .text-left, .noble-world-hotel-dateline .text-right{
		text-align: center;
	}

	.noble-world-hotel-dateline .mt-xlg{
		margin-top: 18px !important;
	}

	.noble-world-hotel-dateline .btn-main{
		display: block;
		width: 100%;
	}

	.noble-world-hotel-dateline .countdown-box{
		padding: 28px 0px;
    margin-top: 16px;
	}


	.highlighted-winners{
		padding: 40px 0px 40px 0px;
	}

	.highlighted-boutique-hotels{
		padding: 40px 0px 40px 0px;
	}

	.highlighted-boutique-hotels .h3{
		font-size: 21px !important;
	}


	.feature-brands {
    padding: 40px 0px 40px 0px;
	}

	.four .project{
	width:100%;
	float:left;
  }


	.noble-statuette{
		background-image: none;
		background-color: #000;
		padding: 40px 0px 0px 0px;
		text-align: center;
  }

	.trophy-img{
  max-width: 140px;
	margin-bottom: 38px;
	margin-left: 10px;
  }

	.hand-img{
		position: absolute;
		right: 0px;
		bottom: 10px;
		width: 255px;
		}

	.about-iaa {
    padding-top: 40px;
    padding-bottom: 40px;
		background-image:url('../images/NHA-IAA-Section-Background-Mobile.jpg');
	  background-position: center top;
	  background-repeat: no-repeat;
	 	background-size: cover;
  }

	.about-iaa .iaa-logo{
		width:180px;
		margin-bottom:50px;
	}

	.about-iaa .whitebox{
		background-size: 100%;
	  margin: auto;
	  height: 200px;
	  padding-top: 25%;
	  margin: 10px 0;
 }

 h2.bignum{
	 font-size: 28px;
   font-weight: bold;
   margin-top: 18px;
   padding-top: 0;
 }

 .whitebox .title-sm{
	 font-size: 12px;
 }

.noble-account{
	padding: 40px 0px;
}

.noble-account .h4 {
    font-size: 18px!important;
}
 .noble-account .new-member{
	 margin-top: 30px !important;
 }

 .noble-newletter{
	padding: 40px 0px;
}


.noble-world-hotel-theme{
 padding: 40px 0px;
}

.noble-world-hotel-theme .h3{
	margin-top: 0px !important
}

#howtoenter{
	padding: 40px 0px 40px 0px;
	background-position: top left;
  background-repeat: no-repeat;
  background-size: 200%;
}


#howtoenter .nav-pills.nav>li>a {
    padding: 16px 15px;
		color : #000;
		font-size: 17px !important;
		text-align: center;
}

#howtoenter .pl-none{
	padding-left:0 !important;
	padding-right:0 !important;
}

#howtoenter .nav-pills{
	min-height: 300px;
	border-right : none !important;
}


#howtoenter .nav-pills.nav>li:last-child {
	border-bottom: 1px solid #000 !important;
}

#howtoenter .tab-content .tab-pane {
	  padding: 24px 15px !important;
		text-align: center;
}

#howtoenter .tab-content .tab-pane p.accordion{
	text-align: center;
}

#the-proccess .owl-dot2{
	padding: 10px 2%;
}

#the-proccess{
	padding: 40px 0px 60px 0px;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 200%;
}

.noble-deadline-fees{
 	padding: 40px 0px 40px 0px;
}

.tbl-category td{
	padding: 3px;
}

.tbl-category td {
    font-size: 12px;
}


.parallax-winner-benefits {
  background-image: url("../images/winner-benefits-background.jpg");
  min-height: 350px;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.winner-benefits{
	background: #E5D0B5;
 	padding: 40px 0px 40px 0px;
}

.benefits-checkmark{
	width:18px;
}

.parallax-why-noble-hotel {
  min-height: 350px;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.why-noble-hotel{
	padding: 40px 0px 60px 0px;
	background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 200%;
}

.why-noble-hotel .why-item h3.criteria-title{
	font-size: 21px;
}

.why-noble-hotel .why-item{
	padding-right: 0px;
	min-height:  100px;
	margin-bottom: 40px;
	text-align: center;
}

.why-noble-hotel .why-item .why-item-line{
	margin:auto;
}

.why-noble-hotel .why-item p{
	margin-top: 10px;
}


.noble-world-hotel-classification{
	padding: 20px 0px 40px 0px;
}


.noble-world-hotel-categories{
	padding: 40px 0px 40px 0px;
}


.noble-world-hotel-categories div.panel-faq.show{
	    background-color: transparent !important;
}

.noble-world-hotel-categories .mt-lg{
	margin-top: 20px !important;
}

.categories-deadline-fees {
    padding: 40px 0px 40px 0px;
}

.tbl-category-white{
	font-size: 12px;
}


.tbl-category-white td{
  padding: 3px;
}

.tbl-category-white td .h1{
  font-size: 14px!important;
}


#the-proccess .step-thumb img{
	max-width: 80px !important;
}

#the-proccess .sub-title {
    margin: 25px auto 10px auto;
		font-size: 21px !important;
}

.noble-submission{
	padding: 40px 0px 50px 0px;
	position: relative;
}

.noble-submission .step-box {
			height: 100%;
			padding: 20px 50px;
			background-image: url(../images/submission-frame-mobile.png);
			background-position: center top;
}



#footer {
  padding: 50px 15px 10px 15px
}


.profile-brief {
    padding: 40px 0px;
}

.profile-brief .share-label{
	text-align: left;
}

.profile-brief ul.collection li {
    display: inline-block;
    border: 1px solid #444;
    padding: 5px;
    margin-left: 5px;
		margin-bottom: 8px;
		font-size: 14px;
}

.profile-gallery {
    background-color: #0E1D2F;
    padding: 40px 0px;
}

.profile-gallery .masonry {
    column-count: 2;
    column-gap: 16px;
}

.profile-location {
    padding: 40px 0px;
    font-size: 18px;
}


.profile-winners {
    background-color: #FFF;
    padding: 40px 0px 60px 0px;
}

	#profile-banner {
	    min-height: 480px;
	    background-color: #000;
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-attachment: fixed;
	}

	#profile ul.locate {
    float: left;
		margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    padding-inline-start: 0px !important;
 }

	#profile ul.social {
    float: left;
		margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    padding-inline-start: 0px !important;

  }


	#profile .address{
		font-size: 18px;
	}

	.brief{
		text-align: center;
		padding-right: 0px;
		font-size: 16px;
	}

	.profile_video {
    height: 245px !important;
    width: 100%;
    border: none;
  }

	.gallery-img {
		height: 260px !important;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
 }

 .fecilities {
    background-color: #B8CBEA;
    padding: 30px 0px;
 }

 .fecilities ul li {
    width: 100%;
 }

 #timeline .fb-page{
	 margin-bottom: 20px !important;
 }

 #profile .mb-sm{
	 margin-bottom: 0px !important;
 }


 .mb-md{
 margin-bottom:20px !important;
 }

 .pr-xs{
 padding-right:15px !important;
 }

 .pl-xs{
 padding-left:15px !important;
 }

 .mt-xlg{
 margin-top:45px
 }

 .mb-xlg{
 margin-bottom:45px
 }

 .mb-lg{
 margin-bottom:30px !important;
 }


 .ml-xs {
    margin-left: -15px !important;
 }

 .mr-xs {
    margin-right: -15px !important;
 }

 .ml-sm {
		margin-left: 5px !important;
 }

 .mr-sm {
		margin-right: 5px !important;
 }

 #profile .name{
	 font-size: 35px !important;
 }

 .fecilities h3 {
    font-size: 30px !important;
    margin-left: 0px !important;
 }

 .fecilities h5 {
		margin-left: 0px !important;
 }

 #profile-banner{
	 background-attachment: scroll !important;
 }


#vote .featured-section .featured-content .featured {
    height: 300px;
}


#vote .featured-section .featured-content li {
    width: 100%;
}

#voteModal .vote-bg{
	    height: 280px;
}

.carousel-indicators{
	width: 100% !important;
	left: 30% !important;
	bottom: 3px !important;
}

.carousel-indicators li{
	width: 8px !important;
  height: 8px !important;
}

.carousel-indicators {
    font-size: 20px;
}

#videocontainer-new iframe{
		 width:100%;
		 height: 32.625vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
		 min-height: 30vh;
		 min-width: 53.33vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	}

	#videocontainer-new{
		height:190px;
		background-color:#000;
	}
	#videocontainer-new .text-wrap{
		top: 10%;
		left: 30%;
		z-index: 3;

	}

	#videocontainer-new .text-wrap h2{
			font-size: 30px;
			margin-bottom: 15px
	}

	#videocontainer-new .text-wrap .subtitle{
		font-size: 14px;
	}

	#videocontainer-new .text-wrap .btn-play {
		font-size: 40px;
		color: #FFF;
}

.acc-icon{
	 height:42px;
	 width: 42px;
	 margin-top: 10px;
}


.input-group-addon{
padding: 8px 3px;
font-size: 14px;
min-width:128px;
}

.basket-action a {
padding: 5px 5px;
margin-right: 5px;
cursor: pointer;
margin-top:10px;
}

.basket-labels label {
font-size: 16px;
}

.basket{
margin: 0 -15px;
font-size:13px;
}

.basket-width{
width:110%;
}

.upload-btn-wrapper input[type=file] {
font-size: 18px;
}

.upload-btn-wrapper .btn{
font-size : 18px;
padding : 3px 6px;
}

.btn.btn-default{
padding:3px 5px;
}

.imgArea {
width: 150px;
height: 105px;
}


a.catname div{
margin-bottom: 5px;

}

.judge-onebtn-sm {
width:80%;
}

.input-group .input-group-addon{min-width: 125px;}
.input-group-addon{padding: 6px;}
.m-space{
margin: 5px 20px;
}
.m-center{
text-align: center;
}

.div-fees{
	background-color: #C9CACA;
	padding:30px 5px!important;
}

#the-program-category{
	padding: 30px;
}


.profile-info .h1 {
    font-size: 34px !important;
		margin-bottom: 20px !important;
}

.section-page h2.h2-lg{
	font-size: 22px !important;
}

#div_price h2{
	font-size: 22px !important;
}

}


/* Mobile 468px */
@media screen and (max-width: 380px) {

	.noble-world-hotel-dateline .date-box h2 {
		padding: 0px 10px;
  }
}
