@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNova/ProximaNova-Regular.eot');
    src: url('fonts/ProximaNova/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/ProximaNova/ProximaNova-Regular.woff2') format('woff2'),
         url('fonts/ProximaNova/ProximaNova-Regular.woff') format('woff'),
         url('fonts/ProximaNova/ProximaNova-Regular.ttf')  format('truetype'),
         url('fonts/ProximaNova/ProximaNova-Regular.svg#Proxima Nova') format('svg');
}

@font-face {
    font-family: 'Chequers';
    src: url('fonts/Chequers/Chequers.eot');
    src: url('fonts/Chequers/Chequers.eot?#iefix') format('embedded-opentype'),
         url('fonts/Chequers/Chequers.woff2') format('woff2'),
         url('fonts/Chequers/Chequers.woff') format('woff'),
         url('fonts/Chequers/Chequers.ttf')  format('truetype'),
         url('fonts/Chequers/Chequers.svg#Chequers DEMO') format('svg');
}

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



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



body{
	font-family: 'ProximaNova' !important;
	font-size: 18px !important;
	line-height: 1.52 !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{color:#B18E6D!important;}

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

a img {outline : none;}

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

.defcolor{
	color: #B18E6D !important;
}

.defcoloryellow{
  color:#B18E6D !important;
}

.text-blue{
 color : #B18E6D !important;
}

.text-h1{
 font-family: 'Carlo' !important;
 margin-right: 2px;
}



.black{
	color: black !important;
}

.white{
	color: #fff !important;
}

.grey{
	color: #89879B;
}

.gold{
	color: #BDA858;
}

.darkgrey{
	color: #333;
}

.text-sky-blue{
	color: #CAD9E5 !important;
}

.text-red{
	color: #FE746A !important;
}

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

.text-gradient{
	background: -webkit-linear-gradient(left,#6A93CB 0%, #5893CB 30%, #6E56A4 40%, #CC90C3 50%, #F290B6 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-2{
	background: -webkit-linear-gradient(left,#FAA35C 0%, #D5AE25 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


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


.bg-silver{
	background-color: #E3E4E5 !important;
}

.bg-grey{
	background-color : #4D4D4D;
}

.bg-gold{
	background-color : #B18E6D;
}

.bg-brown{
  background-color: #AC8F71 !important;
}



.bg-blue{
	background-color : #141830;
}

.bg-green{
	background-color : #86CAD7;
}

.bg-pearl{
	background-color:#FCF9ED !important;
	background: #FCF9ED !important;
}

.bg-yellow{
	background-color : #EFDE6A;
}


.invisible{
	 border: 1px solid transparent;
}


.h1{
	  font-size: 60px !important;
    margin-bottom: 0px !important;
		margin-top: 0px !important;
		font-family: 'Carlo' !important;
		font-weight: normal !important;
}

.h2{
	  font-size: 50px !important;
    margin-top: 0px !important;
		font-family: 'Chequers' !important;
}

.h3{
	  font-size: 32px !important;
    margin-bottom: 20px !important;
    font-family: 'Chequers' !important;
		margin-top: 0px !important;
}

.h4{
	  font-size: 22px !important;
    margin-bottom: 10px !important;
		font-family: 'Chequers' !important;
}

.h5{
	  font-size: 24px !important;
    margin-bottom: 10px !important;
}


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

.smallh1{
	font-size: 30px;
}

.bigh2{
	font-size: 38px;
}

.smallh2{
	font-size: 25px;
	font-weight: bold;
}


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

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

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

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

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

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

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

.wd100 {
    width: 100%;
}

.img-fluid{
	display: block;
	height: 100%;
  width: auto !important;
	margin:auto;
}



.spacing_15{
	height: 15px;
}


.spacing_30{
	height: 30px;
}

.spacing_50{
	height: 50px;
}

.spacing_80{
	height: 80px;
}

.spacing_100{
	height: 100px;
}

.spacing_fix{
	padding-left: 25px;
	padding-right: 25px;
}

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


.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-20{
  font-size: 20px !important;
}

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

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

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

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

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

.fw-700{
	font-weight : 700 !important;
}


.text-justify{
  text-align: justify;
}

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

.text-uppercase{
  text-transform: : uppercase !important;
}

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

.text{
	margin: auto;
}

.note {
    font-size: 14px;
    color: #384F79;
    line-height: 16px;
}

.disabled{
	display: none !important;
}

.bt-dark{
  border-top: 1px solid #060506;
}

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

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

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

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

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

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

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

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

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

.mt-xxlg{
	margin-top:120px !important;
}

.mb-xs{
	margin-bottom:5px !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;
}

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

.ml-sm{
margin-left: 10px !important;
}
.mr-sm{
	margin-right: 10px !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:10px !important;
}

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

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.transform-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.list-style-type-none{
	list-style-type: none;
	padding-left:0px;
}

.acc-icon{
 height:35px;
	width: 35px;
	margin-top: 5px !important;
}

.fileinput-button{
 background: #B18E6D !important;
 font-size: 18px !important;
 border-color:#B18E6D !important;
}

.btn-main{
	background: #B18E6D !important;
	color: #FFF !important;
	padding: 8px 30px;
	text-align: center;
	border:none;
	margin-bottom: 10px;
	width:100%;
	border: 1px solid #B18E6D !important;
  text-transform: uppercase;
}

.btn-main:hover{
	background: transparent !important;
	color: #B18E6D !important;
}


.btn-main-lock{
	background: #E3E4E5 !important;
	color: #AFAFAF !important;
	padding: 8px 30px;
	text-align: center;
  margin-bottom: 10px;
	border: 1px solid #E3E4E5 !important;
}

.btn-main-lock:hover{
	background: #E3E4E5 !important;
	color: #AFAFAF !important;
	border: 1px solid #E3E4E5 !important;
}

.btn-link{
    cursor: pointer;
    margin: 0px auto 20px auto;
		background-color: E3E4E5;
		border: 1px solid #E3E4E5;
		padding: 8px 30px !important;
		font-size: 16px;
}

.btn-link.full{
	width: 100%;
	max-width: 100%;
}



a.btn-link{
    color: #E3E4E5;
		text-align: center;
		border: 1px solid #E3E4E5;
		padding: 8px 20px;
}



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



.btn-read{
  position: absolute;
  left: 15px;
  bottom: 10px;
  width:150px !important;
}



.btn-main-fit{
	background: #000;
	color: #FFF;
	padding: 5px 30px;
	text-align: center;
	border:none;
	margin-bottom: 10px;
}

.btn-main-fit[disabled]{
 background: #C0C0C0;
}


.btn-main-fit:hover, a.btn-main-fit:hover{
	background: #89703D !important;
	color: #FFF !important;

}

.btn-main-sm{
	background: #73C296;
	color: #FFF !important;
	padding: 3px 10px;
	text-align: center;
	border:none;
	border-radius: 3px;
}

.btn-main-sm:hover{
	background: #AFA7A7;
	color: #FFF  !important;

}


.btn-sm{
	background: #00C8B4;
	color: #FFF !important;
	padding: 3px 10px;
	text-align: center;
	border:none;
	border-radius: 3px;
	margin-bottom: 5px;
}

.btn-sm:hover, .btn-sm:active, .btn-sm:focus{
	background: #AFA7A7;
	color: #FFF !important;

}

.btn-primary{
	background: #B18E6D;
	color: #FFF;
	padding: 10px 30px;
	text-align: center;
	border:none;
	margin-bottom: 10px;
	width:100%;
}

.btn-primary:hover{
	background: #AFA7A7;
	color: #FFF;

}



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

.buybtnsm:hover{
	background: #AFA7A7;
	 color: #FFF !important;
	 border:1px solid #AFA7A7;
}

.paybtn{
  background: #B18E6D;
	color:#FFF !important;
	padding: 5px 15px !important;
	border:1px solid #B18E6D;
	font-size: 19px;
}

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

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

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

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

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

.btn-default.btn-file{
  border-radius: 0px !important;
  color: #ffffff;
  background: #B18E6D;
  border-color: #cccccc;
  text-shadow : none;
	height: 42px;
	line-height: 30px !important;
}


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

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

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

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

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



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


.quick-link li{
  float: left;
	padding: 0px 9px 0px 19px;
	color : #AF903B;
	font-size: 17px;
	position: relative;
}


.quick-link li.link:before {
    content:"• ";
		position: absolute;
		top:-6px;
		left: -2px;
		font-size: 22px;

}

.quick-link li:last-child{
  	border-right: 0 !important;
}


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

.quick-link li a{
 color:#AF903B !important;
 	padding: 0px 7px 0px 0px;
 font-size: 17px;
 line-height: 1!important;
}


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



.quick-link li:last-child a{
	border-right: 0;
}



.btn-link{
		background-color: #B18E6D !important;
		border: 1px solid #B18E6D !important;
		padding: 5px 40px !important;
		font-size: 20px !important;
		color: #FFF !important;
}

.btn-link:hover{
		text-decoration: none !important;
		color: #FFF !important;
}


.btn-link-white{
	background-color: transparent;
	border: 1px solid #FFF !important;
	color: #FFF !important;
	font-size: 20px !important;
	padding: 5px 40px !important;
	border-radius: 0px !important;
}

.btn-link-white:hover{
	background-color: #FFF;
	color: #000 !important;
	text-decoration: none !important;
}


.btn-link-black{
	background-color: transparent;
	border: 1px solid #000 !important;
	color: #000 !important;
	font-size: 20px !important;
	padding: 5px 40px !important;
	border-radius: 0px !important;
}

.btn-link-black:hover{
	background-color: #000;
	color: #FFF !important;
	text-decoration: none !important;
}

.btn-link-gold{
	background-color: transparent;
	border: 1px solid #B18E6D !important;
	color: #B18E6D !important;
	font-size: 20px !important;
	padding: 5px 40px !important;
	border-radius: 0px !important;
}

.btn-link-gold:hover{
	background-color: #B18E6D;
	color: #FFF !important;
	text-decoration: none !important;
}


.btn-link-3{
    margin: 0px auto 20px auto;
		background-color: #B18E6D !important;
		border: 1px solid #B18E6D !important;
		padding: 5px 40px !important;
		font-size: 23px  !important;
		text-transform: uppercase  !important;
		border-radius: 0px !important;
		color: #FFF !important;
}

.btn-link-3:hover{
    color: #B18E6D !important;
		background: transparent !important;
		text-decoration: none !important;
		border: 1px solid #B18E6D !important;
}


.btn-link-4{
    margin: 0px auto 20px auto;
		background-color: transparent !important;
		border: 1px solid #000 !important;
		padding: 5px 40px !important;
		font-size: 23px  !important;
		text-transform: uppercase  !important;
		border-radius: 0px !important;
		color: #000 !important;
}

.btn-link-4:hover{
    color: #B18E6D !important;
		background: transparent !important;
		text-decoration: none !important;
		border: 1px solid #B18E6D !important;
}

.btn-link-5{
    margin: 0px auto 20px auto;
		background-color: transparent !important;
		border: 1px solid #000 !important;
		padding: 5px 40px !important;
		font-size: 23px  !important;
		text-transform: uppercase  !important;
		border-radius: 0px !important;
		color: #000 !important;
}

.btn-link-5:hover{
    color: #FFF !important;
		background: #000 !important;
		text-decoration: none !important;
		border: 1px solid #FFF !important;
}

.enterbtn{
    cursor: pointer;
		width:100%;
    background-color: #FFF;
    border: 1px solid #000;
    color : #000;
		padding: 8px 20px;
		font-size: 20px;

}

.enterbtn p{
	margin : 0 !important;
}

.enterbtn:hover{
  background-color: #000;
  color : #FFF;
  border: 1px solid #000;
}


a.catname{
  color:#FFF;
  font-size: 16px;
  padding:10px 0px;
}

a.catname:hover{
  color:#FFF;
  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.view-link{
   color:#AFAAAB;
}

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


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

.form-xsp:first-child{
	padding-left: 15px !important;
}

.form-xsp{
	padding-right: 0px !important;
	padding-left: 5px !important;
}

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



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

select.custominput{
	padding: 0.5em 3.5em 0.5em 1em;
	border: 1px solid #E2E2E2;
	width: 100%;
	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;
}

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


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

}

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

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

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

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

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

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

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

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

/* 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;
}


.input-group-append {
    position: absolute;
    top: 13px;
    z-index: 5;
    left: initial;
    right: 20px;
    font-size: 16px !important;
}

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

.form-control option{
  text-align: left;
  text-align-last: left;
}

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

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

.control__indicator {
	position: absolute;
	top: 6px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #FFF;
	border: 1px solid #000;
}

.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: #B18E6D;
}

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

/* 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 #fff;
	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;
}


label{
  font-weight: normal;
}

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


/* 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; }

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;
}

.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: #B18E6D;
}

/* 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);
}

/* 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 #B18E6D;
  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); }
}



#adgshp525299666,#adgshp-1561311275 {
    margin: auto !important;
}



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

#bannertextcontainer {
position: relative;
bottom: 0px;
background-color: #B18E6D ;
width: 100%;
padding: 15px 0px;
text-align: center;
}

#bannertextcontainer .entry-text {
 color: #000 !important;
 font-size: 30px;
}

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


.bannerimg{
	width: 100%;
}



.carousel-inner{
	overflow: hidden;

}

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



.carousel-indicators li{
	width: 30px !important;
  height: 3px !important;
	background-color: #fff !important;
	opacity: .5;
}

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

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

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

.iluxury-entry-info .step-title {
    margin-top: 10px;
    font-size: 18px;
    font-family: 'Chequers' !important;
}

.iluxury-entry-info .step-count{
	font-size: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.iluxury-entry-info .step-thumb img {
    max-width: 150px;
    margin: auto;
}

.iluxury-entry-info .owl-theme{
	min-height: 50px;
}

.iluxury-entry-info .owl-dot{
	color:#000;
  padding: 10px 25px;
  margin: auto;
  display: inline-block;
  cursor:pointer;
  font-size: 20px;
	font-family: 'Chequers' !important;
	font-weight: 600;

}

.iluxury-entry-info #customDots { width: 100%; }

.iluxury-entry-info .owl-theme .owl-dots .owl-dot span {background: none !important;}


.iluxury-entry-info .owl-dot.active{
	position: relative;
}

.iluxury-entry-info .owl-dot.active:after{
	content:'';
	position: absolute;
	bottom: 0px;
	left: 5px;
	height: 3px;
	width: 40%;
	margin-left: 20px;
	background: #000; /* Old browsers */
}

.iluxury-entry-info .owl-item{
	padding: 30px 0px;
	color:#000;
}

.iluxury-entry-info .owl-prev{
	position: absolute;
	top: 45%;
	left: -50px;
}



.iluxury-entry-info .owl-next{
	position: absolute;
	top: 45%;
	right: -50px;
}

.iluxury-entry-info .owl-theme .owl-nav [class*="owl-"]{
	background: transparent !important;
}

.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%;
}


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



/*navbar*/

.logo-container{
	position: absolute;
  padding: 5px 15px;
  top: 5px;
}

.logo-img{
  float:left;
}

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

.navbar{
	min-height:50px !important;
}

.navbar-nav{
  margin-top: 20px !important;
}

.sticky .navbar-nav{
  margin-top: 7px !important;
}

.sticky .navbar-nav > li > .dropdown-menu{
	margin-top: 7px !important;

}


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

.navbar-brand>img{
		display: inline-block !important;
}

.navbar-toggle {
    z-index:3;
}

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

}

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


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

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

.top-nav li .dropdown-menu>li>a{
  font-size: 16px !important;
}

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



.program-item {
    height: 28px;
    background: transparent;
    color:#000;
	  float:left;
	  border-left : 1px solid #444444;
	  border-right : 1px solid #444444;
}

.program-item-active {
    height: 28px;
    background: #444444;
    color:#FFF;
	  float:left;
	  border : 1px solid #444444;
}

.program-item-text{
    height: 28px;
    margin:0px auto;
    padding:6px 8px;
	 text-align:center;
}

.program-item .program-item-text a{
	color:#f2f2f2 !important;
	text-decoration:none;
}

.program-item .program-item-text a:hover, .program-item .program-item-text a:active,.program-item:hover{
	color:#f2f2f2 !important;
	text-decoration:none;
}

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

.top-nav a{
	color:#FFF !important;
}

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


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



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



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

.navbar-toggle {
    padding: 6px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background: transparent !important;
}

.navbar-nav>.active>a, .navbar-nav>.open>a{
	background: transparent !important; /* Old browsers */
	color:#B18E6D !important;
}


#navbarcontainer{
	z-index: 2001;
	width: 100%;
	position: relative;
}

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

.sticky #logo{
  max-height: 34px;
  margin-top: 6px !important;
}

.sticky .navbar-nav>li>a {
    color: #FFF !important;
    padding: 8px 25px !important;
}

.sticky #mynavbar {
    height: 50px !important;
}

.sticky .navbar-brand {
  padding: 1px 15px !important;
}

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

.sticky .top-nav.nav>li>a{
	padding: 4px 15px;
}


#mynavbar{
	background-color: #000;
	margin: auto;
	border:none;
	z-index: 10;
	height: 80px;
	border-radius: 0px
}

#logo {
    max-height: 55px;
    margin-top: 8px;
}

.navbar-nav>li>a{
	color: #FFF !important;
	padding: 10px 25px !important;
	font-family: "ProximaNova" !important;
	font-size: 17px !important;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus{
	 color : #B18E6D !important;
	 background-color: transparent!important;
}

.navbar-nav > li > .dropdown-menu{
	border-radius: 0;
	margin-top: 14px !important;

}
.dropdown-menu{
	padding: 0px !important;
}

.dropdown-menu>li{
	text-align: center !important;
  border-bottom: 1px solid #A0A0A0 !important;

}

.dropdown-menu>li>a{
	color:#000 !important;
	padding: 10px 30px !important;
	background-color: #FFF !important;
	font-size: 17px !important;
}

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

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



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

.section{
	padding: 80px 0px 80px 0px;
}

.section-md{
	padding: 80px 0px 50px 0px;
}

.section-step{
	padding: 20px 0px 0px 0px;
}

.section-process{
	padding: 0px 0px 0px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 730px;
}

.process-mobile{
	padding: 30px 0px 30px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.step-arrow{
  width:24px;
  animation: updown 3s ease infinite;
}

.process-content{
  padding: 80px 0px 0px 40px;
}

.process-content-right{
  padding: 80px 40px 0px 0px;
}

.process-content .subtitle, .process-content-right .subtitle {
  font-size: 21px;
  font-weight: 600;
}



.iluxury-photography{
	position: relative;
	text-align: center;
	padding: 90px 0px 110px 0px;
	background-color:#000;
}

#aboutiaa{
  background-color:#000;
	padding: 80px 0px;
  background-image: url(../images/about-iaa.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

#aboutiaa .text-subtitle{
	font-size: 19px !important;
  margin: 25px 0px 25px 0px !important;

}

#aboutiaa .iaa-logo {
    max-width: 120px;
}

.iaabox{
	margin: auto;
	position: relative;
	text-align: center;
  padding: 0;
}

.iaabox .inner-content{
  background-image: url(../images/about-iaa-frame.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 280px;
  padding-top: 64px;
}


.iaabox h2.bignum{
   font-size: 54px !important;
	 font-weight: normal;
	 margin-top: 25px !important;
	 font-family: 'Chequers' !important;
	 color: #B08D6C;
}

.iaabox .title-sm{
   font-size: 14px;
	 color:#fff;
   line-height: 1.2 !important;
}

#theBrand{
	background: #FFF;
 	padding-top: 30px;
  padding-bottom:30px;

}

#theBrand .brand-title{
	font-size: 40px;
	color: #FFF;

}

#brand-carousel .item{
	padding:35px;
}

#action{
	background: #3F3F3F;
	padding: 80px 15px;
	position: relative;
}




#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;

}

#statuette {
    background: #161616;
    position: relative;
    padding: 90px 0px 0px 0px;
}

#statuette .divider, .iluxury-entry-info .divider, #whymuse .divider {
    background-image: url(../images/divider.png);
    min-height: 100px;
    background-repeat: repeat;
		background-position: center top;

}

.grid-item-content {
  height: 100px;
  background: #D26;
  border: 2px solid hsla(0, 0%, 0%, 0.5);
  border-radius: 5px;
}

.grid-item-content--height2 { height: 200px; }

#statuette-bg {
    background-image: url(../images/bg-statuette.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
		height:920px;
		padding: 90px 0px 0px 0px;
		background-attachment: fixed;
		overflow: hidden;
}

#statuette .trophy-img {
    max-width: 144px;
    position: absolute;
    top: -130px;
    z-index: 1;
    left: 90px;
}

#become-muse{
	background-color: #E6B900;
	padding: 100px 0px 0px 0px;
}

#become-muse .become-iluxury-item{
	min-height: 230px;
}

#become-muse .become-iluxury-item ol li {
    font-size: 20px !important;
    font-weight: bold;
    min-height: 200px;
    padding-top: 0px;

}

#become-muse .become-iluxury-item ol li h3{
    font-size: 20px !important;
    font-weight: bold;
		min-height: 40px;
		line-height: 25px;
}

#become-muse .become-iluxury-item ol li p{
    font-size: 15px !important;
    font-weight: normal;
}

#become-iluxury-bg{
	width:100%;
	background-image:url('../images/become-muse.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:750px;
}

#more-become-muse {display: none;}

#categories {
    background: #EF4A61;
    position: relative;
    padding: 70px 0px 70px 0px;
}


.featured-jurors{
	background-color: #B18E6D;
	padding: 80px 0px;
  position: relative;
}


#testimonies{
  position: relative;
	text-align: center;
	background-color: #FFF;
	padding: 80px 0px 80px 0px;
}

.testimonial-details{
margin-top: 30px;
}

.testimonial-sender{
font-size: 15px;
 font-style: italic;
}

#testi.owl-theme .owl-nav{
  position: absolute;
  top:38%;
  width:110%;

}

#testi.owl-theme .owl-nav [class*="owl-"]{
background: transparent !important;
font-size: 80px;
margin: 5px;
}

#testi.owl-theme .owl-nav:hover [class*="owl-"]{
color: #404040 !important;
}

#testi.owl-theme .owl-nav .owl-prev{
  position: absolute;
  left:-7%;
}

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

#testi .the-testi{
	padding:0px 10px;
}

#testi .the-block{
	font-size: 24px;
}

#testi .testi-logo {
    max-width: 100%;
    margin: auto;
    margin-bottom: 20px;
}

#enter_bg{

	background-image:url('../images/bg-timesquare.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:900px;
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);

}

.whitebox{
	margin-top: 40px;
   border:1px solid #FFF;
	 padding: 10px 0px 45px 0px;
}



h2.prizes-title{
	font-size: 22px;
}

.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 #FEC70B;
 width:30%
}

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

.about-iluxury{
	background-color: #000;
  background-image: url(../images/ilux-introduction.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-iluxury .iluxury-logo, .luxury-awards .iluxury-logo{
  width: 245px;
}

.iluxury-entry-info{
	padding: 80px 0px 90px 0px;
	color: #000;
	position: relative;
	overflow: hidden;
	background: #EFEFEF;
}

.iluxury-entry-info .tab-border{
 border: 1px solid #000;
 margin-left: 0px !important;
 margin-right: 0px !important;
}

.iluxury-entry-info .nav-pills{
	min-height: 550px;
	border-right : 1px solid #000;
}

.iluxury-entry-info .nav-pills.nav>li.active>a , .iluxury-entry-info .nav-pills>li.active>a:focus, .iluxury-entry-info .nav-pills>li.active>a:hover {
    color: #FFF !important;
		background:#B18E6D;
		border-radius: 0px;
}


.iluxury-entry-info .nav-stacked>li+li {
    margin-top: 0px !important;
}

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

.iluxury-entry-info .nav-pills.nav>li:last-child {
	border-bottom: none !important;
}




.iluxury-entry-info .nav-pills.nav>li>a {
    position: relative;
    display: block;
    padding: 35px 15px;
    font-size: 20px;
  	font-family: 'Chequers' !important;
  	font-weight: 500;
    color : #000 !important;
}

.iluxury-entry-info .nav-pills.nav>li>a:hover {
	background: #B18E6D;
	color: #FFF !important;
	border-radius: 0px;
}


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


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

#howtoenter .step-box{
	margin-left: 20px;
}

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


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


#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;
}


.winner-benefits{
	padding: 80px 0px 90px 0px;
	color: #FFF;
	position: relative;
	overflow: hidden;
	background: #000;
}

.winner-benefits .benefits-seperator{
  width: 160px;
}

.winner-benefits .h4{
  margin: 0px !important;
  padding: 15px 10px;
  text-transform: uppercase;
  height: 115px;
  font-weight: 600;
  line-height: 1.3!important;
}

.winner-benefits .items{
  padding: 20px;
}

.winner-benefits .line{
  border-top: 2px solid #B18E6D;
  width: 40%;
  margin: 0px 15px;
}


.winner-benefits .items ul{
display: block;
list-style-type: disc;
margin-block-start: 0em;
margin-block-end: 0em;
margin-inline-start: 15px;
margin-inline-end: 0px;
padding-inline-start: 0px !important;
list-style-image: url('../images/points.png');
}

.winner-benefits .items li {
  margin-bottom: 15px;
  color: #FFF !important;
  padding-left: 10px;
}



/*.winner-benefits .items li::before {
  content: ' ';
  display: inline-block;
  height: 18px;
  width: 18px;
  background-image: url('../images/tick-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-top:10px;
  margin-right: 15px;
  background-position: 0 .3em;
}*/

.iluxury-awards-process{
	padding: 80px 0px 90px 0px;
	color: #000;
	position: relative;
	overflow: hidden;
	background: #FFF;
	background-image: url(../images/process-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.iluxury-awards-process .arrow-big{
	font-size: 48px;
	 animation: updown 2s ease infinite;
}


@keyframes updown {
  0% {
    transform: translateY(-40%);
  }

  50% {
    transform: translateY(40%);
  }

  100% {
    transform: translateY(-40%);
  }
}

.awards-process-box{
		position: relative;
		width: 100%;
		min-height: 240px;
	  border: 1px solid #000;
}

.awards-process-box .awards-process-step{
	background-color: #BA9B47;
	position: absolute;
	left: 0px;
	top:0px;
	width: 148px;
	text-align: center;
	font-size: 24px;
	font-family: 'Chequers' !important;
	border-bottom-right-radius: 25px;
	overflow: hidden;
}

.awards-process-box .awards-process-icon{
		position: relative;
		width: 35%;
		float: left;
		text-align: center;
		padding: 40px 40px 35px 40px;
}

.awards-process-box .awards-process-icon img{
		width: 150px;
}

.awards-process-box .awards-process-content{
		position: relative;
		width: 65%;
		float: left;
    align-items: center;
    justify-content: center;
		padding: 65px 120px 60px 30px;
}



.awards-process-box .awards-process-content .awards-process-title{
		font-family: 'Chequers' !important;
		font-size: 22px;
		width: 100%;
		margin-bottom: 10px;
		line-height: 1.1 !important;
		font-weight: 600;
}

.awards-process-box .awards-process-content .awards-process-info{
		font-size: 18px;
		width: 100%;
}


.iluxury-juging-criteria{
	position: relative;
	overflow: hidden;
	background: #21263D;
  padding: 80px 0px 90px 0px;
}


.judging-box{
	margin: auto;
	position: relative;
	border: 2px solid #88713D;
	text-align: center;
	margin-bottom: 20px;
}


.judging-box .title{
   font-size: 22px !important;
	 padding: 15px 0px 5px 0px !important;
	 font-family: 'Chequers' !important;
	 color: #FFF;
	 text-align: center;
	 font-weight: 600;
}

.judging-box .inner-content{
   font-size: 18px;
	 color:#fff;
	 padding: 15px 25px 15px 25px;
	 min-height: 170px

}


.iluxury-logo-bg{
	background-color: #000;
	padding: 0px;
	background-image: url(../images/ilux-parallax-background.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 900px;
}

.iluxury-statuette-bg{
	background-color: #000;
	padding: 0px;
	background-image: url(../images/2026-ILUX-Trophy-Parallex-Banner-New.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 850px;
}



.why-iluxury{
	color: #000;
	position: relative;
	overflow: hidden;
	background: #FFF;
  margin:0px;
	padding: 80px 0px 90px 0px;

}

.why-iluxury ol{
	margin-top: 20px;
	margin: 0px 10px;
  list-style: none;
  padding-inline-start: 0px !important;

}

.why-iluxury ol li{
  font-size: 19px !important;
	min-height: 255px;
	padding-top:10px;
	font-family: 'Chequers' !important;
	color : #231815;
	font-weight: 600;

}

.why-iluxury ol li .why-number{
  width: 25%;
  display: inline-block;
  float: left;
}

.why-iluxury ol li .why-number img{
  width: 75px;
}

.why-iluxury ol li .why-content{
  width: 75%;
  display: inline-block;
  float: left;
}

.why-iluxury ol li p {
    font-size: 17px !important;
		font-weight: normal;
	  font-family: 'ProximaNova' !important;
		color : #B18E6D;
		font-weight: normal !important;
}

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

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

.slidetb .slideth{
	color: inherit;
	padding-top: 10px;
	text-align: center;
}

.slidetb .slidetd{
	background-color: transparent;
	color: inherit;
}

.slidetb .bl{
	border-left: 1px solid #A9ADAF;
}

#awards {
    background-color: #000;
    padding: 0px;
    background-image: url(../images/2026-iLux-Awards-Luxury-Awards-New.jpg);
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
		-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
		min-height: 900px;
}




.luxury-awards{
	background-image: url(../images/ilux-introduction.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	padding: 80px 0px;
}


.ilux-winner-gallery{
    padding: 80px 0px;
}


/********Video**********/

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



#video 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 */
}


#video .text-wrap{
	position: absolute;
    top: 50%;
     left: 0%;
    z-index: 3;
	text-align: center;
	width: 100% !important;
}

#video .text-wrap h2 {
	text-transform: uppercase;
	font-size: 38px;
	color: #FFF;
	font-family: 'Chequers' !important;
	margin-bottom: 30px;
}

#video .text-wrap .subtitle {
		font-size: 22px;
		color: #FFF;
}

#video .text-wrap .btn-play{
	font-size: 60px;
	color: #FFF !important;
}

/********End Video*******/

.iluxury-categories {
	background-color: #B18E6D;
	padding: 80px 0px;
  position: relative;
}



.category-item{
	width: 100%;
	float: left;
	padding: 0px;
	position: relative;
	margin-bottom: 8px;

}

.category-item.two{
  width: 50%;
  padding: 0px 8px 0px 0px;
}

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

.category-item{
box-shadow: 3px 3px 8px #7D563B;
}

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

}

.category-item .category-image .img{
	width: 100%;
  height: auto;
}


.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;
}


.category-item .category-image .hover-category img{
  width: 180px;
  margin: auto;
  margin-top: 14%;
}


.category-item .category-content{
  padding: 20px 15px 16px 15px;
	border-left: 1px solid #FFF;
}

.category-item  .category-title{
font-family: 'Chequers' !important;
font-size: 25px;
margin: 10px 0px 5px 0px;
color: #B18E6D !important;
}

.category-item.two .category-title{
  margin: 18% 0px 5px 0px;
}

.category-item .category-title a{
	color: #B18E6D !important;
}

.category-item  .category-title-box{
    font-family: 'Chequers' !important;
    line-height: 1.1!important;
    font-size: 22px;
    padding: 15px 5px 10px 5px;
    color: #B18E6D !important;
    background-color: #000;
    text-align: center;
}

.category-item  .category-title-box a{
  color: #B18E6D !important;
}

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


.category-item:hover .category-image .hover-category:hover {
  cursor: pointer;
}

.category-item .category-desc{
  font-size: 17px !important;
  color : #FFF !important;
  line-height: 1.45 !important;
  padding: 5px 20% 0px 20%;
}

.category-item.two .category-desc{
  padding: 5px 10% 0px 10%;
}



.iluxury-dateline{
	position: relative;
	background:#000;
	padding: 80px 0px;
  background-image: url(../images/awards-deadlines.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.date-line{
  display: block;
  float: left;
  width: 12%;
}

.date-item{
  display: block;
  float: left;
  width: 88%;
  padding-left: 20px;
  padding-top: 5px;
}

.iluxury-dateline .date-box{
  display: block;
  float: left;

}

.iluxury-dateline .date-box.first{
	margin-bottom:50px;
}


.iluxury-dateline .line-gold {
    height: 3px;
    background-color: #B18E6D;
    width: 30%;
    margin: 15px 0px 10px 0px;
}

.iluxury-dateline .dateline-innerbox{
	padding: 5px 0px;

}

.iluxury-dateline .date-box h2{
	font-size: 25px;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 0px !important;
	margin-bottom: 8px !important;
  font-family: 'Chequers' !important;
  color: #B18C6E;
}

.iluxury-dateline .date-box h4{
	margin-top: 0px !important;
	margin-bottom: 5px !important;
  font-size: 16px;
}

.iluxury-dateline .date-box .bullet{
  width:26px;
	margin-top: -10px;
	margin-right: 5px;
}

.iluxury-dateline .dateline{
	font-size: 26px;
	font-weight: 500;
	color: #000;
  line-height: 1.2;
  margin-top: 20px;
}

.iluxury-dateline .countdown-box{
    background-color: #FFF;
		padding: 60px 0px;
		margin: 40px 0px 0px 0px;
}

.iluxury-dateline .countdown-box .timeel{
   font-size: 100px;
	 color : #B18E6D;
	 font-weight: 600;
	 letter-spacing: 3px;
	 line-height: 1.1 !important;
}


.iluxury-statuette{
	position: relative;
}


.iluxury-statuette .carousel-caption {
	top: 0px;
	background-color: rgba(0,0,0,1);
	padding: 0px;
	position: relative;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

.iluxury-statuette .carousel-caption .h2{
	font-size: 40px !important;
}



.iluxury-character {
    background-color: #000;
    padding: 0px;
		position: relative;
		width: 100%;
}

.character-box{
  width: 100%;
	position: relative;
}

.character-box .character-content{
	padding: 25px 35px;
	position: relative;
	margin-bottom: 50px;
	background-color: #B18E6D;
}

.character-box .character-content .character-clan{
	text-transform: uppercase;
	position: relative;
	color: #FFF;
	margin-bottom: 5px;
}

.character-box .character-content .character-name{
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'Chequers';
	position: relative;
	line-height: 1.2 !important;
	margin-bottom: 10px;
	color: #FFF;
}

.character-box .character-content .character-name:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px;
    width: 50px;
    background-color: #B18E6D;
}

.character-box .character-content .character-personality{
	font-size: 16px;
	position: relative;
	color: #FFF;
}

.character-box .character-content .character-summary{
	margin-top: 20px;
	margin-bottom:  20px;
	color: #FFF;
}

.character-table{
	width: 100%;
	border: 1px solid #FFF;
	margin-bottom: 12px;
}



.character-table .character-label{
	background-color: #000;
	color: #B18E6D !important;
	text-transform: uppercase;
  padding: 7px 30px;
	border-right: 1px solid #FFF;
	width: 20%;
}


.character-table .character-value{
	color: #FFF !important;
	padding: 7px 30px;
	width: 80%;
}

.info-box{
	padding: 0px 0px 0px 30px;
}

.statuette-box{
	position: relative;
	margin-bottom: 20px;
	border:1px solid #FFF !important;
}

.statuette-thumbnail{
position: relative;
}

.statuette-view{
	position: relative;
	color:#FFF !important;
	padding: 15px;
	text-align: center;
	border-top:1px solid #FFF !important;
}

#iluxury-fairy{
 padding: 80px 0px;
 position: relative;
 background-color: #1C1C1C;
}

#iluxury-fairy .category-item{
	width: 100%;
	float: left;
	padding: 10px;
	position: relative;
  box-shadow: none !important;
}


#fairy.owl-theme .owl-nav{
  position: absolute;
  top:18%;
  width:100%;

}

#fairy.owl-theme .owl-nav [class*="owl-"]{
background: transparent !important;
font-size: 80px;
margin: 5px;
}

#fairy.owl-theme .owl-nav [class*="owl-"]{
	color: #FFF !important;
}

#fairy.owl-theme .owl-nav:hover [class*="owl-"]{
color: #FFF !important;
}

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

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


#thegallery{
	position: relative;
	background-color: #000;
	padding: 80px 0px 0px 0px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

#feature-gallery {
    background: #2F363E;
    padding-top: 75px;
}

#thefees{
 	padding-top: 90px;
  padding-bottom:90px;
}


#submission{
	background-color: #FFF;
	padding: 80px 0px 80px 0px;
	background-image: url(../images/bg-testi.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



#thegallery-black{
  background-color: #000000;
 	padding-top: 75px;
  padding-bottom:80px;

}



#gallery_open{
	text-transform: uppercase;
	font-size: 48px;
	color: #fff;
	letter-spacing: 6px;
	font-family: Avenir !important;
}

#thegallery button{
  color: #333;
	border:none;
	font-size: 16px;
	letter-spacing: 1px;

}



.grid{
	margin-bottom: 0px;
}


#thecategory{
 background: url("../images/bg-category-3.jpg") no-repeat center center;
 background-color: #0D0D0D;
 background-size: cover;
 min-height: 650px;
 padding-top: 115px;
 background-attachment: fixed;
 padding-bottom: 85px;
}

.category-content{
  color:white;
  font-size: 16px;
  line-height: 22px
}


.column.four {
  float: left;
  width: 25%;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	text-align: center;
	padding: 8px 0px 3px 0px;
}

.column.five {
  float: left;
  width: 20%;
	border: 1px solid #FFF;
	text-align: center;
	padding: 8px 0px 3px 0px;
}

.column a{
  font-family: ''Barlow'';
	color:#FFF;
	font-size: 18px;
}

.column a:hover{
	color:#FFF;
}

/* Clear floats after the columns */
.row.table:after {
  content: "";
  display: table;
  clear: both;

}

.row.table{
	margin:0px;
}

#thesubcategory{
   padding: 70px 0 70px 0;
   background: url(../images/bg-category.jpg) no-repeat center center;
    background-color: #F04A60;
    background-size: cover;
		-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    min-height: 650px;
    background-attachment: fixed;
    padding-bottom: 85px;

}

#thesubcategory h3{font-size: 24px;line-height: 30px}

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

.div-fees{
  padding:0px 15px 30px 15px!important;
}

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

.tbl-category th, .tbl-category td{
  padding:8px;
}



.modal{
  z-index: 9999 !important;
}

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


#notifyModal{
  top: 30% !important;
}
#notifyModal .modal-dialog{
  width: 60% !important;
  max-width: 800px!important;
}

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

.table-border{
	border:1px solid #231F20;
}
.table-border th{
	border:1px solid #444;
	padding:5px 30px;
	line-height: 1.25;
}
.table-border td{
	padding:8px 30px;
	border:1px solid #444;
}

.table-store>tbody>tr>td{
    border-top: 1px solid #CCC !important;
}

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

.table-package{
	width: 100%;
}

.table-package th, .table-package td{
    font-weight: normal;
    padding: 8px;
}

.table-package .package-title{
  font-family: 'Chequers' !important;
  font-size: 16px;
  font-weight: 600;
}

.table-package th .white{
  font-size: 16px;
}

.table-package td{
  font-size: 15px;
  border-left: 1px solid #B18E6D;
}

.package-type{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.6;
}

.package-type::after{
  content: "";
  display: block;
  width: 40px;
  background-color: #B18E6D;
  height: 2px;
}



/*affliates*/

.affliate-top{
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-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;
}

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

.affliate-tb{
	margin-bottom: 15px;
	font-size: 18px;
	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%;
	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: #B18E6D;
}

/* Unicode character for "plus" sign (+) */
p.accordion:after {
     content: '\002B';
    color: #B18E6D;
    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;
	font-size: 18px !important;
}

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: 10px 20px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    opacity: 0;
}

div.panel-faq.show {
    opacity: 1;
    max-height: 2500px; /* 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;
}
p.accordion-howtoenter{
    font-size: 18px;
    font-family: 'Chequers' !important;
    font-weight: 500;
    color: #000 !important;
}
/* 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, p.accordion:hover {
    color: #FFF !important;
		background: #B18E6D;
}
p.accordion-howtoenter.active{
  border-bottom: 1px solid #000;
}

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

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

/* 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;
}




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

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


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

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

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



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

.steplink.three li{
	width: 33.333333%;
}

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

.steplink-credit li{
	float: left;
	width: 50%;
	padding:2px;
}

.steplink-credit 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;
}

.bigoption{
	color: #FFF;
	font-size: 20px;
	margin: 0;
  padding:12px;
	background-color:#C1C1C1;

}


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


.bigoption.active{
	color: #FFF;
	background-color:#231F20;
}


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

 .orders{
   font-size: 18px;
 }

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

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

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

 .atc{
 	background: #B18E6D;
 	color: #fff;
 	width: 100%;
 	max-width: 500px;
 	padding: 10px;
 	margin: auto;
 	margin-top: 10px;
 	border:none;
  text-transform: uppercase;
 }

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




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

}


#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 !important;
   cursor:pointer;
	 font-size: 16px !important;
}



.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;
}


.StripeElement {
    background-color: white;
    padding: 10px 30px;
    border: 1px solid #231F20;
}
.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;
}



#filters{
  padding: 0;
  margin: 0 0 20px;
  text-align: center;
  position: relative;
}

#filters li {
    padding: 0;
    display: inline-block;
    margin: 10px 22px;
}

#filters li a{
  color:#FFF;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 2px;
  /*font-size: 15px;*/
}

#filters li a:hover{
  color:#FBC406;
  text-decoration: none;
}
#filters .selected{
    text-decoration: none;
    position: relative;
    color:#FBC406;
}

#filters a.selected:after{
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color:#FBC406;
}



.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 {
    padding: 0px !important;
}

.uneditable-input{
	width: 300px !important;
	padding: 6px 15px !important;
	height: 42px !important;
	border-radius: 0px !important;
	border: 1px solid #231F20 !important;
}

.image-upload{
  padding-bottom: 15px;
}

.image-upload .action{
	background-color: #000;
}

.image-upload .thumbnail-wrapper{
	overflow: hidden;
  position: relative;
  height: 150px;
  width: 100%;
	background-color: #EAEAEA;
}

.image-upload img{
	width: 100%;
	vertical-align: middle;
	position: relative;
	margin: auto;
  display: block;
}

.image-upload .action a{
	color: #FFF !important;
	font-size: 16px !important;
}

.image-upload .action a:hover{
	color: #FFF100;
}

#image-list {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}
#image-list li {
    margin: 10px 20px 10px 0px;
    display: inline-block;
    width: auto;
    height: auto;
}
#image-list li img{
    height: 200px;
}

#image-list img:hover{
  cursor: all-scroll;
}

a.upload { background-color:#00C8B4 !important; color:#FFF !important;}
a.upload:hover{ background-color:#007C70 !important; color:#FFF !important;}


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

a.save { background-color:#808080 !important; color:#FFF !important;}
a.save:hover{ background-color:#808080 !important; color:#FFF !important;}

a.save.active { background-color:#00C8B4 !important; color:#FFF !important;}
a.save.active:hover{ background-color:#00C8B4 !important; color:#FFF !important;}

a.save.active2 { background-color:#384F79 !important; color:#FFF !important;}
a.save.active2:hover{ background-color:#384F79 !important; color:#FFF !important;}



div.tooltip-winner {
  position: relative;
}

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

div.tooltip-winner:hover span {
  display: block;
  font-size: 14px;
  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;
}


.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: #B18E6D;
	text-decoration: underline !important;

}



.qq-gallery .qq-upload-button{
	background: #B18E6D !important;
	border: 1px #B18E6D solid !important;

}

.qq-gallery .qq-upload-button div{
font-size: 20px !important;
}

.qq-gallery .qq-upload-button input[type=file]{

}

.dataTables_wrapper{
	font-size: 14px !important;
}
.dataTables_wrapper .dataTables_filter input{
	border: 1px solid #E2E2E2 !important;
	padding: 5px 8px !important;
}

.dt-buttons{
	margin-bottom: 20px;
}


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

.radio-toolbar label {
    display: inline-block;
    background-color: #FFF;
    padding: 10px 20px;
    font-size: 20px;
    border: 1px solid #A9ABAE;
    border-radius: 4px;
		min-width: 50%;
		min-height: 65px;
    font-weight: normal !important;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #B18E6D;
		border-color: #A9ABAE;
		color:#FFF;
}

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


.radio-toolbar label.package {
    display: inline-block;
    /*background-color: #000;*/
    padding: 0px;
    font-size: 20px;
    border: none;
    border-radius: 0px;
		width: 100%;
    font-weight: normal !important;
    color: #B18E6D;
    text-align: center;
}

.radio-toolbar input[type="radio"]:checked + label.package {
		border: 5px solid #7C7C7C !important;
    background-color: #000;
    color: #B18E6D;
}

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

.radio-toolbar label div.bg-black {
    padding: 10px 0px;
    font-size: 23px;
    font-weight: 600;
    font-family: 'Chequers';
}

.radio-toolbar label div.bg-black.small {
  font-size: 20px;
  font-weight: 600;
  font-family: 'ProximaNova';
}

.radio-toolbar label div.bg-silver{
  padding: 10px;
}

.radio-toolbar label div.bg-silver.price {
    font-size: 30px;
    font-weight: 600;
    color: #000 !important;
    margin: 0px !important;
}

.radio-toolbar label div.bg-silver.price .unit {
    font-size: 13px;
    font-weight: 200;
    color: #000 !important;
}

.radio-toolbar label .description {
  font-size: 14px;
  font-weight: 200;
  color: #000 !important;
  min-height: 140px;
}

.col-package {
  width: 20%;
  position: relative;
  float: left;
  padding: 15px;

}

.radio-toolbar:hover {
  cursor: pointer;
}

.col-product {
  width: 33.333%;
  position: relative;
  float: left;
  padding: 15px;

}

.radio-toolbar:hover {
  cursor: pointer;

}


.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;
}


/*media*/
.graphic_container{
	padding: 15px;
}

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

.media-dl li{
	padding: 0px 11px;
	float: left;
	position: relative;
	font-size: 16px;
}

.media-dl li a{
	color: #B18E6D;
  font-size: 16px;
}

.media-dl li:not(:last-child):after{
	content: '';
	position: absolute;
	width: 1px;
	background-color: #B18E6D;
	height: 15px;
	top: 4px;
	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;
  }



.media-cont h3{
  height: 65px;
  font-family: 'Chequers' !important;
  color : #B18E6D;
}

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

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

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

  .media-entertype-bar{
	padding: 10px 0px;
	background-color: #B18E6D;
	font-size: 14px;
	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: 15px;
		margin-top: 10px;
}

.media-title a{
	color: #B18E6D!important;
	font-size: 17px;
}

.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: 265px;
	position: relative;
	margin-bottom: 25px;
  border : 1px solid #DBDCDD;
}

.media-link{
  color: #B18E6D !important;
	border: 1px solid #B18E6D;
	font-size: 15px;
	padding: 3px 15px;
	border-radius: 5px;
}

.media-link:hover{
  background-color: #B18E6D;
	color: #FFF !important;
}





/*store.php*/

.store_page{
	margin-bottom:80px;
	padding-top: 30px;
	padding-bottom: 50px;
	color: #000;
}


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



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



.store-bot-text{
	text-align: center;
  font-size: 21px;
	margin-top: 38px;
  font-family: 'Chequers' !important;
  color : #B18E6D;
  font-weight: 600;

}



.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{
	font-size: 18px;
	color: #88713D;
}

.store-top-small{
	font-size: 14px;
}


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




.store-qty{
	border: 1px solid #000;
	padding:5px 20px;
  width: 100%;
}



.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: 50px 0px 50px 0px;
}


.store-left{
	position: relative;
	padding: 50px 80px;
}



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


.stat_sample_yy{
	position: absolute;
	top: 80px;
	width: 212px;
	left: 127px;
	text-align: center;
	font-size: 21px;
	height: 30px;
	color: #000;
	padding: 0px;
	font-family: 'HelveticaNeueLT';
}

.stat_sample_text{
	color: #000;
	position: absolute;
	top: 120px;
	width: 400px;
	left: 30px;
	text-align: center;
	font-size: 13px;

}

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





.cert_sample_text p{
   color: #FFF;
  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;
}



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

}



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



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



.media-thumbnail{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  border : 1px solid #DBDCDD;
}


.iluxury-winner{
  background-color: #000;
	padding: 0px;
	background-image: url(../images/iLuxury-Winner-Banner.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 740px;
}

.winner-box{
  background-color: #FFF;
  padding: 20px;
  padding-top: 0px;
  min-height: 380px;
  position: relative;
  margin-bottom: 30px;
}

.winner-box-inner{
	  float: left;
    width: 100%;
    position: relative;
}

.winner-box-inner .winner-logo{
    float: left;
  	height: 85px;
		padding-top: 10px;
}

.winner-box-inner .winner-badge{
  	height: 175px;
		padding-top: 0px;
}

.winner-box-inner .text{
    font-size: 16px;
}

.winner-box-inner .classification{
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 3px;
    font-weight: 600;
    color: #B18E6D;
    font-family: 'Chequers';
}




.winner-info-cont{
	background-color: #FFF;
	padding: 15px;
	padding-top: 0px;
	min-height: 320px;
	position: relative;
	margin-bottom: 30px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

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


.artwork-yy{
	margin-top: 10px;
  font-size: 13px;
  color: #939597;
}


.artwork-client{
	margin-top: 10px;
	font-size: 15px;
  color: #939597;
}


.artwork-name{
	float: left;
	margin-top: 8px;
	margin-bottom: 10px;
  font-size: 19px;
  color: #B18E6D;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Chequers' !important;
}



.artwork-name a{
	font-size: 19px;
	line-height: 1.1;
	color: #B18E6D;
  font-weight: bold;
  font-family: 'Chequers' !important;

}



.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;
  font-family: 'Chequers' !important;

}



.winner-button{
	position: absolute;
	left: 10px;
	bottom: 15px;
	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 #B18E6D;
	-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: 46%;
	text-align: center !important;
}



.winner-button li:hover{
	background-color: #B18E6D;
	-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: #B18E6D;
	font-size: 16px;

}

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


.winner-button li:not(:first-child):hover{
	background-color: #B18E6D;
	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: 8px;
	list-style-type: none;
}



.winner-social li{
	float: left;
	padding: 5px 8px;
	margin-left: 3px;
	border: 1px solid #B18E6D;
	-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: #B18E6D;
	-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;
}

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



.winner_info_art_name{
	color:black;
	font-size: 29px;
	margin-top: 25px;
	margin-bottom: 25px;
}



.winner_info_1{
	margin-bottom: 0px;
}



.winner_info_2{
	font-size: 22px !important;
	margin-bottom: 40px;
	color: #939597;
	margin-top: 8px;
	text-transform: none !important;
}


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

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


.winner_row_2{
	padding: 10px 0px;
}


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

.credit_name{
	padding: 0px 25px;
}


.credit_table{
	padding: 0px 25px;
}


.extra_info_row{
	padding: 15px 25px;
	color: #939597;
}


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


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


.share-ul li{
	float: left;
	padding: 5px 8px;
	border: 1px solid #B18E6D;
	color: #B18E6D;
	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 span, .share-ul li div{
	position: absolute !important;
  top: 0;
  left: 0;
  margin-top: 2px;
  opacity: 0;
}


.share-ul li:hover, .share-ul li:focus{
	background-color: #B18E6D;
	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: 20px;
	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;
}

.winner_info_video{
	width: 100% !important;
}

.custom-slick-arrow{
	margin-top: 15px;
	text-align: center;
	font-size: 24px;
	color : #939597;
}

.custom-slick-arrow i{
	cursor: pointer;
}

.slick-arrow{
	display: none;
}


.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;
}





.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: 	#444;
  margin-bottom: 50px;
}



.winner_box_bg{
	background-color: #000;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #444;

}



.winner-info1{
	font-size: 17px;
	color: #B18E6D !important;
	margin-bottom: 3px;
  font-family: 'Chequers' !important;
  font-weight: 600;
}


.winner-info2{
	font-size: 16px;
	color: #000;
	margin-bottom: 12px;
}

.winner-info-details{
	color: #B18E6D !important;
	margin-bottom: 2px;
}



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

}



.winner-social li{
	float: right;
	padding: 5px 8px;
	margin-left: 3px;
	line-height: 1;
	border: 1px solid #B18E6D;
	-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: #B18E6D;
	font-size: 18px !important;
}



.winner-social li:hover{
	background-color: #B18E6D;
	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: relative;
	width: 70%;
	padding: 5px 10px;
	color: #fff;
	background-color: #000;
	float: left;
}



.winner-country {
    width: 30%;
    padding: 5px 10px;
    color: #fff;
    text-align: right;
    background-color: #000;
		position: relative;
		float: left;
}




.winner_box_top{
	padding: 5px 8px;
}


.winner_info_title{
	color: #929497;
	float: left;
}

.winner_info_extra_name{
	color: #231F20;
	font-weight: bold;
	margin-left: 15px;
	float: left;
}

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


.winner-container, .media-container{
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
}


.winner_credit{
	display: inline-block;
	padding-left: 0px;
	margin-bottom: 0px;
}


.winner_credit:after{
	content: '';
	display: table;
	clear: both;
}


.winner_credit li{
	padding-top: 8px;
	padding-bottom: 8px;
}








/*winner.php*/

#winner-form{
	margin-bottom: 45px;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 15px;
}

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

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

.win-form-submit{
	display: block;
	margin-bottom: 5px;
	background-color: transparent;
	color: #B18E6D;
	min-width: 80px;
	border: 1px solid #B18E6D;
	-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: #B18E6D;
	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: #B18E6D;
}

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

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


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

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
   color:#FFF;
}

.pagination > li > a, .pagination > li > span{
  color:#FFF;
}

.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;

}





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



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

.btn-success, .btn-danger, .btn-warning{
  color : #FFF !important;
}



#cart-icon{
	position: fixed;
	top:20%;
	right:0;
	background-color: #B18E6D;
	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 !important;
}

#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;
}

#imgAreaProfile {
	display: inline-block;
	margin: 0 auto;
	width: 200px;
	height: 200px;
	position: relative;
	background-color: #eee;
	font-size: 18px;
	border: 1px solid #000;
}

#imgAreaProfile img {
	outline: medium none;
	vertical-align: middle;
	width: 100%;
}

#imgArea {
	display: inline-block;
	margin: 0 auto;
	width: 330px;
	height: auto;
	position: relative;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#imgArea img {
	outline: medium none;
	vertical-align: middle;
	width: 100%;
}
#imgChange {
	background: rgba(170, 144, 87, 0.65);
	bottom: 0;
	color: #FFFFFF;
	display: block;
	height: 30px;
	left: 0;
	line-height: 32px;
	position: absolute;
	text-align: center;
	width: 100%;
	border-top: none;
}
#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;
}

.img-thumbnail{
	padding: 0px !important;
	border-radius: 0px;
}

.image_area{
	width: 300px;
	height: 300px;
	position: relative;
	border: 1px solid #ddd;
}


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

.preview {
		overflow: hidden;
		width: 160px;
		height: 160px;
		margin: 10px;
		border: 1px solid #ddd;
}

.modal-lg{
		max-width: 1000px !important;
}

#announcementModal .modal-dialog{
  width: 600px !important;
  max-width: 600px !important;
}

.image_area .overlay {
		  position: absolute;
		  bottom: 0px;
		  left: 0;
		  right: 0;
		  background-color: rgba(164, 138, 64, 0.65);
		  overflow: hidden;
		  height: 0;
		  transition: .5s ease;
		  width: 100%;
	}

.image_area:hover .overlay {
  height: 35%;
  cursor: pointer;
}

.image_area .text {
  color: #FFF;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
	font-weight: normal;
}

.img-container img {
	max-width: 100%;
}


.imgArea {
	display: inline-block;
	margin: 0 auto;
	width: 300px;
	height: 300px;
	position: relative;
	background-color: #FFF;
	font-size: 16px;
	border: 1px solid #ddd;
}
.imgArea img {
	outline: medium none;
	vertical-align: middle;
	width: 100%;
}
.imgChange {
	background: rgba(164, 138, 64, 0.65);
	bottom: 0;
	color: #FFFFFF;
	display: block;
	height: 40px;
	left: 0;
	line-height: 40px;
	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;
	border: 1px solid #000;
}
#logoArea img {
	outline: medium none;
	vertical-align: middle;
	width: 100%;
}
#logoChange {
	background: rgba(164, 138, 87, 0.65);
	bottom: 0;
	color: #FFFFFF;
	display: block;
	height: 33px;
	margin: 0 auto;
	text-align: center;
	width: 200px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#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;
}

/* 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%;
}





/*Judge*/


#judge-entry-desc .h4{
	font-size: 18px !important;
	text-transform: none !important;
	font-weight: normal;
  font-family: 'ProximaNova' !important;
  line-height: 1.52 !important;
}

#judge-entry-desc h3{
	font-weight: 500;
  font-size: 21px !important;
}


.judge-table td, .judge-table th{
    border : 1px solid #C0C0C0;
}

.container.container-full{
 width: 100%!important;
 padding-left: 0px!important;
 padding-right: 0px!important;
}

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

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

.evaluate-bg{
  background: #000;
	margin-top: 0px !important;
  padding: 15px 0px !important;

}

.evaluate-bg h3{
	font-size: 30px !important;
}

.evaluate-bg h3, .evaluate-bg h4{
	color:#B18E6D !important;
}

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



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

.judge-entry-desc-cont {
    height: 568px;
    overflow: scroll;
    overflow-x: hidden;
		border: 1px solid #E2E2E2;
}

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



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: 20px;
    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! */

}

#judge-panel .judge-criteria-label{
		margin: 0px 0px 15px 0px !important;
    font-size: 17 !important;
}

#judge-panel  .judge-criteria-label .tooltip{
  font-size: 14px !important;
}



#judge-panel .judge-criteria{
		margin: 0px 0px 38px 0px !important;
  }



.judge-input-score {
    float: right;
    border: 1px solid #B18E6D;
    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;
	border: 1px solid #E2E2E2;
}

.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: #B18E6D;
    color: #fff;
    margin-top: 8px;
    padding: 10px;
    border-radius: 5px;
    border: none;
    width:28%;
}

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

#judgeUrlTab a{
	overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

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

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

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

.nav-tabs>li>a {
    margin-right: 0px !important;
		border-radius: 0 !important;
		color: #000 !important;
	}


	.nav-tabs.nav-justified>li>a{
		background-color: #FFF !important;
	}

  .nav-tabs.nav-justified>li.active>a{
    background-color: #B18E6D !important;
    color: #000!important;
  }

	.nav-tabs>li>a:hover {
    border-color: #B18E6D #B18E6D #B18E6D !important;
    background-color: #B18E6D !important;
  }

	.nav-tabs.nav-justified>li.active>a, , .nav-tabs.nav-justified>li.active>a:focus, .nav-tabs.nav-justified>li.active>a:hover{
		color: #FFF !important;
	}


	.tab-content .tab-pane {
    padding: 50px 50px;
    text-align: left;
 }



.newjudge{
	margin-top: 150px;
	margin-bottom: 50px;
}
.newjudge h6{
	color: #ee4036;
    font-size: 30px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}


.newjudgegal{
	margin-top: 50px;
}

.judge_left{
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	height: 350px;
	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{
	background-color: #000;
	margin: 50px 0px;
	border: 1px solid #000;
	padding: 0px;
}

.judge_right{
	padding: 10px 20px;
	overflow: auto;
	height: 290px;
  margin: 15px 0px;
}

.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: #FFF;
	max-width: 96%;
	font-size: 18px;
}

.judge_name{
	color: #000;
	font-size: 35px;
  margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1;
	text-transform: uppercase;
  font-family: 'Chequers' !important;
  font-weight: 500;

}

.judge_title_company{
	color: #B18E6D;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 15px;
	font-weight: 500;
}

.judge_country{
	color: #000;
	margin-bottom: 20px;
	font-size: 18px;
	position: relative;
	text-transform: uppercase;

}

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

.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: 30px;
	float: left;
}

.judge_social_media > li a{
	color : #000 !important;
}

.judge_social_media > li:hover{
	background-color: #B18E6D;
	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;
	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: #000;
}

.store_product_heading{
	font-size: 30px;
	font-family: 'Chequers' !important;
  font-weight: 500;
}

.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;
	text-align: center;
}












.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: 9999;
	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;

}

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

#closebtn:hover{
	cursor: pointer;
}

.gallery-highlight{
  background-color: #B18E6D;
  margin-bottom:45px;
  border-top-left-radius: 50px;
  padding-left:0px !important;
  padding-right: 0px !important;
  overflow:hidden;
}

.gallery-thumbnail{
  height: 265px;
	background-size: cover;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -webkit-border-top-left-radius: 50px;
}

.gallery-info{
  min-height: 80px;
}

.gallery-content{
  width: 75%;
	float: left;
	padding: 15px 10px;
}

.gallery-more{
  width: 80px;
	float: left;
	background-color: #EF4A61;
	height: 80px;
	position: relative;
  overflow: hidden;
	float: right;
}

.gallery-more > .circle {
	width: 160px;
	height: 160px;
	position: absolute;
	bottom: -80px;
	right: 0px;
	border-radius: 50%;
	background: #D0D9DF;
}

.gallery-info .gallery-title a{
  color:#FFF;
}

.gallery-info .gallery-title a:hover{
text-decoration: none;
}

.gallery-info .gallery-name{
  color:#F0C635;
  font-size: 14px;
  margin-top:3px;
}

.gallery-more > .circle > a>.circle-link{
	width: 80px;
	float: right;
	padding: 15% 10px;
}

.gallery-more > .circle > a >.circle-link:hover{
	background-color: #EF4A61;
}

.gallery-more > .circle > .circle-link:hover .gallery-more a{
	color: #FFF !important;
}

.gallery-highlight .gallery-more a{
  color:#B18E6D !important;
	line-height: 1.1 !important;
}

.gallery-highlight .gallery-more a:hover, .gallery-highlight .gallery-more a:focus{
   text-decoration: none;
   color: #FFF !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:265px;
}

.project .hover{
	position:absolute;
	width:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,0.65);
	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: 32px !important;
	margin-top: 0px !important;

}

.project .new {
    background-color: #F0C635;
    font-size: 16px !important;
    color: #000;
    padding: 3px 8px;
    font-family: Helvetica, Arial, sans-serif !important;
}

.project .hover-inner{
	position:relative;
	top:20%;
	margin-top: -80px;
	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-inner h3{
  font-size: 22px !important;

}

.project .hover-inner p{
  font-size: 17px !important;

}

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



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

.project li{
	display:inline-block;
}

#contact_map {
    width: 100%;
    height: 400px;
    margin-bottom: 150px;
}

#profile-banner{
	min-height: 700px;
	background-color: #000;
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}



#profile{
	background-color: #000;
}

hr {
    border-top: 1px solid #ccc !important;
}

hr.profile-line {
    border-top: 1px solid #444 !important;
}


.profile-label{
  margin-bottom: 7px !important;
}

.profile-info{
  margin: 0px 0px 30px 0px
}


#agoda .container {
    width: 90% !important;
}

#profile .location{
	color: #FFF;
  margin-bottom: 20px !important;
}

#profile .name{
	color: #B18E6D;
	font-size: 41px;
  font-family: 'Chequers' !important;
	margin-top: 10px;
}


#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: #0071BB !important;
}

#profile ul.social {
    list-style-type: none;
    float: right;
    padding-inline-start: 0px !important;
}

#profile ul.social 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: 26px;
}

#profile ul.social li a{
       color: #FFF !important;
}


.brief-row{
	min-height: 310px;
}

#profile-winner{
	position: absolute;
	top: -50px;
	display: block;
  right: 0px;
}

#profile-winner img{
   width: 68%;
}

.brief{
	text-align: left;
	font-size: 18px;
  color:#FFF;
}


.profile_video {
    height: 750px !important;
    width: 100%;
    border: none;
}

.profile-btn {
    background-color: #C0842A;
    background-image: linear-gradient(
141deg
, #EDD18D 0%, #F4E8D8 30%, #C0842A 50%, #E0B271 75%);
    color: #321814;
    border: none;
    padding: 5px 20px;
}



.credit-row{
	display: table;
	width: 100%;
  margin-top: 40px;
}


.profile-credit-row{
	font-size: 18px;
	border-top:1px solid #444;
	margin-right: 10px !important;
  margin-left: 10px !important;
}

.profile-credits-title{
	padding: 10px 0px;
	color: #9B9B9B;
}

.profile-credits-name{
	padding: 10px 0px;
	color : #FFF;
}

hr.credits-line{
  margin-top: 8px;
  margin-bottom: 8px;
  border-top: 1px solid #2D2D2D !important;
}

/*Interview*/
.interview-info-cont{
	background-color: #E3E4E5;
	padding: 20px;
	padding-top: 0px;
	min-height: 315px;
	position: relative;
	margin-bottom: 25px;
	border-bottom: 8px solid #080f2e;
}

.interview-info-cont .interview-name a{
	font-family: 'Chequers' !important;
	font-size: 23px;
}


.interview-info-cont .interview-company{
	font-size: 18px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	color:#000;
}

.interview-info-cont hr{
	border-top: 1px solid #C4C4C4;
	margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.interview-info{
	font-size: 16px;
}

.interview-link{
  color: #B18E6D !important;
	border: 1px solid #B18E6D;
	font-size: 16px;
	padding: 3px 15px;
	border-radius: 0px;
}

.interview-link:hover{
  background-color: #B18E6D;
  color:#FFF !important;
}

.interview-entertype-bar{
	padding: 10px 0px;
	background-color: #2F585C;
	font-size: 16px;
	color: #FFF !important;
}

.interview-entertype-bar a{
	font-size: 22px;
	line-height: 1.1;
	color: #FFF !important;
	font-family: 'Chequers' !important;
  text-transform: uppercase;
}

.interview-container{
	padding: 0px;
	display: block;
	position: relative;
}

.interview-container .interview-cover{
background-color: black;
position: relative;
}

.interview-container .interview-cover img{
	opacity: 0.5;
}

.interview-profile{
	position: absolute;
	top:-300px;
}

.interview-profile-img{
	position: absolute;
	bottom: -160px;
	margin-left: 8%;
}
.interview-container .interview-profile-img img{
    width: 460px;
}

.interview-profile-info{
		margin-top: -50px;
}


.story-info{
	padding-left: 20px;
}

.story-info .h1{
	margin: 0px !important;
	line-height: 1.1 !important;
}


.story-info .company{
	font-size: 21px;
	margin-top: 20px !important;
	font-weight: 500 !important;
	margin-bottom: 10px !important;

}

.story-info hr.seperator{
	margin-top: 5px;
  margin-bottom: 20px;
	margin-left: 0px;
  border: 0;
  border-top: 2px solid #B18E6D!important;
	width: 60px;
}


.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: 5px 0px;
	text-align: center;
	width: 38px;
	height: 38px;
	margin-right: 4px;
	border: 1px solid #DBAB3A;
	-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 : #DBAB3A !important;
}


.interview-social li:hover{
	background-color: #DBAB3A;
	-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 {
  color:#000 !important;
	background: #FFF;
	border-top:none !important;
	border-left:none !important;
	border-right:none !important;
	border-bottom: 3px solid #080f2e;
	cursor: pointer;
	padding: 10px 0px;
	width: 100%;
	text-align: left;
	outline: none;
	transition: 0.4s;
	margin-bottom:10px;
}

div.panel-faq.interview {
    padding: 18px 20px;
}

p.accordion.interview .number{
	color: #B18E6D ;
	font-family: 'Chequers' !important;
	font-size: 28px;
	line-height: 0.8 !important;
	padding: 0 15px;
	float: left;
}

div.panel-faq.interview p{
  margin: 0 0 20px !important;
}





/*Footer*/
#footer{
  background-color: #000;
  overflow: hidden;
	padding: 50px 15px 75px 15px;
	color: #fff;
}

.footer-logo {
    height: 135px;
    position: relative;
    margin-top: 10px;
}

.footer-logo .left-line {
    height:50px;
    border-bottom: 1px solid #444;
    width: 42%;
    display: inline-block;
    position: absolute;
    top: 0;
}
.footer-logo .right-line{
	height:50px;
	border-bottom:1px solid #444;
	width:42%;
	display:inline-block;
	position:absolute;
	top:0;
	right:0px
}

.flogo{
	width: 120px;
	position:absolute;
	top:0;
	left: 45%
}

.mfooter{
	margin-top: 20px;
	border-top: 1px solid white;
}
.msi i{
	font-size: 15px;
	height: 30px;
	width: 30px;
	padding-top: 5px;
}
.msocial{
	display: inline-block;
	width: 100%;
	list-style-type: none;
}
.msocial li{
	display: inline-block;
	padding: 0 10px;
}
.msocial a{
	font-size: 22px;
}
.mcopy p{
	font-size: 13px;
}
.footer{
	padding-top: 20px;
}

.flist{
	padding-left: 0px;
	list-style-type: none;
	margin-bottom: 5px;
}

.flist li{
   padding: 3px 10px;

}


.flist a{
	color: #fff !important;
	font-size: 18px;
}

.flist a:hover{
	color: #B18E6D !important;
}

#footer a.defcolor:hover{
	color: #FFF;
	text-decoration: none;
}

.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-radius: 50%;
		border: 1px solid #fff;
    color: #fff;
}


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


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

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

.copyright a{
	color: #fff !important;
}


.copyright a:hover{
	color: #fff !important;
	text-decoration: underline !important;
}

.copyright p{
	margin: 0px;
}


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



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

@media(min-width: 1200px){
	.graphic_container{
		width: 100%;
		max-width: 90%;
		margin: auto;
	}

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


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

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

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

	.winner-container, .media-container {
	    width: 95%;
	}
}

@media(min-width: 992px){

	.cert-popup-left{
		margin-top: 200px;
	}

	.judge_left{
		background-size: cover;
			position: absolute;
			top: 0;
			left: 0;
			height: 320px;
			width: 100%;
			z-index: 1;
	}


	.judge_social_media > li{
		display: inline;
		border: 1px solid #E2DEE2;
		color: #000;
		padding: 8px 10px;
		margin-right: 8px;
		background-color: #E2DEE2;
	}

	#judge_select{
		margin-left: -15px;
	}

	.store-choose-cont{
		min-height: 530px;
	}

	.winner_info_video{
		height: 750px !important;
	}

	.winner_website{
		height: 750px !important;
	}

	.winner-search li:nth-child(1){
		border-right: 1px solid #9E9E9E;
	}

	.winner-search li:nth-child(2){
		border-right: 1px solid #9E9E9E;
	}

	.winner-search li:nth-child(3){
		border-right: 1px solid #9E9E9E;
	}



	.winner-search li{
		width: 25%;
		padding: 40px 25px;
	}

  .winner-search.four li{
    width: 20% !important;
  }

	.winner-search li:last-child{
		padding: 28px 25px;
	}

	.cert-popup-items{
		float: left;
	}

	#cert-popup{
		max-width: 1000px;
	}

	.winner-thumbnail{
		border-left: 1px solid #9E9E9E;
		border-right: 1px solid #9E9E9E;
	}

	.media-thumbnail.relative{
		 height: 300px;
	}


	.winner_credit li{
		display: inline-block;
		min-width: 300px;
	}



}



@media(min-width: 768px){





	.navbar-nav>li.home-active{
		color:#FFF !important;
		background: #B18E6D !important;
	}

	.navbar-nav>li.home-active>a:hover{
		color:#FFF !important;
	}


	.navbar-inverse .navbar-nav > li > a{
		padding: 0px 13px;
	}

	.navbar-inverse .navbar-nav > li{
		padding: 3px 0px;

	}

	#myCarousel{
		max-width: 100%;
		padding:0;
	}


	.carousel-indicators li{
			margin-right: 8px;
	}

	#myCarousel .item{
      background-image: none !important;
	}


 .carousel-control{
	 color: #FFF !important;
	 opacity: 0.7 !important;
 }

  .carousel-control:hover{
		color: #FFF !important;
  }

 .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
	 width: 40px !important;
   height: 40px !important;
   padding-top: 3px !important;
	 background-color: #000;
 }


	.div_tb_sm{
		display: table;
	}

	.div_tr_sm{
		display: table-row;
	}



	.div_td_sm{
		display: table-cell;

	}

	.affliate-tb .div_td_sm:first-child{
		width: 300px;
	}

	.affliate-tb .div_td_sm{
		vertical-align: middle;
	}

	.store-choose-cont{
		min-height: 530px;
	}

	.login_popup{
		background-image: url('../images/store/login-trophy-2025.jpg');
		background-position: left;
		background-size: auto 100%;
		background-repeat:no-repeat;
		max-width: 1000px;
		min-height: 450px;
	}

	.login_popup2{
		background-image: url('../images/store/login-certificate.jpg');
		background-position: bottom left;
		background-size: 45% auto;
		background-repeat:no-repeat;
		max-width: 1000px;
		min-height: 450px;

	}

	.media-cont{
		min-height: 1180px;
	}

  .cert_sample_yy{
    width:100%;
		position: absolute;
    letter-spacing : 17px !important;
    top: 435px;
    font-size: 40px;
    font-family: 'HelveticaNeueLT';
    text-align: center;
    color: #FFF !important;
    font-weight: bold;
  }

	.cert_sample_text{
    width:100%;
		position: absolute;
    top: 500px;
    left: 0px;
    text-align: center;
    font-size: 16px;
    line-height: 1.2 !important;
    color: #FFF !important;
	}
	.cert-popup-items{
		margin: auto;
	}

	.winner_info_video{
		height: 550px !important;
	}

	.winner_website{
		height: 550px !important;
	}

}


@media(max-width: 992px){

	.iluxury-entry-info .owl-prev{
		display: none;
	}

	.iluxury-entry-info .owl-next{
		display: none;
	}

	.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 #E2DEE2;
	    color: #000;
			background-color: #E2DEE2;
	}

	.winner-search li:nth-child(1){
		border-bottom: 1px solid #9E9E9E;
	}
	.winner-search li:nth-child(2){
		border-bottom: 1px solid #9E9E9E;
	}
	.winner-search li:nth-child(3){
		border-bottom: 1px solid #9E9E9E;
	}
	.winner-search li{
		width: 100%;
		padding: 10px;
	}

	.winner-thumbnail, .media-thumbnail{
		background-image: none !important;
	}

	#cert-popup{
		max-width: 500px;
	}

}


@media screen and (max-width: 1520px) {
	.winner-container{
		max-width: 95%;
	}

	.media-container{
		max-width: 95%;
	}

}

@media screen and (max-width: 1200px) {
	.store-right{
		padding: 15px;
	}
}

@media screen and (max-width: 1024px) {
	body{
		font-size: 16px;
	}

	#mynavbar {
	 height: 70px;
	}

	#logo {
    max-height: 40px;
  }

	#mynavbar .container.container-wide {
	 width: 100%;
	 margin-left: auto;
	 margin-right: auto;
	}

	.navbar-nav>li>a {
	 padding: 6px 10px !important;
	 font-size: 16px !important;
	 }

	 .navbar-collapse {
	 padding-right: 0px !important;
	 padding-left: 15px  !important;
	 }




	 #bannertextcontainer .entry-text {
		color: #000 !important;
		font-size: 26px;
	 }

	.iluxury-statuette .carousel-caption {
    top: 30px;
  }


	.category-item .category-content {
		padding: 18px 14px;
	 }

		.category-item .category-content .category-title {
		font-size: 22px;
		margin-bottom: 10px;
		height: 38px;
		}

		.category-item .category-content .category-desc {
		min-height: 60px;
		}

		.category-content {
		color: white;
		font-size: 16px;
		line-height: 19px;
		}



}

@media screen and (max-width: 768px) {

	.navbar-nav {
	 margin-left: 0px !important;
	}

	body{
		font-size: 16px !important;
		line-height: 1.42 !important;
	}

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

	.h1{
		font-size: 40px !important;
		margin-bottom: 0px !important;
	}

	.h2{
		font-size: 36px !important;
		margin-bottom: 0px !important;
	}

	 .h3{
		font-size: 28px !important;
	 }

	 .section {
    padding: 50px 0px 50px 0px;
  }

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

	 .btn-link, .btn-link-2, .btn-link-3, .btn-link-4, .btn-link-5 {
		 font-size: 19px !important;
	 }

	 .btn-link-white, .btn-link-black {
    font-size: 19px !important;
	  }

	 #mynavbar {
    height: 70px;
   }

	 #mynavbar .container.container-wide {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
   }

	 .navbar-nav>li>a {
    padding: 6px 10px !important;
    font-size: 16px !important;
    }

		.navbar-collapse {
    padding-right: 0px !important;
    padding-left: 15px  !important;
	  }

		.navbar-nav {
    margin-top: 0px !important;
    }


		#bannertextcontainer .entry-text {
     color: #000 !important;
     font-size: 26px;
    }

		.luxury-awards{
			padding: 50px 0px;
		}

		.category-item .category-content {
    padding: 20px 14px;
   }

		.category-item .category-content .category-title {
    font-size: 19px;
    margin-bottom: 10px;
		height: 34px;
    }

		.category-item .category-content .category-desc {
    min-height: 60px;
    }

		.category-item .category-content .category-desc.short {
    min-height: 30px;
    }

		.category-content {
    color: white;
    font-size: 16px;
    line-height: 19px;
    }

		#testimonies {
    padding: 50px 0px 50px 0px;
   }

   #aboutiaa{
     background-color:#000;
   	 padding: 40px 0px;
     background-image: url(../images/about-iaa-mobile.jpg);
     background-size: 100%;
   }

   #aboutiaa .iaa-logo {
    max-width: 80px;
   }

		#aboutiaa .text-subtitle {
			font-size: 21px !important;
      margin: 20px 0px 20px 0px !important;
		}

		.iaabox{
			margin-bottom: 30px;
		}

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

		.mfooter {
    margin-top: 10px;
    }


		.nav-tabs.nav-justified>li>a{
			font-size: 18px !important;
			padding: 8px 15px;
		}

		.nav-tabs>li {
     margin-bottom: -3px !important;
   }

	 .content{
		 	text-align: center;
	 }

	.character-table .character-label{
		border-bottom: 1px solid #FFF;
		padding: 8px 15px;
	}

	.character-table .character-value{
		padding: 8px 15px;
	}


	.tab-content .tab-pane {
		padding: 30px 20px;
		text-align: left;
	}


		#statuette h2, #statuette p{
			text-align: center;
		}

		h2.bignum {
			font-size: 50px !important;
		}

		.iiabox .title-sm {
    font-size: 16px;
    color: #fff;
    }

	 .text{
 		padding-left: 0px;
 	  padding-right: 0px;
  	}

	.input-group .input-group-addon{min-width: 155px;}

	#thefees .fees-box {
    height: 350px;
		margin-bottom: 30px;
  }

	.table-border th {
    padding: 6px 12px;
 }

  .table-border td {
		padding: 6px 12px;
  }

	#statuette-bg {
		height: 560px
  }

	.iluxury-entry-info .owl-dot.active:after{
		content:'';
		position: absolute;
		bottom: 0px;
		left: 0px;
		height: 3px;
		width: 15%;
		margin-left: 43%;
		background: #B18E6D; /* Old browsers */
	}

	.iluxury-entry-info .owl-item{
		padding: 30px 25px;
		padding-top: 20px;
	}

	.iluxury-entry-info .owl-dot{
		width: 100%;
		text-align: center;
		font-size: 16px;
		border: none !important;
	}


	.iluxury-entry-info .owl-dot.active{
		font-weight: bold;
	}

	#owl-demo{
		font-size: 16px;
	}


	.logo-container{
		max-width: 250px;
		padding: 0px 5px;
	}

	.my-nav-button{
		float: right;
	}

	.navbar-nav .dropdown-menu > li{
	  text-align:center;
	}


	.navbar-collapse.collapse.in {
		background-color: #000;
	}


	#logo {
	    max-height: 35px;
	}



	#myCarousel{
		position: initial;
	}

	.prizes-whitebox{margin-top: 18px; height: 175px;}
	.mobile-row{ padding : 5px 25px}
	.prizes-whitebox .pd{ padding: 18px;}
	.mt-lg { margin-top: 35px !important;}
	.navbar-header {
	    padding: 10px 15px;
	    width: 100%;
	}

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


	#aboutiia .text-subtitle{
		font-size: 22px !important;
	}

	#testi .the-testi{
			padding:0px 40px;
		}

		#testi.owl-theme .owl-nav{
			width: 100%;
			top: 28%;
		}

		#testi.owl-theme .owl-nav .owl-prev{
			left:0;
		}
		#testi.owl-theme .owl-nav .owl-next{
			right:0;
		}

	 #statuette .trophy-img {
			max-width: 110px;
			position: relative;
			top: 0px;
			z-index: 1;
			left:38%;
	 }

	 .about-h1{
		 font-size: 30px;
	 }

	 h2.prizes-title {
			font-size: 20px;
	 }

 .prizes-whitebox .desc {
			font-size: 16px;
	}

	.why-muse ol {
		margin-top: 30px;
		border-top: 4px solid black;
  }

	.why-muse ol li{
		font-size: 22px !important;
		font-weight: bold;
		min-height: 98px;
		padding-top:10px;

	}

	.why-muse ol li p {
			font-size: 17px !important;
			font-weight: normal;
	}

	.slidetb .slideth{
		min-height: 100px;
		padding-top: 20px;
		border-top: 1px solid #A9ADAF;
		color: inherit;
		background-color: transparent;
	}

	.slidetb .slidetd{
		min-height: 100px;
		padding-top: 0px;
	}

	.slidetb .bl{
		border-top: 1px solid #A9ADAF;
	}

	#gallery_open{
		font-size: 25px;
	}

	.m-hide{display:none;}

	#thegallery .container{
	 padding-left: 30px !important;
	 padding-right: 30px !important;
	}

	#thecategory{
	background: url("../images/bg-category-m.jpg") no-repeat center top;
	background-color: #0D0D0D;
	background-size: cover;
	min-height: 650px;
	padding-top: 20px;
	margin-top:0px;
 }

	 .tbl-category td{
	 	font-size: 15px;
	 }

	.social-icon li{
 		text-align: center;
 	}

	.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;
	}

	.top-nav{
		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;
	}

	.judge-onebtn-sm {
    width:50%;
  }

	.login_heading{
		font-size: 24px;
	}

	.bigoption{
		font-size: 18px;
    min-height: 45px;
    padding: 10px 5px;
	}

	.cert_sample_text{
		position: absolute;
		bottom: 215px;
    left: 38px;
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
    display: none;
	}

	.four .project{
		width:100%;
		float:left;
	}

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

	/*****Video*****/
	#video{
		position: relative;
		overflow: hidden;
		z-index:2;
	  margin-top:0px;
	  width: 100%;
	}
  
  
  
  #video 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 */
  }
  
  #video{
	  height:190px;
	  background-color:#000;
  }
  
  
  #video .text-wrap{
	  top: 10%;
	  left: 0%;
	  width: 100%;
	  z-index: 3;
  
  }
  
	  #video .text-wrap h2{
		  font-size: 18px;
		  margin-bottom: 12px;
		  margin-top: 12px;
  }
  
  #video .text-wrap .subtitle{
	  font-size: 14px;
  }
  
  #video .text-wrap .btn-play {
	font-size: 40px;
	color: #FFF;
  }
  


}


@media screen and (max-width: 480px) {

	body{
		font-size: 16px !important;
	}

	.h1 {
    font-size: 35px !important;
		margin-bottom: 15px !important;
  }

	.h2, h2 {
    font-size: 33px !important;
    margin-bottom: 15px !important;
  }

	.h3,h3 {
    font-size: 22px !important;
		margin-bottom: 15px !important;
	 }


   .section-md{
     padding: 40px 0px 40px 0px;
   }

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

	 .div-info {
    padding: 8px 0;
   }

	 .btn-link-white {
    font-size: 17px !important;
    padding: 5px 20px !important;
    border-radius: 0px !important;
  }

  .btn-link-gold, .btn-link-black {
    font-size: 16px !important;
    padding: 5px 20px !important;
  }

	 .navbar-brand {
    position: absolute;
    left: 0;
		top:3px;
    text-align: center;
    margin: 0 auto;
    }

		.navbar .container.container-wide {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    }

		#logo {
    max-height: 35px;
    margin-top: 3px;
    }

    .about-iluxury .iluxury-logo{
      width: 140px;
    }


		#mynavbar {
    background-color: #000;
    margin: auto;
    border: none;
    z-index: 10;
    height: 55px;
    border-radius: 0px;
   }

   .sticky #mynavbar{
     height: 55px !important;
   }

	 .navbar-header {
    padding: 0px;
    width: 100%;
   }

	 .navbar-toggle{
		 margin-right: 0px !important;
	 }


   .sticky .navbar-nav>li>a {
    color: #FFF !important;
    padding: 8px 0px !important;
  }

  .navbar-collapse {
    padding-right: 0px !important;
    padding-left: 0px  !important;
	  }


	 .iluxury-entry-info {
    padding: 40px 0px 20px 0px;
   }

   #howtoenter .tab-content .tab-pane {
    padding: 30px 10px !important;
    text-align: center;
    line-height: 1.60;
   }

   .iluxury-entry-info .step-thumb{
     margin-top: 30px;
   }

   .winner-benefits .benefits-seperator {
    width: 120px;
  }



	 .iluxury-categories {
     padding: 40px 0px;
  	}

    .category-item  .category-title-box{
        font-size: 18px;
    }

		.category-item .category-content .category-title{
			font-size: 20px !important;
		}

		.iluxury-statuette .carousel-caption{
			top: 20px;
		}

    .iluxury-logo-bg{
      background-attachment: scroll;
      background-position: top bottom;
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 250px;
    }

    .iluxury-statuette-bg{
    background-image: url(../images/2026-ILUX-Trophy-Parallex-Banner-New-Mobile.jpg);
    background-attachment: scroll;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    }

		.btn-link {
	    padding: 5px 20px !important;
	    font-size: 18px !important;
	 }

	 #testimonies {
    padding: 40px 0px;
  }

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

	.iaabox{
		margin-bottom: 25px;
	}

	#mynavbar .navbar-nav {
    margin: 0px !important;
  }

	#mynavbar .nav>li{
		text-align: center !important;
	}

	.dropdown-menu>li{
		border-bottom: 1px solid #404040 !important;
	}


	.dropdown-menu>li>a {
    color: #FFF !important;
    padding: 8px 20px !important;
    background-color: #000 !important;
    font-size: 16px !important;
 }

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

	.iluxury-entry-info .owl-dot.active:after {
    width: 20%;
  }


	#bannertextcontainer {
    position: relative;
    bottom: 0px;
    width: 100%;
    padding: 8px 0px;
    text-align: center;
  }

	#bannertextcontainer .entry-text {
    color: #000 !important;
    font-size: 18px;
  }

	.luxury-awards{
		padding: 40px 0px !important;
		background-position: center !important;
    background-image: url(../images/ilux-introduction-mobile.jpg);
	}

  .about-iluxury .iluxury-logo, .luxury-awards .iluxury-logo{
    width: 165px;
  }



	.awards-process-box {
    position: relative;
    width: 100%;
    min-height: 500px;
    background-image: none !important;
    border: 1px solid #000;
  }



	.awards-process-box .awards-process-icon {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
		padding: 40px 40px 15px 40px;
  }

	.awards-process-box .awards-process-step{
		background-color: #BA9B47;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 128px;
    text-align: center;
    font-size: 20px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
	}

	.awards-process-box .awards-process-icon img{
		width: 110px;
	}

	.awards-process-box .awards-process-content {
    position: relative;
    width: 100%;
    float: left;
    align-items: center;
    justify-content: center;
    padding: 20px;
		text-align: center;
  }

	.awards-process-box .awards-process-content .awards-process-title {
    font-size: 18px;
 }

	.awards-process-box .awards-process-content .awards-process-info {
    font-size: 15px;
    width: 100%;
   }

	 .iluxury-juging-criteria {
    padding: 40px 0px 40px 0px;
   }

	 .judging-box .inner-content {
    font-size: 16px;
    color: #fff;
    padding: 15px 15px 15px 15px;
    min-height: 160px;
    }

		.why-iluxury {
    margin: 0px;
    padding: 40px 0px 40px 0px;
  }

	.why-iluxury ol{
		margin-top: 20px;
     margin: 0px 0px;
	}

	.why-iluxury ol li {
    font-size: 19px !important;
  }

	.why-iluxury ol li p{
		font-size: 16px !important;
	}

	.input-group .input-group-addon {
    min-width: 110px;
		font-size: 12px !important;
   }


	 .form-control {
    padding: 5px 8px !important;
    min-height: 35px !important;
    font-size: 16px !important;
 }


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

 }

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

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

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

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

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

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

 .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px !important;
  }

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

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

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


.iluxury-categories .pl-xs{
    padding-left: 3px !important;
}

.iluxury-categories .pr-sm {
    padding-right: 3px !important;
}

.iluxury-categories .pr-none {
    padding-right: 3px !important;
}

.category-item .category-title{
  margin: 20% 0px 5px 0px;
}



 .category-item .category-image .hover-category img{
   display: none;
 }


	.category-item {
    width: 100%;
    float: left;
    padding: 0px;
    position: relative;
    margin-bottom: 5px;
  }

  .category-item.two{
    width: 100%;
    padding: 0px 10px;
    margin-bottom: 10px;
  }



	.banner-text p {
    color: #FFF;
    margin: 0px;
    font-size: 20px;
    line-height: 1.20 !important;
		text-align: center;
  }

	.banner-text {
    bottom: 20px;
    left: 0%;
		width: 100%;
  }

	.banner-text p span{
		font-size: 18px !important;
    margin-top: 8px;
	}

	.section {
    padding: 40px 0px 50px 0px;
  }

	#statuette {
    padding: 40px 0px 0px 0px;
  }

	.btn-link {
    font-size: 18px !important;
		padding: 5px 10px !important
  }


  .featured-jurors{
  	padding: 40px 0px;
  }

	.judge_title_company {
    font-size: 20px;
  }

	.judge_name{
		font-size: 24px !important;
	}

	.judge_country {
    margin-bottom: 10px;
    font-size: 18px;
  }

	.judge_right {
    padding: 12px;
  }

	.judge_writeup {
    color: #000;
    font-size: 17px;
  }

	.judge_row{
		margin: 5px 0px;
	}

	.btn-judges{
		margin-top: 25px;
	}



	.iiabox .inner-content {
    width: 100%;
    float: left;
  }

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

	#awards {
    background-color: #000;
    padding: 0px;
    background-image: url(../images/2026-iLux-Awards-Luxury-Awards-Mobile-New.jpg);
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
  }

	.info-box{
		padding: 20px 0px 0px 0px;
		text-align: center;
	}

  .maxw800{
  	padding: 0px 2px;
  }

	.div-fees{
	  background-color: #000;
	  padding:0px!important;
	}

	.table-border th{
		padding: 5px;
	}

	.table-border td {
    padding: 5px;
  }

	.iluxury-revolution{
		background-attachment: scroll;
	}

	#awards{
		background-attachment: scroll;
		background-image: url('../images/2026-iLux-Awards-Luxury-Awards-Mobile-New.jpg');
	}

	#statuette-bg {
    height: 385px;
		background-attachment: scroll;
	}

	.character-box .character-content {
    padding: 20px 15px;
    position: relative;
    margin-bottom: 30px;
    background-color: #000;
  }

	.character-box .character-content .character-name {
    font-size: 28px;
		margin-bottom: 10px;
  }


	.iluxury-statuette .carousel-caption {
    top: 0px;
    background-color: rgba(0,0,0,1);
    padding: 15px;
    height: 110px;
		position: relative;
		left: 0px;
		bottom: 0px;
		right: 0px;
  }

	.iluxury-statuette .carousel-caption .h2{
		font-size: 24px !important;
		margin-top: 5px !important;
	}

 .text-18 {
    font-size: 15px;
 }

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

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

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

  .pl-md{
		padding-left:30px !important;
	}

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

	.mt-xlg{
		margin-top:45px
	}

	.mb-xlg{
		margin-bottom:45px
	}

	.input-group-addon{
  	padding: 8px 3px;
  	min-width:128px;
  }

	.judge-onebtn-sm {
    width:80%;
  }

		.bigoption{
			font-size: 15px;
			padding:10px 1px;
			min-height: 40px;
		}

		.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;
	}

  .section-process-mobile .h2{
    font-size: 28px !important;
    margin-bottom: 8px !important;
  }

  .section-process-mobile .subtitle {
    font-size: 16px;
    font-weight: 600;
  }

  .winner-box{
    min-height: 450px;
  }

  .winner-box-inner .winner-badge {
    height: 140px;
  }

  .artwork-name,  .artwork-name a{
    font-size: 17px !important;
  }

  .winner-box-inner .classification{
    font-size: 17px !important;
  }

  .artwork-client {
    font-size: 14px;
  }

  .winner-box-inner .text {
    font-size: 13px;
  }

  .winner-social{
  	display: inline-grid;
  }


  .iluxury-dateline{
	padding: 40px 0px;
  }

  .iluxury-dateline h2{
    text-align: center !important;
  }

  .iluxury-dateline .line-gold{
    margin: 15px 35% 10px 35%;
  }

  .iluxury-dateline .dateline{
    margin: 0 0 30px;
  }

  .iluxury-dateline .date-box.first{
	margin-bottom:0px;
  }


  .iluxury-dateline .date-box h2{
    text-align: left !important;
  }

  .iluxury-dateline .dateline-innerbox{
  	padding: 5px 0px;

  }

  .iluxury-dateline .date-box h2{
  	font-size: 20px !important;
  }

  .iluxury-dateline .date-box h4{
  	margin-bottom: 10px !important;
  }

  .iluxury-entry-info .pl-none{
      padding-right: 0px;
  }

  .iluxury-entry-info .nav-pills.nav>li{
    text-align: center;
  }

  .iluxury-entry-info .nav-pills.nav>li>a {
    padding: 16px 0px;
    font-size: 18px;
  }

  .iluxury-entry-info .nav-pills.nav>li:last-child {
	border-bottom: 1px solid #FFF !important;
  }

  .iluxury-entry-info .nav-pills {
    min-height: 250px;
    border-right: 1px solid #FFF;
   }

   .iluxury-entry-info .step-thumb{
     text-align: center;
   }

     #howtoenter .step-box{
    	margin-left: 0px;
      text-align: center;
    }

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

    }

    .tbl-category th, .tbl-category td{
      padding:2px;
    }


    .winner-benefits{
    	padding: 40px 0px 40px 0px;
    }

    .why-iluxury ol li{
    	min-height: 100px;
    }



    .why-iluxury ol li .why-number img{
      width: 60px;
    }

    .why-iluxury ol li .why-number{
      width: 22%;
    }

    .why-iluxury ol li .why-content {
      width: 78%;
   }

   .why-iluxury ol li p {
    margin: 0 0 20px;
  }

    .basket-labels .pl-md{
      padding-left: 0px !important;
    }


    #announcementModal .modal-dialog{
      width: 95% !important;
      max-width: 95% !important;
    }

    #profile-banner{
    	min-height: 300px;
    	background-color: #000;
    	background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: scroll !important;
    }


    .ilux-winner-gallery{
        padding: 80px 0px;
    }
	
   /*****Video*****/
   #video{
	position: relative;
	overflow: hidden;
	z-index:2;
  margin-top:0px;
  width: 100%;
}



#video 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 */
	}

	#video{
	height:190px;
	background-color:#000;
	}


	#video .text-wrap{
	top: 10%;
	left: 0%;
	width: 100%;
	z-index: 3;

	}

	#video .text-wrap h2{
		font-size: 18px !important;
		margin-bottom: 12px;
		margin-top: 12px;
		padding: 0px 20px;
	}

	#video .text-wrap .subtitle{
	font-size: 14px !important;;
	}

	#video .text-wrap .btn-play {
	font-size: 38px;
	color: #FFF;
	}


}
