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

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



@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: 'BarlowCondensed' !important;
	font-size: 23px !important;
	line-height: 1.52 !important;
	font-style: normal;
	font-weight: normal;
	font-variant: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	outline: 0;
	color : #000 !important;
}


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

a{color:#7D385C!important;}

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

a img {outline : none;}

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

.defcolor{
	color: #F99BCF !important;
}

.defcolorpink{
	color : #CE87B0 !important;
}

.defcolordark{
  color:#753E62 !important;
}

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



.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-yellow{
	color: #FBDE08 !important;
}

.text-orange{
	color: #F49567 !important;
}

.text-peach{
	color: #F38085 !important;
}

.text-pink{
	color: #DB829D !important;
}

.text-purple{
	color: #BB8AB5 !important;
}

.text-gradient{
	background: -webkit-linear-gradient(left,#7D385C 0%, #A0617A 35%, #FDB0B4 45%, #C97A92 50%, #8C3162 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-center-short{
	background:-webkit-linear-gradient(left,#7D385C 40%, #A0617A 48%, #FDB0B4 55%, #C97A92 60%, #8C3162 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-2{
	background: -webkit-linear-gradient(left,#D76ED5 33%, #0B73EC 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-3{
	background: -webkit-linear-gradient(left,#80295D 30%, #CC698A 40%, #E4A6A9 50%, #CC698A 60%, #902F6E 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-gradient{
		background-image: linear-gradient(to right, #D76ED5, #0B73EC);
}

.bg-gradient-2{
		background-image: linear-gradient(to right, #373D81, #C5598D, #D26594, #DA96B3);
}

.bg-pink{
	background-color: #FFE9F0;
}


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

.bg-dark-grey{
	background-color: #161616;
}

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

.bg-grey{
	background-color : #D1DAE0;
}

.bg-light-grey{
	background-color : #EFEFEF;
}

.bg-blue{
	background-color : #2FC5DD;
}

.bg-sky-blue{
	background-color : #CAD9E5;
}

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

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

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

.bg-defcolor{
	background-color : #2FC5DD;
}

.bg-gradient{
	background: -webkit-gradient(left, #753E62, #C05F83, #753E62) !important;
    background: -webkit-linear-gradient(left, #753E62, #C05F83, #753E62) !important;
    background: -moz-linear-gradient(to right, #F29468, #EE7C96, #C38AFA) !important;
    background: -o-linear-gradient(to right, #F29468, #EE7C96, #C38AFA) !important;
    background: linear-gradient(to right, #F29468, #EE7C96, #C38AFA) !important;
}


.invisible{
	 border: 1px solid transparent;
}


.h1{
	  font-size: 60px !important;
    margin-bottom: 30px !important;
		margin-top: 0px !important;
		font-weight: 500 !important;
		text-transform: uppercase;
}

.h2, h2{
	  font-size: 40px !important;
    margin-bottom: 20px !important;
		text-transform: uppercase;
}

.h3{
	  font-size: 35px !important;
    margin-bottom: 20px !important;

		text-transform: uppercase;
}

.h4{
	  font-size: 30px !important;
    margin-bottom: 10px !important;
		text-transform: uppercase;
}


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

.right{
	text-align:right;
}

.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*/
	margin:auto;
}

.ekko-lightbox .modal-body {
    padding: 0px !important;
}



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

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

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

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

.pl-xs{
	padding-left:2px !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;
}


.mt-xxxlg{
	margin-top:160px !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:5px !important;
}

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

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

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

.fileinput-button{
	background-image:  linear-gradient(to right, #F29468, #EE7C96, #C38AFA) !important;
  background-image: -o-linear-gradient(to right, #F29468, #EE7C96, #C38AFA) !important;
  background-image: -moz-linear-gradient(to right, #F29468, #EE7C96, #C38AFA) !important;
  background-image: -webkit-linear-gradient(left, #753E62, #C05F83, #753E62) !important;
 font-size: 18px !important;
 color : #FFF !important;
}

.fileinput-button:hover{
	background-image:  linear-gradient(to right, #F29468, #EE7C96, #C38AFA) !important;
	background-image: -o-linear-gradient(to right, #F29468, #EE7C96, #C38AFA) !important;
	background-image: -moz-linear-gradient(to right, #F29468, #EE7C96, #C38AFA) !important;
	background-image: -webkit-linear-gradient(left, #753E62, #C05F83, #753E62) !important;

}

.btn-large{
 	padding: 12px 30px !important;
	margin-top: 60px;
}

.btn-main{
	background: transparent !important;
	color: #000 !important;
	padding: 10px 30px;
	text-align: center;
	border:none;
	margin-bottom: 10px;
	width:100%;
	border: 1px solid #000 !important;
	border-radius: 50px !important;
}

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

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

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


.btn-main-fit:hover{
	background: #DD4A40;
	color: #FFF;

}

.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-primary{
	background: #2FC5DD;
	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: 2px 10px;
 text-decoration:none;
 display:inline-block;
 color: #FFF !important;
 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: 17px;
}

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

.paybtn{
  background: #F0DF69;
	color:#000 !important;
	padding: 5px 15px !important;
	border:1px solid #F0DF69;
	text-transform: uppercase;
	font-size: 20px;
}

.chkbtn{
	background: #2FC5DD;
	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: #2FC5DD;
  border-color: #cccccc;
  text-shadow : none;
	height: 42px;
	line-height: 30px !important;
}


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

.paymentbtn{
	background: -webkit-gradient(left, #753E62, #C05F83, #753E62) !important;
  background: -webkit-linear-gradient(left, #753E62, #C05F83, #753E62) !important;
  background: -moz-linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
  background: -o-linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
  background: linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
	color: #FFF !important;
	padding: 10px 30px;
	text-align: center;
	border:none;
	margin-bottom: 10px;
	width:100%;
	border-radius: 50px;
}

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

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

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


.btn-link{
		background-color: transparent !important;
		border: 1px solid #8C3162  !important;
		padding: 5px 40px !important;
		font-size: 23px !important;
		color: #8C3162  !important;
		text-transform: uppercase !important;
}

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

.btn-link-gradient {
  position: relative;
	padding: 12px 40px !important;
	font-size: 24px !important;
	color: #000 !important;
}

.btn-link-gradient:hover{
	color: #000 !important;
}

.btn-link-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 1px;
  background:linear-gradient(45deg,#8D627D,#CB5980,#822758 );
  -webkit-mask:
     linear-gradient(#fff 0 0) content-box,
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}


.btn-link-gradient-white {
  position: relative;
	padding: 12px 40px !important;
	font-size: 24px !important;
	color: #FFF !important;
}

.btn-link-gradient-white:hover{
	color: #FFF !important;
}

.btn-link-gradient-white::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 1px;
  background:linear-gradient(45deg,#8D627D,#CB5980,#822758 );
  -webkit-mask:
     linear-gradient(#fff 0 0) content-box,
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

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

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


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

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

.btn-link-3{
    margin: 0px auto 20px auto;
		background-color: #2FC5DD !important;
		background-image: -webkit-gradient(left, #753E62, #C05F83, #753E62) !important;
		background-image: -webkit-linear-gradient(left, #753E62, #C05F83, #753E62) !important;
		background-image: -moz-linear-gradient(left, #753E62, #C05F83, #753E62) !important;
		background-image: -o-linear-gradient(left, #753E62, #C05F83, #753E62) !important;
		background-image: linear-gradient(left, #753E62, #C05F83, #753E62) !important;
    border: none !important;
		padding: 5px 40px !important;
		font-size: 23px  !important;
		text-transform: uppercase  !important;
		border-radius: 0px !important;
		color: #FFF !important;
}

.btn-link-3:hover{
		text-decoration: none !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: 50px !important;
		color: #000 !important;
}

.btn-link-4:hover{
    color: #FFF !important;
		background-image:  -webkit-gradient(left, #753E62, #C05F83, #753E62) !important;
    background-image: -webkit-linear-gradient(left, #753E62, #C05F83, #753E62) !important;
    background-image: -moz-linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
    background-image: -o-linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
    background-image: linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
		text-decoration: none !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;
}


.btn-link-banner{
    margin: 0px auto 20px auto;
		background-color: #2FC5DD !important;
		border: 1px solid #2FC5DD !important;
		padding: 2px 18px !important;
		font-size: 23px  !important;
		border-radius: 0px !important;
		color: #FFF !important;
}

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

.btn-link-black{
		background-color: transparent !important;
		border: 1px solid #000 !important;
		padding: 5px 40px !important;
		font-size: 25px !important;
		color: #000 !important;
		text-transform: uppercase !important;
		border-radius: 50px;
}

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

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;
	background-color:black;
	color:#FFF;
	font-size: 20px !important;
	min-width:200px;
	text-align:left;
}

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: 10px 15px !important;
	border: 1px solid #231F20 !important;
	width: 100% !important;
	position: relative;
	text-align: center!important;
	text-align-last: center!important;
	color: #231F20!important;
	min-height: 54px !important;
  font-size: 22px !important;
	border-radius: 0px !important;
}


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

}

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

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

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

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

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

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

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

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


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


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

}

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

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

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

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

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

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

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

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


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

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

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

.control{
	font-size: 22px;
	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: -webkit-gradient(left, #753E62, #C05F83, #753E62) !important;
    background: -webkit-linear-gradient(left, #753E62, #C05F83, #753E62) !important;
    background: -moz-linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
    background: -o-linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
    background: linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
}

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

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


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

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: #2FC5DD;
}

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



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



#bannertextcontainer{
	position: relative;
	bottom: 0px;
	background: rgb(193,92,129);
	background: radial-gradient(circle, rgba(193,92,129,1) 0%, rgba(201,114,150,1) 45%, rgba(117,62,98,1) 100%);
	width: 100%;
	padding: 15px 0px 20px 0px;
	text-align: center;

}

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



.banner-text{
	position: absolute;
  bottom: 88px;
  left: 10%;
}

.banner-text p{
	color : #FFF;
	margin: 0px;
	font-size: 48px;
	line-height: 1.30 !important;
}

.banner-text p span{
	font-size: 28px  !important;
	margin-top:10px;
}



.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: 15px;
	height: 15px;
	background-color: #FFF;
	border: none;

}

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

.muse-entry-info .step-title {
    font-size: 24px !important;
    margin-top: 10px;
    line-height: 26px;
}


.muse-entry-info .step-count{
	font-size: 22px;
	margin-top: 10px !important;
	margin-bottom: 18px;
	line-height: 26px;
	font-weight: bold;
}

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

.muse-entry-info .tab-content .tab-pane ul li{
	margin-bottom: 0px;
}

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

.muse-entry-info .owl-dot{
	color:#000;
  padding: 10px 25px;
  margin: auto;
  display: inline-block;
  cursor:pointer;
  font-size: 22px;
	font-weight: 600;
	font-family: 'BarlowCondensed';
}

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

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


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

.muse-entry-info .owl-dot.active:after{
	  content: '';
    position: absolute;
    bottom: -3px;
    left: 5px;
    height: 5px;
    width: 60px;
    margin-left: 20px;
    background: #000;
    background-image: url(../images/line.jpg);
    background-position: left;
    background-size: 100%;
    background-repeat: no-repeat;
}

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

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



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

.muse-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: 12px !important;
}

.top-nav{
	background-color:#000;
	font-size:17px;
	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;
}

.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:#FFF !important;
}


#navbarcontainer{
	z-index: 2001;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;

}

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

.sticky #mynavbar {
    height: 50px !important;
		background-image:none !important;
		background-color: #000;
}

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

.sticky #mynavbar .navbar-nav{
	margin-top: 3px !important;
}

.sticky #logo {
    max-height: 47px;
}

.sticky .logo-container {
    position: absolute;
    padding: 0px 15px;
    top: 3px;
}

.top-nav {
    font-size: 16px;
}

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

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


#mynavbar{
	background-image:url('../images/header.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
	margin: auto;
	border:none;
	z-index: 10;
	height: 104px;
	border-radius: 0px
}

#logo {
    max-height: 98px;
}

.navbar-nav > li{
	font-size: 22px;
}



.navbar-nav>li>a{
	color: #FFF !important;
	padding: 10px 20px !important;
	text-transform: uppercase;
	font-family: "BarlowCondensed" !important;
}

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

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

.sticky .navbar-nav > li > .dropdown-menu{
	border-radius: 0;
	margin-top: 6px !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;
	font-size: 19px !important;
	background: #FFF !important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background-image: -webkit-gradient(left, #753E62, #C05F83, #753E62) !important;
		background-image: -webkit-linear-gradient(left, #753E62, #C05F83, #753E62) !important;
		background-image: -moz-linear-gradient(left, #753E62, #C05F83, #753E62) !important;
		background-image: -o-linear-gradient(left, #753E62, #C05F83, #753E62) !important;
		background-image: linear-gradient(left, #753E62, #C05F83, #753E62) !important;
	color:#FFF !important;
	text-decoration: none;
}

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



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

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

.section-narrow-bottom{
	padding: 90px 0px 50px 0px;
}

.section-narrow-top{
	padding: 40px 0px 90px 0px;
}

.highligted-winner{
	padding: 90px 0px 50px 0px;
}

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


.muse-photography{
	position: relative;
	text-align: center;
	padding: 80px 0px 80px 0px;
	background: #FFF;
}


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

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



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


#winners-highlight .text-wrap{
	position: absolute;
  top: 58%;
  left: 42%;
  z-index: 3;
	text-align: center;
}

#winners-highlight .text-wrap h2 {
    text-transform: uppercase;
		font-size: 60px !important;
		color: #FFF;
		margin-bottom: 30px;
}

#winners-highlight .text-wrap .subtitle {
		font-size: 20px;
		color: #FFF;
}

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

#highlighted-winners{
	background: #FFF;
}

#virtual-exhibition{
	background: #000;
	padding: 80px 0 0 0;
}

#virtual-exhibition .pl-0{
	padding-left: 0px !important;
}

#virtual-exhibition .pr-0{
	padding-right: 0px !important;
}



.categories-background{
	background-image:url('../images/categories-background.jpg');
	 background-position: center top;
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-attachment: fixed;
	 min-height: 700px;
}

#featured-jurors{

}


#aboutiia {
	background-image: url(../images/about-iaa-background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


#aboutiia .text-subtitle{
	font-size: 32px !important;

}

#aboutiia .iaa-logo {
    max-width: 125px;
}


.iiabox{
	margin: auto;
	position: relative;
}

.iiabox .inner-content{
	width: 25%;
	float: left;
	padding: 25px;
}

.whitebox-inner{
	background-image:url('../images/iaa-frame.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: auto;
	height: 260px;
	padding-top: 13%;
}

.whitebox-inner h2{
	 font-size: 58px !important;
	 font-weight: normal;
	 margin-top: 40px !important;
	 margin-bottom: 10px !important;
}



.media-partners{

}

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

#statuette {
		position: relative;
		padding: 680px 0px 80px 0px;
		background-color: #000;
		background-image: url(../images/MUSE-Photography-Awards-2025-Statuette.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100%;
}

#statuette .content-left{
	padding-right: 30px;
}

#statuette .content-right{
	padding-left: 30px;
}

#statuette .divider, .muse-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-height: 100%;
  position: absolute;
  top: 0px;
  z-index: 1;
  right: 5%;
	overflow: hidden;
}

.star {
		position: absolute;
    background: url('../images/sparkle.png') no-repeat;
    background-size: contain;
    overflow: hidden;
}


.star-1{
width: 50px;
height: 34px;
top: 200px;
right: 397px;
}
.star-2 {
width: 83px;
height: 77px;
top: 118px;
right: 450px;
}
.star-3 {
 width: 74px;
 height: 70px;
 top: 245px;
 right: 372px;
}
.star-4 {
	width: 68px;
	height: 70px;
	top: 376px;
  right: 490px;
}

.star-5 {
	 width: 55px;
	 height: 70px;
	 top: 138px;
   right: 380px;
 }

.muse-photography-prizes{
	background-color: #000;
	padding: 80px 0px 80px 0px;
	background-image: url(../images/cash-prizes-background.jpg);
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
}

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

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

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

}

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

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

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

#testimonies{
	background: #FFF;
  position: relative;
	text-align: center;
	background-color: #FFF;
	padding: 80px 0px 80px 0px;
	background-image:url('../images/bg-testi.jpg');
	padding-top: 60px;
	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;

}

.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/time-square.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;
}

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





.iiabox .title-sm{
   font-size: 18px;
	 color:#fff;

}

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

.about-muse{
	background: #000;
}

.about-muse h1{
	margin-top: 0px !important;
}

.about-muse .h4{
	margin-top: 0px !important;
}

.muse-entry-info{
	color: #000;
	position: relative;
	overflow: hidden;
	background: #FFF;
	padding: 80px 0px 80px 0px;

}


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

#howtoenter .nav-pills{
	min-height: 620px;
	border-right : 1px solid #444;
}

#howtoenter .nav-pills.nav>li.active>a , #howtoenter .nav-pills>li.active>a:focus, #howtoenter .nav-pills>li.active>a:hover {
    color: #fff !important;
    background: -webkit-gradient(left, #C97497, #C16D92, #80376E) !important;
    background: -webkit-linear-gradient(left, #C97497, #C16D92, #80376E) !important;
    background: -moz-linear-gradient(to right, #C97497, #C16D92, #80376E) !important;
    background: -o-linear-gradient(to right, #C97497, #C16D92, #80376E) !important;
    background: linear-gradient(to right, #C97497, #C16D92, #80376E) !important;
		border-radius: 0px;
}


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

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

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




#howtoenter .nav-pills.nav>li>a {
    position: relative;
    display: block;
    padding: 44px 15px;
		color : #FFF !important;
		font-size: 23px !important;
}

#howtoenter .nav-pills.nav>li>a:hover {
  background: -webkit-gradient(left, #C97497, #C16D92, #80376E) !important;
  background: -webkit-linear-gradient(left, #C97497, #C16D92, #80376E) !important;
  background: -moz-linear-gradient(to right, #C97497, #C16D92, #80376E) !important;
  background: -o-linear-gradient(to right, #C97497, #C16D92, #80376E) !important;
  background: linear-gradient(to right, #C97497, #C16D92, #80376E) !important;
	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;
		font-size: 23px !important;
}





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

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

#benefit{
	background: #000;
}

.why-muse{
	color: #000;
	position: relative;
	overflow: hidden;
	background: #FFF;

}

.why-muse ol{
	margin-top: 20px;
	margin: 0px 10px;
}

.why-muse ol li{
  font-size: 27px !important;
	font-weight: bold;
	min-height: 200px;
	padding-top:10px;
	line-height: 1.3;
	color: #7D385C;
}

.why-muse ol li p {
    font-size: 21px !important;
		font-weight: normal;
		color:#000 !important;
}

.why-muse .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/photography-awards.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;
}

.muse-revolution {
	background-color: #000;
	padding: 0px;
	background-image: url(../images/MUSE-Revolution.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;

}

#thegallery{
	position: relative;
	background-color: #000;
	padding: 80px 0px 80px 0px;
}

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

#thefees{
  background-color: #F2F2F2;
 	padding-top: 80px;
  padding-bottom:80px;
}

#thefees .fees-box{
	min-height: 550px;
	border:1px solid #444 ;
	padding: 20px 45px;
}


#thefees .left-col{
	padding-left: 0px !important;
}

#thefees .right-col{
	padding-right: 0px !important;
}

#thefees .fees-col{

}

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

.tbl-category td{
  padding:8px;
  font-size: 20px;
}

#myAnnouncementModal .modal-dialog{
	width: 60% !important;
	height: auto !important;
}

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



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

.table-border{
	border:1px solid #444;
}
.table-border th{
	border:1px solid #444;
	padding:5px 30px;
	line-height: 1.25;
	font-weight: normal !important;
}

.table-border td{
	padding:8px 30px;
	border:1px solid #444;
}


.table-border-white{
	border:1px solid #FFF;
}
.table-border-white th{
	border:1px solid #FFF;
	padding:10px 30px;
	line-height: 1.25;
}

.table-border-white td{
	padding:10px 30px;
	border:1px solid #FFF;
	color:#FFF;
}


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

/*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 #000 !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: #753E62 !important;
}

/* Unicode character for "plus" sign (+) */
p.accordion:after {
     content: '\002B';
    color: #753E62;
    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 #000 !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: 22px !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;
    margin-bottom:10px;
}

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


p.accordion.interview {
    background: #FFF;
		border-top:none !important;
		border-left:none !important;
		border-right:none !important;
		border-bottom: 3px solid #000;
    cursor: pointer;
    padding: 10px 0px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin-bottom:0px;
}


p.accordion.interview .number{
	color: #AA4584;
	font-size: 36px;
  font-weight: bold !important;
	line-height: 0.8 !important;
	padding: 0 15px;
	float: left;
}

p.accordion.interview .question{
	float: left;
}



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


p.accordion-howtoenter {
    background: transparent;
		border-top: 1px solid #444;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
    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 #444;
}

/* 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: -webkit-gradient(left, #753E62, #C05F83, #753E62) !important;
    background: -webkit-linear-gradient(left, #753E62, #C05F83, #753E62) !important;
    background: -moz-linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
    background: -o-linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
    background: linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
}
p.accordion-howtoenter.active{
  border-bottom: 1px solid #444;
}


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

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

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

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

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


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


.quick-link li{
  float: left;
	padding: 0px 8px 0px 18px;
	color : #7D385C;
	font-size: 20px;
	position: relative;
}


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

}

.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: #7D385C;
 padding: 0px 7px 0px 0px;
 font-size: 20px;
 line-height: 1.6!important;
}


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



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



.bigoption{
	color: #FFF;
	font-size: 20px;
	margin: 0;
  padding:15px;
	background-color:#7E7F83;

}


.bigoption:hover{
	color: #FFF;
	background-color:#2FC5DD;
	background-image: -webkit-gradient(left, #753E62, #C05F83, #753E62) !important;
		background-image: -webkit-linear-gradient(left, #753E62, #C05F83, #753E62) !important;
		background-image: -moz-linear-gradient(left, #753E62, #C05F83, #753E62) !important;
		background-image: -o-linear-gradient(left, #753E62, #C05F83, #753E62) !important;
		background-image: linear-gradient(left, #753E62, #C05F83, #753E62) !important;
}


.bigoption.active{
	color: #FFF;
	background-image: -webkit-gradient(left, #753E62, #C05F83, #753E62) !important;
		background-image: -webkit-linear-gradient(left, #753E62, #C05F83, #753E62) !important;
		background-image: -moz-linear-gradient(left, #753E62, #C05F83, #753E62) !important;
		background-image: -o-linear-gradient(left, #753E62, #C05F83, #753E62) !important;
		background-image: linear-gradient(left, #753E62, #C05F83, #753E62) !important;
}


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

 .orders{
   font-size: 18px;
 }

 a.order-code{
	 background: -webkit-linear-gradient(left,#7D385C 0%, #A0617A 35%, #FDB0B4 45%, #C97A92 50%, #8C3162 65%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
   font-size: 24px;
   font-weight: bold;
 }

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

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

 .atc{
	background-color: transparent !important;
  border: 1px solid #000 !important;
 	color: #000;
 	width: 100%;
 	max-width: 500px;
 	padding: 5px 40px !important;
 	margin: auto;
 	margin-top: 20px;
 	border:none;
	border-radius: 50px !important;
	cursor: pointer;
	font-size: 25px !important;
	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;
}


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

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

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

.alert-default{
 border : 1px  solid #AAAAAA !important;
}



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

}


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

}



.qq-gallery .qq-upload-button{
	background: #2FC5DD !important;
	border: 1px #2FC5DD 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;
}

.radio-toolbar input[type="radio"]:checked + label {
	background: linear-gradient(to right, #F29468, #EE7C96, #C38AFA);
	background: -o-linear-gradient(to right, #F29468, #EE7C96, #C38AFA);
	background: -moz-linear-gradient(to right, #F29468, #EE7C96, #C38AFA);
	background: -webkit-linear-gradient(left, #753E62, #C05F83, #753E62);
		border-color: #A9ABAE;
		color:#FFF;
}

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



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

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

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

.media-dl li a{
	background: -webkit-linear-gradient(left,#7D385C 0%, #A0617A 35%, #FDB0B4 45%, #C97A92 50%, #8C3162 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.media-dl li a:hover{
	color :#F99BCF !important;
}

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

.margin-auto{
	margin: auto;
}


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

.media-cont {
    background-color: #E3E4E5;
    margin-top: 20px;
    padding: 15px 15px;
    text-align: center;
    border: 1px solid #E3E4E5;
	  font-size: 20px;
  }


.media-cont h3{
  text-transform: uppercase;
  height: 65px;
	font-size: 28px !important;
	background: -webkit-linear-gradient(left,#7D385C 0%, #A0617A 35%, #FDB0B4 45%, #C97A92 50%, #8C3162 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

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

.media-item {
    margin-top: 30px;
    margin-bottom: 0px;
}

.media-entertype-bar{
	padding: 10px 0px;
	background: -webkit-gradient(left, #753E62, #C05F83, #753E62) !important;
  background: -webkit-linear-gradient(left, #753E62, #C05F83, #753E62) !important;
  background: -moz-linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
  background: -o-linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
  background: linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
	font-size: 19px;
	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 {
		font-size: 19px;
		margin-top: 10px;
}

.media-title a{
	background: -webkit-linear-gradient(left,#7D385C 0%, #A0617A 35%, #FDB0B4 45%, #C97A92 50%, #8C3162 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 22px;
	line-height: 1.3 !important;
	font-weight: 500;
}

.media-info{
 font-size: 19px;
 border-top: 1px solid #CECECE;
 margin-top: 10px;
 padding: 10px 0;
}

.media-info-cont{
	background-color: transparent;
	padding: 15px;
	padding-top: 0px;
	min-height: 325px;
	position: relative;
	margin-bottom: 25px;
	border-left : 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
}

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

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


.interview-info{
 font-size: 18px;
 margin-top: 10px;
 padding: 10px 0;
}

.interview-info-cont{
	background-color: transparent;
	padding: 15px;
	padding-top: 0px;
	min-height: 270px;
	position: relative;
	margin-bottom: 25px;
	border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}

.interview-link{
  color: #000 !important;
	border: 1px solid #cecece;
	font-size: 18px;
	line-height: 1.1 !important;
	padding: 5px 15px;
	border-radius: 30px;
}

.interview-link:hover{
  background-color: #cecece;
	color: #000!important;
}

.interview-entertype-bar{
	padding: 10px 0px;
	background: -webkit-gradient(left, #753E62, #C05F83, #753E62) !important;
  background: -webkit-linear-gradient(left, #753E62, #C05F83, #753E62) !important;
  background: -moz-linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
  background: -o-linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
  background: linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
	font-size: 18px;
	color: #FFF !important;
}

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

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

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

.story-info .company{
	font-size: 23px;
	margin-top: 30px !important;
	font-weight: 500 !important;
	margin-bottom: 10px !important;
	position: relative;

}

.story-info .company:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -15px;
	height: 3px;
	width: 80px;
	background: -webkit-gradient(left, #AA4584 , #E0BEB8 , #AA4584 ) !important;
  background: -webkit-linear-gradient(left, #AA4584 , #E0BEB8 , #AA4584 ) !important;
  background: -moz-linear-gradient(to right, #AA4584 , #E0BEB8 , #AA4584 ) !important;
  background: -o-linear-gradient(to right, #AA4584 , #E0BEB8 , #AA4584 ) !important;
  background: linear-gradient(to right, #AA4584 , #E0BEB8 , #AA4584 ) !important;
}


.story-info .biography{
	padding: 10px 5px;
  max-height: 245px;
  overflow-y: scroll;
}

.store-share{
	margin-bottom: 15px;
	padding: 0px 25px;
	float: right;
	width: 100%;
}




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


.interview-social{
	padding-top:  20px;
	list-style-type: none;
	margin-block-start: 0px !important;
  margin-block-end: 0px !important;
 margin-inline-start: 0px;
 margin-inline-end: 0px;
 padding-inline-start: 20px !important;
}



.interview-social li{
	float: left;
	padding: 1px 0px;
	text-align: center;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	border-radius: 50%;
	border: 1px solid rgba(193,92,129,1);
  background: radial-gradient(circle, rgba(193,92,129,1) 0%, rgba(201,114,150,1) 45%, rgba(117,62,98,1) 100%);
	-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 : #FFF !important;
}


.interview-social li:hover{
	background-color: #2FC5DD;
	-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;
}


.grid img{
		border-radius: 20px;
}

.grid-content .grid-title{
		margin-top: 10px;
}

.grid-content .grid-title a{
	font-size: 20px !important;
}

.grid-content .grid-info{
		color: #FFF;
		font-size: 18px !important;
		margin-bottom: 20px !important;
}


/*store.php*/

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


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



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



.store-bot-text{
	color: #000;
	height: 75px;
	text-align: center;
  font-weight: normal;
  font-size: 24px;
	margin-top: 25px;
	line-height: 1.3;
}



.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{
	background: -webkit-linear-gradient(left,#7D385C 0%, #A0617A 35%, #FDB0B4 45%, #C97A92 50%, #8C3162 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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


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




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



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


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



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


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

.stat_sample_yy_2023{
	position: absolute;
	top: 148px;
  width: 229px;
  left: 121px;
  text-align: center;
  font-size: 25px;
  height: 38px;
	background-color: #000;
	color: #FFF;
	padding: 2px 0px;
	font-family: 'HelveticaNeueLT';
	line-height: 1.3 !important;
}

.stat_sample_text{
	position: absolute;
	top : 194px;
	width: 240px;
  left: 115px;
	text-align: center;
	font-size: 17px;
}

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





.cert_sample_text p{

	margin-bottom: 6px;

}



.cert-text-left{

	color: #fff;

    max-width: 80%;

    margin: auto;

    margin-top: 30px;

    margin-bottom: 80px;

    line-height: 2;

    font-size: 16px;

}



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



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


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

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


.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: #2FC5DD;
    right: 5px;
    top: -4px;
    font-size: 27px !important;
    z-index:-1;
}



.media-thumbnail{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}






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

.winner-info-cont.background-bottom{
	background-image: url(../images/winner.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 120px;
}

.winner-info-cont.long{
	min-height: 380px;
}

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


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


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


.artwork-name{
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1.1;
	color: #FFF ;
  font-weight: bold;
}



.artwork-name a{
	font-size: 20px;
	line-height: 1.1;
	color : #FFF !important;
  font-weight: bold;

}



.artwork-name a:hover, .artwork-name a:focus{
	text-decoration: none;
	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-button{
	position: absolute;
	left: 10px;
	bottom: 5px;
	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 #F99BCF;
	-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: #F99BCF !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;
	color:#FFF !important;
}

.winner-button li a{
	color: #F99BCF !important;
	font-size: 18px;

}

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


.winner-button li:not(:first-child):hover{
	background-color: #F99BCF;
	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;
	display: block;
	padding: 7px 0px;
	margin-right: 8px;
  margin-bottom: 0px;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
	border-radius: 50%;
	border : 1px solid #FFF;
  text-align: center;
	width: 36px;
	height: 36px;
	color: #FFF !important;
}

.winner-social li a{
	color: #FFF !important;
	font-size: 19px !important;
	line-height: 1.1 !important;
}



.winner-social li:hover{
	color: #F99BCF !important;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}

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

/*winner_info*/

.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: 15px 25px;
}


.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 #2FC5DD;
	color: #2FC5DD;
	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: #2FC5DD;
	color: #fff;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
	cursor: pointer;
}


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



.share-left{
	font-size: 20px;
	color: #939597;
	margin-bottom: 0px;
	float: left;
}



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



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



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



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

}



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



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

}


.winner-logo{
    float: right;
  	max-width: 72px;
		margin-right: -5px;
		padding-top: 0px;
}

.winner-logo.winner-2025{
    max-width: 88px;
}

.winner-info-logo{
    margin-left: auto; 
    max-width: 100px !important;
}

.winner-info-logo.winner-2025{
    max-width: 130px !important;
}



.winner-info1{
	font-size: 17px;
	background: -webkit-linear-gradient(left,#CC698A 10%, #E4A6A9 28%, #CC698A 40%, #902F6E 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-bottom: 3px;
}


.winner-info2{
	font-size: 18px;
  color: #FFF;
  margin-bottom: 8px;
  line-height: 1.42 !important;
}

.winner-info-details{
	background: -webkit-linear-gradient(left,#7D385C 0%, #A0617A 35%, #FDB0B4 45%, #C97A92 50%, #8C3162 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-bottom: 2px;
}



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

}








.winner-social li:hover{
	color: #F99BCF !important;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-duration:0.5s;
}



.winner-social li:hover .winglobe{
	color: #F99BCF;
	-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: 50%;
	padding: 0px 5px;
	color: #fff;
	background-color: #000;
	font-size: 17px;
	float: left;
}



.winner-country {
    width: 50%;
    padding: 0px 5px;
    color: #fff;
    text-align: right;
    background-color: #000;
		font-size: 17px;
		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: 100px;
	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: #FFF;
	min-width: 80px;
	border: 1px solid #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-submit:hover, .win-form-submit:focus{
	background-color: #F2926A;
	background-image: -webkit-gradient(left, #753E62, #C05F83, #753E62) !important;
    background-image: -webkit-linear-gradient(left, #753E62, #C05F83, #753E62) !important;
    background-image: -moz-linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
    background-image: -o-linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
    background-image: linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
	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{
	background: -webkit-linear-gradient(left,#7D385C 0%, #A0617A 35%, #FDB0B4 45%, #C97A92 50%, #8C3162 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.win-form-down{
	position: absolute;
    color: #FFF;
    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: #444 !important;
	 background-color: #F2926A;
	 background-image: -webkit-gradient(left, #753E62, #C05F83, #753E62) !important;
			background-image: -webkit-linear-gradient(left, #753E62, #C05F83, #753E62) !important;
			background-image: -moz-linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
			background-image: -o-linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
			background-image: linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
	 color: #FFF !important;
}

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

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

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

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

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

}





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


#credit-icon{
	position: fixed;
	top:28%;
	right:0;
	background-color: #7E6033;
	background-color: #7E6033;
	background-image: -webkit-gradient(left, #753E62, #C05F83, #753E62) !important;
	background-image: -webkit-linear-gradient(left, #753E62, #C05F83, #753E62) !important;
	background-image: -moz-linear-gradient(left, #753E62, #C05F83, #753E62) !important;
	background-image: -o-linear-gradient(left, #753E62, #C05F83, #753E62) !important;
	background-image: linear-gradient(left, #753E62, #C05F83, #753E62) !important;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-right:-158px;
	padding:10px 15px 10px 10px;
	list-style-type: none;
	z-index:9999;
}

#cart-icon{
	position: fixed;
	top:20%;
	right:0;
	background: linear-gradient(to right, #F29468, #EE7C96, #C38AFA);
    background: -o-linear-gradient(to right, #F29468, #EE7C96, #C38AFA);
    background: -moz-linear-gradient(to right, #F29468, #EE7C96, #C38AFA);
    background: -webkit-linear-gradient(left, #753E62, #C05F83, #753E62);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-right:-100px;
	padding:10px 15px 10px 10px;
	list-style-type: none;
	z-index:9999;
}

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

#cart-icon:hover, #credit-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, #credit-icon a{
   color:#FFF !important;
}

#cart-icon a:hover, #cart-icon a:active, #credit-icon a:focus, #credit-icon a:hover, #credit-icon a:active, #credit-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: 400px;
	height: 400px;
	position: relative;
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#imgArea img {
	outline: medium none;
	vertical-align: middle;
	width: 100%;
}
#imgChange {
	background: linear-gradient( 45deg, rgba(117, 62, 98, 0.7), rgba(192, 95, 131, 0.7), rgba(117, 62, 98, 0.7) 100% );
	bottom: 0;
	color: #FFFFFF;
	display: block;
	height: 30px;
	left: 0;
	line-height: 32px;
	position: absolute;
	text-align: center;
	width: 100%;
	border-top: 1px solid #000;
}
#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;
}

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

#notifyModal{
	top: 30% !important;

}

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


.image_area .overlay {
		  position: absolute;
		  bottom: 0px;
		  left: 0;
		  right: 0;
			background: linear-gradient( 45deg, rgba(117, 62, 98, 0.7), rgba(192, 95, 131, 0.7), rgba(117, 62, 98, 0.7) 100% );
      overflow: hidden;
		  height: 0;
		  transition: .5s ease;
		  width: 100%;
	}

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

.image_area .text {
  color: #FFF;
  font-size: 20px;
  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: #eee;
	font-size: 16px;
}
.imgArea img {
	outline: medium none;
	vertical-align: middle;
	width: 100%;
}
.imgChange {
	background: linear-gradient( 45deg, rgba(117, 62, 98, 0.7), rgba(192, 95, 131, 0.7), rgba(117, 62, 98, 0.7) 100% );
	bottom: 0;
	color: #FFFFFF;
	display: block;
	height: 30px;
	left: 0;
	line-height: 32px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.imgChange input[type="file"] {
	bottom: 0;
	cursor: pointer;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

#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: linear-gradient( 45deg, rgba(117, 62, 98, 0.7), rgba(192, 95, 131, 0.7), rgba(117, 62, 98, 0.7) 100% );
	bottom: 0;
	color: #FFFFFF;
	display: block;
	height: 38px;
	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: 22px !important;
	text-transform: none !important;
	font-weight: normal;
}

#judge-entry-desc h3{
	font-weight: 700;
}

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

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

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

.evaluate-bg{
  background: #000;
	margin-top: 95px !important;

}

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

.evaluate-bg h3, .evaluate-bg h4{
	background: -webkit-linear-gradient(left,#80295D 30%, #CC698A 40%, #E4A6A9 50%, #CC698A 60%, #902F6E 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.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: 10px;
    width: 65% !important;
    float: left;
}

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

}


#judge-panel p{
		line-height: 1.4;
}

.judge-input-score {
    float: right;
    border: 1px solid #7D385C;
    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: #F0C634;
    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 #7D385C !important;
}

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

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background: -webkit-gradient(left, #753E62, #C05F83, #753E62) !important;
  background: -webkit-linear-gradient(left, #753E62, #C05F83, #753E62) !important;
  background: -moz-linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
  background: -o-linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
  background: linear-gradient(to right, #753E62, #C05F83, #753E62) !important;
	border-bottom: 1px solid #7D385C !important;
	border-radius: 0 !important;
  border: 1px solid transparent !important;
	color:#FFF !important;
}

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


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



.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: 20px !important;
	overflow: auto;
	height: 330px;
}

.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: #000;
	max-width: 85%;
	font-size: 20px;
}

.judge_name{
	color: #000;
	font-size: 40px;
	margin-bottom: 10px;
	line-height: 1;
	text-transform: uppercase;

}

.judge_title_company{
	background: -webkit-linear-gradient(left,#AA4584 0%, #E0BEB8 30%, #C4738E 45%, #9C4576 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 26px;
	line-height: 1.25;
	margin-bottom: 25px;
	font-weight: 600;
	text-transform: uppercase;

}

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

}

.judge_country:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -8px;
	height: 3px;
	width: 28px;
	background: -webkit-gradient(left, #AA4584 , #E0BEB8 , #AA4584 ) !important;
  background: -webkit-linear-gradient(left, #AA4584 , #E0BEB8 , #AA4584 ) !important;
  background: -moz-linear-gradient(to right, #AA4584 , #E0BEB8 , #AA4584 ) !important;
  background: -o-linear-gradient(to right, #AA4584 , #E0BEB8 , #AA4584 ) !important;
  background: linear-gradient(to right, #AA4584 , #E0BEB8 , #AA4584 ) !important;
}

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

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

}

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

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

.judge_search{
	margin-bottom: 5px;
}


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

.judge_row{
	background-color: black;
}


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


.judge_social_media > li{
	float: left;
	display: inline;
	color: #FFF;
	padding: 8px 8px;
	margin-right: 8px;
	border-radius: 50%;
  background: radial-gradient(circle, rgba(193,92,129,1) 0%, rgba(201,114,150,1) 45%, rgba(117,62,98,1) 100%);
	text-align: center;
	width: 40px;
	height: 40px;
	color: #FFF !important;
}

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



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

.judge_social_media > li a:hover{
	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;

}

.judge_social_media > li:hover > a{
	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;
}

.judge_social_media_link{
	color: #000;
}

.store_product_heading{
	font-size: 40px;
	text-transform: uppercase;
}

.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: #2FC5DD;
  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:#2FC5DD !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;
}

.projects .row{
	margin-left: 0!important;
	margin-right: 0!important;
}

.four .project{
	width:24.97%;
	float:left;
}

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


.pd-0{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

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

.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: 30px !important;
	margin-top: 0px !important;
}

.project h3.h3-sm{
	font-size: 24px !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:48%;
	margin-top: -30px;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition:all 500ms ease-in-out 0s;
	-moz-transition:all 500ms ease-in-out 0s;
	-o-transition:all 500ms ease-in-out 0s;
	-ms-transition:all 500ms ease-in-out 0s;
}

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



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

.project li{
	display:inline-block;
}

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







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

.footer-logo{
		max-width: 200px;
}

.mfooter{
	margin-top: 20px;
	border-top: 1px solid #444;
}
.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;
	border-top: 1px solid #404040;

}

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

.flist li{
   padding: 3px 10px;

}


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

.flist a:hover{
	color: #C05F83 !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: 10px;
	font-weight: bold;
	text-align: center;
}

.social-icon i{
    font-size: 20px;
    height: 40px;
    width: 40px;
    padding-top: 8px;
    border-radius: 50%;
}

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



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

.social-icon i{
	font-size: 20px;
}

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

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

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


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

.copyright p{
	margin: 0px;
}


.lbl-interview{
	font-weight: 500;
}

.interviewinput{
	height: 150px;
	padding: 10px;
	border: 1px solid #000;
	width: 100%;
	position: relative;
	color: #231F20;
}

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


@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: 1.42 !important;
		margin: 0 0 18px !important;
		font-size: 21px !important;
	}

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

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

@media(min-width: 992px){

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



	.winner_info_video{
		height: 750px !important;
	}

	.winner_website{
		height: 750px !important;
	}

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

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

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

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

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

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

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

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

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


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



}



@media(min-width: 768px){





	.navbar-nav>li.home-active>a{
		color:#FFF !important;
		background: -webkit-linear-gradient(left,#E9A179 0%, #EDB693 30%, #F4E7D1 50%, #E8C79C 65%, #EEC68F 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	}

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

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



	.login_popup{
		background-image: url('../images/store/statuette-login-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/certificate-login-2025.jpg');
		background-position: bottom left;
		background-size: 45% auto;
		background-repeat:no-repeat;
		max-width: 1000px;
		min-height: 450px;

	}

	.media-cont{
		min-height: 1750px;
	}

	.cert_sample_text{
    width:95%;
		position: absolute;
		top: 440px;
    left: 15px;
    text-align: center;
    font-size: 19px;
		letter-spacing: 1px;
	}

	.winner_info_video{
		height: 550px !important;
	}

	.winner_website{
		height: 550px !important;
	}

}


@media(max-width: 992px){

	.muse-entry-info .owl-prev{
		display: none;
	}

	.muse-entry-info .owl-next{
		display: none;
	}


	.winner-search li:nth-child(1){
		border-bottom: 1px solid #444;
	}
	.winner-search li:nth-child(2){
		border-bottom: 1px solid #444;
	}
	.winner-search li:nth-child(3){
		border-bottom: 1px solid #444;
	}
	.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: 768px) {

	body{
		font-size: 17px !important;
	}

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

	.h1{
		font-size: 45px !important;
		margin-bottom: 30px !important;
	}

	.h2{
		font-size: 30px !important;
		margin-bottom: 15px !important;
	}

	 h3{
		font-size: 28px !important;
	 }

	 .section {
    padding: 50px 0px 70px 0px;
  }

	 .btn-link, .btn-link-2, .btn-link-3, .btn-link-4, .btn-link-5 {
		 font-size: 21px !important;
	 }

	 .muse-entry-info {
    padding: 50px 0px 50px 0px;
	 }

	 .banner-text {
			position: absolute;
			bottom: 30px;
			left: 5%;
		}

		.banner-text p {
	    color: #FFF;
	    margin: 0px;
	    font-size: 28px;
    }

		#statuette h2, #statuette p{
			text-align: center;
		}

		h2.bignum {
			font-size: 60px !important;
			margin-bottom: 8px !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
  }

	.muse-entry-info .owl-dot.active:after{
		content:'';
		position: absolute;
		bottom: 0px;
		left: 0px;
		height: 3px;
		width: 15%;
		margin-left: 43%;
		background: #2FC5DD; /* Old browsers */
	}

	.muse-entry-info .owl-item{
		padding: 30px 25px;
		padding-top: 20px;
	}

	.muse-entry-info .owl-dot{
		width: 100%;
		text-align: center;
		font-size: 16px;
		border: none !important;
	}


	.muse-entry-info .owl-dot.active{
		font-weight: bold;
	}

	#owl-demo{
		font-size: 16px;
	}

	#navbarcontainer{
		height: 70px;
	}

	.logo-container{
		max-width: 250px;
		padding: 0px 5px;
	}

	.my-nav-button{
		float: right;
	}

	.navbar-nav .dropdown-menu > li{
	  text-align:center;
	}

	.navbar-nav > .home-active{
			display: none;
	}

	.navbar-collapse.collapse.in {
		background-color: #000;
	}





	#logo {
	    max-height: 60px;
			margin-top: 5px;
	}

	#videocontainer{
	  margin-top: -20px;
		position: relative !important;
	}

	.muse-photography {
    position: relative;
    text-align: center;
    padding: 50px 0px 70px 0px;
	}

	#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-height: 100%;
		 position: absolute;
		 top: 0px;
		 z-index: 1;
		 right: 5%;
		 overflow: hidden;
	 }

	 .about-h1{
		 font-size: 30px;
	 }

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

 .prizes-whitebox .desc {
			font-size: 16px;
	}

	.why-muse ol {
		margin-top: 30px;
  }

	.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: 19px;
    font-weight: bolder;
    display: none;
	}

	.four .project{
		width:100%;
		float:left;
	}

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


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


}


@media screen and (max-width: 480px) {

	body{
		font-size: 18px !important;
	}

	.h1 {
    font-size: 36px !important;
		margin-bottom: 20px !important;
  }

	.h2, h2 {
    font-size: 24px !important;
    margin-bottom: 15px !important;
  }

	.h3 {
    font-size: 24px !important;
		margin-bottom: 15px !important;
	 }

	 .h4 {
    font-size: 22px !important;
    margin-bottom: 10px !important;
    text-transform: uppercase;
  }


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


	 .media-partners {
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 250%;
   }

	 #footer {
    background-position: left top;
    background-size: 250%;
    background-repeat: no-repeat;
		padding: 60px 15px 0px 15px;
  }

	 .about-muse {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 250%;
  }

	 .div-info {
    padding: 8px 0;
   }

	 .muse-entry-info {
    padding: 40px 0px 20px 0px;
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 250%;
   }

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

	.muse-entry-info .step-count {
    font-size: 19px;
    margin-top: 0px !important;
    margin-bottom: 8px;
    line-height: 22px;
    font-weight: bold;
  }

	.muse-entry-info .step-title {
    font-size: 22px !important;
    margin-top: 5px;
		margin-bottom: 25px;
    line-height: 24px;
 }

	 #owl-demo {
    font-size: 18px;
  }

	.muse-entry-info .owl-dot.active:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 33%;
    height: 5px;
    width: 60px;
    margin-left: 20px;
    background: #000;
    background-image: url(../images/line.jpg);
    background-position: left;
    background-size: 100%;
    background-repeat: no-repeat;
   }

	.muse-photography {
    padding: 40px 0px 50px 0px;
	}

	.muse-revolution {
    min-height: 550px;
			background-image: url(../images/MUSE-Revolution-mobile.jpg);
 }

 .muse-photography-prizes {
    padding: 40px 0px 50px 0px;
		background-image: url(../images/cash-prizes-background-mobile.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
 }

 .highlighted-winner-background{
	background-image:url('../images/highlighted-winner-background.jpg');
	 background-position: center;
	 background-attachment: scroll;
	 min-height: 380px;
}


#virtual-exhibition{
	padding: 40px 0 0 0;
}

.categories-background{
	background-image:url('../images/categories-background.jpg');
	 background-position: center;
	 background-attachment: scroll;
	min-height: 380px;
}




	.muse-entry-info .owl-dot.active:after {
    width: 20%;
  }

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

	#thefees .fees-box {
    border: 1px solid #444;
    padding: 10px 25px;
		height: 480px;
		margin-top:15px;
 }

	#benefit{
		text-align: center;
	}

 #benefit .table-border-white th,#benefit .table-border-white td{
	 font-size: 13px;
 }


	#videocontainer{
		margin-top: -15px;
	}

	#bannertextcontainer .entry-text {
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: normal !important;
		padding: 0px 20px;
  }

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

	.btn-link-black{
		padding: 5px 20px !important;
		font-size: 20px !important;
 }

	.section {
    padding: 40px 0px 50px 0px;
  }

	#statuette {
    padding: 300px 0px 50px 0px;
		background-image: url("../images/MUSE-Photography-Awards-2025-Statuette-Mobile.jpg");
	  background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
  }

	#statuette .content-left{
	padding-right: 0px;
	}

	#statuette .content-right{
		padding-left: 0px;
	}

	#statuette .mt-xlg{
		margin-top: 35px !important;
	}




 .star-1 {
    top: 900px;
    right: 190px;
}

.star-2 {
    top: 820px;
    right: 210px;
}

.star-3 {
    top: 930px;
    right: 200px;
}

.star-4 {
    top: 1060px;
    right: 275px;
}

.star-5 {
    top: 900px;
    right: 255px;
}


	.btn-link, .btn-link-2, .btn-link-3, .btn-link-4, .btn-link-5 {
    font-size: 20px !important;
		padding: 5px 20px !important
  }


	.btn-link-gradient, .btn-link-gradient-white {
		padding: 10px 20px !important;
		font-size: 20px !important;
	}

	#featured-jurors {
  }


	.judge_title_company {
    font-size: 19px;
  }

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

	.judge_country {
    margin-bottom: 10px;
    font-size: 17px;
  }

	.judge_right {
    padding: 10px 10px 30px 10px;
  }

	.judge_writeup {
    color: #000;
    font-size: 17px;
  }

	.judge_row{
		margin: 0px;
	}

	.btn-judges{
		margin-top: 40px;
	}

	#thegallery{
		padding: 40px 0 40px 0;
	}



	#aboutiia {
	    background-image: url(../images/about-iaa-background-mobile.jpg);
	}

	#aboutiia .iaa-logo {
	    max-width: 80px;
			margin-bottom: 20px;
	}

	.iiabox .inner-content {
    width: 100%;
    float: left;
		padding: 15px 30px;
  }


	.whitebox-inner{
		margin: auto;
		height: 230px;
		padding-top: 40px;
	}


	.whitebox-inner h2{
	   font-size: 60px !important;
		 font-weight: normal;
		 margin-top: 8% !important;
		 margin-bottom: 10px !important;

	}

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

	.new-member{
		margin-top: 30px !important;
	}


	#thefees .left-col {
    padding-left: 15px !important;
  }

	#thefees .right-col {
		padding-right: 15px !important;
	}

	#awards {
    background-color: #000;
    padding: 0px;
    background-image: url(../images/photography-awards-m.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
  }

  .maxw800{
  	padding: 0px 2px;
  }

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

	.table-border th{
		padding: 5px;
	}

	.table-border td {
    padding: 5px;
  }

	.muse-revolution{
		background-attachment: scroll;
	}

	#awards{
		background-attachment: scroll;
	}

	#statuette-bg {
    height: 385px;
		background-attachment: scroll;
	}


	.why-muse {

  }


	.why-muse ul li {
    font-size: 25px !important;
    font-weight: bold;
		min-height: 170px;
	}

	.why-muse ul li p {
	    font-size: 19px !important;
	    font-weight: normal;
	}

  .btn-why-enter{
		margin-top: 30px;
	}



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

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

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

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

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

	.mt-xlg{
		margin-top:45px
	}

	.mb-xlg{
		margin-bottom:45px
	}

	.input-group-addon{
  	padding: 8px 3px;
  	font-size: 20px !important;
  	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;
	}


	.judge_right {
    background-size: 120px;
   }



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

	#thefees .fees-box {
    min-height: 450px;
    border: 1px solid #444;
    padding: 20px 20px 40px 20px;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 85px;
  }

	.winner-benefits-background {
    background-position: centerd;
    background-size: cover;
    background-attachment: scroll;
    min-height: 380px;
}

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


	#winners-highlight .text-wrap{
		position: absolute;
	  top: 45%;
	  left: 30%;
	  z-index: 3;
		text-align: center;
	}

	#winners-highlight .text-wrap h2 {
	    text-transform: uppercase;
			font-size: 30px !important;
			color: #FFF;
			margin-bottom: 30px;
	}

	#winners-highlight .text-wrap .btn-play{
		font-size: 40px !important;
	}

}
